aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ep93xx/core.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-17ARM: ep93xx: toss the device ID into the entropy poolGravatar Linus Walleij 1-0/+7
2015-07-08ARM: ep93xx: move timer to its own fileGravatar Linus Walleij 1-109/+0
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-1/+1
2014-03-21ARM: ep93xx: export ep93xx_chip_revisionGravatar Arnd Bergmann 1-0/+1
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Gravatar Olof Johansson 1-1/+1
2013-12-20ARM: ep93xx: stop using mach/timex.hGravatar Uwe Kleine-König 1-1/+1
2013-11-25ARM: ep93xx: use soc busGravatar H Hartley Sweeten 1-1/+107
2013-11-25ARM: ep93xx: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2013-10-29usb: ohci: remove ep93xx bus glue platform driverGravatar H Hartley Sweeten 1-5/+34
2013-09-03ARM: ep93xx: Don't use modem interface on the second UARTGravatar Petr Štetiar 1-1/+1
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeGravatar Robin Holt 1-1/+2
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Gravatar Olof Johansson 1-2/+1
2013-01-12irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hGravatar Rob Herring 1-2/+1
2012-12-24ARM: delete struct sys_timerGravatar Stephen Warren 1-5/+1
2012-12-24ARM: set arch_gettimeoffset directlyGravatar Stephen Warren 1-11/+18
2012-09-14ARM: ep93xx: move platform_data definitionsGravatar Arnd Bergmann 1-3/+3
2012-06-04ep93xx: IDE driver platform support codeGravatar Rafal Prylowski 1-0/+96
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+5
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-1/+1
2012-05-05ARM: ep93xx: use machine specific hook for late initGravatar Shawn Guo 1-0/+5
2012-04-12arm: ep93xx: use gpio_led_register_deviceGravatar H Hartley Sweeten 1-12/+4
2012-04-12Fix build breakage in ep93xx-coreGravatar Ryan Mallon 1-1/+1
2012-04-11arm: ep93xx: Don't try to release not acquired GPIO linesGravatar Rafal Prylowski 1-1/+1
2012-04-11arm: ep93xx: use DEFINE_RES_* macrosGravatar H Hartley Sweeten 1-78/+16
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Gravatar Arnd Bergmann 1-17/+37
2012-03-14ep93xx: Make syscon access functions private to SoCGravatar Ryan Mallon 1-2/+0
2012-03-14ep93xx: Configure GPIO ports in core codeGravatar Ryan Mallon 1-0/+7
2012-03-14ep93xx: Move peripheral defines to local SoC headerGravatar Ryan Mallon 1-0/+1
2012-03-14ep93xx: Convert the watchdog driver into a platform device.Gravatar H Hartley Sweeten 1-0/+15
2012-03-14ep93xx: Use ioremap for backlight driverGravatar Ryan Mallon 1-0/+10
2012-03-14ep93xx: Don't use system controller defines in audio driversGravatar Ryan Mallon 1-15/+4
2012-01-26ARM: amba: ep93xx: use common amba device initializersGravatar Russell King 1-40/+6
2012-01-25ARM: amba: get rid of NO_IRQ initializersGravatar Russell King 1-3/+3
2012-01-05ARM: restart: ep93xx: use new restart hookGravatar Russell King 1-0/+12
2011-10-31arm: Add export.h to ARM specific files as required.Gravatar Paul Gortmaker 1-0/+1
2011-10-01ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsGravatar Linus Walleij 1-0/+1
2011-07-22Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+5
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-7/+20
2011-07-06ARM: 6966/1: ep93xx: fix inverted RTS/DTR signals on uart1Gravatar Petr Štetiar 1-2/+2
2011-06-17Merge branch 'spi/merge' into spi/nextGravatar Grant Likely 1-1/+5
2011-06-15Merge branch 'gpio/next-tegra' into gpio/nextGravatar Grant Likely 1-1/+5
2011-06-11ep93xx: set DMA masks for the ep93xx_ethGravatar Mika Westerberg 1-1/+5
2011-06-08gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryGravatar H Hartley Sweeten 1-7/+20
2011-06-08spi/ep93xx: add DMA supportGravatar Mika Westerberg 1-1/+5
2011-02-05ARM: 6652/1: ep93xx: correct the end address of the AC97 memory resourceGravatar Mika Westerberg 1-1/+1
2010-10-15ARM: ep93xx: add AC97 platform supportGravatar Mika Westerberg 1-0/+34
2010-08-16Merge branch 'for-2.6.36' into for-2.6.37Gravatar Mark Brown 1-1/+45
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportGravatar Liam Girdwood 1-0/+6
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-0/+67
2010-06-16ARM: 6174/1: ep93xx: clear devcfg bits before setting themGravatar Hartley Sweeten 1-1/+1