index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-dwapb.c
Age
Commit message (
Expand
)
Author
2024-01-02
gpio: dwapb: Use generic request, free and set_config
Emil Renner Berthing
2023-12-21
gpio: dwapb: mask/unmask IRQ when disable/enale it
xiongxin
2023-09-11
gpio: dwapb: don't include gpiolib.h
Bartosz Golaszewski
2022-06-10
gpio: dwapb: Don't print error on -EPROBE_DEFER
Serge Semin
2022-05-24
gpio: dwapb: Make the irqchip immutable
Geert Uytterhoeven
2022-04-25
gpio: use raw spinlock for gpio chip shadowed data
Schspa Shi
2022-01-03
gpio: dwapb: Switch to use fwnode instead of of_node
Andy Shevchenko
2021-12-01
gpio: dwapb: clarify usage of the register file version
Andy Shevchenko
2021-08-11
gpio: dwapb: Get rid of legacy platform data
Andy Shevchenko
2021-08-11
gpio: dwapb: Read GPIO base from gpio-base property
Andy Shevchenko
2021-08-11
gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()
Andy Shevchenko
2021-06-07
gpio-dwapb: Drop unused headers and sort the rest
Andy Shevchenko
2021-06-02
gpio: dwapb: Switch to use fwnode_irq_get()
Andy Shevchenko
2021-06-02
gpio: dwapb: Drop redundant check in dwapb_irq_set_type()
Andy Shevchenko
2020-12-17
Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2020-12-09
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
2020-12-02
gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()
Luo Jiaxing
2020-11-30
gpio: dwapb: Remove unnecessary error message
Damien Le Moal
2020-10-26
gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chip
Jia He
2020-08-27
gpio: dwapb: Use resource managed GPIO-chip add data method
Serge Semin
2020-08-27
gpio: dwapb: Get clocks by means of resource managed interface
Serge Semin
2020-08-27
gpio: dwapb: Get reset control by means of resource managed interface
Serge Semin
2020-08-27
gpio: dwapb: Discard ACPI GPIO-chip IRQs request
Serge Semin
2020-08-27
gpio: dwapb: Discard GPIO-to-IRQ mapping function
Serge Semin
2020-08-27
gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip
Serge Semin
2020-08-27
gpio: dwapb: Add max GPIOs macro
Serge Semin
2020-08-27
gpio: dwapb: Move MFD-specific IRQ handler
Serge Semin
2020-08-27
gpio: dwapb: Add ngpios DT-property support
Serge Semin
2020-05-25
gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_property
Andy Shevchenko
2020-05-25
gpio: dwapb: Don't use IRQ 0 as valid Linux interrupt
Andy Shevchenko
2020-05-25
gpio: dwapb: avoid error message for optional IRQ
Andy Shevchenko
2020-05-25
gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration
Andy Shevchenko
2020-04-28
gpio: dwapb: Amend indentation in some cases
Andy Shevchenko
2020-04-28
gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value
Andy Shevchenko
2020-04-17
gpio: dwapb: Split out dwapb_get_irq() helper
Andy Shevchenko
2020-04-17
gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls
Andy Shevchenko
2020-04-17
gpio: dwapb: Drop bogus BUG_ON()s
Andy Shevchenko
2020-04-17
gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()
Andy Shevchenko
2020-04-17
gpio: dwapb: Convert to use IRQ core provided macros
Andy Shevchenko
2020-04-17
gpio: dwapb: Use device_get_match_data() to simplify code
Andy Shevchenko
2020-04-17
gpio: dwapb: Convert to use irqd_to_hwirq()
Andy Shevchenko
2020-04-17
gpio: dwapb: Deduplicate IRQ resource management
Andy Shevchenko
2020-04-17
gpio: dwapb: set default handler to be handle_bad_irq()
Andy Shevchenko
2020-04-17
gpio: dwapb: Use chained IRQ prologue and epilogue
Andy Shevchenko
2020-04-17
gpio: dwapb: Refactor IRQ handler to use bit operations
Andy Shevchenko
2020-04-17
gpio: dwapb: Append MODULE_ALIAS for platform driver
Andy Shevchenko
2020-04-17
gpio: dwapb: Add debounce reference clock support
Serge Semin
2020-04-17
gpio: dwapb: Use optional-clocks interface for APB ref-clock
Serge Semin
2019-07-31
gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h
Andy Shevchenko
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
[next]