aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-13ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivativeLukasz Majewski3-0/+148
2017-12-13ARM: ep93xx: ts72xx: cosmetic: Add some description to ts72xx codeLukasz Majewski1-0/+9
2017-12-13ARM: ep93xx: ts72xx: Rewrite ts72xx_register_flash() to accept parametersLukasz Majewski1-12/+8
2017-12-13ARM: ep93xx: ts72xx: Provide include guards for ts72xx.h fileLukasz Majewski1-0/+4
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-65/+38
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds6-62/+29
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-30i2c: gpio: Augment all boardfiles to use open drainLinus Walleij1-2/+4
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij6-62/+27
2017-09-21ARM: ep93xx: Add lm70 HWMON sensor to TS-72xx boardsH Hartley Sweeten1-0/+26
2017-09-21ARM: ep93xx: tidy up TS-72xx Watchdog resourcesH Hartley Sweeten2-14/+9
2017-09-21ARM: ep93xx: simone: let the mmc_spi driver handle the card detectH Hartley Sweeten1-51/+3
2017-09-10Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-0/+35
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2-2/+2
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2-2/+2
2017-07-28ARM: edb93xx: Add ADC platform deviceAlexander Sverdlin1-0/+1
2017-07-28ARM: ep93xx: Add ADC platform device support to coreAlexander Sverdlin3-0/+26
2017-07-28ARM: ep93xx: Add ADC clockAlexander Sverdlin1-0/+8
2017-07-27ARM: ep93xx: normalize clk APIAlexander Sverdlin1-0/+20
2017-03-17ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300Florian Fainelli1-0/+26
2017-02-27Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds2-41/+10
2017-02-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+12
2017-02-21ARM: ep93xx: ts72xx: allow rtc-m48t86 to manage its own resourcesH Hartley Sweeten2-41/+10
2017-02-19Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-nextMark Brown1-2/+2
2017-02-16spi: spi-ep93xx: simplify GPIO chip selectsH Hartley Sweeten3-155/+27
2017-02-07ARM: ep93xx: Disable TS-72xx watchdog before uncompressingFlorian Fainelli1-0/+12
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-06-27rtc: m48t86: move m48t86.h to platform_dataAlexandre Belloni1-1/+1
2015-12-07ARM: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2-4/+4
2015-08-13ARM/fb: ep93xx: switch framebuffer to use modedb onlyLinus Walleij4-8/+0
2015-08-13ARM: ep93xx/timer: Migrate to new 'set-state' interfaceViresh Kumar1-7/+10
2015-07-17ARM: ep93xx: simone: enable DMA on the SPI hostLinus Walleij1-0/+1
2015-07-17ARM: ep93xx: vision_ep9307: add audio supportH Hartley Sweeten1-2/+56
2015-07-17ARM: ep93xx: vision_ep9307: enable DMA for SPIH Hartley Sweeten1-1/+2
2015-07-17ARM: ep93xx: toss the device ID into the entropy poolLinus Walleij1-0/+7
2015-07-17ARM: ep93xx: remove memory configuration optionsH Hartley Sweeten2-68/+1
2015-07-17ARM: ep93xx: update comment on timer usageLinus Walleij1-7/+6
2015-07-08ARM: ep93xx: switch clockevent to timer 3Linus Walleij1-9/+8
2015-07-08ARM: ep93xx: use non-raw accessors for timerLinus Walleij1-12/+12
2015-07-08ARM: ep93xx: switch to GENERIC_CLOCKEVENTSLinus Walleij1-40/+70
2015-07-08ARM: ep93xx: move timer to its own fileLinus Walleij3-110/+113
2015-06-11ARM: ep93xx: simone: support for SPI-based MMC/SD cardsMika Westerberg1-1/+134
2014-11-28arm: ep93xx: add dma_masks for the M2P and M2M DMA controllersH Hartley Sweeten1-2/+10
2014-10-02kbuild: remove unnecessary variable initializaionsMasahiro Yamada1-3/+0
2014-07-29ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memory.h>Uwe Kleine-König1-22/+0
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-3/+3
2014-04-25ARM: 8036/1: Enable IRQs before attempting to read user space in __und_usrCatalin Marinas1-1/+1
2014-04-25ARM: 8035/1: Disable preemption in crunch_task_enable()Catalin Marinas1-2/+10
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+1
2014-03-21ARM: ep93xx: export ep93xx_chip_revisionArnd Bergmann1-0/+1