aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12gpio: sim: fix the chip_name configfs itemBartosz Golaszewski1-11/+5
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-2/+2
2022-05-22gpio: sim: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-2/+2
2022-04-14gpio: sim: fix setting and getting multiple linesBartosz Golaszewski1-2/+2
2022-03-10gpio: sim: fix a typoBartosz Golaszewski1-1/+1
2022-03-08gpio: sim: Declare gpio_sim_hog_config_item_ops staticAndy Shevchenko1-1/+1
2022-02-09gpio: sim: fix hogs with custom chip labelsBartosz Golaszewski1-4/+15
2022-01-24gpio: sim: check the label length when setting up device propertiesBartosz Golaszewski1-1/+1
2021-12-21gpio: sim: add missing fwnode_handle_put() in gpio_sim_probe()Yang Yingliang1-1/+3
2021-12-19gpio: sim: fix uninitialized ret variableTom Rix1-1/+2
2021-12-17gpio: sim: new testing moduleBartosz Golaszewski1-0/+1589