aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sim.c
AgeCommit message (Expand)Author
2023-12-08gpio: sim: implement the dbg_show() callbackBartosz Golaszewski
2023-12-07gpio: sim: fix the email address in MODULE_AUTHOR()Bartosz Golaszewski
2023-10-31Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-10-02gpio: sim: add missing includeBartosz Golaszewski
2023-09-25gpio: sim: initialize a managed pointer when declaring itBartosz Golaszewski
2023-09-22gpio: sim: fix an invalid __free() usageBartosz Golaszewski
2023-09-18gpio: sim: include a missing headerBartosz Golaszewski
2023-09-12gpio: sim: don't fiddle with GPIOLIB private membersBartosz Golaszewski
2023-08-29Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-23gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski
2023-08-23gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski
2023-08-18gpio: sim: simplify code with cleanup helpersBartosz Golaszewski
2023-08-15gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()Bartosz Golaszewski
2023-08-12gpio: sim: simplify gpio_sim_device_config_live_store()Bartosz Golaszewski
2023-08-11gpio: sim: use sysfs_streq() and avoid an strdup()Bartosz Golaszewski
2023-08-03gpio: sim: mark the GPIO chip as a one that can sleepBartosz Golaszewski
2023-07-13gpio: sim: fix a typo in commentBartosz Golaszewski
2023-06-07gpio: sim: quietly ignore configured lines outside the bankKent Gibson
2023-06-06gpio: sim: fix memory corruption when adding named lines and unnamed hogsKent Gibson
2023-03-10gpio: sim: Deactivate device in reversed orderAndy Shevchenko
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-17gpio: sim: fix a memory leakBartosz Golaszewski
2023-02-13gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyAndy Shevchenko
2022-12-14gpio: sim: set a limit on the number of GPIOsBartosz Golaszewski
2022-07-12gpio: sim: fix the chip_name configfs itemBartosz Golaszewski
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-22gpio: sim: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET
2022-04-14gpio: sim: fix setting and getting multiple linesBartosz Golaszewski
2022-03-10gpio: sim: fix a typoBartosz Golaszewski
2022-03-08gpio: sim: Declare gpio_sim_hog_config_item_ops staticAndy Shevchenko
2022-02-09gpio: sim: fix hogs with custom chip labelsBartosz Golaszewski
2022-01-24gpio: sim: check the label length when setting up device propertiesBartosz Golaszewski
2021-12-21gpio: sim: add missing fwnode_handle_put() in gpio_sim_probe()Yang Yingliang
2021-12-19gpio: sim: fix uninitialized ret variableTom Rix
2021-12-17gpio: sim: new testing moduleBartosz Golaszewski