| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-12-21 | driver core: mark remaining local bus_type variables as const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-12-07 | base: soc: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -2/+2 |
| 2023-03-29 | base: soc: populate machine name in soc_device_register if empty | Heiner Kallweit | 1 | -0/+15 |
| 2023-01-31 | driver core: soc: remove layering violation for the soc_bus | Greg Kroah-Hartman | 1 | -1/+3 |
| 2022-03-18 | base: soc: Make soc_device_match() simpler and easier to read | Geert Uytterhoeven | 1 | -8/+6 |
| 2020-12-09 | soc: fix comment for freeing soc_dev_attr | Krzysztof Kozlowski | 1 | -1/+1 |
| 2020-10-02 | drivers core: Miscellaneous changes for sysfs_emit | Joe Perches | 1 | -34/+30 |
| 2020-10-02 | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions | Joe Perches | 1 | -5/+5 |
| 2020-04-28 | driver/base/soc: Use kobj_to_dev() API | zhouchuangao | 1 | -1/+1 |
| 2019-10-10 | base: soc: Handle custom soc information sysfs entries | Murali Nalajala | 1 | -13/+17 |
| 2019-08-05 | base: soc: Export soc_device_register/unregister APIs | Vinod Koul | 1 | -0/+2 |
| 2019-08-05 | base: soc: Add serial_number attribute to soc | Bjorn Andersson | 1 | -0/+7 |
| 2018-03-15 | base: soc: use put_device() instead of kfree() | Arvind Yadav | 1 | -0/+2 |
| 2017-12-07 | driver core: Remove redundant license text | Greg Kroah-Hartman | 1 | -1/+0 |
| 2017-12-07 | driver core: add SPDX identifiers to all driver core files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-03-29 | base: soc: Allow early registration of a single SoC device | Geert Uytterhoeven | 1 | -18/+32 |
| 2017-03-29 | base: soc: Let soc_device_match() return no match when called too early | Geert Uytterhoeven | 1 | -0/+2 |
| 2016-11-10 | base: soc: Check for NULL SoC device attributes | Geert Uytterhoeven | 1 | -4/+8 |
| 2016-11-10 | base: soc: Introduce soc_device_match() interface | Arnd Bergmann | 1 | -0/+66 |
| 2016-11-10 | base: soc: Early register bus when needed | Geert Uytterhoeven | 1 | -0/+9 |
| 2016-08-31 | base: soc: make it explicitly non-modular | Paul Gortmaker | 1 | -9/+0 |
| 2015-10-04 | base: soc: siplify ida usage | Lee Duncan | 1 | -16/+5 |
| 2015-03-25 | drivers/base: use tabs where possible in code indentation | Lavinia Tache | 1 | -5/+5 |
| 2012-05-29 | mode_t whack-a-mole: ->is_visible() returns umode_t... | Al Viro | 1 | -1/+1 |
| 2012-04-09 | drivers/base: fix compiler warning in SoC export driver - idr should be ida | Lee Jones | 1 | -1/+1 |
| 2012-04-09 | drivers/base: Remove unneeded spin_lock_init call for soc_lock | Axel Lin | 1 | -2/+0 |
| 2012-02-10 | drivers/base: add bus for System-on-Chip devices | Lee Jones | 1 | -0/+183 |