summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | gpio: mockup: pass the named_lines parameter over platform_dataBartosz Golaszewski2017-12-021-1/+3
* | gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()Bartosz Golaszewski2017-12-021-47/+31
* | gpio: mockup: remove a stray tabBartosz Golaszewski2017-12-021-1/+1
* | gpio: mockup: implement gpio_mockup_err()Bartosz Golaszewski2017-12-021-6/+5
* | gpio: mockup: rework device probingBartosz Golaszewski2017-12-021-51/+71
* | gpio: mockup: verify the number of GPIO chips requestedBartosz Golaszewski2017-12-021-1/+3
* | gpio: mockup: parse the module params in init, not probeBartosz Golaszewski2017-12-021-3/+3
* | gpio: mockup: add missing prefixesBartosz Golaszewski2017-12-021-11/+12
* | gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan2017-12-021-0/+3
* | gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-12-021-0/+4
* | Merge branch 'ib-gpio-acpi-quirks' into develLinus Walleij2017-11-303-24/+45
|\ \
| * | gpiolib: acpi: Introduce NO_RESTRICTION quirkAndy Shevchenko2017-11-301-3/+10
| * | gpiolib: acpi: Add quirks field to struct acpi_gpio_mappingAndy Shevchenko2017-11-302-2/+10
| * | gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()Andy Shevchenko2017-11-303-12/+19
| * | gpiolib: acpi: Move adev member to struct acpi_gpio_infoAndy Shevchenko2017-11-302-5/+7
| * | gpiolib: acpi: Don't contaminate return parameter in case of errorAndy Shevchenko2017-11-301-1/+1
| * | gpiolib: acpi: Assign polarity when call acpi_populate_gpio_lookup()Andy Shevchenko2017-11-301-5/+2
| |/
* | gpio: omap: initialize gpioirq chip as part of gpiochip_add_dataGrygorii Strashko2017-11-301-18/+14
* | gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneouslyBartosz Golaszewski2017-11-301-0/+9
* | gpio: max732x: Remove duplicate NULL checkAndy Shevchenko2017-11-291-4/+2
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-168-33/+14
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-0948-407/+2640
| |\
| * | gpio: Cut old SX150X Kconfig optionLinus Walleij2017-10-171-9/+0
| * | gpio: pxa: Use library functionsLinus Walleij2017-10-071-12/+2
| * | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-227-14/+14
* | | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-151-0/+13
|\ \ \
| * \ \ Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang2017-11-011-0/+13
| |\ \ \
| | * | | gpio: Make it possible for consumers to enforce open drainLinus Walleij2017-10-301-0/+13
| | |/ /
* | | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1548-407/+2638
|\ \ \ \
| * | | | gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin2017-11-131-3/+0
| | |_|/ | |/| |
| * | | gpio: Fix undefined lock_dep_classLinus Walleij2017-11-081-1/+1
| * | | gpio: Automatically add lockdep keysThierry Reding2017-11-081-29/+12
| * | | gpio: Introduce struct gpio_irq_chip.firstThierry Reding2017-11-081-1/+2
| * | | gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding2017-11-081-14/+10
| * | | gpio: Add Tegra186 supportThierry Reding2017-11-083-0/+633
| * | | gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding2017-11-081-3/+5
| * | | gpio: Implement tighter IRQ chip integrationThierry Reding2017-11-081-1/+107
| * | | gpio: Move lock_key into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
| * | | gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-083-12/+12
| * | | gpio: Move irq_nested into struct gpio_irq_chipThierry Reding2017-11-081-4/+4
| * | | gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding2017-11-081-5/+12
| * | | gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding2017-11-081-3/+3
| * | | gpio: Move irq_handler to struct gpio_irq_chipThierry Reding2017-11-081-2/+2
| * | | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-0832-43/+45
| * | | gpio: Move irqchip into struct gpio_irq_chipThierry Reding2017-11-081-7/+7
| * | | gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"Ard Biesheuvel2017-10-311-5/+0
| * | | gpio: mb86s7x: share with other SoCs as moduleArd Biesheuvel2017-10-312-3/+7
| * | | gpio: brcmstb: implement suspend/resume/shutdownDoug Berger2017-10-311-50/+151
| * | | gpio: brcmstb: consolidate interrupt domainsDoug Berger2017-10-312-44/+146
| * | | gpio: brcmstb: correct the configuration of level interruptsDoug Berger2017-10-311-2/+2