1. 887bd41 sandbox: Fix comment for os_open() by Simon Glass · 10 years ago
  2. 72538f4 linker_lists: Add a function to access a linker list entry by Simon Glass · 10 years ago
  3. 63c9729 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 9 years ago
  4. 5bc4830 dm: spi: Convert Freescale QSPI driver to driver model by Haikun.Wang@freescale.com · 10 years ago
  5. a891937 dm: spi: Convert Freescale DSPI driver to driver model by Haikun.Wang@freescale.com · 10 years ago
  6. 863b4e1 dm: ls1021a: dts: Add QSPI dts node by Haikun.Wang@freescale.com · 10 years ago
  7. 6db79c4 dm: ls1021a: dts: Update DSPI node to support DM SPI by Haikun.Wang@freescale.com · 10 years ago
  8. ce35fc1 dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1 by haikun · 10 years ago
  9. ddf79f3 dm: ls1021a: Bring in ls1021a dts files from linux kernel by haikun · 10 years ago
  10. b6286a1 dm: arm: Bring in skeleton64 device tree file from Linux by Haikun.Wang@freescale.com · 10 years ago
  11. c54473c dm: i2c: add i2c-gpio driver by Przemyslaw Marczak · 10 years ago
  12. 705fcf4 Kconfig: i2c: fix help message related to dm i2c by Przemyslaw Marczak · 10 years ago
  13. 2984e7a dm: gpio: request list: return the count if requests max_count reached by Przemyslaw Marczak · 10 years ago
  14. f9f788f i8042: Add keyboard enable logic in kbd_reset() by Simon Glass · 10 years ago
  15. 47cb8c6 sandbox: cros_ec: Add Kconfig for sandbox EC config by Simon Glass · 10 years ago
  16. 3fbb787 cros_ec: exynos: Match up device tree with kernel version by Simon Glass · 10 years ago
  17. ce6adaa fdt: Drop LPC compatible string in fdtdec by Simon Glass · 10 years ago
  18. 672055e fdt: cros_ec: Drop compatible string in fdtdec by Simon Glass · 10 years ago
  19. 7e0c77a cros_ec: Remove unused cros_ec_board_init() function by Simon Glass · 10 years ago
  20. 3db02b1 exynos: cros_ec: Drop unnecessary init by Simon Glass · 10 years ago
  21. a5dec5a x86: cros_ec: Drop unnecessary init by Simon Glass · 10 years ago
  22. 06fbf10 sandbox: cros_ec: Drop unnecessary init by Simon Glass · 10 years ago
  23. 60f37fc cros_ec: Drop unused CONFIG_DM_CROS_EC by Simon Glass · 10 years ago
  24. e96fc7d cros_ec: Reinit the cros_ec device when 'crosec init' is used by Simon Glass · 10 years ago
  25. 72a38e0 dm: cros_ec: Convert cros_ec LPC driver to driver model by Simon Glass · 10 years ago
  26. 90b16d1 x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · 10 years ago
  27. a274e9c dm: x86: Add a uclass for an Low Pin Count (LPC) device by Simon Glass · 10 years ago
  28. 452f548 dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · 10 years ago
  29. ba45756 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  30. 8d987ab dm: sf: Add driver model read/write/erase methods by Simon Glass · 10 years ago
  31. 6030459 net: Improve error handling by Joe Hershberger · 10 years ago
  32. 22f6852 sandbox: eth: Add support for using the 'lo' interface by Joe Hershberger · 10 years ago
  33. f3e0c37 sandbox: Enable DHCP and IP defrag by Joe Hershberger · 10 years ago
  34. a346ca7 sandbox: eth: Add a bridge to a real network for sandbox by Joe Hershberger · 10 years ago
  35. 7ece1c6 test: dm: net: Add a test of the netretry behavior by Joe Hershberger · 10 years ago
  36. 2eede1f sandbox: eth: Add ability to disable ping reply in sandbox eth driver by Joe Hershberger · 10 years ago
  37. 7d104ea test: dm: eth: Add testing for ethrotate env var by Joe Hershberger · 10 years ago
  38. 6536b9b dm: eth: Add support for ethprime env var by Joe Hershberger · 10 years ago
  39. e58780d dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  40. bfacad7 test: dm: eth: Add tests for the eth dm implementation by Joe Hershberger · 10 years ago
  41. d87a457 sandbox: eth: Add ARP and PING response to sandbox driver by Joe Hershberger · 10 years ago
  42. 3ea143a sandbox: eth: Add network support to sandbox by Joe Hershberger · 10 years ago
  43. 1759140 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  44. 2a504df net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  45. 05c3e68 dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  46. 85848f0 cmd: net: Clean up return codes by Joe Hershberger · 10 years ago
  47. 55d5fd9 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  48. 5c42133 net: Make netretry actually do something by Joe Hershberger · 10 years ago
  49. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  50. fce6900 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  51. 05324a4 net: Change return codes from net/eth.c to use errorno constants by Joe Hershberger · 10 years ago
  52. 84eb1fb net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  53. ff99743 net: Remove unneeded "extern" in net.h by Joe Hershberger · 10 years ago
  54. 4c7c65a net: Rename helper function to be more clear by Joe Hershberger · 10 years ago
  55. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  56. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  57. eb37422 test: dm: Reorder the objects to build by Joe Hershberger · 10 years ago
  58. d3b7ff1 dm: pci: Add driver model tests for PCI by Simon Glass · 10 years ago
  59. aad78d2 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  60. 801f4f1 dm: x86: pci: Convert coreboot to use driver model for pci by Simon Glass · 10 years ago
  61. a219dae dm: x86: pci: Add a PCI driver for driver model by Simon Glass · 10 years ago
  62. a33aca1 dm: sandbox: pci: Enable PCI for sandbox by Simon Glass · 10 years ago
  63. d2cb9b2 dm: sandbox: Add a emulated PCI device as an example by Simon Glass · 10 years ago
  64. 604c7d4 common/lcd_console: introduce display/framebuffer rotation by Hannes Petermaier · 10 years ago
  65. 7471142 common/lcd_console: move single static variables into common (static) structure by Hannes Petermaier · 10 years ago
  66. a202c5b common/lcd_console: ask only one-time for bg/fg-color per call by Hannes Petermaier · 10 years ago
  67. 97562c1 common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy by Hannes Petermaier · 10 years ago
  68. 36d0d3b dm: sandbox: pci: Add a PCI emulation uclass by Simon Glass · 10 years ago
  69. 537849a dm: sandbox: Add a simple PCI driver by Simon Glass · 10 years ago
  70. 9569c40 dm: sandbox: pci: Add PCI support for sandbox by Simon Glass · 10 years ago
  71. ff3e077 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  72. aab6724 dm: pci: Move common PCI functions into their own file by Simon Glass · 10 years ago
  73. fa67f90 dm: Show both allocated and requested seq numbers in 'dm uclass' by Simon Glass · 10 years ago
  74. 02c07b3 dm: core: Add a uclass pre_probe() method for devices by Simon Glass · 10 years ago
  75. 02eeb1b dm: core: Mark device as active before calling its probe() method by Simon Glass · 10 years ago
  76. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  77. 106cce9 fdt: Tighten up error handling in fdtdec_get_pci_addr() by Simon Glass · 10 years ago
  78. cc5e196 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · 10 years ago
  79. 161d2e4 x86: Split up arch_cpu_init() by Simon Glass · 10 years ago
  80. d4c671c dm: Add a new CPU init function which can use driver model by Simon Glass · 10 years ago
  81. 31f57c2 x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · 10 years ago
  82. 5f7bfdd fdt: Export fdtdec_get_number() for general use by Simon Glass · 10 years ago
  83. 20806e7 sandbox: Update device tree 'reg' properties for I2C and SPI by Simon Glass · 10 years ago
  84. 51e9dad x86: Add support for panther (Asus Chromebox) by Simon Glass · 10 years ago
  85. cc285c5 x86: Move common Chromebook config into a separate file by Simon Glass · 10 years ago
  86. 87108cf x86: spi: Add support for lynxpoint by Simon Glass · 10 years ago
  87. 713704f x86: pci: Add PCI IDs for lynxpoint by Simon Glass · 10 years ago
  88. 5692ccf x86: video: Allow keyboard presence to be controlled by device tree by Simon Glass · 10 years ago
  89. 892ff8e x86: Support machines with >4GB of RAM by Simon Glass · 10 years ago
  90. 4564fae ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c by Kishon Vijay Abraham I · 9 years ago
  91. 2091301 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  92. 97840b5 ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching by Bryan Brinsko · 10 years ago
  93. 9ba379a ARM: cpu: Add ARMv7 barrier operations support by Valentine Barshak · 10 years ago
  94. 82f681d fix ARM DCC support for ARMv7 based cores (e.g. CortexA) by Alexander Merkle · 10 years ago
  95. fd602c5 fix ARM DCC support for ARMv7 based cores (e.g. CortexA) by Alexander Merkle · 10 years ago
  96. 148822d Armv8: Initializing CNTVOFF_EL2 by David Feng · 10 years ago
  97. 81e9fe5 arm: implement find_next_zero_bit function by Vitaly Andrianov · 10 years ago
  98. 6c739c5 sunxi: Complete i2c support for each supported platform by Paul Kocialkowski · 9 years ago
  99. dd82242 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · 9 years ago
  100. 1847c1d sunxi: iNet 3F support by Paul Kocialkowski · 9 years ago