summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-sim.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07gpio: sim: quietly ignore configured lines outside the bankKent Gibson1-0/+12
2023-06-06gpio: sim: fix memory corruption when adding named lines and unnamed hogsKent Gibson1-2/+4
2023-03-10gpio: sim: Deactivate device in reversed orderAndy Shevchenko1-1/+1
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+4
2023-02-17gpio: sim: fix a memory leakBartosz Golaszewski1-1/+1
2023-02-13gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyAndy Shevchenko1-5/+4
2022-12-14gpio: sim: set a limit on the number of GPIOsBartosz Golaszewski1-0/+4
2022-07-12gpio: sim: fix the chip_name configfs itemBartosz Golaszewski1-11/+5
2022-05-27Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus 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