index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-dwapb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-10
gpio: dwapb: Don't print error on -EPROBE_DEFER
Serge Semin
1
-4
/
+3
2022-05-24
gpio: dwapb: Make the irqchip immutable
Geert Uytterhoeven
1
-14
/
+24
2022-04-25
gpio: use raw spinlock for gpio chip shadowed data
Schspa Shi
1
-18
/
+18
2022-01-03
gpio: dwapb: Switch to use fwnode instead of of_node
Andy Shevchenko
1
-4
/
+1
2021-12-01
gpio: dwapb: clarify usage of the register file version
Andy Shevchenko
1
-4
/
+6
2021-08-11
gpio: dwapb: Get rid of legacy platform data
Andy Shevchenko
1
-10
/
+18
2021-08-11
gpio: dwapb: Read GPIO base from gpio-base property
Andy Shevchenko
1
-0
/
+4
2021-08-11
gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()
Andy Shevchenko
1
-12
/
+12
2021-06-07
gpio-dwapb: Drop unused headers and sort the rest
Andy Shevchenko
1
-5
/
+3
2021-06-02
gpio: dwapb: Switch to use fwnode_irq_get()
Andy Shevchenko
1
-8
/
+4
2021-06-02
gpio: dwapb: Drop redundant check in dwapb_irq_set_type()
Andy Shevchenko
1
-3
/
+0
2020-12-17
Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-4
/
+3
2020-12-09
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
1
-4
/
+3
2020-12-02
gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()
Luo Jiaxing
1
-0
/
+2
2020-11-30
gpio: dwapb: Remove unnecessary error message
Damien Le Moal
1
-4
/
+3
2020-10-26
gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chip
Jia He
1
-2
/
+2
2020-08-27
gpio: dwapb: Use resource managed GPIO-chip add data method
Serge Semin
1
-35
/
+2
2020-08-27
gpio: dwapb: Get clocks by means of resource managed interface
Serge Semin
1
-16
/
+32
2020-08-27
gpio: dwapb: Get reset control by means of resource managed interface
Serge Semin
1
-6
/
+29
2020-08-27
gpio: dwapb: Discard ACPI GPIO-chip IRQs request
Serge Semin
1
-4
/
+0
2020-08-27
gpio: dwapb: Discard GPIO-to-IRQ mapping function
Serge Semin
1
-10
/
+0
2020-08-27
gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip
Serge Semin
1
-93
/
+110
2020-08-27
gpio: dwapb: Add max GPIOs macro
Serge Semin
1
-4
/
+4
2020-08-27
gpio: dwapb: Move MFD-specific IRQ handler
Serge Semin
1
-5
/
+5
2020-08-27
gpio: dwapb: Add ngpios DT-property support
Serge Semin
1
-1
/
+2
2020-05-25
gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_property
Andy Shevchenko
1
-7
/
+7
2020-05-25
gpio: dwapb: Don't use IRQ 0 as valid Linux interrupt
Andy Shevchenko
1
-7
/
+7
2020-05-25
gpio: dwapb: avoid error message for optional IRQ
Andy Shevchenko
1
-1
/
+1
2020-05-25
gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration
Andy Shevchenko
1
-9
/
+16
2020-04-28
gpio: dwapb: Amend indentation in some cases
Andy Shevchenko
1
-8
/
+6
2020-04-28
gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value
Andy Shevchenko
1
-2
/
+1
2020-04-17
gpio: dwapb: Split out dwapb_get_irq() helper
Andy Shevchenko
1
-27
/
+29
2020-04-17
gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls
Andy Shevchenko
1
-2
/
+2
2020-04-17
gpio: dwapb: Drop bogus BUG_ON()s
Andy Shevchenko
1
-4
/
+0
2020-04-17
gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()
Andy Shevchenko
1
-2
/
+3
2020-04-17
gpio: dwapb: Convert to use IRQ core provided macros
Andy Shevchenko
1
-8
/
+2
2020-04-17
gpio: dwapb: Use device_get_match_data() to simplify code
Andy Shevchenko
1
-12
/
+1
2020-04-17
gpio: dwapb: Convert to use irqd_to_hwirq()
Andy Shevchenko
1
-7
/
+9
2020-04-17
gpio: dwapb: Deduplicate IRQ resource management
Andy Shevchenko
1
-27
/
+0
2020-04-17
gpio: dwapb: set default handler to be handle_bad_irq()
Andy Shevchenko
1
-1
/
+2
2020-04-17
gpio: dwapb: Use chained IRQ prologue and epilogue
Andy Shevchenko
1
-3
/
+2
2020-04-17
gpio: dwapb: Refactor IRQ handler to use bit operations
Andy Shevchenko
1
-8
/
+7
2020-04-17
gpio: dwapb: Append MODULE_ALIAS for platform driver
Andy Shevchenko
1
-3
/
+6
2020-04-17
gpio: dwapb: Add debounce reference clock support
Serge Semin
1
-13
/
+22
2020-04-17
gpio: dwapb: Use optional-clocks interface for APB ref-clock
Serge Semin
1
-9
/
+11
2019-07-31
gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h
Andy Shevchenko
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-05
drivers: gpio: dwap: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
1
-3
/
+1
2018-11-05
gpio: gpio-dwapb: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2018-08-29
gpio: dwapb: Fix error handling in dwapb_gpio_probe()
Alexey Khoroshilov
1
-0
/
+1
[next]