summaryrefslogtreecommitdiffstats
path: root/drivers/siox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'siox/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-213-42/+70
|\
| * siox: bus-gpio: Simplify using devm_siox_* functionsUwe Kleine-König2024-03-081-44/+20
| * siox: Provide a devm variant of siox_master_register()Uwe Kleine-König2024-03-082-0/+21
| * siox: Provide a devm variant of siox_master_alloc()Uwe Kleine-König2024-03-082-0/+27
| * siox: Don't pass the reference on a master in siox_master_register()Uwe Kleine-König2024-03-082-0/+4
* | siox: make siox_bus_type constRicardo B. Marliere2024-03-071-1/+1
* | siox: constify the struct device_type usageRicardo B. Marliere2024-03-071-2/+2
|/
* siox: fix possible memory leak in siox_device_add()Yang Yingliang2022-11-091-0/+2
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* siox: Simplify error handling via dev_err_probe()Thorsten Scherer2021-06-241-9/+10
* siox: Make remove callback return voidUwe Kleine-König2020-12-101-3/+2
* siox: Use bus_type functions for probe, remove and shutdownUwe Kleine-König2020-12-101-24/+25
* siox: Use the correct style for SPDX License IdentifierNishad Kamdar2020-01-141-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* siox: don't create a thread without starting itUwe Kleine-König2018-07-071-5/+5
* siox: treat type errors as status errorsUwe Kleine-König2018-07-071-10/+10
* siox: fix possible buffer overflow in device_add_storeGavin Schenk2018-03-151-1/+1
* siox: add gpio bus driverUwe Kleine-König2017-12-193-0/+182
* siox: add support for tracingUwe Kleine-König2017-12-191-0/+12
* siox: new driver framework for eckelmann SIOXUwe Kleine-König2017-12-194-0/+981