summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-sim.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski1-1/+1
2023-08-30gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski1-0/+13
2023-08-16gpio: sim: mark the GPIO chip as a one that can sleepBartosz Golaszewski1-0/+1
2023-06-14gpio: sim: fix memory corruption when adding named lines and unnamed hogsKent Gibson1-2/+4
2023-02-22gpio: sim: fix a memory leakBartosz Golaszewski1-1/+1
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