summaryrefslogtreecommitdiff
path: root/doc/driver-model/README.txt
AgeCommit message (Expand)Author
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-05-27dm: allow setting driver_data before/during bindStephen Warren
2016-04-14doc: driver-model: Update dm tests run using test.pyJagan Teki
2015-07-21dm: Add platform data advice and admonishmentSimon Glass
2015-04-22dm: Update the README to reflect the current test outputSimon Glass
2015-01-30dm: Update documentation for new bus featuresSimon Glass
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-30dm: core: Set device tree node for root deviceSimon Glass
2015-01-06dm: README: recommend u-boot.dtb to try driver-model on sandboxMasahiro Yamada
2014-11-21dm: Update documentation to include CONFIG_DM... optionsSimon Glass
2014-10-24test: dm: Add additional GPIO testsSimon Glass
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-24test: dm: Update GPIO tests for new gpio_request() methodSimon Glass
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass
2014-10-22dm: core: Add functions for iterating through device childrenSimon 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: Allow drivers to be marked 'before relocation'Simon Glass
2014-06-20dm: Expand and improve the device lifecycle docsSimon Glass
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass
2014-06-11docs: driver-model: Fix spellingChris Packham
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add README for driver modelSimon Glass