aboutsummaryrefslogtreecommitdiff
path: root/doc/driver-model
AgeCommit message (Expand)AuthorFilesLines
2017-03-23dm: Add callback to modify the device treemario.six@gdsys.cc1-0/+132
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 Glass3-3/+3
2016-12-05dm: Add timeline and guide for porting I2C driversSimon Glass1-0/+56
2016-12-04serial: Drop the s3c24x0 serial driverSimon Glass1-1/+0
2016-12-04serial: Update docs to indicate mcfuart supports DM_SERIALSimon Glass1-1/+0
2016-07-14dm: Update the of-platdata README for the new featuresSimon Glass1-34/+76
2016-07-14dm: Add a README for of-platdataSimon Glass1-0/+268
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
2016-02-24dm: Remove ARM dcc from the listMichal Simek1-1/+0
2016-02-08dm: Update on current serial driver statusSimon Glass1-10/+4
2016-01-27serial: uartlite: Move driver to DMMichal Simek1-1/+0
2016-01-20serial: lpuart: Add driver model serial supportBin Meng1-1/+0
2015-12-19serial-howto: remove altera_jtag_uart and altera_uart from the listThomas Chou1-2/+0
2015-12-12stm32: Convert serial driver to DMKamil Lulko1-1/+0
2015-11-20dm: Add timeline and guide for porting serial driversSimon Glass1-0/+58
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-2/+2
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon1-0/+168
2015-08-26dm: pci: Document binding of pci device driversBin Meng1-3/+68
2015-08-05doc: dm: Update pci-info.txt for pci supportBin Meng1-3/+3
2015-07-21dm: Add platform data advice and admonishmentSimon Glass1-2/+15
2015-05-14doc: driver-model: pmic-framework.txt - cleanupPrzemyslaw Marczak1-11/+9
2015-05-14doc: driver-model: pmic and regulator uclass documentationPrzemyslaw Marczak1-0/+142
2015-04-22dm: Update the README to reflect the current test outputSimon Glass1-8/+50
2015-04-18dm: usb: Add a README for driver modelSimon Glass1-0/+415
2015-04-16dm: pci: Add a uclass for PCISimon Glass1-0/+70
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass1-2/+2
2015-01-29dm: Update documentation for new bus featuresSimon Glass2-13/+63
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: spi: Add documentation on how to convert over SPI driversSimon Glass1-0/+594
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