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