summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-196-373/+161
|\
| * Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2019-07-156-373/+161
| |\
| | * ARM: sa1100: convert to common clock frameworkRussell King2019-07-031-126/+94
| | * ARM: sa1100/neponset: convert serial to use gpiod APIsRussell King2019-06-041-81/+28
| | * ARM: sa1100/hackkit: remove empty serial mctrl functionsRussell King2019-06-041-48/+0
| | * ARM: sa1100/badge4: remove commented out modem control initialisersRussell King2019-06-041-2/+0
| | * ARM: sa1100/h3xxx: convert serial to gpiod APIsRussell King2019-06-041-53/+11
| | * ARM: sa1100/assabet: convert serial to gpiod APIsRussell King2019-06-041-63/+28
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1918-83/+18
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-142-2/+2
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-1/+0
|\
| * arm/mach-sa1100/simpad.c: Remove duplicate headerSouptick Joarder2019-01-211-1/+0
* | regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-061-1/+0
|/
* Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-01-057-106/+92
|\
| * ARM: sa1100/cerf: switch to using gpio_led_register_device()Russell King2018-12-042-10/+2
| * ARM: sa1100/assabet: switch to using gpio ledsRussell King2018-12-042-86/+28
| * ARM: sa1100/assabet: add gpio keys support for right-hand two buttonsRussell King2018-12-041-0/+30
| * ARM: sa1100/neponset: switch PCMCIA to MAX1600 library and gpiod APIsRussell King2018-12-041-0/+19
| * ARM: sa1100/jornada720: switch PCMCIA to gpiod APIsRussell King2018-12-041-0/+12
| * ARM: sa1100: explicitly register sa11x0-pcmcia devicesRussell King2018-12-042-10/+1
* | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-1/+1
|/
* regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij2018-09-174-12/+21
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-1/+1
|\
| * i2c: gpio: move header to platform_dataWolfram Sang2018-05-171-1/+1
* | ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij2018-05-261-1/+1
|/
* ARM: sa1100/simpad: switch simpad CF to use gpiod APIsRussell King2018-04-061-0/+11
* ARM: sa1100/shannon: convert to generic CF socketsRussell King2018-04-062-0/+40
* ARM: sa1100/nanoengine: convert to generic CF socketsRussell King2018-04-061-0/+23
* ARM: sa1100/h3xxx: switch h3xxx PCMCIA to use gpiod APIsRussell King2018-03-241-0/+17
* ARM: sa1100/cerf: convert to generic CF socketsRussell King2018-03-241-3/+15
* ARM: sa1100/assabet: convert to generic CF socketsRussell King2018-03-243-7/+40
* ARM: sa1100: provide infrastructure to support generic CF socketsRussell King2018-03-243-1/+53
* ARM: sa1100/neponset: add GPIO drivers for control and modem registersRussell King2018-01-011-63/+96
* ARM: sa1100/assabet: add BCR/BSR GPIO driverRussell King2018-01-012-17/+55
* Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-2/+12
|\
| * ARM: sa1100: simpad: Correct I2C GPIO offsetsLinus Walleij2017-11-101-2/+2
| * i2c: gpio: Augment all boardfiles to use open drainLinus Walleij2017-10-301-2/+4
| * i2c: gpio: Convert to use descriptorsLinus Walleij2017-10-301-2/+10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
|/
* ARM: sa1100: normalize clk APIArnd Bergmann2017-07-271-0/+25
* ARM: sa1100/pxa: fix MTD_XIP buildArnd Bergmann2017-07-271-2/+2
* ARM: HP Jornada 7XX: move inline before return typeJoe Perches2017-07-121-1/+1
* ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli2017-02-281-1/+1
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-12-152-929/+0
|\
| * ARM: sa1100: remove SA-1101 header fileRussell King2016-10-192-929/+0
* | ARM: sa11x0/pxa: get rid of get_clock_tick_rateRobert Jarzmik2016-10-181-4/+0
* | ARM: sa11x0/pxa: acquire timer rate from the clock rateRobert Jarzmik2016-10-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-071-0/+16
|\