Age | Commit message (Expand) | Author | Files | Lines |
2019-10-15 | gpiolib: Initialize the hardware with a callback | Andy Shevchenko | 1 | -0/+8 |
2019-09-11 | gpio: Initialize the irqchip valid_mask with a callback | Linus Walleij | 1 | -4/+10 |
2019-09-05 | gpio: Fix up merge collision in include file | Linus Walleij | 1 | -1/+2 |
2019-09-03 | Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Walleij | 1 | -21/+7 |
2019-08-23 | gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.h | YueHaibing | 1 | -3/+16 |
2019-08-20 | gpio: Use callback presence to determine need of valid_mask | Linus Walleij | 1 | -9/+0 |
2019-08-20 | gpio: Pass mask and size with the init_valid_mask() | Linus Walleij | 1 | -1/+3 |
2019-08-20 | gpio: stubs in headers should be inline | Stephen Rothwell | 1 | -2/+2 |
2019-08-15 | gpio: Add support for hierarchical IRQ domains | Linus Walleij | 1 | -0/+111 |
2019-07-30 | gpio: remove less important #ifdef around declarations | Masahiro Yamada | 1 | -19/+8 |
2019-07-14 | Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -0/+2 |
2019-07-04 | gpiolib: Document new gpio_chip.init_valid_mask field | Geert Uytterhoeven | 1 | -0/+2 |
2019-06-27 | gpio: Add comments on #if/#else/#endif | Enrico Weigelt | 1 | -8/+8 |
2019-06-14 | gpio: Drop the parent_irq from gpio_irq_chip | Linus Walleij | 1 | -7/+0 |
2019-06-13 | gpio: Fix build warnings on undefined struct pinctrl_dev | Enrico Weigelt | 1 | -0/+2 |
2019-06-08 | gpio: pass lookup and descriptor flags to request_own | Linus Walleij | 1 | -1/+3 |
2019-05-11 | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -6/+9 |
2019-04-08 | gpio: mmio: Drop bgpio_dir_inverted | Linus Walleij | 1 | -4/+0 |
2019-04-04 | gpio: mmio: Support two direction registers | Linus Walleij | 1 | -4/+11 |
2019-03-24 | gpiolib: export devprop_gpiochip_set_names() | Jan Kundrát | 1 | -0/+3 |
2019-01-24 | gpio: add irq domain activate/deactivate functions | Brian Masney | 1 | -0/+5 |
2018-12-14 | gpio: Pass a flag to gpiochip_request_own_desc() | Linus Walleij | 1 | -1/+3 |
2018-11-17 | gpio: drop broken to_gpio_irq_chip() helper | Johan Hovold | 1 | -5/+0 |
2018-11-05 | gpio: drop devm_gpiochip_remove() | Uwe Kleine-König | 1 | -1/+0 |
2018-10-23 | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -3/+36 |
2018-10-10 | gpio: Assign gpio_irq_chip::parents to non-stack pointer | Stephen Boyd | 1 | -0/+7 |
2018-10-10 | gpiolib: Add init_valid_mask exported function | Ricardo Ribalda Delgado | 1 | -1/+6 |
2018-09-25 | gpio: Add comments on single direction chips | Linus Walleij | 1 | -1/+5 |
2018-09-10 | gpiolib: override irq_enable/disable | Hans Verkuil | 1 | -0/+14 |
2018-09-10 | gpiolib: add flag to indicate if the irq is disabled | Hans Verkuil | 1 | -0/+2 |
2018-09-10 | gpiolib: export gpiochip_irq_reqres/relres() | Hans Verkuil | 1 | -0/+2 |
2018-09-10 | gpio: fix kernel-doc notation warning for 'request_key' | Randy Dunlap | 1 | -1/+7 |
2018-08-11 | gpio: mmio: Fix up inverted direction registers | Linus Walleij | 1 | -0/+3 |
2018-03-27 | gpiolib: Support 'gpio-reserved-ranges' property | Stephen Boyd | 1 | -0/+16 |
2018-01-31 | Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -0/+3 |
2018-01-10 | gpiolib: Export gpiochip_irqchip_irq_valid() to drivers | Stephen Boyd | 1 | -0/+3 |
2017-12-28 | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 1 | -12/+21 |
2017-11-15 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -33/+182 |
2017-11-08 | gpio: Automatically add lockdep keys | Thierry Reding | 1 | -1/+35 |
2017-11-08 | gpio: Introduce struct gpio_irq_chip.first | Thierry Reding | 1 | -0/+8 |
2017-11-08 | gpio: Disambiguate struct gpio_irq_chip.nested | Thierry Reding | 1 | -4/+4 |
2017-11-08 | gpio: Export gpiochip_irq_{map,unmap}() | Thierry Reding | 1 | -0/+4 |
2017-11-08 | gpio: Implement tighter IRQ chip integration | Thierry Reding | 1 | -0/+7 |
2017-11-08 | gpio: Move lock_key into struct gpio_irq_chip | Thierry Reding | 1 | -2/+7 |
2017-11-08 | gpio: Move irq_valid_mask into struct gpio_irq_chip | Thierry Reding | 1 | -6/+15 |
2017-11-08 | gpio: Move irq_nested into struct gpio_irq_chip | Thierry Reding | 1 | -2/+7 |
2017-11-08 | gpio: Move irq_chained_parent to struct gpio_irq_chip | Thierry Reding | 1 | -4/+15 |
2017-11-08 | gpio: Move irq_default_type to struct gpio_irq_chip | Thierry Reding | 1 | -3/+8 |
2017-11-08 | gpio: Move irq_handler to struct gpio_irq_chip | Thierry Reding | 1 | -3/+8 |
2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -3/+8 |