summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi
Commit message (Expand)AuthorAgeFilesLines
* ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver usageChen-Yu Tsai2015-02-231-6/+2
* ARM: sunxi: Register cpufreq-dt for sun[45678]iChen-Yu Tsai2015-01-071-0/+10
* ARM: sunxi: Add "allwinner,sun6i-a31s" to mach-sunxiHans de Goede2015-01-052-1/+2
* ARM: sunxi: make sun6i SMP ops staticEmilio López2014-11-161-1/+1
* ARM: sunxi: Select ARCH_HAS_RESET_CONTROLLER and RESET_CONTROLLER for sun9iChen-Yu Tsai2014-10-201-0/+2
* ARM: sunxi: Introduce Allwinner A80 supportChen-Yu Tsai2014-10-202-0/+14
* ARM: sunxi: Remove sun4i reboot code from mach directoryMaxime Ripard2014-09-111-76/+0
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-082-0/+17
|\
| * Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson2014-07-191-0/+77
| |\
| * | ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabledChen-Yu Tsai2014-07-071-0/+3
| * | ARM: sunxi: Introduce Allwinner A23 supportChen-Yu Tsai2014-06-232-0/+14
* | | Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-071-1/+0
|\ \ \ | |_|/ |/| |
| * | pinctrl: sunxi: Remove PINCTRL_SUNXIMaxime Ripard2014-07-111-1/+0
| |/
* | ARM: sunxi: Reintroduce the restart code for A10/A20 SoCsMaxime Ripard2014-07-041-0/+77
|/
* ARM: sunxi: allow building without reset controllerArnd Bergmann2014-05-261-1/+2
* ARM: sunxi: Remove init_machine callbackMaxime Ripard2014-05-231-9/+0
* ARM: sunxi: Remove reset code from the platformMaxime Ripard2014-05-231-98/+0
* ARM: sun6i: Retire the smp field in A31 machineMaxime Ripard2014-05-173-24/+0
* ARM: sun6i: Use CPU_METHOD_OF_DECLAREMaxime Ripard2014-05-171-0/+1
* ARM: sunxi: select MFD_SUN6I_PRCM when sun6i arch support is enabledBoris BREZILLON2014-05-151-0/+1
* ARM: sunxi: Split the various SoCs support in KconfigMaxime Ripard2014-05-041-7/+30
* Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-052-2/+3
|\
| * ARM: sunxi: Select HAVE_ARM_ARCH_TIMERMaxime Ripard2014-03-271-0/+1
| * Merge tag 'sunxi-core-for-3.15' of https://github.com/mripard/linux into next...Arnd Bergmann2014-03-171-2/+2
| |\
| | * ARM: sunxi: Add the new watchog compatibles to the reboot codeMaxime Ripard2014-03-131-2/+2
* | | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-5/+0
|\ \ \ | |/ /
| * | ARM: select HAVE_SMP for V7 multi-platformRob Herring2014-02-191-1/+0
| * | ARM: centralize common multi-platform kconfig optionsRob Herring2014-02-191-4/+0
| |/
* | ARM: sunxi: fix build for THUMB2_KERNELArnd Bergmann2014-03-223-11/+2
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-01-236-0/+170
|\
| * ARM: sunxi: select ARM_PSCIZalan Blenessy2014-01-011-0/+1
| * ARM: sunxi: Select RESET_CONTROLLERMaxime Ripard2014-01-011-0/+1
| * ARM: sun6i: Add SMP support for the Allwinner A31Maxime Ripard2013-12-165-0/+156
| * ARM: sunxi: Register the A31 reset IP in init_timeMaxime Ripard2013-11-221-0/+11
| * ARM: sunxi: Select ARCH_HAS_RESET_CONTROLLERMaxime Ripard2013-11-221-0/+1
* | clocksource: Add Allwinner SoCs HS timers driverMaxime Ripard2013-12-111-0/+1
|/
* ARM: sunxi: remove .init_time hooksOlof Johansson2013-10-281-2/+0
* Merge tag 'sunxi-core-for-3.13' of https://github.com/mripard/linux into next...Olof Johansson2013-10-282-13/+30
|\
| * ARM: sunxi: Order Kconfig options alphabeticallyMaxime Ripard2013-10-051-3/+3
| * ARM: sunxi: Simplify restart setup codeMaxime Ripard2013-09-271-8/+5
| * ARM: sunxi: Split out the DT machines for sun6i and sun7iMaxime Ripard2013-09-271-2/+22
* | ARM: sunxi: remove custom .init_time hookSebastian Hesselbarth2013-09-291-8/+0
* | clk: sunxi: declare OF clock providerSebastian Hesselbarth2013-09-291-3/+1
|/
* ARM: sunxi: Introduce Allwinner A20 supportMaxime Ripard2013-08-161-0/+1
* ARM: sun6i: Add restart code for the A31Maxime Ripard2013-08-161-3/+40
* ARM: sunxi: Add the Allwinner A31 compatible to the machine definitionMaxime Ripard2013-08-162-0/+3
* ARM: sunxi: Remove Makefile.boot fileMaxime Ripard2013-07-291-1/+0
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-091-1/+2
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-0/+1
|\
| * Merge tag 'sunxi-core-for-3.11-2' of git://github.com/mripard/linux into next...Arnd Bergmann2013-06-201-2/+1
| |\
OpenPOWER on IntegriCloud