index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-dwapb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: dwapb: Don't print error on -EPROBE_DEFER
Serge Semin
2022-06-10
1
-4
/
+3
*
gpio: dwapb: Make the irqchip immutable
Geert Uytterhoeven
2022-05-24
1
-14
/
+24
*
gpio: use raw spinlock for gpio chip shadowed data
Schspa Shi
2022-04-25
1
-18
/
+18
*
gpio: dwapb: Switch to use fwnode instead of of_node
Andy Shevchenko
2022-01-03
1
-4
/
+1
*
gpio: dwapb: clarify usage of the register file version
Andy Shevchenko
2021-12-01
1
-4
/
+6
*
gpio: dwapb: Get rid of legacy platform data
Andy Shevchenko
2021-08-11
1
-10
/
+18
*
gpio: dwapb: Read GPIO base from gpio-base property
Andy Shevchenko
2021-08-11
1
-0
/
+4
*
gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()
Andy Shevchenko
2021-08-11
1
-12
/
+12
*
gpio-dwapb: Drop unused headers and sort the rest
Andy Shevchenko
2021-06-07
1
-5
/
+3
*
gpio: dwapb: Switch to use fwnode_irq_get()
Andy Shevchenko
2021-06-02
1
-8
/
+4
*
gpio: dwapb: Drop redundant check in dwapb_irq_set_type()
Andy Shevchenko
2021-06-02
1
-3
/
+0
*
Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2020-12-17
1
-4
/
+3
|
\
|
*
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
2020-12-09
1
-4
/
+3
|
|
\
|
|
*
gpio: dwapb: Remove unnecessary error message
Damien Le Moal
2020-11-30
1
-4
/
+3
*
|
|
gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()
Luo Jiaxing
2020-12-02
1
-0
/
+2
|
/
/
*
/
gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chip
Jia He
2020-10-26
1
-2
/
+2
|
/
*
gpio: dwapb: Use resource managed GPIO-chip add data method
Serge Semin
2020-08-27
1
-35
/
+2
*
gpio: dwapb: Get clocks by means of resource managed interface
Serge Semin
2020-08-27
1
-16
/
+32
*
gpio: dwapb: Get reset control by means of resource managed interface
Serge Semin
2020-08-27
1
-6
/
+29
*
gpio: dwapb: Discard ACPI GPIO-chip IRQs request
Serge Semin
2020-08-27
1
-4
/
+0
*
gpio: dwapb: Discard GPIO-to-IRQ mapping function
Serge Semin
2020-08-27
1
-10
/
+0
*
gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip
Serge Semin
2020-08-27
1
-93
/
+110
*
gpio: dwapb: Add max GPIOs macro
Serge Semin
2020-08-27
1
-4
/
+4
*
gpio: dwapb: Move MFD-specific IRQ handler
Serge Semin
2020-08-27
1
-5
/
+5
*
gpio: dwapb: Add ngpios DT-property support
Serge Semin
2020-08-27
1
-1
/
+2
*
gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_property
Andy Shevchenko
2020-05-25
1
-7
/
+7
*
gpio: dwapb: Don't use IRQ 0 as valid Linux interrupt
Andy Shevchenko
2020-05-25
1
-7
/
+7
*
gpio: dwapb: avoid error message for optional IRQ
Andy Shevchenko
2020-05-25
1
-1
/
+1
*
gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration
Andy Shevchenko
2020-05-25
1
-9
/
+16
*
gpio: dwapb: Amend indentation in some cases
Andy Shevchenko
2020-04-28
1
-8
/
+6
*
gpio: dwapb: Get rid of unnecessary conjunction over 32-bit value
Andy Shevchenko
2020-04-28
1
-2
/
+1
*
gpio: dwapb: Split out dwapb_get_irq() helper
Andy Shevchenko
2020-04-17
1
-27
/
+29
*
gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls
Andy Shevchenko
2020-04-17
1
-2
/
+2
*
gpio: dwapb: Drop bogus BUG_ON()s
Andy Shevchenko
2020-04-17
1
-4
/
+0
*
gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()
Andy Shevchenko
2020-04-17
1
-2
/
+3
*
gpio: dwapb: Convert to use IRQ core provided macros
Andy Shevchenko
2020-04-17
1
-8
/
+2
*
gpio: dwapb: Use device_get_match_data() to simplify code
Andy Shevchenko
2020-04-17
1
-12
/
+1
*
gpio: dwapb: Convert to use irqd_to_hwirq()
Andy Shevchenko
2020-04-17
1
-7
/
+9
*
gpio: dwapb: Deduplicate IRQ resource management
Andy Shevchenko
2020-04-17
1
-27
/
+0
*
gpio: dwapb: set default handler to be handle_bad_irq()
Andy Shevchenko
2020-04-17
1
-1
/
+2
*
gpio: dwapb: Use chained IRQ prologue and epilogue
Andy Shevchenko
2020-04-17
1
-3
/
+2
*
gpio: dwapb: Refactor IRQ handler to use bit operations
Andy Shevchenko
2020-04-17
1
-8
/
+7
*
gpio: dwapb: Append MODULE_ALIAS for platform driver
Andy Shevchenko
2020-04-17
1
-3
/
+6
*
gpio: dwapb: Add debounce reference clock support
Serge Semin
2020-04-17
1
-13
/
+22
*
gpio: dwapb: Use optional-clocks interface for APB ref-clock
Serge Semin
2020-04-17
1
-9
/
+11
*
gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h
Andy Shevchenko
2019-07-31
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
drivers: gpio: dwap: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2019-04-05
1
-3
/
+1
*
gpio: gpio-dwapb: simplify getting .driver_data
Wolfram Sang
2018-11-05
1
-4
/
+2
*
gpio: dwapb: Fix error handling in dwapb_gpio_probe()
Alexey Khoroshilov
2018-08-29
1
-0
/
+1
[next]