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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-05
gpiolib: cdev: allow edge event timestamps to be configured as REALTIME
Kent Gibson
2
-3
/
+19
2020-12-05
gpio: msc313: MStar MSC313 GPIO driver
Daniel Palmer
3
-0
/
+472
2020-12-04
gpio: mxs: Remove unused .id_table support
Fabio Estevam
1
-14
/
+0
2020-12-04
gpio: tegra186: Set affinity callback to parent
Linus Walleij
1
-0
/
+11
2020-12-04
gpio: sifive: Set affinity callback to parent
Linus Walleij
1
-0
/
+11
2020-12-04
gpio: sysfs: Enforce character device
Linus Walleij
1
-1
/
+2
2020-12-02
gpio: mvebu: switch pwm duration registers to regmap
Baruch Siach
1
-32
/
+36
2020-12-02
gpio: mvebu: update Armada XP per-CPU comment
Baruch Siach
1
-2
/
+1
2020-12-02
gpio: mvebu: fix potential user-after-free on probe
Baruch Siach
1
-5
/
+11
2020-12-02
gpio: zynq: fix reference leak in zynq_gpio functions
Qinglang Miao
1
-2
/
+2
2020-12-02
gpiolib: Don't free if pin ranges are not defined
Edmond Chung
1
-0
/
+5
2020-12-02
gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()
Luo Jiaxing
1
-0
/
+2
2020-12-02
gpio: arizona: disable pm_runtime in case of failure
Zheng Liang
1
-0
/
+1
2020-12-01
gpiolib: do not print err message for EPROBE_DEFER
Grygorii Strashko
1
-3
/
+5
2020-12-01
gpio: ath79: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-12-01
gpiolib: acpi: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-11-30
gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()
Grygorii Strashko
1
-5
/
+2
2020-11-30
gpio: xra1403: remove unneeded spi_set_drvdata()
Alexandru Ardelean
1
-9
/
+1
2020-11-30
gpio: dwapb: Remove unnecessary error message
Damien Le Moal
1
-4
/
+3
2020-11-25
gpio: exar: use devm action for freeing the IDA and drop remove()
Bartosz Golaszewski
1
-15
/
+12
2020-11-25
gpio: exar: switch to using regmap
Bartosz Golaszewski
2
-54
/
+38
2020-11-25
gpio: exar: unduplicate address and offset computation
Bartosz Golaszewski
1
-12
/
+28
2020-11-25
gpio: exar: use a helper variable for &pdev->dev
Bartosz Golaszewski
1
-8
/
+7
2020-11-25
gpio: exar: switch to a simpler IDA interface
Bartosz Golaszewski
1
-3
/
+3
2020-11-25
gpio: exar: include idr.h
Bartosz Golaszewski
1
-0
/
+1
2020-11-25
gpio: exar: add a newline after the copyright notice
Bartosz Golaszewski
1
-0
/
+1
2020-11-19
gpio: tps65910: use regmap accessors
Michał Mirosław
1
-6
/
+6
2020-11-18
gpio: sifive: To get gpio irq offset from device tree data
Greentime Hu
1
-4
/
+10
2020-11-18
gpio: mxc: Convert the driver to DT-only
Fabio Estevam
1
-80
/
+22
2020-11-18
gpio: gpio-xilinx: Check return value of of_property_read_u32
Srinivas Neeli
1
-3
/
+5
2020-11-18
gpio: gpio-xilinx: Add remove function
Srinivas Neeli
1
-0
/
+18
2020-11-18
gpio: gpio-xilinx: Add clock support
Srinivas Neeli
1
-0
/
+17
2020-11-18
gpio: gpio-xilinx: Arrange headers in sorting order
Srinivas Neeli
1
-3
/
+3
2020-11-16
gpiolib: acpi: Use BIT() macro to increase readability
Andy Shevchenko
1
-2
/
+1
2020-11-16
gpiolib: acpi: Convert pin_index to be u16
Andy Shevchenko
1
-5
/
+5
2020-11-16
gpiolib: acpi: Extract acpi_request_own_gpiod() helper
Andy Shevchenko
1
-22
/
+24
2020-11-16
gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()
Andy Shevchenko
1
-2
/
+6
2020-11-16
gpiolib: acpi: Set initial value for output pin based on bias and polarity
Vasile-Laurentiu Stanimir
1
-9
/
+12
2020-11-16
gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code
Andy Shevchenko
1
-33
/
+33
2020-11-16
gpiolib: acpi: Move non-critical code outside of critical section
Andy Shevchenko
1
-2
/
+2
2020-11-16
gpiolib: acpi: Take into account debounce settings
Andy Shevchenko
2
-0
/
+20
2020-11-16
gpiolib: acpi: Use named item for enum gpiod_flags variable
Andy Shevchenko
1
-1
/
+1
2020-11-16
gpiolib: acpi: Respect bias settings for GpioInt() resource
Andy Shevchenko
1
-1
/
+5
2020-11-16
gpiolib: Introduce gpio_set_debounce_timeout() for internal use
Andy Shevchenko
2
-0
/
+8
2020-11-16
gpiolib: Extract gpio_set_config_with_argument_optional() helper
Andy Shevchenko
1
-26
/
+27
2020-11-16
gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()
Andy Shevchenko
1
-15
/
+14
2020-11-16
gpiolib: Extract gpio_set_config_with_argument() for future use
Andy Shevchenko
1
-3
/
+11
2020-11-16
gpiolib: use proper API to pack pin configuration parameters
Andy Shevchenko
1
-1
/
+1
2020-11-16
gpiolib: add missed break statement
Andy Shevchenko
1
-0
/
+1
2020-11-16
gpiolib: Replace unsigned by unsigned int
Andy Shevchenko
1
-8
/
+8
[prev]
[next]