summaryrefslogtreecommitdiffstats
path: root/drivers/siox
AgeCommit message (Expand)AuthorLines
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-06-04siox: bus-gpio: add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-03-21Merge tag 'siox/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-42/+70
2024-03-08siox: bus-gpio: Simplify using devm_siox_* functionsUwe Kleine-König-44/+20
2024-03-08siox: Provide a devm variant of siox_master_register()Uwe Kleine-König-0/+21
2024-03-08siox: Provide a devm variant of siox_master_alloc()Uwe Kleine-König-0/+27
2024-03-08siox: Don't pass the reference on a master in siox_master_register()Uwe Kleine-König-0/+4
2024-03-07siox: make siox_bus_type constRicardo B. Marliere-1/+1
2024-03-07siox: constify the struct device_type usageRicardo B. Marliere-2/+2
2022-11-09siox: fix possible memory leak in siox_device_add()Yang Yingliang-0/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-06-24siox: Simplify error handling via dev_err_probe()Thorsten Scherer-9/+10
2020-12-10siox: Make remove callback return voidUwe Kleine-König-3/+2
2020-12-10siox: Use bus_type functions for probe, remove and shutdownUwe Kleine-König-24/+25
2020-01-14siox: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+1
2018-07-07siox: don't create a thread without starting itUwe Kleine-König-5/+5
2018-07-07siox: treat type errors as status errorsUwe Kleine-König-10/+10
2018-03-15siox: fix possible buffer overflow in device_add_storeGavin Schenk-1/+1
2017-12-19siox: add gpio bus driverUwe Kleine-König-0/+182
2017-12-19siox: add support for tracingUwe Kleine-König-0/+12
2017-12-19siox: new driver framework for eckelmann SIOXUwe Kleine-König-0/+981