summaryrefslogtreecommitdiffstats
path: root/drivers/base/soc.c
Commit message (Expand)AuthorAgeFilesLines
* soc: fix comment for freeing soc_dev_attrKrzysztof Kozlowski2020-12-091-1/+1
* drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-34/+30
* drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-5/+5
* driver/base/soc: Use kobj_to_dev() APIzhouchuangao2020-04-281-1/+1
* base: soc: Handle custom soc information sysfs entriesMurali Nalajala2019-10-101-13/+17
* base: soc: Export soc_device_register/unregister APIsVinod Koul2019-08-051-0/+2
* base: soc: Add serial_number attribute to socBjorn Andersson2019-08-051-0/+7
* base: soc: use put_device() instead of kfree()Arvind Yadav2018-03-151-0/+2
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-1/+0
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* base: soc: Allow early registration of a single SoC deviceGeert Uytterhoeven2017-03-291-18/+32
* base: soc: Let soc_device_match() return no match when called too earlyGeert Uytterhoeven2017-03-291-0/+2
* base: soc: Check for NULL SoC device attributesGeert Uytterhoeven2016-11-101-4/+8
* base: soc: Introduce soc_device_match() interfaceArnd Bergmann2016-11-101-0/+66
* base: soc: Early register bus when neededGeert Uytterhoeven2016-11-101-0/+9
* base: soc: make it explicitly non-modularPaul Gortmaker2016-08-311-9/+0
* base: soc: siplify ida usageLee Duncan2015-10-041-16/+5
* drivers/base: use tabs where possible in code indentationLavinia Tache2015-03-251-5/+5
* mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro2012-05-291-1/+1
* drivers/base: fix compiler warning in SoC export driver - idr should be idaLee Jones2012-04-091-1/+1
* drivers/base: Remove unneeded spin_lock_init call for soc_lockAxel Lin2012-04-091-2/+0
* drivers/base: add bus for System-on-Chip devicesLee Jones2012-02-101-0/+183