summaryrefslogtreecommitdiff
path: root/doc/driver-model
AgeCommit message (Expand)Author
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
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: Remove old driver model documentationSimon Glass
2014-03-04dm: Add README for driver modelSimon Glass
2014-02-06ARM: serial: Remove the IXP UART driverMarek Vasut
2014-02-06ARM: PCI: Remove the IXP PCI driverMarek Vasut
2013-11-08cosmetic: UDM-net: clean up the remainders of dead driverMasahiro Yamada