summaryrefslogtreecommitdiffstats
path: root/drivers/core
Commit message (Expand)AuthorAgeFilesLines
* dm: Provide better debugging when a device fails to bindSimon Glass2015-09-021-1/+4
* dm: Improve handling of a missing uclassSimon Glass2015-09-022-2/+9
* pinctrl: add pin control uclass supportMasahiro Yamada2015-08-311-0/+4
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-311-2/+4
* dm: core: Add Kconfig for simple bus driverMarek Vasut2015-08-313-6/+17
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-0/+2
* dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng2015-08-261-5/+14
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-184-7/+7
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-183-6/+6
* drivers: hierarchize drivers Kconfig menuMasahiro Yamada2015-08-121-0/+4
* dm: core: Add a way to set a device nameSimon Glass2015-08-061-0/+10
* devres: add debug command to dump device resourcesMasahiro Yamada2015-08-062-1/+31
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-063-2/+18
* devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada2015-08-061-0/+34
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-065-1/+215
* dm: add DM_FLAG_BOUND flagMasahiro Yamada2015-08-062-0/+5
* dm: Support address translation for simple-busSimon Glass2015-08-062-6/+41
* dm: Make regmap and syscon optionalSimon Glass2015-08-062-2/+21
* dm: core: Support finding a device by phandleSimon Glass2015-08-051-0/+42
* dm: core: Check for empty list in uclass_find_device()Simon Glass2015-08-051-0/+2
* dm: core: Add \n to two dm_warn() messagesSimon Glass2015-07-211-2/+2
* dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede2015-07-211-0/+4
* dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-211-18/+4
* dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada2015-07-211-1/+1
* dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada2015-07-211-1/+0
* dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada2015-07-211-2/+2
* dm: core: Add device checking to syscon_get_regmap()Simon Glass2015-07-211-2/+5
* dm: Add support for generic system controllers (syscon)Simon Glass2015-07-212-0/+74
* dm: Add support for register maps (regmap)Simon Glass2015-07-212-0/+87
* dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-211-2/+2
* dm: core: Add a function to find any device from device treeSimon Glass2015-07-211-0/+25
* dm: core: Use debug() instead of printf() for failuresSimon Glass2015-07-211-3/+3
* dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-212-0/+97
* Remove SPL undefine of CONFIG_OF_CONTROLSimon Glass2015-06-101-0/+2
* dm: core: Add a function to bind a driver for a device tree nodeSimon Glass2015-04-291-1/+8
* dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass2015-04-281-0/+5
* dm: core: drop device removal error path correctlyMasahiro Yamada2015-04-281-3/+3
* dm: core: Select device tree control correctly for SPLSimon Glass2015-04-231-6/+8
* dm: core: Drop device removal error path when not supportedSimon Glass2015-04-231-10/+16
* dm: core: Remove unbind operations when not requiredSimon Glass2015-04-231-0/+4
* dm: core: Allow sequence alias support to be removed for SPLSimon Glass2015-04-232-13/+24
* dm: core: Handle recursive unbinding of uclass devicesSimon Glass2015-04-221-2/+10
* dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-221-11/+1
* dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak2015-04-221-0/+8
* dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak2015-04-221-0/+8
* dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak2015-04-221-0/+11
* dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak2015-04-221-0/+24
* dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2015-04-222-4/+33
* dm: core: add internal functions for getting the device without probePrzemyslaw Marczak2015-04-221-25/+34
* dm: core: Add device children and sibling functionsSimon Glass2015-04-181-0/+28
OpenPOWER on IntegriCloud