aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20ARM: ep93xx: Add terminator to gpiod_lookup_tableNikita Shubin1-0/+1
2023-01-24ARM: ep93xx: Convert to use descriptors for GPIO LEDsLinus Walleij1-2/+11
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-0/+1
2022-04-04ARM: ep93xx: enable SPARSE_IRQArnd Bergmann1-0/+1
2022-04-04ARM: ep93xx: renumber interruptsArnd Bergmann1-2/+2
2021-10-20ep93xx: clock: convert in-place to COMMON_CLKNikita Shubin1-1/+1
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann1-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-28ARM: ep93xx: move private headers out of mach/*Arnd Bergmann1-3/+3
2019-04-28ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann1-0/+2
2018-08-29ARM/gpio: ep93xx: build standaloneArnd Bergmann1-0/+9
2018-06-06Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2018-05-26ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij1-1/+1
2018-05-11ARM: ep93xx: i2s: Add IRQ to platform device resourcesAlexander Sverdlin1-0/+1
2017-10-30i2c: gpio: Augment all boardfiles to use open drainLinus Walleij1-2/+4
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij1-18/+21
2017-07-28ARM: ep93xx: Add ADC platform device support to coreAlexander Sverdlin1-0/+24
2015-07-17ARM: ep93xx: toss the device ID into the entropy poolLinus Walleij1-0/+7
2015-07-08ARM: ep93xx: move timer to its own fileLinus Walleij1-109/+0
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2014-03-21ARM: ep93xx: export ep93xx_chip_revisionArnd Bergmann1-0/+1
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-1/+1
2013-12-20ARM: ep93xx: stop using mach/timex.hUwe Kleine-König1-1/+1
2013-11-25ARM: ep93xx: use soc busH Hartley Sweeten1-1/+107
2013-11-25ARM: ep93xx: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-29usb: ohci: remove ep93xx bus glue platform driverH Hartley Sweeten1-5/+34
2013-09-03ARM: ep93xx: Don't use modem interface on the second UARTPetr Štetiar1-1/+1
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt1-1/+2
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson1-2/+1
2013-01-12irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring1-2/+1
2012-12-24ARM: delete struct sys_timerStephen Warren1-5/+1
2012-12-24ARM: set arch_gettimeoffset directlyStephen Warren1-11/+18
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann1-3/+3
2012-06-04ep93xx: IDE driver platform support codeRafal Prylowski1-0/+96
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-05-05ARM: ep93xx: use machine specific hook for late initShawn Guo1-0/+5
2012-04-12arm: ep93xx: use gpio_led_register_deviceH Hartley Sweeten1-12/+4
2012-04-12Fix build breakage in ep93xx-coreRyan Mallon1-1/+1
2012-04-11arm: ep93xx: Don't try to release not acquired GPIO linesRafal Prylowski1-1/+1
2012-04-11arm: ep93xx: use DEFINE_RES_* macrosH Hartley Sweeten1-78/+16
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann1-17/+37
2012-03-14ep93xx: Make syscon access functions private to SoCRyan Mallon1-2/+0
2012-03-14ep93xx: Configure GPIO ports in core codeRyan Mallon1-0/+7
2012-03-14ep93xx: Move peripheral defines to local SoC headerRyan Mallon1-0/+1
2012-03-14ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten1-0/+15
2012-03-14ep93xx: Use ioremap for backlight driverRyan Mallon1-0/+10
2012-03-14ep93xx: Don't use system controller defines in audio driversRyan Mallon1-15/+4
2012-01-26ARM: amba: ep93xx: use common amba device initializersRussell King1-40/+6
2012-01-25ARM: amba: get rid of NO_IRQ initializersRussell King1-3/+3
2012-01-05ARM: restart: ep93xx: use new restart hookRussell King1-0/+12
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-10-01ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsLinus Walleij1-0/+1
2011-07-22Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+5
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-7/+20
2011-07-06ARM: 6966/1: ep93xx: fix inverted RTS/DTR signals on uart1Petr Štetiar1-2/+2
2011-06-17Merge branch 'spi/merge' into spi/nextGrant Likely1-1/+5
2011-06-15Merge branch 'gpio/next-tegra' into gpio/nextGrant Likely1-1/+5
2011-06-11ep93xx: set DMA masks for the ep93xx_ethMika Westerberg1-1/+5
2011-06-08gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryH Hartley Sweeten1-7/+20
2011-06-08spi/ep93xx: add DMA supportMika Westerberg1-1/+5
2011-02-05ARM: 6652/1: ep93xx: correct the end address of the AC97 memory resourceMika Westerberg1-1/+1
2010-10-15ARM: ep93xx: add AC97 platform supportMika Westerberg1-0/+34
2010-08-16Merge branch 'for-2.6.36' into for-2.6.37Mark Brown1-1/+45
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-0/+6
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-0/+67
2010-06-16ARM: 6174/1: ep93xx: clear devcfg bits before setting themHartley Sweeten1-1/+1
2010-06-16ARM: 6168/1: ep93xx: move physmap flash registration into core.cHartley Sweeten1-0/+38
2010-06-16ARM: 6167/1: ep93xx: register backlight driverHartley Sweeten1-0/+6
2010-06-09Merge branch 'ep93xx' into for-2.6.36Mark Brown1-0/+67
2010-06-09EP93xx: Add i2s core supportRyan Mallon1-0/+67
2010-05-13ARM: 6124/1: ep93xx: SPI driver platform support codeMika Westerberg1-0/+52
2010-04-14ARM: 5998/1: ep93xx: added chip revision reading functionMika Westerberg1-0/+14
2010-04-14ARM: 5992/1: ep93xx: pass platform startup data as __initdataHartley Sweeten1-13/+44
2010-02-24ARM: 5955/1: ep93xx: move timer defines into core.c and documentHartley Sweeten1-6/+38
2010-02-24ARM: 5954/1: ep93xx: move gpio interrupt support to gpio.cHartley Sweeten1-222/+2
2010-02-18ARM: 5945/1: ep93xx: include correct irq.h in core.cHartley Sweeten1-1/+1
2010-01-12ARM: 5877/1: ep93xx: use pr_fmt in core.cHartley Sweeten1-4/+5
2009-11-24ARM: 5775/1: ep93xx: add keypad core supportHartley Sweeten1-0/+77
2009-10-21ARM: 5768/1: ep93xx: remove dead code in ep93xx_gpio_ab_irq_handler()Hartley Sweeten1-1/+0
2009-10-10ARM: 5754/1: ep93xx: update i2c supportHartley Sweeten1-8/+23
2009-09-23ep93xx video driver platform supportRyan Mallon1-0/+32
2009-08-03ARM: 5635/1: Use DIV_ROUND_CLOSESTJulia Lawall1-1/+1
2009-07-30ARM: 5628/1: ep93xx: Introduce Pulse Width Modulator (PWM) driverHartley Sweeten1-0/+85
2009-07-21[ARM] 5612/1: ep93xx: add platform LEDsHartley Sweeten1-0/+30
2009-07-17[ARM] 5607/1: ep93xx: Use __iomem pointer on syscon write functionRyan Mallon1-1/+1
2009-07-17[ARM] 5600/1: ep93xx: core.c remove cast when copying dev_addrHartley Sweeten1-4/+2
2009-07-11[ARM] 5598/1: ep93xx: core.c typesafe vic_initHartley Sweeten1-2/+2
2009-07-09[ARM] 5592/1: ep93xx: cleanup platform header includesHartley Sweeten1-20/+3
2009-07-09[ARM] 5577/2: ep93xx: syscon locked register functionsHartley Sweeten1-9/+43
2009-06-10Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King1-2/+2
2009-05-29[ARM] 5527/1: ep93xx: core.c: trivial spelling errorHartley Sweeten1-4/+4
2009-05-07[ARM] VIC: Add power management deviceBen Dooks1-2/+2
2009-04-26[ARM] 5452/1: ep93x: rtc: use ioremap'ed addressesHartley Sweeten1-3/+12
2009-04-15[ARM] 5451/1: ep93xx:core.c: build warning fixHartley Sweeten1-1/+1
2009-01-06arm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2008-12-01[ARM] 5324/2: ep93xx: support gpio interrupt debounceHartley Sweeten1-0/+18
2008-12-01[ARM] 5311/1: ep93xx: add core support for built in i2c busHartley Sweeten1-0/+22
2008-10-30[ARM] ep93xx: fix OHCI DMA maskMatthias Kaehlcke1-2/+4
2008-10-09Merge branch 'pxa-all' into develRussell King1-4/+3
2008-10-09Merge branches 'machtypes', 'core', 'ep93xx', 'ks8695', 'netdev' and 'sa1100'...Russell King1-2/+37
2008-10-09[ARM] 5298/1: Drop desc_handle_irq()Dmitry Baryshkov1-4/+3
2008-10-04[ARM] 5273/2: ep93xx: move ethernet support into core.cHartley Sweeten1-0/+35
2008-09-07[ARM] 5242/1: ep93xx: bugfix, GPIO port F enable register offsetHartley Sweeten1-1/+1
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov1-7/+7
2008-05-04[ARM] 5023/1: Fix broken gpio interrupts on ep93xxRyan Mallon1-1/+1
2008-04-19[ARM] 4988/1: Add GPIO lib support to the EP93xxRyan Mallon1-97/+12
2008-01-28Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', '...Russell King1-101/+157
2008-01-28[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King1-4/+0
2008-01-26[ARM] remove duplicate includesLucas Woods1-1/+0
2008-01-26[ARM] 4671/1: ep93xx: remove obsolete gpio_line_* operationsHerbert Valerio Riedel1-6/+3
2008-01-26[ARM] 4670/1: ep93xx: implement IRQT_BOTHEDGE gpio irq sense typeHerbert Valerio Riedel1-11/+53
2008-01-26[ARM] 4669/1: ep93xx: simplify GPIO code and cleanupsHerbert Valerio Riedel1-77/+70
2008-01-26[ARM] 4668/1: ep93xx: implement new GPIO APIHerbert Valerio Riedel1-19/+44
2007-09-20[ARM] 4569/1: ep93xx_gpio_irq_type(): fix spurious enumeration offset for FGP...Herbert Valerio Riedel1-1/+1
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle1-1/+1
2007-02-08[ARM] 4142/1: ep93xx: handle IRQT_NOEDGELennert Buytenhek1-9/+16
2007-02-08[ARM] 4122/1: ep93xx: add support for GPIO port F interruptsLennert Buytenhek1-28/+62
2007-02-08[ARM] 4121/1: ep93xx: move setting of HWCAP_CRUNCHLennert Buytenhek1-4/+0
2007-02-08[ARM] 4120/1: ep93xx: make clock init an arch_initcall()Lennert Buytenhek1-2/+0
2006-12-18[ARM] 4054/1: ep93xx: add HWCAP_CRUNCHLennert Buytenhek1-0/+4
2006-11-30[ARM] Remove compatibility layer for ARM irqsRussell King1-3/+3
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-5/+5
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-24[ARM] 3646/1: ep93xx: instantiate ep93xx-ohci platform deviceLennert Buytenhek1-0/+26
2006-06-24[ARM] 3634/1: ep93xx: initial implementation of the clk_* APILennert Buytenhek1-0/+2
2006-06-22[ARM] 3617/1: ep93xx: fix slightly incorrect timer tick rateLennert Buytenhek1-1/+1
2006-06-22[ARM] 3616/1: fix timer handler wrap logic for a number of platformsLennert Buytenhek1-1/+2
2006-04-02[ARM] 3450/1: ep93xx: use the ep93xx rtc driverLennert Buytenhek1-0/+10
2006-03-26[SERIAL] Provide Cirrus EP93xx AMBA PL010 serial support.Lennert Buytenhek1-0/+68
2006-03-21[ARM] 3374/1: ep93xx: gpio interrupt supportLennert Buytenhek1-0/+133
2006-03-21[ARM] 3371/1: ep93xx: gpio supportLennert Buytenhek1-0/+68
2006-03-21[ARM] 3369/1: ep93xx: add core cirrus ep93xx supportLennert Buytenhek1-0/+173