summaryrefslogtreecommitdiff
path: root/doc/driver-model
Commit message (Expand)AuthorAgeFilesLines
* pci: sandbox: Support dynamically binding device driverBin Meng2018-08-081-0/+28
* doc: driver-model: Fix typoChris Packham2018-07-261-1/+1
* i2c: Drop CONFIG_SH_SH7734_I2CTuomas Tynkkynen2018-05-231-1/+0
* i2c: Drop CONFIG_TSI108_I2CTuomas Tynkkynen2018-05-231-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* dm: MIGRATION: Add migration plan for DM_SPI & DM_SPI_FLASHJagan Teki2018-03-161-0/+35
* dtoc: Rename the phandle structSimon Glass2017-09-151-1/+1
* dm: core: Add livetree documentationSimon Glass2017-09-041-0/+272
* dm: Add migration plan for CONFIG_BLKSimon Glass2017-09-041-0/+20
* dtoc: Support multiple compatible strings in a nodeSimon Glass2017-07-111-0/+5
* dm: Add callback to modify the device treemario.six@gdsys.cc2017-03-231-0/+132
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-161-0/+4
* dm: core: Replace of_offset with accessorSimon Glass2017-02-083-3/+3
* dm: Add timeline and guide for porting I2C driversSimon Glass2016-12-051-0/+56
* serial: Drop the s3c24x0 serial driverSimon Glass2016-12-041-1/+0
* serial: Update docs to indicate mcfuart supports DM_SERIALSimon Glass2016-12-041-1/+0
* dm: Update the of-platdata README for the new featuresSimon Glass2016-07-141-34/+76
* dm: Add a README for of-platdataSimon Glass2016-07-141-0/+268
* dm: allow setting driver_data before/during bindStephen Warren2016-05-261-9/+14
* doc: driver-model: Update dm tests run using test.pyJagan Teki2016-04-141-101/+128
* dm: Remove ARM dcc from the listMichal Simek2016-02-241-1/+0
* dm: Update on current serial driver statusSimon Glass2016-02-081-10/+4
* serial: uartlite: Move driver to DMMichal Simek2016-01-271-1/+0
* serial: lpuart: Add driver model serial supportBin Meng2016-01-201-1/+0
* serial-howto: remove altera_jtag_uart and altera_uart from the listThomas Chou2015-12-191-2/+0
* stm32: Convert serial driver to DMKamil Lulko2015-12-121-1/+0
* dm: Add timeline and guide for porting serial driversSimon Glass2015-11-201-0/+58
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-2/+2
* drivers: Introduce a simplified remoteproc frameworkNishanth Menon2015-10-221-0/+168
* dm: pci: Document binding of pci device driversBin Meng2015-08-261-3/+68
* doc: dm: Update pci-info.txt for pci supportBin Meng2015-08-051-3/+3
* dm: Add platform data advice and admonishmentSimon Glass2015-07-211-2/+15
* doc: driver-model: pmic-framework.txt - cleanupPrzemyslaw Marczak2015-05-141-11/+9
* doc: driver-model: pmic and regulator uclass documentationPrzemyslaw Marczak2015-05-141-0/+142
* dm: Update the README to reflect the current test outputSimon Glass2015-04-221-8/+50
* dm: usb: Add a README for driver modelSimon Glass2015-04-181-0/+415
* dm: pci: Add a uclass for PCISimon Glass2015-04-161-0/+70
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-121-2/+2
* dm: Update documentation for new bus featuresSimon Glass2015-01-292-13/+63
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-38/+13
* dm: core: Set device tree node for root deviceSimon Glass2015-01-291-0/+4
* dm: README: recommend u-boot.dtb to try driver-model on sandboxMasahiro Yamada2015-01-051-2/+2
* dm: Update documentation to include CONFIG_DM... optionsSimon Glass2014-11-211-10/+34
* test: dm: Add additional GPIO testsSimon Glass2014-10-231-1/+4
* dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-1/+2
* test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-231-2/+23
* dm: spi: Add documentation on how to convert over SPI driversSimon Glass2014-10-221-0/+594
* dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2014-10-221-1/+3
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-221-1/+2
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-1/+67