Age | Commit message (Expand) | Author | Files | Lines |
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-14 | 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-01 | 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-23 | 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-01 | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2 | -7/+0 |
2012-05-26 | 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-13 | mtd: nand: kill NAND_NO_AUTOINCR option | Brian Norris | 1 | -1/+0 |
2012-05-13 | 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 |
2012-03-29 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -22/+0 |
2012-03-15 | Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in... | Arnd Bergmann | 19 | -223/+676 |
2012-03-13 | ARM: create a common IOMEM definition | Rob Herring | 1 | -9/+0 |
2012-03-14 | ep93xx: Remove unnecessary includes of ep93xx-regs.h | Ryan Mallon | 3 | -2/+3 |
2012-03-14 | ep93xx: Move EP93XX_SYSCON defines to SoC private header | Ryan Mallon | 3 | -89/+92 |
2012-03-14 | ep93xx: Move crunch code to mach-ep93xx directory | Ryan Mallon | 3 | -0/+396 |
2012-03-14 | ep93xx: Make syscon access functions private to SoC | Ryan Mallon | 4 | -16/+15 |
2012-03-14 | ep93xx: Configure GPIO ports in core code | Ryan Mallon | 1 | -0/+7 |
2012-03-14 | ep93xx: Move peripheral defines to local SoC header | Ryan Mallon | 4 | -60/+61 |
2012-03-14 | ep93xx: Convert the watchdog driver into a platform device. | H Hartley Sweeten | 2 | -0/+16 |
2012-03-14 | ep93xx: Use ioremap for backlight driver | Ryan Mallon | 1 | -0/+10 |
2012-03-14 | ep93xx: Move GPIO defines to gpio-ep93xx.h | Ryan Mallon | 2 | -8/+10 |
2012-03-14 | ep93xx: Don't use system controller defines in audio drivers | Ryan Mallon | 2 | -16/+5 |
2012-03-14 | ep93xx: Move PHYS_BASE defines to local SoC header file | Ryan Mallon | 10 | -34/+61 |
2012-03-06 | ARM: remove bunch of now unused mach/io.h files | Rob Herring | 1 | -13/+0 |
2012-03-06 | ARM: ep93xx: clean-up mach/io.h | Rob Herring | 2 | -9/+9 |
2012-03-06 | ARM: ep93xx: convert vision_ep9307 to MULTI_IRQ_HANDLER | H Hartley Sweeten | 1 | -0/+2 |
2012-02-29 | Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin... | Arnd Bergmann | 1 | -17/+0 |
2012-02-28 | Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanup | Arnd Bergmann | 1 | -1/+3 |