index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-28
gpiolib: Fix Oops in gpiod_direction_input_nonotify()
Dan Carpenter
1
-10
/
+10
2025-02-27
gpiolib: don't double-check the gc->get callback's existence
Bartosz Golaszewski
1
-4
/
+2
2025-02-27
gpiolib: use a more explicit retval logic in gpiochip_get_direction()
Bartosz Golaszewski
1
-1
/
+4
2025-02-27
gpiolib: don't use gpiochip_get_direction() when registering a chip
Bartosz Golaszewski
1
-16
/
+11
2025-02-26
gpio: pcf857x: add support for reset-gpios on (most) PCA967x
Quentin Schulz
1
-2
/
+27
2025-02-26
gpio: mvebu: use value returning setters
Bartosz Golaszewski
1
-4
/
+4
2025-02-26
gpio: davinci: use value returning setters
Bartosz Golaszewski
1
-2
/
+4
2025-02-26
gpio: latch: use value returning setters
Bartosz Golaszewski
1
-14
/
+19
2025-02-26
gpio: latch: use lock guards
Bartosz Golaszewski
1
-7
/
+3
2025-02-26
gpio: max77650: use value returning setters
Bartosz Golaszewski
1
-8
/
+6
2025-02-26
gpio: aggregator: use value returning setters
Bartosz Golaszewski
1
-14
/
+24
2025-02-26
gpio: mockup: use value returning setters
Bartosz Golaszewski
1
-5
/
+9
2025-02-26
gpio: pca953x: use value returning setters
Bartosz Golaszewski
1
-8
/
+9
2025-02-26
gpio: regmap: use value returning setters
Bartosz Golaszewski
1
-11
/
+21
2025-02-26
gpio: sim: use value returning setters
Bartosz Golaszewski
1
-5
/
+9
2025-02-26
gpiolib: introduce gpio_chip setters that return values
Bartosz Golaszewski
1
-2
/
+25
2025-02-26
gpiolib: rework the wrapper around gpio_chip::set_multiple()
Bartosz Golaszewski
1
-11
/
+29
2025-02-26
gpiolib: wrap gpio_chip::set()
Bartosz Golaszewski
1
-5
/
+16
2025-02-26
gpiolib: make value setters have return values
Bartosz Golaszewski
2
-24
/
+31
2025-02-24
gpio: vf610: Switch to gpio-mmio
Linus Walleij
2
-88
/
+18
2025-02-24
gpio: mmio: Add flag for calling pinctrl back-end
Linus Walleij
1
-8
/
+29
2025-02-24
gpio: virtuser: convert to use dev-sync-probe utilities
Koichiro Den
2
-63
/
+11
2025-02-24
gpio: sim: convert to use dev-sync-probe utilities
Koichiro Den
2
-72
/
+13
2025-02-24
gpio: introduce utilities for synchronous fake device creation
Koichiro Den
4
-0
/
+128
2025-02-24
gpiolib: read descriptor flags once in gpiolib_dbg_show()
Bartosz Golaszewski
1
-4
/
+6
2025-02-24
gpiolib: sanitize the return value of gpio_chip::get_direction()
Bartosz Golaszewski
1
-6
/
+21
2025-02-24
gpiolib: sanitize the return value of gpio_chip::direction_input()
Bartosz Golaszewski
1
-4
/
+20
2025-02-24
gpiolib: sanitize the return value of gpio_chip::direction_output()
Bartosz Golaszewski
1
-4
/
+21
2025-02-24
gpiolib: sanitize the return value of gpio_chip::get_multiple()
Bartosz Golaszewski
1
-2
/
+8
2025-02-24
gpiolib: sanitize the return value of gpio_chip::get()
Bartosz Golaszewski
1
-2
/
+18
2025-02-24
gpiolib: sanitize the return value of gpio_chip::set_config()
Bartosz Golaszewski
1
-0
/
+3
2025-02-24
gpiolib: sanitize the return value of gpio_chip::request()
Bartosz Golaszewski
1
-0
/
+2
2025-02-24
Merge tag 'v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into HEAD
Bartosz Golaszewski
9
-75
/
+172
2025-02-21
gpio: regmap: Allow ngpio to be read from the property
Andy Shevchenko
1
-4
/
+9
2025-02-21
gpio: regmap: Move optional assignments down in the code
Andy Shevchenko
1
-14
/
+14
2025-02-21
gpio: regmap: Group optional assignments together for better understanding
Andy Shevchenko
1
-3
/
+3
2025-02-21
gpiolib: Use fwnode instead of device in gpiochip_get_ngpios()
Andy Shevchenko
1
-1
/
+2
2025-02-21
gpiolib: Extract gpiochip_choose_fwnode() for wider use
Andy Shevchenko
1
-8
/
+16
2025-02-20
gpiolib: don't bail out if get_direction() fails in gpiochip_add_data()
Bartosz Golaszewski
1
-1
/
+9
2025-02-18
gpiolib: don't build HTE code with CONFIG_HTE disabled
Bartosz Golaszewski
1
-0
/
+2
2025-02-18
gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set
Bartosz Golaszewski
2
-17
/
+35
2025-02-17
gpio: loongson-64bit: Remove unneeded ngpio assignment
Andy Shevchenko
1
-4
/
+0
2025-02-17
gpio: latch: store the address of pdev->dev in a helper variable
Bartosz Golaszewski
1
-8
/
+8
2025-02-17
gpio: latch: use generic device properties
Bartosz Golaszewski
1
-3
/
+6
2025-02-17
gpio: vf610: add locking to gpio direction functions
Johan Korsnes
1
-0
/
+4
2025-02-17
gpiolib: check the return value of gpio_chip::get_direction()
Bartosz Golaszewski
1
-15
/
+29
2025-02-13
gpiolib: Fix crash on error in gpiochip_get_ngpios()
Andy Shevchenko
1
-3
/
+3
2025-02-12
gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()
Andy Shevchenko
1
-26
/
+12
2025-02-12
gpio: xilinx: Use better bitmap APIs where appropriate
Andy Shevchenko
1
-41
/
+27
2025-02-12
gpiolib: Deduplicate gpiod_direction_input_nonotify() call
Andy Shevchenko
1
-9
/
+7
[prev]
[next]