summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ep93xx
AgeCommit message (Expand)AuthorFilesLines
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown4-5/+5
2019-09-02spi: ep93xx: Repair SPI CS lookup tablesAlexander Sverdlin4-5/+5
2019-08-09ARM: ep93xx: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner12-62/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds14-41/+23
2019-05-02spi: ep93xx: Convert to use CS GPIO descriptorsLinus Walleij4-22/+42
2019-04-28ARM: ep93xx: move private headers out of mach/*Arnd Bergmann14-19/+19
2019-04-28ARM: ep93xx: move pinctrl interfaces into include/linux/socArnd Bergmann3-16/+3
2019-04-28ARM: ep93xx: move network platform data to separate headerArnd Bergmann1-6/+1
2019-01-30arch/arm/mach-ep93xx: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-12-17mmc: spi: Convert to use GPIO descriptorsLinus Walleij2-7/+24
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-0/+9
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon2-4/+2
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2-5/+6
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon2-10/+4
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-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/a...Linus Torvalds3-65/+38
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus 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...Linus 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/abellon...Linus Torvalds2-41/+10
2017-02-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus 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/t...Mark 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