index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-02
gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
Jesse Chan
1
-0
/
+3
2017-12-02
gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan
1
-0
/
+4
2017-12-02
gpio: pca953x: fix vendor prefix for PCA9654
Sergei Shtylyov
1
-1
/
+1
2017-11-30
gpio: davinci: Assign first bank regs for unbanked case
Keerthy
1
-1
/
+1
2017-11-30
gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
Masahiro Yamada
1
-1
/
+1
2017-11-30
gpio: 74x164: Fix crash during .remove()
Geert Uytterhoeven
1
-2
/
+2
2017-11-30
Merge branch 'ib-gpio-acpi-quirks' into devel
Linus Walleij
3
-24
/
+45
2017-11-30
gpio: omap: initialize gpioirq chip as part of gpiochip_add_data
Grygorii Strashko
1
-18
/
+14
2017-11-30
gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
Bartosz Golaszewski
1
-0
/
+9
2017-11-30
gpiolib: acpi: Introduce NO_RESTRICTION quirk
Andy Shevchenko
1
-3
/
+10
2017-11-30
gpiolib: acpi: Add quirks field to struct acpi_gpio_mapping
Andy Shevchenko
2
-2
/
+10
2017-11-30
gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()
Andy Shevchenko
3
-12
/
+19
2017-11-30
gpiolib: acpi: Move adev member to struct acpi_gpio_info
Andy Shevchenko
2
-5
/
+7
2017-11-30
gpiolib: acpi: Don't contaminate return parameter in case of error
Andy Shevchenko
1
-1
/
+1
2017-11-30
gpiolib: acpi: Assign polarity when call acpi_populate_gpio_lookup()
Andy Shevchenko
1
-5
/
+2
2017-11-29
gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
Mika Westerberg
1
-73
/
+2
2017-11-29
gpio: max732x: Remove duplicate NULL check
Andy Shevchenko
1
-4
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-16
Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
8
-33
/
+14
2017-11-14
Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-0
/
+13
2017-11-14
Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
48
-405
/
+2636
2017-11-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+5
2017-11-13
gpio: tegra186: Remove tegra186_gpio_lock_class
Axel Lin
1
-3
/
+0
2017-11-09
Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel
Linus Walleij
48
-405
/
+2638
2017-11-08
gpio: Fix undefined lock_dep_class
Linus Walleij
1
-1
/
+1
2017-11-08
gpio: Automatically add lockdep keys
Thierry Reding
1
-29
/
+12
2017-11-08
gpio: Introduce struct gpio_irq_chip.first
Thierry Reding
1
-1
/
+2
2017-11-08
gpio: Disambiguate struct gpio_irq_chip.nested
Thierry Reding
1
-14
/
+10
2017-11-08
gpio: Add Tegra186 support
Thierry Reding
3
-0
/
+633
2017-11-08
gpio: Export gpiochip_irq_{map,unmap}()
Thierry Reding
1
-3
/
+5
2017-11-08
gpio: Implement tighter IRQ chip integration
Thierry Reding
1
-1
/
+107
2017-11-08
gpio: Move lock_key into struct gpio_irq_chip
Thierry Reding
1
-2
/
+2
2017-11-08
gpio: Move irq_valid_mask into struct gpio_irq_chip
Thierry Reding
3
-12
/
+12
2017-11-08
gpio: Move irq_nested into struct gpio_irq_chip
Thierry Reding
1
-4
/
+4
2017-11-08
gpio: Move irq_chained_parent to struct gpio_irq_chip
Thierry Reding
1
-5
/
+12
2017-11-08
gpio: Move irq_default_type to struct gpio_irq_chip
Thierry Reding
1
-3
/
+3
2017-11-08
gpio: Move irq_handler to struct gpio_irq_chip
Thierry Reding
1
-2
/
+2
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
32
-43
/
+45
2017-11-08
gpio: Move irqchip into struct gpio_irq_chip
Thierry Reding
1
-7
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-11-01
Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into i2c/for-4.15
Wolfram Sang
1
-0
/
+13
2017-10-31
gpio: mb86s70: Revert "Return error if requesting an already assigned gpio"
Ard Biesheuvel
1
-5
/
+0
2017-10-31
gpio: mb86s7x: share with other SoCs as module
Ard Biesheuvel
2
-3
/
+7
2017-10-31
gpio: brcmstb: implement suspend/resume/shutdown
Doug Berger
1
-50
/
+151
2017-10-31
gpio: brcmstb: consolidate interrupt domains
Doug Berger
2
-44
/
+146
2017-10-31
gpio: brcmstb: correct the configuration of level interrupts
Doug Berger
1
-2
/
+2
2017-10-31
gpio: brcmstb: switch to handle_level_irq flow
Doug Berger
1
-6
/
+12
2017-10-31
gpio: brcmstb: release the bgpio lock during irq handlers
Doug Berger
1
-5
/
+16
2017-10-31
gpio: brcmstb: allow all instances to be wakeup sources
Doug Berger
1
-7
/
+7
2017-10-31
gpio-adnp: Use common error handling code in adnp_gpio_dbg_show()
Markus Elfring
1
-16
/
+13
[prev]
[next]