aboutsummaryrefslogtreecommitdiff
path: root/doc/driver-model/README.txt
AgeCommit message (Expand)AuthorFilesLines
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-05-26dm: allow setting driver_data before/during bindStephen Warren1-9/+14
2016-04-14doc: driver-model: Update dm tests run using test.pyJagan Teki1-101/+128
2015-07-21dm: Add platform data advice and admonishmentSimon Glass1-2/+15
2015-04-22dm: Update the README to reflect the current test outputSimon Glass1-8/+50
2015-01-29dm: Update documentation for new bus featuresSimon Glass1-10/+26
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-38/+13
2015-01-29dm: core: Set device tree node for root deviceSimon Glass1-0/+4
2015-01-05dm: README: recommend u-boot.dtb to try driver-model on sandboxMasahiro Yamada1-2/+2
2014-11-21dm: Update documentation to include CONFIG_DM... optionsSimon Glass1-10/+34
2014-10-23test: dm: Add additional GPIO testsSimon Glass1-1/+4
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-1/+2
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon Glass1-2/+23
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass1-1/+3
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-1/+2
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-1/+67
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-8/+17
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-1/+2
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-1/+5
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-1/+2
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-1/+2
2014-07-23dm: Introduce device sequence numberingSimon Glass1-6/+95
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-12/+19
2014-06-20dm: Expand and improve the device lifecycle docsSimon Glass1-7/+213
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-1/+1
2014-06-11docs: driver-model: Fix spellingChris Packham1-5/+5
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-4/+4
2014-03-04dm: Add README for driver modelSimon Glass1-0/+368