summaryrefslogtreecommitdiffstats
path: root/drivers/siox/siox-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'siox/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-211-0/+46
|\
| * siox: Provide a devm variant of siox_master_register()Uwe Kleine-König2024-03-081-0/+19
| * siox: Provide a devm variant of siox_master_alloc()Uwe Kleine-König2024-03-081-0/+25
| * siox: Don't pass the reference on a master in siox_master_register()Uwe Kleine-König2024-03-081-0/+2
* | 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: 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: 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 support for tracingUwe Kleine-König2017-12-191-0/+12
* siox: new driver framework for eckelmann SIOXUwe Kleine-König2017-12-191-0/+922