Age | Commit message (Expand) | Author |
2016-12-05 | dm: Add timeline and guide for porting I2C drivers | Simon Glass |
2016-12-04 | serial: Drop the s3c24x0 serial driver | Simon Glass |
2016-12-04 | serial: Update docs to indicate mcfuart supports DM_SERIAL | Simon Glass |
2016-07-14 | dm: Update the of-platdata README for the new features | Simon Glass |
2016-07-14 | dm: Add a README for of-platdata | Simon Glass |
2016-05-26 | dm: allow setting driver_data before/during bind | Stephen Warren |
2016-04-14 | doc: driver-model: Update dm tests run using test.py | Jagan Teki |
2016-02-24 | dm: Remove ARM dcc from the list | Michal Simek |
2016-02-08 | dm: Update on current serial driver status | Simon Glass |
2016-01-27 | serial: uartlite: Move driver to DM | Michal Simek |
2016-01-20 | serial: lpuart: Add driver model serial support | Bin Meng |
2015-12-19 | serial-howto: remove altera_jtag_uart and altera_uart from the list | Thomas Chou |
2015-12-12 | stm32: Convert serial driver to DM | Kamil Lulko |
2015-11-20 | dm: Add timeline and guide for porting serial drivers | Simon Glass |
2015-10-23 | dm: Rename dev_get_parentdata() to dev_get_parent_priv() | Simon Glass |
2015-10-22 | drivers: Introduce a simplified remoteproc framework | Nishanth Menon |
2015-08-26 | dm: pci: Document binding of pci device drivers | Bin Meng |
2015-08-05 | doc: dm: Update pci-info.txt for pci support | Bin Meng |
2015-07-21 | dm: Add platform data advice and admonishment | Simon Glass |
2015-05-14 | doc: driver-model: pmic-framework.txt - cleanup | Przemyslaw Marczak |
2015-05-14 | doc: driver-model: pmic and regulator uclass documentation | Przemyslaw Marczak |
2015-04-22 | dm: Update the README to reflect the current test output | Simon Glass |
2015-04-18 | dm: usb: Add a README for driver model | Simon Glass |
2015-04-16 | dm: pci: Add a uclass for PCI | Simon Glass |
2015-02-12 | dm: Expand and complete Kconfig in drivers/ | Simon Glass |
2015-01-29 | dm: Update documentation for new bus features | Simon Glass |
2015-01-29 | dm: core: Add a flag to control sequence numbering | Simon Glass |
2015-01-29 | dm: core: Set device tree node for root device | Simon Glass |
2015-01-05 | dm: README: recommend u-boot.dtb to try driver-model on sandbox | Masahiro Yamada |
2014-11-21 | dm: Update documentation to include CONFIG_DM... options | Simon Glass |
2014-10-23 | test: dm: Add additional GPIO tests | Simon Glass |
2014-10-23 | dm: gpio: Add gpio_requestf() helper for printf() strings | Simon Glass |
2014-10-23 | test: dm: Update GPIO tests for new gpio_request() method | Simon Glass |
2014-10-22 | dm: spi: Add documentation on how to convert over SPI drivers | Simon Glass |
2014-10-22 | dm: core: Add a clarifying comment on struct udevice's seq member | Simon Glass |
2014-10-22 | dm: core: Add functions for iterating through device children | Simon Glass |
2014-07-23 | dm: Add child_pre_probe() and child_post_remove() methods | Simon Glass |
2014-07-23 | dm: Introduce per-child data for devices | Simon Glass |
2014-07-23 | dm: Add functions to access a device's children | Simon Glass |
2014-07-23 | dm: Provide a function to scan child FDT nodes | Simon Glass |
2014-07-23 | dm: Avoid accessing uclasses before they are ready | Simon Glass |
2014-07-23 | dm: Allow a device to be found by its FDT offset | Simon Glass |
2014-07-23 | dm: Introduce device sequence numbering | Simon Glass |
2014-07-23 | dm: Allow drivers to be marked 'before relocation' | Simon Glass |
2014-06-20 | dm: Expand and improve the device lifecycle docs | Simon Glass |
2014-06-20 | dm: Rename struct device_id to udevice_id | Simon Glass |
2014-06-11 | docs: driver-model: Fix spelling | Chris Packham |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-03-04 | dm: Remove old driver model documentation | Simon Glass |
2014-03-04 | dm: Add README for driver model | Simon Glass |