aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
AgeCommit message (Expand)AuthorFilesLines
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+64
2015-02-12dm: 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-29dm: core: Ignore disabled devices when bindingSimon Glass1-0/+5
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2-0/+17
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-5/+16
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2-0/+8
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-15/+13
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+5
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+12
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass2-2/+32
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass2-13/+17
2015-01-29dm: core: Tidy up error handling in device_bind()Simon Glass1-8/+10
2015-01-29dm: core: Set device tree node for root deviceSimon Glass1-0/+3
2014-12-11dm: device: Add newline to debug() messagesSimon Glass1-3/+3
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada1-2/+1
2014-11-22dm: core: a trivial clean upMasahiro Yamada1-3/+1
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass1-0/+21
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+5
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass2-6/+19
2014-11-21dm: Allow device removal features to be droppedSimon Glass3-169/+189
2014-10-23dm: add entries to KconfigMasahiro Yamada1-0/+6
2014-10-22dm: core: Add support for simple-busSimon Glass2-0/+34
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass1-1/+8
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+27
2014-10-22dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada1-8/+1
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada1-4/+0
2014-09-24kbuild: refactor some makefilesMasahiro Yamada1-1/+1
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-23dm: avoid dev->req_seq overflowRobert Baldyga1-0/+2
2014-09-23dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass1-2/+5
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2-4/+8
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass1-0/+8
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass1-3/+13
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-1/+15
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+26
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+93
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-15/+18
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-0/+2
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+35
2014-07-23dm: Introduce device sequence numberingSimon Glass2-0/+106
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass1-6/+22
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+25
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass3-9/+14
2014-07-23dm: Provide a way to shut down driver modelSimon Glass1-0/+8
2014-07-23dm: Make sure that the root device is probedSimon Glass1-0/+3