aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada1-0/+2
2017-08-13spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPLPhilipp Tomsich1-2/+2
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass1-1/+1
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass1-0/+3
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass1-1/+1
2017-06-01dm: core: Add livetree address functionsSimon Glass1-1/+1
2017-06-01dm: core: Add operations on device tree referencesSimon Glass1-0/+1
2017-06-01dm: core: Add livetree access functionsSimon Glass1-0/+1
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass1-1/+1
2015-12-01dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin1-2/+2
2015-08-31dm: core: Add Kconfig for simple bus driverMarek Vasut1-3/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada1-1/+1
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada1-1/+2
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada1-1/+1
2015-08-06dm: Make regmap and syscon optionalSimon Glass1-2/+2
2015-07-21dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada1-1/+1
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass1-0/+1
2015-07-21dm: Add support for register maps (regmap)Simon Glass1-0/+1
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass1-0/+1
2015-06-10Remove SPL undefine of CONFIG_OF_CONTROLSimon Glass1-0/+2
2014-11-21dm: Allow device removal features to be droppedSimon Glass1-1/+2
2014-10-22dm: core: Add support for simple-busSimon Glass1-0/+1
2014-09-24kbuild: refactor some makefilesMasahiro Yamada1-1/+1
2014-03-04dm: Add base driver model supportSimon Glass1-0/+7