Age | Commit message (Expand) | Author | Files | Lines |
2014-04-06 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2 | -6/+1 |
2014-03-21 | ARM: ep93xx: export ep93xx_chip_revision | Arnd Bergmann | 1 | -0/+1 |
2014-02-19 | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 2 | -6/+1 |
2013-12-20 | ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, too | Uwe Kleine-König | 1 | -5/+0 |
2013-12-20 | ARM: ep93xx: stop using mach/timex.h | Uwe Kleine-König | 1 | -1/+1 |
2013-11-26 | ARM: ep93xx: use soc bus | H Hartley Sweeten | 3 | -2/+110 |
2013-11-26 | ARM: ep93xx: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2013-10-30 | usb: ohci: remove ep93xx bus glue platform driver | H Hartley Sweeten | 2 | -6/+35 |
2013-09-13 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2013-09-11 | Merge tag 'ep93xx-fixes-for-3.12' of git://github.com/RyanMallon/linux-ep93xx... | Olof Johansson | 1 | -1/+1 |
2013-09-11 | Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -52/+5 |
2013-09-07 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2013-09-03 | ARM: ep93xx: Don't use modem interface on the second UART | Petr Štetiar | 1 | -1/+1 |
2013-08-29 | gpio: (gpio-pca953x) move header to linux/platform_data/ | Vivien Didelot | 1 | -1/+1 |
2013-08-25 | ARM: 7793/1: debug: use generic option for ep93xx PL10x debug port | Hartley Sweeten | 2 | -26/+2 |
2013-08-25 | ARM: debug: move PL01X debug include into arch/arm/include/debug/ | Russell King | 1 | -12/+0 |
2013-08-25 | ARM: debug: provide PL01x debug uart phys/virt address configuration options | Russell King | 1 | -9/+0 |
2013-08-25 | ARM: ep93xx: vision_ep9307: Use MMC CD and RO GPIO | Laurent Pinchart | 1 | -52/+5 |
2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 2 | -2/+5 |
2013-03-18 | ARM: ep93xx: Fix wait for UART FIFO to be empty | H Hartley Sweeten | 1 | -3/+7 |
2013-02-05 | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 1 | -2/+0 |
2013-01-15 | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into... | Olof Johansson | 9 | -28/+1 |
2013-01-12 | irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h | Rob Herring | 1 | -2/+1 |
2013-01-12 | ARM: remove unneeded vic.h includes | Rob Herring | 8 | -8/+0 |
2013-01-12 | ARM: remove mach .handle_irq for VIC users | Rob Herring | 8 | -18/+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 | 10 | -24/+20 |
2012-12-24 | ARM: set arch_gettimeoffset directly | Stephen Warren | 1 | -11/+18 |
2012-12-12 | ARM: ep93xx: properly wait for UART FIFO to be empty | Florian Fainelli | 1 | -7/+3 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 11 | -224/+10 |
2012-09-22 | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 10 | -223/+10 |
2012-09-17 | ARM: ep93xx: Move ts72xx.h out of include/mach | Ryan Mallon | 2 | -1/+1 |
2012-09-17 | ARM: ep93xx: use __iomem pointers for MMIO | Arnd Bergmann | 2 | -10/+10 |
2012-09-14 | ARM: make mach/gpio.h headers optional | Rob Herring | 1 | -1/+0 |
2012-09-14 | ARM: ep93xx: move platform_data definitions | Arnd Bergmann | 10 | -223/+10 |
2012-09-07 | ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared | Axel Lin | 2 | -0/+2 |
2012-07-24 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 4 | -0/+124 |
2012-06-11 | arm: ep93xx: Enable i2c support for ep9302 | Todor Colov | 1 | -2/+2 |
2012-06-04 | ep93xx: Add IDE support to edb93xx boards | Rafal Prylowski | 1 | -0/+24 |
2012-06-04 | ep93xx: IDE driver platform support code | Rafal Prylowski | 3 | -0/+100 |
2012-06-02 | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2 | -7/+0 |
2012-05-27 | Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 11 | -3/+31 |
2012-05-26 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+1 |
2012-05-14 | mtd: nand: kill NAND_NO_AUTOINCR option | Brian Norris | 1 | -1/+0 |
2012-05-14 | arm: Use the plat_nand default partition parser | H Hartley Sweeten | 2 | -6/+0 |
2012-05-05 | ARM: ep93xx: use machine specific hook for late init | Shawn Guo | 11 | -3/+31 |
2012-04-12 | arm: ep93xx: use gpio_led_register_device | H Hartley Sweeten | 2 | -12/+9 |
2012-04-12 | Fix build breakage in ep93xx-core | Ryan Mallon | 1 | -1/+1 |
2012-04-11 | arm: ep93xx: Don't try to release not acquired GPIO lines | Rafal Prylowski | 1 | -1/+1 |
2012-04-11 | arm: ep93xx: use DEFINE_RES_* macros | H Hartley Sweeten | 1 | -78/+16 |