
Hi Tom,
On 26 February 2014 15:59, Simon Glass sjg@chromium.org wrote:
This series adds a driver model implementation. It is taken from the driver model code developed by:
Marek Vasut marex@denx.de Pavel Herrmann morpheus.ibis@gmail.com Viktor Křivák viktor.krivak@gmail.com Tomas Hlavacek tmshlvck@gmail.com
Please see doc/driver-model/README.txt for details of how to run this and what to look for. The old driver model documentation is removed.
FYI, buildman results:
./tools/buildman/buildman -b dm10 -s Summary of 15 commits for 1202 boards (32 threads, 1 job per thread) 01: Revert "ext4fs: Add ext4 extent cache for read operations" blackfin: + bf609-ezkit m68k: + M54455EVB_a66 M5329AFEE M5249EVB idmr M5208EVBE eb_cpu5282 M54451EVB astro_mcf5373l M54418TWR_serial_rmii M54455EVB_intel M5475FFE M5282EVB M54455EVB_i66 M5475GFE M5253DEMO M54455EVB_stm33 M5485BFE M5485DFE TASREG M5329BFEE M52277EVB M5475EFE M5475CFE cobra5272 M5485AFE M53017EVB M5485HFE M5235EVB M5253EVBE M54418TWR_nand_mii M54418TWR_nand_rmii_lowfreq M5475BFE M54418TWR_nand_rmii M5475DFE M5275EVB M52277EVB_stmicro eb_cpu5282_internal M54451EVB_stmicro M5271EVB M5485GFE M5373EVB M5485EFE M5485FFE M54418TWR M5235EVB_Flash32 M54418TWR_serial_mii M5485CFE M54455EVB M5475AFE M5272C3 powerpc: + MVBLM7 MVSMR sparc: + grsim grsim_leon2 gr_cpci_ax2000 gr_xc3s_1500 gr_ep2s60 sh: + rsk7269 rsk7264 rsk7203 nios2: + nios2-generic PK1C20 microblaze: + microblaze-generic openrisc: + openrisc-generic 02: sandbox: Build a device tree file for sandbox 03: Add cmd_process_error() to report and process errors 04: yaffs: Remove private list implementation 05: dm: Add README for driver model 06: dm: Add base driver model support 07: sandbox: config: Enable driver model 08: dm: Set up driver model after relocation 09: dm: Add basic tests 10: dm: Add a 'dm' command for testing 11: dm: Add a demonstration/example driver 12: dm: Add GPIO support and tests 13: sandbox: Convert GPIOs to use driver model 14: dm: Enable gpio command to support driver model 15: dm: Remove old driver model documentation
Regards, Simon