aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/soc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21driver core: mark remaining local bus_type variables as constGravatar Greg Kroah-Hartman 1-1/+1
2023-12-07base: soc: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 1-2/+2
2023-03-29base: soc: populate machine name in soc_device_register if emptyGravatar Heiner Kallweit 1-0/+15
2023-01-31driver core: soc: remove layering violation for the soc_busGravatar Greg Kroah-Hartman 1-1/+3
2022-03-18base: soc: Make soc_device_match() simpler and easier to readGravatar Geert Uytterhoeven 1-8/+6
2020-12-09soc: fix comment for freeing soc_dev_attrGravatar Krzysztof Kozlowski 1-1/+1
2020-10-02drivers core: Miscellaneous changes for sysfs_emitGravatar Joe Perches 1-34/+30
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsGravatar Joe Perches 1-5/+5
2020-04-28driver/base/soc: Use kobj_to_dev() APIGravatar zhouchuangao 1-1/+1
2019-10-10base: soc: Handle custom soc information sysfs entriesGravatar Murali Nalajala 1-13/+17
2019-08-05base: soc: Export soc_device_register/unregister APIsGravatar Vinod Koul 1-0/+2
2019-08-05base: soc: Add serial_number attribute to socGravatar Bjorn Andersson 1-0/+7
2018-03-15base: soc: use put_device() instead of kfree()Gravatar Arvind Yadav 1-0/+2
2017-12-07driver core: Remove redundant license textGravatar Greg Kroah-Hartman 1-1/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGravatar Greg Kroah-Hartman 1-0/+1
2017-03-29base: soc: Allow early registration of a single SoC deviceGravatar Geert Uytterhoeven 1-18/+32
2017-03-29base: soc: Let soc_device_match() return no match when called too earlyGravatar Geert Uytterhoeven 1-0/+2
2016-11-10base: soc: Check for NULL SoC device attributesGravatar Geert Uytterhoeven 1-4/+8
2016-11-10base: soc: Introduce soc_device_match() interfaceGravatar Arnd Bergmann 1-0/+66
2016-11-10base: soc: Early register bus when neededGravatar Geert Uytterhoeven 1-0/+9
2016-08-31base: soc: make it explicitly non-modularGravatar Paul Gortmaker 1-9/+0
2015-10-04base: soc: siplify ida usageGravatar Lee Duncan 1-16/+5
2015-03-25drivers/base: use tabs where possible in code indentationGravatar Lavinia Tache 1-5/+5
2012-05-29mode_t whack-a-mole: ->is_visible() returns umode_t...Gravatar Al Viro 1-1/+1
2012-04-09drivers/base: fix compiler warning in SoC export driver - idr should be idaGravatar Lee Jones 1-1/+1
2012-04-09drivers/base: Remove unneeded spin_lock_init call for soc_lockGravatar Axel Lin 1-2/+0
2012-02-10drivers/base: add bus for System-on-Chip devicesGravatar Lee Jones 1-0/+183