summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/sunxi
AgeCommit message (Expand)Author
2016-09-18sunxi: Support chip-id reading on sun9i (A80)Philipp Tomsich
2016-09-18sunxi: Add support for the AXP806 on sun9iPhilipp Tomsich
2016-09-18sunxi: support the AXP809 PMIC (for A80 platforms)Philipp Tomsich
2016-09-18sunxi: add initial clock setup for sun9i for SPLPhilipp Tomsich
2016-09-18sunxi: Support UART4 on A80 (sun9i) as system consolePhilipp Tomsich
2016-09-18sunxi: Enable SMP mode for sun9i (A80)Philipp Tomsich
2016-09-18sunxi: add gtbus-initialisation for sun9iPhilipp Tomsich
2016-09-18sunxi: DRAM initialisation for sun9iPhilipp Tomsich
2016-09-18sunxi: A83T: fix 32bit overflow warningvishnupatekar
2016-09-18sunxi: Fix gmac not working due to cpu_eth_init no longer being calledHans de Goede
2016-09-18sunxi: Add support for USB vbus pin for USB3Hans de Goede
2016-09-18sunxi: Fix clock_twi_onoff for sun9iHans de Goede
2016-09-18sunxi: Fix clock_twi_onoff for sun8i-a83Hans de Goede
2016-09-18sunxi: Fix clock_twi_onoff for sun6iHans de Goede
2016-09-18sunxi: A23: Fix some revisions needing a different magic sram pokeHans de Goede
2016-02-23sunxi: H3: Add support for the host usb-physJelle van der Waa
2016-01-26sunxi: Add support for LPDDR3 for A83TVishnu Patekar
2016-01-26sunxi: Groundwork to support new dram type for A83TVishnu Patekar
2016-01-26sunxi: Redundant code cleanup from a83t dram initVishnu Patekar
2016-01-26sunxi: Support PSCI ops on Allwinner H3Chen-Yu Tsai
2016-01-26sunxi: Support H3 CCU security switchesChen-Yu Tsai
2016-01-26sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3Chen-Yu Tsai
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa
2015-12-10sunxi: Fix H3 DRAM DQ read delay configurationJens Kuske
2015-12-10sun4i: clock: Cleanup some whitespace errorsOlliver Schinagl
2015-12-10sunxi: twi: Enable clocks on sun7iOlliver Schinagl
2015-12-10sunxi: Add support for Allwinner A83T DRAMvishnupatekar
2015-12-10sunxi: clk: add basic clocks for A83Tvishnupatekar
2015-12-10sunxi: power: enabled support for axp818vishnupatekar
2015-12-10sunxi: Add support for UART0 in PB pin group on A83Tvishnupatekar
2015-12-10sunxi: Add Machine Support for A83T SOCvishnupatekar
2015-11-22sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3Siarhei Siamashka
2015-11-22sunxi: Add H3 DRAM initialization supportJens Kuske
2015-11-22sunxi: Add basic H3 supportJens Kuske
2015-11-18spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov
2015-10-20sunxi: board: Only try to use the MMC related functions if enabledMaxime Ripard
2015-10-20sunxi: power: Unify axp pmic function namesHans de Goede
2015-10-20sunxi: Switch to using malloc_simple for the splHans de Goede
2015-09-29sunxi: retrieve FEL-provided values to environment variablesBernhard Nortmann
2015-09-29sunxi: Simplify spl board_init_f functionHans de Goede
2015-08-31sunxi: Enable non-secure access to RTC on sun6i (A31s)Chen-Yu Tsai
2015-08-14sun6i: clock: Add support for the mipi pllHans de Goede
2015-08-14sunxi: clock: Add clock_get_pll3() helper functionHans de Goede
2015-08-08sunxi: usb-phy: Never power off the usb portsHans de Goede
2015-07-27Kill unneeded #include <linux/kconfig.h>Masahiro Yamada
2015-07-25sunxi: musb: Stop treating not having a vbus-det gpio as an errorHans de Goede
2015-07-25sunxi: usb-phy: Add support for reading otg id pin valueHans de Goede
2015-07-24sunxi: spl: Detect at runtime where SPL was read fromDaniel KochmaƄski
2015-07-20ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.SWang Dongsheng