summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/sunxi
AgeCommit message (Expand)AuthorFilesLines
2016-08-05ARM: Rework and correct barrier definitionsTom Rini1-6/+6
2016-07-15ARM: PSCI: Switch to per-CPU target PC storage in secure data sectionChen-Yu Tsai1-3/+2
2016-07-15ARM: Move __secure definition to common asm/secure.hChen-Yu Tsai1-1/+1
2016-07-15ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai1-5/+0
2016-07-15sunxi: Move remaining PSCI assembly code to CChen-Yu Tsai3-54/+6
2016-07-15ARM: PSCI: Split out common stack setup code from psci_arch_initChen-Yu Tsai1-15/+1
2016-06-20sunxi: Add PSCI implementation in CChen-Yu Tsai5-504/+341
2016-06-20sunxi: Add base address for GICChen-Yu Tsai2-4/+4
2016-06-20sunxi: Make CPUCFG_BASE macro names the same across familiesChen-Yu Tsai2-12/+12
2016-04-01sunxi: Move cpu independent code to mach directoryAlexander Graf21-4960/+1
2016-03-31sunxi: usb_phy: Add support for A83T USB PHYsChen-Yu Tsai1-2/+46
2016-03-31sunxi: Print soc-id from sram controller for sun8i boardsHans de Goede1-5/+19
2016-03-31sunxi: Add conditional magic sram poke for A33Hans de Goede1-4/+16
2016-03-24sunxi: A83T: fix 32bit overflow warningvishnupatekar1-1/+1
2016-03-24sunxi: Fix gmac not working due to cpu_eth_init no longer being calledHans de Goede1-27/+1
2016-03-24sunxi: Add support for USB vbus pin for USB3Hans de Goede1-0/+1
2016-03-24sunxi: Fix clock_twi_onoff for sun9iHans de Goede1-2/+2
2016-03-24sunxi: Fix clock_twi_onoff for sun8i-a83Hans de Goede2-31/+35
2016-03-24sunxi: Fix clock_twi_onoff for sun6iHans de Goede1-3/+8
2016-03-24sunxi: A23: Fix some revisions needing a different magic sram pokeHans de Goede1-3/+19
2016-02-23sunxi: H3: Add support for the host usb-physJelle van der Waa1-7/+28
2016-01-26sunxi: Add support for LPDDR3 for A83TVishnu Patekar1-5/+49
2016-01-26sunxi: Groundwork to support new dram type for A83TVishnu Patekar1-1/+10
2016-01-26sunxi: Redundant code cleanup from a83t dram initVishnu Patekar1-5/+0
2016-01-26sunxi: Support PSCI ops on Allwinner H3Chen-Yu Tsai1-2/+2
2016-01-26sunxi: Support H3 CCU security switchesChen-Yu Tsai2-0/+18
2016-01-26sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3Chen-Yu Tsai3-3/+13
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa2-0/+22
2015-12-10sunxi: Fix H3 DRAM DQ read delay configurationJens Kuske1-6/+6
2015-12-10sun4i: clock: Cleanup some whitespace errorsOlliver Schinagl1-3/+3
2015-12-10sunxi: twi: Enable clocks on sun7iOlliver Schinagl2-6/+0
2015-12-10sunxi: Add support for Allwinner A83T DRAMvishnupatekar2-0/+425
2015-12-10sunxi: clk: add basic clocks for A83Tvishnupatekar2-0/+140
2015-12-10sunxi: power: enabled support for axp818vishnupatekar2-3/+5
2015-12-10sunxi: Add support for UART0 in PB pin group on A83Tvishnupatekar1-0/+4
2015-12-10sunxi: Add Machine Support for A83T SOCvishnupatekar1-0/+2
2015-11-22sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3Siarhei Siamashka1-2/+4
2015-11-22sunxi: Add H3 DRAM initialization supportJens Kuske2-0/+470
2015-11-22sunxi: Add basic H3 supportJens Kuske2-0/+6
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov1-9/+1
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-1/+3
2015-10-20sunxi: board: Only try to use the MMC related functions if enabledMaxime Ripard1-1/+5
2015-10-20sunxi: power: Unify axp pmic function namesHans de Goede2-11/+2
2015-10-20sunxi: Switch to using malloc_simple for the splHans de Goede1-0/+1
2015-09-29sunxi: retrieve FEL-provided values to environment variablesBernhard Nortmann1-1/+2
2015-09-29sunxi: Simplify spl board_init_f functionHans de Goede1-5/+0
2015-08-31sunxi: Enable non-secure access to RTC on sun6i (A31s)Chen-Yu Tsai3-0/+24
2015-08-14sun6i: clock: Add support for the mipi pllHans de Goede1-0/+55
2015-08-14sunxi: clock: Add clock_get_pll3() helper functionHans de Goede2-0/+21
2015-08-08sunxi: usb-phy: Never power off the usb portsHans de Goede1-0/+7