index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpiolib: revert the attempt to protect the GPIO device list with an rwsem
Bartosz Golaszewski
2024-01-17
4
-89
/
+97
*
gpio: EN7523: fix kernel-doc warnings
Randy Dunlap
2024-01-15
1
-3
/
+3
*
gpiolib: Fix scope-based gpio_device refcounting
Lukas Wunner
2024-01-15
1
-1
/
+1
*
gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe
Su Hui
2024-01-15
1
-0
/
+2
*
dt-bindings: gpio: xilinx: Fix node address in gpio
Michal Simek
2024-01-15
1
-1
/
+1
*
gpio: rtd: Fix signedness bug in probe
Dan Carpenter
2024-01-15
1
-6
/
+9
*
Merge tag 'gpio-updates-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-01-12
37
-701
/
+2184
|
\
|
*
gpiolib: replace the GPIO device mutex with a read-write semaphore
Bartosz Golaszewski
2024-01-04
3
-11
/
+11
|
*
gpiolib: remove the GPIO device from the list when it's unregistered
Bartosz Golaszewski
2024-01-04
1
-3
/
+3
|
*
gpio: nuvoton: Add Nuvoton NPCM sgpio driver
Jim Liu
2024-01-03
3
-0
/
+627
|
*
dt-bindings: gpio: add NPCM sgpio driver bindings
Jim Liu
2024-01-03
1
-0
/
+87
|
*
gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCs
Tzuyi Chang
2024-01-03
3
-0
/
+618
|
*
dt-bindings: gpio: realtek: Add realtek,rtd-gpio
Tzuyi Chang
2024-01-03
1
-0
/
+69
|
*
gpio: pmic-eic-sprd: Configure the bit corresponding to the EIC through offset
Wenhua Lin
2024-01-03
1
-9
/
+10
|
*
gpio: dwapb: Use generic request, free and set_config
Emil Renner Berthing
2024-01-02
1
-4
/
+9
|
*
gpio: sysfs: drop tabs from local variable declarations
Bartosz Golaszewski
2023-12-27
1
-33
/
+32
|
*
gpiolib: drop tabs from local variable declarations
Bartosz Golaszewski
2023-12-27
1
-20
/
+18
|
*
gpiolib: remove extra_checks
Bartosz Golaszewski
2023-12-27
1
-22
/
+9
|
*
gpio: tps65219: don't use CONFIG_DEBUG_GPIO
Bartosz Golaszewski
2023-12-27
1
-9
/
+9
|
*
gpiolib: cdev: replace locking wrappers for gpio_device with guards
Kent Gibson
2023-12-27
1
-158
/
+47
|
*
gpiolib: cdev: replace locking wrappers for config_mutex with guards
Kent Gibson
2023-12-27
1
-39
/
+24
|
*
gpiolib: cdev: allocate linereq using kvzalloc()
Kent Gibson
2023-12-27
1
-2
/
+2
|
*
gpiolib: cdev: include overflow.h
Kent Gibson
2023-12-27
1
-0
/
+1
|
*
Merge tag 'v6.7-rc7' into gpio/for-next
Bartosz Golaszewski
2023-12-27
1131
-7121
/
+12821
|
|
\
|
*
|
gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
Kent Gibson
2023-12-19
1
-38
/
+36
|
*
|
gpiolib: cdev: improve documentation of get/set values
Kent Gibson
2023-12-19
1
-1
/
+23
|
*
|
gpiolib: cdev: fully adopt guard() and scoped_guard()
Kent Gibson
2023-12-19
1
-86
/
+57
|
*
|
gpiolib: remove debounce_period_us from struct gpio_desc
Kent Gibson
2023-12-19
2
-8
/
+0
|
*
|
gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
Kent Gibson
2023-12-19
1
-23
/
+142
|
*
|
Merge tag 'intel-gpio-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Bartosz Golaszewski
2023-12-18
3
-59
/
+22
|
|
\
\
|
|
*
|
gpio: tangier: simplify locking using cleanup helpers
Raag Jadav
2023-11-20
1
-40
/
+14
|
|
*
|
Merge patch series "Use the standard _PM_OPS() export macro in Intel Tangier ...
Andy Shevchenko
2023-11-13
3
-19
/
+8
|
|
|
\
\
|
|
|
*
|
gpio: tangier: unexport suspend/resume handles
Raag Jadav
2023-11-13
2
-7
/
+2
|
|
|
*
|
gpio: elkhartlake: reuse pm_ops from Intel Tangier driver
Raag Jadav
2023-11-13
1
-13
/
+1
|
|
|
*
|
gpio: tangier: use EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper
Raag Jadav
2023-11-13
2
-0
/
+6
|
|
|
/
/
|
*
|
|
gpio: mmio: Clean up headers
Andy Shevchenko
2023-12-18
1
-13
/
+11
|
*
|
|
gpio: mmio: Make use of device properties
Andy Shevchenko
2023-12-18
1
-18
/
+7
|
*
|
|
Merge tag 'device_is_big_endian-6.8-rc1' of git://git.kernel.org/pub/scm/linu...
Bartosz Golaszewski
2023-12-18
492
-7185
/
+6834
|
|
\
\
\
|
|
*
|
|
device property: Implement device_is_big_endian()
Andy Shevchenko
2023-12-15
1
-0
/
+26
|
*
|
|
|
dt-bindings: gpio: dwapb: allow gpio-ranges
Emil Renner Berthing
2023-12-18
1
-0
/
+2
|
*
|
|
|
gpiolib: use a mutex to protect the list of GPIO devices
Bartosz Golaszewski
2023-12-18
4
-100
/
+90
|
*
|
|
|
gpiolib: rename static functions that are called with the lock taken
Bartosz Golaszewski
2023-12-18
1
-4
/
+4
|
*
|
|
|
gpio: xilinx: remove excess kernel doc
Bartosz Golaszewski
2023-12-18
1
-1
/
+0
|
*
|
|
|
gpiolib: remove duplicate inclusions
Wang Jinchao
2023-12-18
1
-3
/
+0
|
*
|
|
|
gpiolib: allocate memory atomically with a spinlock held
Bartosz Golaszewski
2023-12-15
1
-1
/
+9
|
*
|
|
|
gpio: sim: implement the dbg_show() callback
Bartosz Golaszewski
2023-12-08
1
-0
/
+22
|
*
|
|
|
Merge tag 'gpio-remove-gpiochip_is_requested-for-v6.8-rc1' into gpio/for-next
Bartosz Golaszewski
2023-12-08
9
-47
/
+96
|
|
\
\
\
\
|
|
*
|
|
|
gpiolib: remove gpiochip_is_requested()
Bartosz Golaszewski
2023-12-08
2
-36
/
+13
|
|
*
|
|
|
gpiolib: use gpiochip_dup_line_label() in for_each helpers
Bartosz Golaszewski
2023-12-08
1
-8
/
+29
|
|
*
|
|
|
pinctrl: sppctl: use gpiochip_dup_line_label()
Bartosz Golaszewski
2023-12-08
1
-5
/
+5
[next]