index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
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
-12
/
+12
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-11-01
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
2023-02-22
Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+4
2023-02-17
gpio: sim: fix a memory leak
Bartosz Golaszewski
1
-1
/
+1
2023-02-13
gpio: sim: Use %pfwP specifier instead of calling fwnode API directly
Andy Shevchenko
1
-5
/
+4
2022-12-14
gpio: sim: set a limit on the number of GPIOs
Bartosz Golaszewski
1
-0
/
+4
2022-07-12
gpio: sim: fix the chip_name configfs item
Bartosz Golaszewski
1
-11
/
+5
2022-05-27
Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-05-22
gpio: sim: Use correct order for the parameters of devm_kcalloc()
Christophe JAILLET
1
-2
/
+2
2022-04-14
gpio: sim: fix setting and getting multiple lines
Bartosz Golaszewski
1
-2
/
+2
2022-03-10
gpio: sim: fix a typo
Bartosz Golaszewski
1
-1
/
+1
2022-03-08
gpio: sim: Declare gpio_sim_hog_config_item_ops static
Andy Shevchenko
1
-1
/
+1
2022-02-09
gpio: sim: fix hogs with custom chip labels
Bartosz Golaszewski
1
-4
/
+15
2022-01-24
gpio: sim: check the label length when setting up device properties
Bartosz Golaszewski
1
-1
/
+1
2021-12-21
gpio: sim: add missing fwnode_handle_put() in gpio_sim_probe()
Yang Yingliang
1
-1
/
+3
2021-12-19
gpio: sim: fix uninitialized ret variable
Tom Rix
1
-1
/
+2
2021-12-17
gpio: sim: new testing module
Bartosz Golaszewski
1
-0
/
+1589