Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2 | -16/+73 |
2014-09-04 | ARM: clps711x: Add SOC BUS support | Alexander Shiyan | 1 | -1/+51 |
2014-09-04 | ARM: clps711x: edb7211: Use new PWM driver for backlight | Alexander Shiyan | 1 | -15/+22 |
2014-09-04 | ARM: clps711x: Switch CLPS711X subarch to use clk and clocksource driver | Alexander Shiyan | 2 | -134/+9 |
2014-08-08 | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -66/+14 |
2014-07-24 | platform: Remove most references to platform_bus device | Pawel Moll | 2 | -6/+6 |
2014-07-07 | ARM: clps711x: edb7211: Remove excess layer to calling clps711x_devices_init() | Alexander Shiyan | 1 | -6/+1 |
2014-07-07 | ARM: clps711x: clep7312: Add common devices initialization | Alexander Shiyan | 1 | -0/+2 |
2014-07-07 | ARM: clps711x: Switch CLPS711X subarch to use cpuidle driver | Alexander Shiyan | 8 | -18/+10 |
2014-07-07 | ARM: clps711x: Move debug include into arch/arm/include/debug/ | Alexander Shiyan | 2 | -39/+1 |
2014-07-07 | ARM: clps711x: Remove IO_ADDRESS() macro | Alexander Shiyan | 1 | -4/+1 |
2014-06-01 | ARM: 8025/1: Get rid of meminfo | Laura Abbott | 3 | -11/+8 |
2014-04-06 | Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 8 | -226/+6 |
2014-04-06 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 3 | -33/+0 |
2014-02-28 | ARM: clps711x: Remove EP72XX_ROM_BOOT option | Alexander Shiyan | 2 | -31/+0 |
2014-02-28 | ARM: clps711x: autcpu12: Fix incorrect NAND CLE GPIO | Alexander Shiyan | 1 | -1/+1 |
2014-02-28 | ARM: clps711x: Migrate CLPS711X subarch to the new irqchip driver | Alexander Shiyan | 8 | -226/+3 |
2014-02-28 | ARM: clps711x: Add CLPS711X irqchip driver | Alexander Shiyan | 1 | -0/+3 |
2014-02-19 | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 1 | -2/+0 |
2014-01-24 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -2/+2 |
2013-12-20 | ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, too | Uwe Kleine-König | 1 | -2/+0 |
2013-12-17 | serial: clps711x: Driver refactor | Alexander Shiyan | 1 | -0/+21 |
2013-11-22 | ARM: clps711x: Switch to sched_clock_register() | Stephen Boyd | 1 | -2/+2 |
2013-10-12 | ARM: clps711x: Use linux/sched_clock.h | Stephen Boyd | 1 | -1/+1 |
2013-08-14 | ARM: clps711x: edb7211: Remove extra iotable_init() call | Alexander Shiyan | 1 | -16/+1 |
2013-08-14 | ARM: clps711x: autcpu12: Remove incorrect config checking | Alexander Shiyan | 1 | -5/+1 |
2013-08-14 | ARM: clps711x: Drop fortunet board support | Alexander Shiyan | 3 | -89/+0 |
2013-08-14 | ARM: clps711x: Remove the special name for the syscon driver | Alexander Shiyan | 1 | -1/+1 |
2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 2 | -2/+4 |
2013-06-12 | ARM: clps711x: Add support for SYSCON driver | Alexander Shiyan | 2 | -86/+22 |
2013-06-12 | ARM: clps711x: edb7211: Control LCD backlight via PWM | Alexander Shiyan | 1 | -2/+3 |
2013-06-12 | ARM: clps711x: edb7211: Add support for I2C | Alexander Shiyan | 1 | -0/+13 |
2013-06-12 | ARM: clps711x: Optimize interrupt handling | Alexander Shiyan | 1 | -12/+18 |
2013-06-12 | ARM: clps711x: Add clocksource framework | Alexander Shiyan | 1 | -8/+40 |
2013-06-12 | ARM: clps711x: Replace "arch_initcall" in common code with ".init_early" | Alexander Shiyan | 8 | -7/+10 |
2013-06-12 | ARM: clps711x: Move specific definitions from hardware.h to boards files | Alexander Shiyan | 2 | -9/+6 |
2013-06-12 | ARM: clps711x: p720t: Define PLD registers as GPIOs | Alexander Shiyan | 2 | -168/+193 |
2013-06-12 | ARM: clps711x: autcpu12: Move remaining specific definitions to board file | Alexander Shiyan | 2 | -45/+8 |
2013-06-12 | ARM: clps711x: autcpu12: Special driver for handling memory is removed | Alexander Shiyan | 2 | -14/+56 |
2013-06-12 | ARM: clps711x: autcpu12: Add support for NOR flash | Alexander Shiyan | 2 | -7/+37 |
2013-06-12 | ARM: clps711x: autcpu12: Move LCD DPOT definitions to board file | Alexander Shiyan | 2 | -8/+14 |
2013-06-12 | ARM: clps711x: Set PLL clock to zero if we work from 13 mHz source | Alexander Shiyan | 1 | -0/+1 |
2013-06-12 | ARM: clps711x: Remove NEED_MACH_MEMORY_H dependency | Alexander Shiyan | 2 | -43/+1 |
2013-06-12 | ARM: clps711x: Re-add GPIO support | Alexander Shiyan | 7 | -8/+78 |
2013-02-05 | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 1 | -2/+0 |
2013-01-11 | ARM: remove unused arch_decomp_wdog() | Shawn Guo | 1 | -2/+0 |
2012-12-24 | ARM: delete struct sys_timer | Stephen Warren | 8 | -14/+8 |
2012-11-21 | ARM: clps711x: Rename board files to match functionality | Alexander Shiyan | 7 | -6/+6 |
2012-11-21 | ARM: clps711x: edb7211: Add support for NOR-Flash | Alexander Shiyan | 2 | -14/+35 |
2012-11-21 | ARM: clps711x: Moving backlight controls of framebuffer driver to the board | Alexander Shiyan | 3 | -7/+38 |