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