summaryrefslogtreecommitdiff
path: root/doc/driver-model
AgeCommit message (Expand)Author
2017-09-15dtoc: Rename the phandle structSimon Glass
2017-09-04dm: core: Add livetree documentationSimon Glass
2017-09-04dm: Add migration plan for CONFIG_BLKSimon Glass
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass
2017-03-23dm: Add callback to modify the device treemario.six@gdsys.cc
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-12-05dm: Add timeline and guide for porting I2C driversSimon Glass
2016-12-04serial: Drop the s3c24x0 serial driverSimon Glass
2016-12-04serial: Update docs to indicate mcfuart supports DM_SERIALSimon Glass
2016-07-14dm: Update the of-platdata README for the new featuresSimon Glass
2016-07-14dm: Add a README for of-platdataSimon Glass
2016-05-26dm: allow setting driver_data before/during bindStephen Warren
2016-04-14doc: driver-model: Update dm tests run using test.pyJagan Teki
2016-02-24dm: Remove ARM dcc from the listMichal Simek
2016-02-08dm: Update on current serial driver statusSimon Glass
2016-01-27serial: uartlite: Move driver to DMMichal Simek
2016-01-20serial: lpuart: Add driver model serial supportBin Meng
2015-12-19serial-howto: remove altera_jtag_uart and altera_uart from the listThomas Chou
2015-12-12stm32: Convert serial driver to DMKamil Lulko
2015-11-20dm: Add timeline and guide for porting serial driversSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon
2015-08-26dm: pci: Document binding of pci device driversBin Meng
2015-08-05doc: dm: Update pci-info.txt for pci supportBin Meng
2015-07-21dm: Add platform data advice and admonishmentSimon Glass
2015-05-14doc: driver-model: pmic-framework.txt - cleanupPrzemyslaw Marczak
2015-05-14doc: driver-model: pmic and regulator uclass documentationPrzemyslaw Marczak
2015-04-22dm: Update the README to reflect the current test outputSimon Glass
2015-04-18dm: usb: Add a README for driver modelSimon Glass
2015-04-16dm: pci: Add a uclass for PCISimon Glass
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass
2015-01-29dm: Update documentation for new bus featuresSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Set device tree node for root deviceSimon Glass
2015-01-05dm: 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-23test: dm: Add additional GPIO testsSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon Glass
2014-10-22dm: spi: Add documentation on how to convert over SPI driversSimon 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