Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
60d517369cca0ff0352b3c9a023cd3e18e195c38
/
arch
/
arm
/
include
/
asm
/
arch-sunxi
f388a26
sunxi: Fix sun5i mbus speed when booting old kernels
by Hans de Goede
· 10 years ago
942cb0b
sunxi: Normalise FEL support
by Simon Glass
· 10 years ago
51637af
sunxi: dram: Un-inline dram helper functions
by Hans de Goede
· 10 years ago
37d46dd
sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()
by Hans de Goede
· 10 years ago
d35488c
sunxi: rsb: Add sun9i (A80 support)
by Hans de Goede
· 10 years ago
c13f60d
sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig option
by Hans de Goede
· 10 years ago
1a800f7
sunxi: Hookup OTG USB controller support
by Hans de Goede
· 10 years ago
7cd6f92
sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problems
by Hans de Goede
· 10 years ago
8ffc487
sunxi: Stop differentiating between 512M and 1G variants of the same board
by Hans de Goede
· 10 years ago
daf2263
sunxi: mmc: Add support for sun9i (A80)
by Hans de Goede
· 10 years ago
e35377d
sun9i: Add clock_sun9i.h with ccu register layout for sun9i
by Hans de Goede
· 10 years ago
ee74fec
sun9i: Add cpu_sun9i.h with iomem defines
by Hans de Goede
· 10 years ago
9803e4e
sunxi: Rename cpu.h to cpu_sun4i.h
by Hans de Goede
· 10 years ago
cc67a0b
sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headers
by Hans de Goede
· 10 years ago
6515032
sunxi: display: Make lcd display clk phase configurable
by Hans de Goede
· 10 years ago
4458b7a
sunxi: usbc: Add support for usb0 to the common usbc code
by Hans de Goede
· 10 years ago
0eccec4
sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg
by Hans de Goede
· 10 years ago
213480e
sunxi: video: Add lvds support
by Hans de Goede
· 10 years ago
d9786d2
sunxi: video: Add VGA output support
by Hans de Goede
· 10 years ago
2dae800
sunxi: video: Add lcd output support
by Hans de Goede
· 10 years ago
5489ebc
sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1
by Hans de Goede
· 10 years ago
6c727e0
sunxi: gpio: Add support for gpio pins on the AXP209 pmic
by Hans de Goede
· 10 years ago
d27f7d1
sunxi: gpio: Properly sort mux defines by port number
by Hans de Goede
· 10 years ago
876aaaf
sunxi: video: Set input sync enable
by Hans de Goede
· 10 years ago
5ee0bea
sunxi: video: Add hdmi support
by Hans de Goede
· 10 years ago
7548160
sunxi: video: Add DDC & EDID support
by Hans de Goede
· 10 years ago
25508ab
sunxi: Fix PLL1 running at half speed on sun8i
by Hans de Goede
· 10 years ago
c3d2b96
sunxi: Fix buggy sun6i/sun8i DRAM size detection logic
by Siarhei Siamashka
· 10 years ago
08fd147
sun8i: Add dram initialization support
by Hans de Goede
· 10 years ago
2367b44
sunxi: Use memcmp for mctl_mem_matches
by Hans de Goede
· 10 years ago
5665f50
sunxi: Fill memory before comparing it when doing dram init on sun6i
by Hans de Goede
· 10 years ago
07f4fe7
sunxi: Move await_completion dram helper to dram.h
by Hans de Goede
· 10 years ago
5af741f
sun6i: Add a sigma_delta_enable paramter to clock_set_pll5()
by Hans de Goede
· 10 years ago
66ebea0
sunxi: Add support for the rsb (Reduced Serial Bus)
by Hans de Goede
· 10 years ago
ce88107
sun6i: s/SUNXI_*P2WI*/SUN6I_*P2WI*/
by Hans de Goede
· 10 years ago
cac5b1c
sunxi: Add sunxi_get_sid helper function
by Hans de Goede
· 10 years ago
fc3a832
sunxi: mmc: Properly setup mod-clk and clock sampling phases
by Hans de Goede
· 10 years ago
10191ed
sun6i: Add sunxi_get_ss_bonding_id() function
by Hans de Goede
· 10 years ago
eafec32
sun6i: Add gmac support for sun6i boards
by Hans de Goede
· 10 years ago
2d7a084
sunxi: video: Add simplefb support
by Luc Verhaegen
· 10 years ago
7f2c521
sunxi: video: Add cfb console driver for sunxi
by Luc Verhaegen
· 10 years ago
0bd5125
sunxi: Add video pll clock functions
by Hans de Goede
· 10 years ago
9d4b7d0
sun4i: Rename dram_clk_cfg to dram_clk_gate
by Hans de Goede
· 10 years ago
76946df
sun6i: ehci: Add sun6i ehci support
by Hans de Goede
· 10 years ago
9a07eb0
sun6i: Add dram initialization code
by Hans de Goede
· 10 years ago
bec72c7
sun4i: Rename dram files to dram_sun4i.x
by Hans de Goede
· 10 years ago
9d8a533
sun6i: Add cpucfg register definitions
by Hans de Goede
· 10 years ago
62c87ef
sun6i: Add clock functions needed for SPL / DRAM init
by Hans de Goede
· 10 years ago
3b10e6e
sun6i: Add new p2wi controller driver
by Oliver Schinagl
· 11 years ago
bf38891
dm: sunxi: Add pinmux functions which take a bank parameter
by Simon Glass
· 10 years ago
ed41e62
sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I
by Ian Campbell
· 10 years ago
9e54f6e
sunxi: Add clock_get_pll5p() function
by Hans de Goede
· 10 years ago
c757a50
ARM: sunxi: Add support for using R_UART as console
by Chen-Yu Tsai
· 10 years ago
472ed06
ARM: sunxi: Allow specifying module in prcm apb0 init function
by Chen-Yu Tsai
· 10 years ago
e373aad
ARM: sunxi: Add support for R_PIO gpio banks
by Hans de Goede
· 10 years ago
8ebe4f4
ARM: sunxi: Add basic A23 support
by Chen-Yu Tsai
· 10 years ago
e637b30
mmc: sunxi: Add support for sun8i (A23)
by Chen-Yu Tsai
· 10 years ago
7f87ad3
ARM: sunxi: Add sun8i (A23) UART0 pin mux support
by Chen-Yu Tsai
· 10 years ago
78c396a
ARM: sunxi: Fix reset command on sun6i/sun8i
by Chen-Yu Tsai
· 10 years ago
4cdefba
ARM: sunxi: Add sun6i/sun8i timer block register definition
by Chen-Yu Tsai
· 10 years ago
2b679f9
ARM: sunxi: Move watchdog register definitions to separate file
by Chen-Yu Tsai
· 10 years ago
bbff84b
sunxi: Use PG3 - PG8 as io-pins for mmc1
by Hans de Goede
· 10 years ago
e79c7c8
sunxi: When we've both mmc0 and mmc2, detect from which one we're booting
by Hans de Goede
· 10 years ago
ba1e40f
ARM: sun6i: Define UART0 pins for A31
by Chen-Yu Tsai
· 10 years ago
1d1bd42
ARM: sunxi-mmc: Add mmc support for sun6i / A31
by Hans de Goede
· 10 years ago
14177e4
ARM: sun6i: Add clock support
by Chen-Yu Tsai
· 10 years ago
174deb7
ARM: sun6i: Add support for the power reset control module found on the A31
by Oliver Schinagl
· 10 years ago
93ce1e9
ARM: sun6i: Add base address for the new controllers in A31
by Oliver Schinagl
· 10 years ago
d755a5f
sunxi: dram: Configurable DQS gating window mode and delay
by Siarhei Siamashka
· 10 years ago
e044daa
sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'
by Siarhei Siamashka
· 10 years ago
b8f7cb6
sunxi: dram: Improve DQS gate data training error handling
by Siarhei Siamashka
· 10 years ago
1a9717c
sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)
by Siarhei Siamashka
· 10 years ago
5c18384
sunxi: dram: Re-introduce the impedance calibration ond ODT
by Siarhei Siamashka
· 10 years ago
06cdd94
sunxi: add defines to control USB Host clocks/resets
by Roman Byshko
· 10 years ago
a6e50a8
ahci: provide sunxi SATA driver using AHCI platform framework
by Ian Campbell
· 10 years ago
abce2c6
sunxi: add gpio driver
by Ian Campbell
· 10 years ago
6620377
sunxi: Add i2c support
by Hans de Goede
· 10 years ago
c7e79de
sunxi: Implement reset_cpu
by Hans de Goede
· 10 years ago
ed6c7f7
arm: spl: fix include guard
by Jeroen Hofstee
· 10 years ago
e24ea55
sunxi: mmc support
by Ian Campbell
· 11 years ago
cba69ee
sunxi: add sun7i cpu, board and start of day support
by Ian Campbell
· 11 years ago
286c3c3
sunxi: add sun7i dram setup support
by Ian Campbell
· 11 years ago
fe1b4db
sunxi: add sun7i pinmux and gpio support
by Ian Campbell
· 11 years ago
643cf0e
sunxi: add sun7i clocks and timer support.
by Ian Campbell
· 11 years ago