summaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)Author
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
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada
2014-11-22dm: core: a trivial clean upMasahiro Yamada
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass
2014-11-21dm: Allow device removal features to be droppedSimon Glass
2014-10-23dm: add entries to KconfigMasahiro Yamada
2014-10-22dm: core: Add support for simple-busSimon Glass
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass
2014-10-22dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada
2014-09-24kbuild: refactor some makefilesMasahiro Yamada
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-23dm: avoid dev->req_seq overflowRobert Baldyga
2014-09-23dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass
2014-07-23dm: Introduce per-child data for devicesSimon Glass
2014-07-23dm: Add functions to access a device's childrenSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23dm: Provide a way to shut down driver modelSimon Glass