index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-sim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: sim: use for_each_hwgpio()
Bartosz Golaszewski
2024-02-26
1
-2
/
+2
*
gpio: sim: delimit the fwnode name with a ":" when generating labels
Bartosz Golaszewski
2024-02-26
1
-2
/
+2
*
gpio: sim: add lockdep asserts
Bartosz Golaszewski
2024-02-26
1
-17
/
+24
*
gpio: sim: implement the dbg_show() callback
Bartosz Golaszewski
2023-12-08
1
-0
/
+22
*
gpio: sim: fix the email address in MODULE_AUTHOR()
Bartosz Golaszewski
2023-12-07
1
-1
/
+1
*
Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-10-31
1
-21
/
+55
|
\
|
*
gpio: sim: add missing include
Bartosz Golaszewski
2023-10-02
1
-0
/
+1
|
*
gpio: sim: initialize a managed pointer when declaring it
Bartosz Golaszewski
2023-09-25
1
-2
/
+2
|
*
gpio: sim: include a missing header
Bartosz Golaszewski
2023-09-18
1
-0
/
+1
|
*
gpio: sim: don't fiddle with GPIOLIB private members
Bartosz Golaszewski
2023-09-12
1
-19
/
+51
*
|
gpio: sim: fix an invalid __free() usage
Bartosz Golaszewski
2023-09-22
1
-37
/
+23
|
/
*
Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-29
1
-191
/
+94
|
\
|
*
gpio: sim: simplify code with cleanup helpers
Bartosz Golaszewski
2023-08-18
1
-169
/
+85
|
*
gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()
Bartosz Golaszewski
2023-08-15
1
-7
/
+4
|
*
gpio: sim: simplify gpio_sim_device_config_live_store()
Bartosz Golaszewski
2023-08-12
1
-2
/
+1
|
*
gpio: sim: use sysfs_streq() and avoid an strdup()
Bartosz Golaszewski
2023-08-11
1
-12
/
+3
|
*
gpio: sim: fix a typo in comment
Bartosz Golaszewski
2023-07-13
1
-1
/
+1
*
|
gpio: sim: pass the GPIO device's software node to irq domain
Bartosz Golaszewski
2023-08-23
1
-1
/
+1
*
|
gpio: sim: dispose of irq mappings before destroying the irq_sim domain
Bartosz Golaszewski
2023-08-23
1
-0
/
+13
*
|
gpio: sim: mark the GPIO chip as a one that can sleep
Bartosz Golaszewski
2023-08-03
1
-0
/
+1
|
/
*
gpio: sim: quietly ignore configured lines outside the bank
Kent Gibson
2023-06-07
1
-0
/
+12
*
gpio: sim: fix memory corruption when adding named lines and unnamed hogs
Kent Gibson
2023-06-06
1
-2
/
+4
*
gpio: sim: Deactivate device in reversed order
Andy Shevchenko
2023-03-10
1
-1
/
+1
*
Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-02-22
1
-5
/
+4
|
\
|
*
gpio: sim: Use %pfwP specifier instead of calling fwnode API directly
Andy Shevchenko
2023-02-13
1
-5
/
+4
*
|
gpio: sim: fix a memory leak
Bartosz Golaszewski
2023-02-17
1
-1
/
+1
|
/
*
gpio: sim: set a limit on the number of GPIOs
Bartosz Golaszewski
2022-12-14
1
-0
/
+4
*
gpio: sim: fix the chip_name configfs item
Bartosz Golaszewski
2022-07-12
1
-11
/
+5
*
Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-05-26
1
-2
/
+2
|
\
|
*
gpio: sim: Use correct order for the parameters of devm_kcalloc()
Christophe JAILLET
2022-05-22
1
-2
/
+2
*
|
gpio: sim: fix setting and getting multiple lines
Bartosz Golaszewski
2022-04-14
1
-2
/
+2
|
/
*
gpio: sim: fix a typo
Bartosz Golaszewski
2022-03-10
1
-1
/
+1
*
gpio: sim: Declare gpio_sim_hog_config_item_ops static
Andy Shevchenko
2022-03-08
1
-1
/
+1
*
gpio: sim: fix hogs with custom chip labels
Bartosz Golaszewski
2022-02-09
1
-4
/
+15
*
gpio: sim: check the label length when setting up device properties
Bartosz Golaszewski
2022-01-24
1
-1
/
+1
*
gpio: sim: add missing fwnode_handle_put() in gpio_sim_probe()
Yang Yingliang
2021-12-21
1
-1
/
+3
*
gpio: sim: fix uninitialized ret variable
Tom Rix
2021-12-19
1
-1
/
+2
*
gpio: sim: new testing module
Bartosz Golaszewski
2021-12-17
1
-0
/
+1589