summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/sunxi
Commit message (Expand)AuthorAgeFilesLines
* sun9i: Add sun9i (A80) clock setup supportHans de Goede2015-01-222-0/+69
* sunxi: Drop pll6 setting from clock_init_uartHans de Goede2015-01-221-4/+1
* sunxi: Restore lowlevel_init usageHans de Goede2015-01-211-21/+21
* sunxi: Drop use of lowlevel_init()Simon Glass2015-01-161-5/+0
* sunxi: Move SPL s_init() code to board_init_f()Simon Glass2015-01-161-32/+37
* sunxi: usbc: Add support for usb-vbus0 controller by axp drivebus pinHans de Goede2015-01-141-0/+26
* sunxi: usbc: Add support for usb0 to the common usbc codeHans de Goede2015-01-141-8/+25
* sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede2015-01-142-0/+230
* sun7i: Move psci_arch_init close to text_endJan Kiszka2015-01-141-40/+40
* sun7i: Add support for taking CPUs offline via PSCIJan Kiszka2015-01-141-0/+171
* sunxi: Fix PLL1 running at half speed on sun8iHans de Goede2015-01-141-2/+6
* sunxi: Fix buggy sun6i/sun8i DRAM size detection logicSiarhei Siamashka2015-01-142-2/+0
* sun8i: Add dram initialization supportHans de Goede2015-01-143-1/+349
* sunxi: Fill memory before comparing it when doing dram init on sun6iHans de Goede2015-01-141-14/+1
* sunxi: Move await_completion dram helper to dram.hHans de Goede2015-01-142-37/+11
* sun6i: clock_set_pll5: Calculate k and m rather then hardcoding themHans de Goede2015-01-141-2/+7
* sun6i: Add a sigma_delta_enable paramter to clock_set_pll5()Hans de Goede2015-01-142-3/+8
* sunxi: axp221: Add axp223 supportHans de Goede2015-01-141-1/+1
* sunxi: Add support for the rsb (Reduced Serial Bus)Hans de Goede2015-01-142-0/+159
* sun6i: s/SUNXI_*P2WI*/SUN6I_*P2WI*/Hans de Goede2015-01-141-7/+7
* sunxi: Align PSCI stack calculation to commentJan Kiszka2015-01-141-1/+1
* sunxi: Add sunxi_get_sid helper functionHans de Goede2015-01-141-0/+19
* sun6i: dram: Do not try to initialize a second dram chan on A31sHans de Goede2015-01-142-7/+15
* sun6i: Add sunxi_get_ss_bonding_id() functionHans de Goede2015-01-141-1/+37
* sun6i: Make dram clk and zq value Kconfig optionsHans de Goede2015-01-141-7/+5
* sun6i: Drop some "unknown magic" from dram initHans de Goede2014-11-251-3/+0
* sunxi: Add video pll clock functionsHans de Goede2014-11-252-0/+56
* sun4i: Rename dram_clk_cfg to dram_clk_gateHans de Goede2014-11-251-2/+2
* sun6i: Poke magic sram controller register to avoid cache issuesHans de Goede2014-11-131-0/+5
* sun6i: Add dram initialization codeHans de Goede2014-11-132-0/+436
* sun4i: Rename dram files to dram_sun4i.xHans de Goede2014-11-132-3/+3
* sun6i: Add cpucfg register definitionsHans de Goede2014-11-131-2/+2
* sun6i: Add clock functions needed for SPL / DRAM initHans de Goede2014-11-131-0/+77
* sun6i: Add new p2wi controller driverOliver Schinagl2014-11-132-0/+118
* dm: sunxi: Add pinmux functions which take a bank parameterSimon Glass2014-11-051-11/+21
* sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell2014-11-055-43/+43
* sunxi: Add CONFIG_OLD_SUNXI_KERNEL_COMPAT Kconfig optionHans de Goede2014-10-241-0/+4
* sunxi: dram: Use clock_get_pll5p to calculate mbus, rather then hardcodingHans de Goede2014-10-241-18/+14
* sunxi: Add clock_get_pll5p() functionHans de Goede2014-10-241-0/+11
* ARM: sunxi: Add support for using R_UART as consoleChen-Yu Tsai2014-10-242-0/+10
* ARM: sunxi: Allow specifying module in prcm apb0 init functionChen-Yu Tsai2014-10-241-5/+7
* ARM: sunxi: Add basic A23 supportChen-Yu Tsai2014-10-243-1/+6
* ARM: sunxi: Add support for uart0 on port F (mmc0)Chen-Yu Tsai2014-10-241-1/+10
* ARM: sunxi: Fix reset command on sun6i/sun8iChen-Yu Tsai2014-10-241-0/+10
* ARM: sunxi: Add basic A31 supportMaxime Ripard2014-10-241-0/+2
* ARM: sun6i: Setup the A31 UART0 muxingMaxime Ripard2014-10-241-0/+4
* ARM: sun6i: Add clock supportChen-Yu Tsai2014-10-242-0/+71
* ARM: sun6i: Add support for the power reset control module found on the A31Oliver Schinagl2014-10-242-0/+34
* ARM: sunxi: Use macro values for setting UART GPIO pull-upsChen-Yu Tsai2014-10-241-3/+3
* sunxi: dram: Autodetect DDR3 bus width and densitySiarhei Siamashka2014-08-121-5/+47
OpenPOWER on IntegriCloud