summaryrefslogtreecommitdiff
path: root/drivers/core/Makefile
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-0/+2
* spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPLPhilipp Tomsich2017-08-131-2/+2
* dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-111-1/+1
* dm: core: Implement live tree 'read' functionsSimon Glass2017-06-011-0/+3
* dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-011-1/+1
* dm: core: Add livetree address functionsSimon Glass2017-06-011-1/+1
* dm: core: Add operations on device tree referencesSimon Glass2017-06-011-0/+1
* dm: core: Add livetree access functionsSimon Glass2017-06-011-0/+1
* dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass2017-06-011-1/+1
* dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin2015-12-011-2/+2
* dm: core: Add Kconfig for simple bus driverMarek Vasut2015-08-311-3/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-181-1/+1
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-061-1/+2
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-061-1/+1
* dm: Make regmap and syscon optionalSimon Glass2015-08-061-2/+2
* dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada2015-07-211-1/+1
* dm: Add support for generic system controllers (syscon)Simon Glass2015-07-211-0/+1
* dm: Add support for register maps (regmap)Simon Glass2015-07-211-0/+1
* dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-211-0/+1
* Remove SPL undefine of CONFIG_OF_CONTROLSimon Glass2015-06-101-0/+2
* dm: Allow device removal features to be droppedSimon Glass2014-11-211-1/+2
* dm: core: Add support for simple-busSimon Glass2014-10-221-0/+1
* kbuild: refactor some makefilesMasahiro Yamada2014-09-241-1/+1
* dm: Add base driver model supportSimon Glass2014-03-041-0/+7