Age | Commit message (Expand) | Author | Files | Lines |
2023-12-15 | spmi: Return meaningful errors in spmi_controller_alloc() | Fei Shao | 1 | -3/+3 |
2023-11-01 | spmi: rename spmi device lookup helper | Johan Hovold | 1 | -3/+3 |
2023-11-01 | spmi: document spmi_device_from_of() refcounting | Johan Hovold | 1 | -0/+3 |
2023-04-20 | spmi: Add a check for remove callback when removing a SPMI driver | Jishnu Prakash | 1 | -1/+2 |
2023-04-20 | spmi: fix W=1 kernel-doc warnings | Randy Dunlap | 1 | -2/+3 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2022-09-30 | drivers: spmi: Directly use ida_alloc()/free() | keliu | 1 | -2/+2 |
2022-06-18 | spmi: add a helper to look up an SPMI device from a device node | Caleb Connolly | 1 | -0/+17 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
2020-12-10 | spmi: Add driver shutdown support | Hsin-Hsiung Wang | 1 | -0/+9 |
2020-12-10 | spmi: fix some coding style issues at the spmi core | Mauro Carvalho Chehab | 1 | -1/+4 |
2020-12-10 | spmi: get rid of a warning when built with W=1 | Mauro Carvalho Chehab | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 | Thomas Gleixner | 1 | -9/+1 |
2017-08-28 | spmi: Convert to using %pOF instead of full_name | Rob Herring | 1 | -8/+6 |
2017-07-17 | spmi: Include OF based modalias in device uevent | Bjorn Andersson | 1 | -0/+12 |
2016-04-30 | spmi: do not use bus internal data | Sudip Mukherjee | 1 | -2/+10 |
2015-09-20 | spmi: Auto-populate driver.owner in spmi_driver_register() | Stephen Boyd | 1 | -2/+3 |
2015-08-05 | spmi: add command tracepoints for SPMI | Ankit Gupta | 1 | -3/+19 |
2015-03-26 | spmi: remove wakeup command before slave probe | Gilad Avidov | 1 | -7/+2 |
2014-07-10 | spmi: Remove duplicate inclusion of module.h | Sachin Kamat | 1 | -1/+0 |
2014-03-08 | spmi: pm: drop bus-level PM suspend/resume routines | Josh Cartwright | 1 | -35/+0 |
2014-02-15 | spmi: Linux driver framework for SPMI | Kenneth Heitke | 1 | -0/+609 |