| Commit message (Expand) | Author | Age | Files | Lines |
* | dtoc: Rename the phandle struct | Simon Glass | 2017-09-15 | 1 | -1/+1 |
* | dm: core: Add livetree documentation | Simon Glass | 2017-09-04 | 1 | -0/+272 |
* | dm: Add migration plan for CONFIG_BLK | Simon Glass | 2017-09-04 | 1 | -0/+20 |
* | dtoc: Support multiple compatible strings in a node | Simon Glass | 2017-07-11 | 1 | -0/+5 |
* | dm: Add callback to modify the device tree | mario.six@gdsys.cc | 2017-03-23 | 1 | -0/+132 |
* | dm: allow limiting pre-reloc markings to spl or tpl | Heiko Stübner | 2017-03-16 | 1 | -0/+4 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 3 | -3/+3 |
* | dm: Add timeline and guide for porting I2C drivers | Simon Glass | 2016-12-05 | 1 | -0/+56 |
* | serial: Drop the s3c24x0 serial driver | Simon Glass | 2016-12-04 | 1 | -1/+0 |
* | serial: Update docs to indicate mcfuart supports DM_SERIAL | Simon Glass | 2016-12-04 | 1 | -1/+0 |
* | dm: Update the of-platdata README for the new features | Simon Glass | 2016-07-14 | 1 | -34/+76 |
* | dm: Add a README for of-platdata | Simon Glass | 2016-07-14 | 1 | -0/+268 |
* | dm: allow setting driver_data before/during bind | Stephen Warren | 2016-05-26 | 1 | -9/+14 |
* | doc: driver-model: Update dm tests run using test.py | Jagan Teki | 2016-04-14 | 1 | -101/+128 |
* | dm: Remove ARM dcc from the list | Michal Simek | 2016-02-24 | 1 | -1/+0 |
* | dm: Update on current serial driver status | Simon Glass | 2016-02-08 | 1 | -10/+4 |
* | serial: uartlite: Move driver to DM | Michal Simek | 2016-01-27 | 1 | -1/+0 |
* | serial: lpuart: Add driver model serial support | Bin Meng | 2016-01-20 | 1 | -1/+0 |
* | serial-howto: remove altera_jtag_uart and altera_uart from the list | Thomas Chou | 2015-12-19 | 1 | -2/+0 |
* | stm32: Convert serial driver to DM | Kamil Lulko | 2015-12-12 | 1 | -1/+0 |
* | dm: Add timeline and guide for porting serial drivers | Simon Glass | 2015-11-20 | 1 | -0/+58 |
* | dm: Rename dev_get_parentdata() to dev_get_parent_priv() | Simon Glass | 2015-10-23 | 1 | -2/+2 |
* | drivers: Introduce a simplified remoteproc framework | Nishanth Menon | 2015-10-22 | 1 | -0/+168 |
* | dm: pci: Document binding of pci device drivers | Bin Meng | 2015-08-26 | 1 | -3/+68 |
* | doc: dm: Update pci-info.txt for pci support | Bin Meng | 2015-08-05 | 1 | -3/+3 |
* | dm: Add platform data advice and admonishment | Simon Glass | 2015-07-21 | 1 | -2/+15 |
* | doc: driver-model: pmic-framework.txt - cleanup | Przemyslaw Marczak | 2015-05-14 | 1 | -11/+9 |
* | doc: driver-model: pmic and regulator uclass documentation | Przemyslaw Marczak | 2015-05-14 | 1 | -0/+142 |
* | dm: Update the README to reflect the current test output | Simon Glass | 2015-04-22 | 1 | -8/+50 |
* | dm: usb: Add a README for driver model | Simon Glass | 2015-04-18 | 1 | -0/+415 |
* | dm: pci: Add a uclass for PCI | Simon Glass | 2015-04-16 | 1 | -0/+70 |
* | dm: Expand and complete Kconfig in drivers/ | Simon Glass | 2015-02-12 | 1 | -2/+2 |
* | dm: Update documentation for new bus features | Simon Glass | 2015-01-29 | 2 | -13/+63 |
* | dm: core: Add a flag to control sequence numbering | Simon Glass | 2015-01-29 | 1 | -38/+13 |
* | dm: core: Set device tree node for root device | Simon Glass | 2015-01-29 | 1 | -0/+4 |
* | dm: README: recommend u-boot.dtb to try driver-model on sandbox | Masahiro Yamada | 2015-01-05 | 1 | -2/+2 |
* | dm: Update documentation to include CONFIG_DM... options | Simon Glass | 2014-11-21 | 1 | -10/+34 |
* | test: dm: Add additional GPIO tests | Simon Glass | 2014-10-23 | 1 | -1/+4 |
* | dm: gpio: Add gpio_requestf() helper for printf() strings | Simon Glass | 2014-10-23 | 1 | -1/+2 |
* | test: dm: Update GPIO tests for new gpio_request() method | Simon Glass | 2014-10-23 | 1 | -2/+23 |
* | dm: spi: Add documentation on how to convert over SPI drivers | Simon Glass | 2014-10-22 | 1 | -0/+594 |
* | dm: core: Add a clarifying comment on struct udevice's seq member | Simon Glass | 2014-10-22 | 1 | -1/+3 |
* | dm: core: Add functions for iterating through device children | Simon Glass | 2014-10-22 | 1 | -1/+2 |
* | dm: Add child_pre_probe() and child_post_remove() methods | Simon Glass | 2014-07-23 | 1 | -1/+67 |
* | dm: Introduce per-child data for devices | Simon Glass | 2014-07-23 | 1 | -8/+17 |
* | dm: Add functions to access a device's children | Simon Glass | 2014-07-23 | 1 | -1/+2 |
* | dm: Provide a function to scan child FDT nodes | Simon Glass | 2014-07-23 | 1 | -1/+5 |
* | dm: Avoid accessing uclasses before they are ready | Simon Glass | 2014-07-23 | 1 | -1/+2 |
* | dm: Allow a device to be found by its FDT offset | Simon Glass | 2014-07-23 | 1 | -1/+2 |
* | dm: Introduce device sequence numbering | Simon Glass | 2014-07-23 | 1 | -6/+95 |