summaryrefslogtreecommitdiffstats
path: root/doc/driver-model/README.txt
Commit message (Expand)AuthorAgeFilesLines
* dm: Add platform data advice and admonishmentSimon Glass2015-07-211-2/+15
* dm: Update the README to reflect the current test outputSimon Glass2015-04-221-8/+50
* dm: Update documentation for new bus featuresSimon Glass2015-01-291-10/+26
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-38/+13
* dm: core: Set device tree node for root deviceSimon Glass2015-01-291-0/+4
* dm: README: recommend u-boot.dtb to try driver-model on sandboxMasahiro Yamada2015-01-051-2/+2
* dm: Update documentation to include CONFIG_DM... optionsSimon Glass2014-11-211-10/+34
* test: dm: Add additional GPIO testsSimon Glass2014-10-231-1/+4
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-1/+2
* test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-231-2/+23
* dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2014-10-221-1/+3
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-221-1/+2
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-1/+67
* dm: Introduce per-child data for devicesSimon Glass2014-07-231-8/+17
* dm: Add functions to access a device's childrenSimon Glass2014-07-231-1/+2
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-1/+5
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-231-1/+2
* dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-231-1/+2
* dm: Introduce device sequence numberingSimon Glass2014-07-231-6/+95
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-12/+19
* dm: Expand and improve the device lifecycle docsSimon Glass2014-06-201-7/+213
* dm: Rename struct device_id to udevice_idSimon Glass2014-06-201-1/+1
* docs: driver-model: Fix spellingChris Packham2014-06-111-5/+5
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-4/+4
* dm: Add README for driver modelSimon Glass2014-03-041-0/+368
OpenPOWER on IntegriCloud