summaryrefslogtreecommitdiffstats
path: root/drivers/spmi/spmi.c
Commit message (Expand)AuthorAgeFilesLines
* spmi: Return meaningful errors in spmi_controller_alloc()Fei Shao2023-12-151-3/+3
* spmi: rename spmi device lookup helperJohan Hovold2023-11-011-3/+3
* spmi: document spmi_device_from_of() refcountingJohan Hovold2023-11-011-0/+3
* spmi: Add a check for remove callback when removing a SPMI driverJishnu Prakash2023-04-201-1/+2
* spmi: fix W=1 kernel-doc warningsRandy Dunlap2023-04-201-2/+3
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* drivers: spmi: Directly use ida_alloc()/free()keliu2022-09-301-2/+2
* spmi: add a helper to look up an SPMI device from a device nodeCaleb Connolly2022-06-181-0/+17
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
* spmi: Add driver shutdown supportHsin-Hsiung Wang2020-12-101-0/+9
* spmi: fix some coding style issues at the spmi coreMauro Carvalho Chehab2020-12-101-1/+4
* spmi: get rid of a warning when built with W=1Mauro Carvalho Chehab2020-12-101-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* spmi: Convert to using %pOF instead of full_nameRob Herring2017-08-281-8/+6
* spmi: Include OF based modalias in device ueventBjorn Andersson2017-07-171-0/+12
* spmi: do not use bus internal dataSudip Mukherjee2016-04-301-2/+10
* spmi: Auto-populate driver.owner in spmi_driver_register()Stephen Boyd2015-09-201-2/+3
* spmi: add command tracepoints for SPMIAnkit Gupta2015-08-051-3/+19
* spmi: remove wakeup command before slave probeGilad Avidov2015-03-261-7/+2
* spmi: Remove duplicate inclusion of module.hSachin Kamat2014-07-101-1/+0
* spmi: pm: drop bus-level PM suspend/resume routinesJosh Cartwright2014-03-081-35/+0
* spmi: Linux driver framework for SPMIKenneth Heitke2014-02-151-0/+609