aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds5-17/+54
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon3-6/+3
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon3-5/+5
2018-10-03ARM: pxa: palmtreo: Drop docg4 specific initBoris Brezillon1-31/+0
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon3-10/+8
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij5-17/+54
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-13/+17
2018-08-14Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-149/+123
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+0
2018-08-09Merge branch 'asoc-4.19' into asoc-nextMark Brown5-149/+123
2018-07-18mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()Boris Brezillon2-2/+0
2018-07-07ARM: pxa: irq: fix handling of ICMR registers in suspend/resumeDaniel Mack1-2/+2
2018-06-20ARM: pxa: zylonite: use the new ac97 bus supportRobert Jarzmik1-11/+0
2018-06-20ARM: pxa: add the missing AC97 clocksRobert Jarzmik1-0/+13
2018-06-20ARM: pxa: mioa701 convert to the new AC97 busRobert Jarzmik1-2/+0
2018-06-20ARM: pxa: hx4700: fix the usb clientRobert Jarzmik1-0/+4
2018-06-18ARM: pxa: remove the DMA IO resourcesRobert Jarzmik1-136/+0
2018-06-18ARM: pxa: add dma slave mapRobert Jarzmik5-13/+123
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-2/+2
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-5/+9
2018-05-26ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij2-3/+3
2018-05-25ARM: pxa3xx: enable external wakeup pinsDaniel Mack1-0/+4
2018-05-25ARM: pxa: stargate2: use device properties for at24 eepromBartosz Golaszewski1-5/+5
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang2-2/+2
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-42/+30
2018-03-07Merge tag 'nand/pxa3xx-removal' of git://git.infradead.org/linux-mtd into pxa/for-nextRobert Jarzmik7-33/+21
2018-03-07ARM: pxa/raumfeld: use PROPERTY_ENTRY_U32() directlyAndy Shevchenko1-3/+3
2018-03-07ARM: pxa: ulpi: fix ulpi timeout and slowpath warnIgor Grinberg2-4/+4
2018-03-07ARM: pxa: cm-x300: remove inline directiveIgor Grinberg1-1/+1
2018-03-07ARM: pxa: fix static checker warning in pxa3xx-ulpiIgor Grinberg1-1/+1
2018-03-02mtd: nand: remove useless fields from pxa3xx NAND platform dataMiquel Raynal6-24/+12
2018-02-23mtd: nand: use Marvell reworked NAND controller driver with all platformsMiquel Raynal6-9/+9
2018-02-14spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij2-10/+37
2018-02-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds36-128/+99
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2018-01-22ARM: pxa/tosa-bt: add MODULE_LICENSE tagArnd Bergmann1-0/+4
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-2/+2
2017-12-20ARM: pxa/lubbock: add GPIO driver for LUB_MISC_WR registerRussell King2-8/+17
2017-12-08w1: w1-gpio: Convert to use GPIO descriptorsLinus Walleij1-5/+11
2017-11-28ARM: pxa/poodle: Remove hardcoded partitioning, use sharpslpart parserAndrea Adami1-20/+8
2017-11-28ARM: pxa/spitz: Remove hardcoded partitioning, use sharpslpart parserAndrea Adami1-25/+9
2017-11-28ARM: pxa/tosa: Remove hardcoded partitioning, use sharpslpart parserAndrea Adami1-20/+8
2017-11-28ARM: pxa/corgi: Remove hardcoded partitioning, use sharpslpart parserAndrea Adami1-23/+8
2017-11-28ARM: pxa: move header file out of I2C realmWolfram Sang32-32/+32
2017-11-28ARM: pxa: move declarations to proper placeWolfram Sang5-0/+13
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds1-6/+13
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-6/+35
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+10
2017-11-13Merge tag 'hwmon-for-linus-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-7/+10
2017-11-02arm: pxa: Convert timers to use timer_setup()Kees Cook2-13/+10