summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
2015-07-21dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada
2015-07-21dm: core: Add device checking to syscon_get_regmap()Simon Glass
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass
2015-07-21dm: Add support for register maps (regmap)Simon Glass
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-07-21dm: core: Use debug() instead of printf() for failuresSimon Glass
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass
2015-06-10Remove SPL undefine of CONFIG_OF_CONTROLSimon Glass
2015-04-29dm: core: Add a function to bind a driver for a device tree nodeSimon Glass
2015-04-28dm: core: Correct bug introduced in uclass_first/next_device()Simon Glass
2015-04-28dm: core: drop device removal error path correctlyMasahiro Yamada
2015-04-23dm: core: Select device tree control correctly for SPLSimon Glass
2015-04-23dm: core: Drop device removal error path when not supportedSimon Glass
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass
2015-04-23dm: core: Allow sequence alias support to be removed for SPLSimon Glass
2015-04-22dm: core: Handle recursive unbinding of uclass devicesSimon Glass
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak
2015-04-18dm: core: Add device children and sibling functionsSimon Glass
2015-04-18dm: core: Mark device as active before calling uclass probe() methodsSimon Glass
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-04-16dm: core: Mark device as active before calling its probe() methodSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-02-24kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek
2015-02-12dm: introduce dev_get_addr interfacePeng Fan
2015-02-12dm: Add Kconfig options for driver model SPL supportSimon Glass
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass
2015-01-29dm: core: Ignore disabled devices when bindingSimon Glass
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass
2015-01-29dm: core: Tidy up error handling in device_bind()Simon Glass
2015-01-29dm: core: Set device tree node for root deviceSimon Glass
2014-12-11dm: device: Add newline to debug() messagesSimon Glass