aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/soc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29base: soc: Allow early registration of a single SoC deviceGeert Uytterhoeven1-18/+32
2017-03-29base: soc: Let soc_device_match() return no match when called too earlyGeert Uytterhoeven1-0/+2
2016-11-10base: soc: Check for NULL SoC device attributesGeert Uytterhoeven1-4/+8
2016-11-10base: soc: Introduce soc_device_match() interfaceArnd Bergmann1-0/+66
2016-11-10base: soc: Early register bus when neededGeert Uytterhoeven1-0/+9
2016-08-31base: soc: make it explicitly non-modularPaul Gortmaker1-9/+0
2015-10-04base: soc: siplify ida usageLee Duncan1-16/+5
2015-03-25drivers/base: use tabs where possible in code indentationLavinia Tache1-5/+5
2012-05-29mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro1-1/+1
2012-04-09drivers/base: fix compiler warning in SoC export driver - idr should be idaLee Jones1-1/+1
2012-04-09drivers/base: Remove unneeded spin_lock_init call for soc_lockAxel Lin1-2/+0
2012-02-10drivers/base: add bus for System-on-Chip devicesLee Jones1-0/+183