summaryrefslogtreecommitdiff
path: root/drivers/spmi/spmi.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15spmi: Return meaningful errors in spmi_controller_alloc()Fei Shao1-3/+3
2023-11-01spmi: rename spmi device lookup helperJohan Hovold1-3/+3
2023-11-01spmi: document spmi_device_from_of() refcountingJohan Hovold1-0/+3
2023-04-20spmi: Add a check for remove callback when removing a SPMI driverJishnu Prakash1-1/+2
2023-04-20spmi: fix W=1 kernel-doc warningsRandy Dunlap1-2/+3
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-09-30drivers: spmi: Directly use ida_alloc()/free()keliu1-2/+2
2022-06-18spmi: add a helper to look up an SPMI device from a device nodeCaleb Connolly1-0/+17
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2020-12-10spmi: Add driver shutdown supportHsin-Hsiung Wang1-0/+9
2020-12-10spmi: fix some coding style issues at the spmi coreMauro Carvalho Chehab1-1/+4
2020-12-10spmi: get rid of a warning when built with W=1Mauro Carvalho Chehab1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2017-08-28spmi: Convert to using %pOF instead of full_nameRob Herring1-8/+6
2017-07-17spmi: Include OF based modalias in device ueventBjorn Andersson1-0/+12
2016-04-30spmi: do not use bus internal dataSudip Mukherjee1-2/+10
2015-09-20spmi: Auto-populate driver.owner in spmi_driver_register()Stephen Boyd1-2/+3
2015-08-05spmi: add command tracepoints for SPMIAnkit Gupta1-3/+19
2015-03-26spmi: remove wakeup command before slave probeGilad Avidov1-7/+2
2014-07-10spmi: Remove duplicate inclusion of module.hSachin Kamat1-1/+0
2014-03-08spmi: pm: drop bus-level PM suspend/resume routinesJosh Cartwright1-35/+0
2014-02-15spmi: Linux driver framework for SPMIKenneth Heitke1-0/+609