summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x
Commit message (Expand)AuthorAgeFilesLines
* ARM: clps711x: mark clps711x_compat as constArnd Bergmann2018-02-221-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-141-1/+1
* ARM: clps711x: remove extraneous filesArnd Bergmann2016-09-0210-1277/+0
* ARM: do away with final ARCH_REQUIRE_GPIOLIBLinus Walleij2016-08-021-1/+1
* clocksource/drivers/clps_711x: fixup for "ARM: clps711x:Stephen Rothwell2016-08-011-1/+1
* ARM: clps711x: Switch to MULTIPLATFORMAlexander Shiyan2016-07-065-325/+12
* ARM: clps711x: Remove boards supportAlexander Shiyan2016-07-063-49/+0
* ARM: clps711x: Add basic DT supportAlexander Shiyan2016-07-063-0/+92
* ARM: clps711x: Reduce static map sizeAlexander Shiyan2016-07-062-3/+3
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-052-2/+2
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-101-1/+1
* | ARM: appropriate __init annotation for const dataNicolas Pitre2015-07-281-1/+1
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-10-082-16/+73
|\
| * ARM: clps711x: Add SOC BUS supportAlexander Shiyan2014-09-041-1/+51
| * ARM: clps711x: edb7211: Use new PWM driver for backlightAlexander Shiyan2014-09-041-15/+22
* | ARM: clps711x: Switch CLPS711X subarch to use clk and clocksource driverAlexander Shiyan2014-09-042-134/+9
|/
* Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-0810-66/+14
|\
| * ARM: clps711x: edb7211: Remove excess layer to calling clps711x_devices_init()Alexander Shiyan2014-07-061-6/+1
| * ARM: clps711x: clep7312: Add common devices initializationAlexander Shiyan2014-07-061-0/+2
| * ARM: clps711x: Switch CLPS711X subarch to use cpuidle driverAlexander Shiyan2014-07-068-18/+10
| * ARM: clps711x: Move debug include into arch/arm/include/debug/Alexander Shiyan2014-07-062-39/+1
| * ARM: clps711x: Remove IO_ADDRESS() macroAlexander Shiyan2014-07-061-4/+1
* | platform: Remove most references to platform_bus devicePawel Moll2014-07-232-6/+6
|/
* ARM: 8025/1: Get rid of meminfoLaura Abbott2014-06-013-11/+8
* Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-058-226/+6
|\
| * ARM: clps711x: Migrate CLPS711X subarch to the new irqchip driverAlexander Shiyan2014-02-288-226/+3
| * ARM: clps711x: Add CLPS711X irqchip driverAlexander Shiyan2014-02-281-0/+3
* | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-053-33/+0
|\ \
| * | ARM: clps711x: Remove EP72XX_ROM_BOOT optionAlexander Shiyan2014-02-282-31/+0
| * | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-2/+0
| |\ \ | | |/ | |/|
| | * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-2/+0
* | | ARM: clps711x: autcpu12: Fix incorrect NAND CLE GPIOAlexander Shiyan2014-02-281-1/+1
|/ /
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-01-231-2/+2
|\ \
| * | ARM: clps711x: Switch to sched_clock_register()Stephen Boyd2013-11-211-2/+2
| |/
* | serial: clps711x: Driver refactorAlexander Shiyan2013-12-171-0/+21
|/
* ARM: clps711x: Use linux/sched_clock.hStephen Boyd2013-10-111-1/+1
* ARM: clps711x: edb7211: Remove extra iotable_init() callAlexander Shiyan2013-08-131-16/+1
* ARM: clps711x: autcpu12: Remove incorrect config checkingAlexander Shiyan2013-08-131-5/+1
* ARM: clps711x: Drop fortunet board supportAlexander Shiyan2013-08-133-89/+0
* ARM: clps711x: Remove the special name for the syscon driverAlexander Shiyan2013-08-131-1/+1
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-2/+4
* ARM: clps711x: Add support for SYSCON driverAlexander Shiyan2013-06-112-86/+22
* ARM: clps711x: edb7211: Control LCD backlight via PWMAlexander Shiyan2013-06-111-2/+3
* ARM: clps711x: edb7211: Add support for I2CAlexander Shiyan2013-06-111-0/+13
* ARM: clps711x: Optimize interrupt handlingAlexander Shiyan2013-06-111-12/+18
* ARM: clps711x: Add clocksource frameworkAlexander Shiyan2013-06-111-8/+40
* ARM: clps711x: Replace "arch_initcall" in common code with ".init_early"Alexander Shiyan2013-06-118-7/+10
* ARM: clps711x: Move specific definitions from hardware.h to boards filesAlexander Shiyan2013-06-112-9/+6
OpenPOWER on IntegriCloud