summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2015-07-22dm: core: Add \n to two dm_warn() messagesSimon Glass1-2/+2
2015-07-22dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede1-0/+4
2015-07-22dm: Export device_remove_children / device_unbind_childrenHans de Goede1-18/+4
2015-07-22dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada1-1/+1
2015-07-22dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada1-1/+0
2015-07-22dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada1-2/+2
2015-07-22dm: core: Add device checking to syscon_get_regmap()Simon Glass1-2/+5
2015-07-22dm: Add support for generic system controllers (syscon)Simon Glass2-0/+74
2015-07-22dm: Add support for register maps (regmap)Simon Glass2-0/+87
2015-07-22dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass1-2/+2
2015-07-22dm: core: Add a function to find any device from device treeSimon Glass1-0/+25
2015-07-22dm: core: Use debug() instead of printf() for failuresSimon Glass1-3/+3
2015-07-22dm: Move the tree/uclass dump code into its own fileSimon Glass2-0/+97
2015-06-11Remove SPL undefine of CONFIG_OF_CONTROLSimon Glass1-0/+2
2015-04-30dm: core: Add a function to bind a driver for a device tree nodeSimon Glass1-1/+8
2015-04-29dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass1-0/+5
2015-04-29dm: core: drop device removal error path correctlyMasahiro Yamada1-3/+3
2015-04-23dm: core: Select device tree control correctly for SPLSimon Glass1-6/+8
2015-04-23dm: core: Drop device removal error path when not supportedSimon Glass1-10/+16
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass1-0/+4
2015-04-23dm: core: Allow sequence alias support to be removed for SPLSimon Glass2-13/+24
2015-04-22dm: core: Handle recursive unbinding of uclass devicesSimon Glass1-2/+10
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak1-11/+1
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak1-0/+8
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak1-0/+8
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak1-0/+11
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak1-0/+24
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2-4/+33
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak1-25/+34
2015-04-18dm: core: Add device children and sibling functionsSimon Glass1-0/+28
2015-04-18dm: core: Mark device as active before calling uclass probe() methodsSimon Glass1-3/+5
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2-3/+3
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass2-5/+6
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass1-2/+17
2015-04-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass2-2/+10
2015-04-17dm: core: Mark device as active before calling its probe() methodSimon Glass1-3/+4
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-0/+10
2015-02-25kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada1-10/+6
2015-02-13dm: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+64
2015-02-13dm: introduce dev_get_addr interfacePeng Fan1-0/+12
2015-02-12dm: Add Kconfig options for driver model SPL supportSimon Glass1-0/+44
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass1-2/+4
2015-01-30dm: core: Ignore disabled devices when bindingSimon Glass1-0/+5
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2-0/+17
2015-01-30dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-5/+16
2015-01-30dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2-0/+8
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-15/+13
2015-01-30dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+5
2015-01-30dm: core: Add a post_bind method for parentsSimon Glass1-0/+12
2015-01-30dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+4