index
:
pub/scm/linux/kernel/git/snitzer/linux.git
master
Mike Snitzer: dev tree
Mike Snitzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-sim.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-2
/
+1
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-16
Merge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-12
/
+12
2026-05-21
gpio: sim: lock device when calling device_is_bound()
Bartosz Golaszewski
1
-4
/
+7
2026-04-29
gpio: sim: Replace sprintf() with sysfs_emit()
Maxwell Doose
1
-12
/
+12
2026-04-07
gpio: sim: stop using dev-sync-probe
Bartosz Golaszewski
1
-20
/
+29
2026-03-16
gpio: sim: allow to define the active-low setting of a simulated hog
Bartosz Golaszewski
1
-1
/
+39
2026-03-16
gpio: sim: use fwnode-based GPIO hogs
Bartosz Golaszewski
1
-106
/
+56
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2025-12-17
gpio: Constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
1
-8
/
+8
2025-08-25
gpio: sim: don't use GPIO base in debugfs output
Bartosz Golaszewski
1
-2
/
+1
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
1
-2
/
+2
2025-07-09
gpio: sim: allow to mark simulated lines as invalid
Bartosz Golaszewski
1
-2
/
+81
2025-02-26
gpio: sim: use value returning setters
Bartosz Golaszewski
1
-5
/
+9
2025-02-24
gpio: sim: convert to use dev-sync-probe utilities
Koichiro Den
1
-72
/
+12
2025-02-05
gpio: sim: lock hog configfs items if present
Bartosz Golaszewski
1
-5
/
+8
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
1
-7
/
+41
2025-01-03
gpio: sim: lock up configfs that an instantiated device depends on
Koichiro Den
1
-7
/
+41
2025-01-03
gpio: sim: Remove gpio_sim_dev_match_fwnode()
Zijun Hu
1
-6
/
+1
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-1
/
+1
2024-10-01
gpio: sim: switch to device_for_each_child_node_scoped()
Javier Carrasco
1
-5
/
+2
2024-07-04
gpio: sim: lock GPIOs as interrupts when they are requested
Bartosz Golaszewski
1
-1
/
+24
2024-06-11
gpio: sim: use devm_mutex_init()
Bartosz Golaszewski
1
-10
/
+1
2024-06-11
gpio: sim: drop kernel.h include
Bartosz Golaszewski
1
-1
/
+1
2024-06-11
gpio: sim: use device_match_name() instead of strcmp(dev_name(...
Bartosz Golaszewski
1
-11
/
+11
2024-02-26
gpio: sim: use for_each_hwgpio()
Bartosz Golaszewski
1
-2
/
+2
2024-02-26
gpio: sim: delimit the fwnode name with a ":" when generating labels
Bartosz Golaszewski
1
-2
/
+2
2024-02-26
gpio: sim: add lockdep asserts
Bartosz Golaszewski
1
-17
/
+24
2023-12-08
gpio: sim: implement the dbg_show() callback
Bartosz Golaszewski
1
-0
/
+22
2023-12-07
gpio: sim: fix the email address in MODULE_AUTHOR()
Bartosz Golaszewski
1
-1
/
+1
2023-10-31
Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-21
/
+55
2023-10-02
gpio: sim: add missing include
Bartosz Golaszewski
1
-0
/
+1
2023-09-25
gpio: sim: initialize a managed pointer when declaring it
Bartosz Golaszewski
1
-2
/
+2
2023-09-22
gpio: sim: fix an invalid __free() usage
Bartosz Golaszewski
1
-37
/
+23
2023-09-18
gpio: sim: include a missing header
Bartosz Golaszewski
1
-0
/
+1
2023-09-12
gpio: sim: don't fiddle with GPIOLIB private members
Bartosz Golaszewski
1
-19
/
+51
2023-08-29
Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-191
/
+94
2023-08-23
gpio: sim: pass the GPIO device's software node to irq domain
Bartosz Golaszewski
1
-1
/
+1
2023-08-23
gpio: sim: dispose of irq mappings before destroying the irq_sim domain
Bartosz Golaszewski
1
-0
/
+13
2023-08-18
gpio: sim: simplify code with cleanup helpers
Bartosz Golaszewski
1
-169
/
+85
2023-08-15
gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()
Bartosz Golaszewski
1
-7
/
+4
2023-08-12
gpio: sim: simplify gpio_sim_device_config_live_store()
Bartosz Golaszewski
1
-2
/
+1
2023-08-11
gpio: sim: use sysfs_streq() and avoid an strdup()
Bartosz Golaszewski
1
-12
/
+3
2023-08-03
gpio: sim: mark the GPIO chip as a one that can sleep
Bartosz Golaszewski
1
-0
/
+1
2023-07-13
gpio: sim: fix a typo in comment
Bartosz Golaszewski
1
-1
/
+1
2023-06-07
gpio: sim: quietly ignore configured lines outside the bank
Kent Gibson
1
-0
/
+12
2023-06-06
gpio: sim: fix memory corruption when adding named lines and unnamed hogs
Kent Gibson
1
-2
/
+4
2023-03-10
gpio: sim: Deactivate device in reversed order
Andy Shevchenko
1
-1
/
+1
[next]