index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
soc.c
Age
Commit message (
Expand
)
Author
2018-03-15
base: soc: use put_device() instead of kfree()
Arvind Yadav
2017-12-07
driver core: Remove redundant license text
Greg Kroah-Hartman
2017-12-07
driver core: add SPDX identifiers to all driver core files
Greg Kroah-Hartman
2017-03-29
base: soc: Allow early registration of a single SoC device
Geert Uytterhoeven
2017-03-29
base: soc: Let soc_device_match() return no match when called too early
Geert Uytterhoeven
2016-11-10
base: soc: Check for NULL SoC device attributes
Geert Uytterhoeven
2016-11-10
base: soc: Introduce soc_device_match() interface
Arnd Bergmann
2016-11-10
base: soc: Early register bus when needed
Geert Uytterhoeven
2016-08-31
base: soc: make it explicitly non-modular
Paul Gortmaker
2015-10-04
base: soc: siplify ida usage
Lee Duncan
2015-03-25
drivers/base: use tabs where possible in code indentation
Lavinia Tache
2012-05-29
mode_t whack-a-mole: ->is_visible() returns umode_t...
Al Viro
2012-04-09
drivers/base: fix compiler warning in SoC export driver - idr should be ida
Lee Jones
2012-04-09
drivers/base: Remove unneeded spin_lock_init call for soc_lock
Axel Lin
2012-02-10
drivers/base: add bus for System-on-Chip devices
Lee Jones