1. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · Wed Apr 08 01:41:03 2015 -0500
  2. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  3. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  4. 51995c2 powerpc: ids8313: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:03 2015 +0900
  5. 2d4d832 ARM: cm_fx6: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:02 2015 +0900
  6. 0906a82 ARM: stv0991: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:01 2015 +0900
  7. 20c5781 ARM: bav335x: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:48:00 2015 +0900
  8. e200554 ARM: socfpga: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:59 2015 +0900
  9. d158964 ARM: mx6: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:58 2015 +0900
  10. 4bb8f82 ARM: snapper9260: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:57 2015 +0900
  11. 635be63 ARM: rmobile: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:56 2015 +0900
  12. 2df07d4 ARM: zynq: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:55 2015 +0900
  13. 85eb826 ARM: UniPhier: use "select" instead of default value in defconfig by Masahiro Yamada · Tue Mar 31 12:47:54 2015 +0900
  14. 5ef5ccc dm: select CONFIG_DM* options by Masahiro Yamada · Tue Mar 31 12:47:53 2015 +0900
  15. 1260c38 dm: spi_flash: fix wrong dependency by Masahiro Yamada · Tue Mar 31 12:47:52 2015 +0900
  16. 0d81374 dm: usb: Add a README for driver model by Simon Glass · Wed Mar 25 12:23:08 2015 -0600
  17. 3168048 dm: usb: Add tests for the USB uclass by Simon Glass · Wed Mar 25 12:23:05 2015 -0600
  18. 1506180 dm: test: Allow 'dm test' to select a particular test to run by Simon Glass · Wed Mar 25 12:23:04 2015 -0600
  19. bb99e33 dm: test: Correct printf() output nit in 'dm uclass' by Simon Glass · Wed Mar 25 12:23:03 2015 -0600
  20. d810add dm: usb: sandbox: Enable USB by Simon Glass · Wed Mar 25 12:23:02 2015 -0600
  21. 355f1ef dm: usb: Tidy up pipe value decoding by Simon Glass · Wed Mar 25 12:23:01 2015 -0600
  22. 78a1b62 dm: usb: Add a generic descriptor struct by Simon Glass · Wed Mar 25 12:23:00 2015 -0600
  23. 3cefdb3 dm: usb: exynos: Enable both EHCI and XHCI on snow by Simon Glass · Wed Mar 25 12:22:58 2015 -0600
  24. 830edd7 dm: usb: exynos: Enable both USB ports on snow by Simon Glass · Wed Mar 25 12:22:57 2015 -0600
  25. 1a32ec3 dm: usb: exynos: Use driver model for USB by Simon Glass · Wed Mar 25 12:22:56 2015 -0600
  26. 85fb9ee dm: usb: exynos: Adjust XHCI driver to support driver model by Simon Glass · Wed Mar 25 12:22:55 2015 -0600
  27. b113f6e dm: usb: Rename the XHCI HCD to U-Boot by Simon Glass · Wed Mar 25 12:22:54 2015 -0600
  28. 49b4183 dm: usb: Support driver model in XHCI by Simon Glass · Wed Mar 25 12:22:53 2015 -0600
  29. 686a812 dm: usb: xhci: Factor out common init/uninit by Simon Glass · Wed Mar 25 12:22:52 2015 -0600
  30. 4ec422c dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() by Simon Glass · Wed Mar 25 12:22:51 2015 -0600
  31. 88a3784 dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() by Simon Glass · Wed Mar 25 12:22:50 2015 -0600
  32. a49e27b dm: usb: xhci: Use a function to get xhci_ctrl by Simon Glass · Wed Mar 25 12:22:49 2015 -0600
  33. 9c57477 dm: usb: tegra: Add driver model support to tegra EHCI by Simon Glass · Wed Mar 25 12:22:48 2015 -0600
  34. 2bd08a9 dm: usb: tegra: Move most of init/uninit into a function by Simon Glass · Wed Mar 25 12:22:47 2015 -0600
  35. 6f7d342 dm: usb: tegra: Tidy up error handling and a static function by Simon Glass · Wed Mar 25 12:22:46 2015 -0600
  36. 57c76c3 dm: usb: tegra: Remove the port_addr_clear_csc variable by Simon Glass · Wed Mar 25 12:22:45 2015 -0600
  37. 2b8ceec dm: usb: exynos: Add driver model support to exynos EHCI by Simon Glass · Wed Mar 25 12:22:44 2015 -0600
  38. 33b66e8 dm: usb: Add support for USB ethernet devices with driver model by Simon Glass · Wed Mar 25 12:22:43 2015 -0600
  39. ce3ca2e dm: usb: dts: sandbox: Add some sample USB devices to sandbox by Simon Glass · Wed Mar 25 12:22:42 2015 -0600
  40. bc4546a dm: usb: sandbox: Add a driver for sandbox by Simon Glass · Wed Mar 25 12:22:41 2015 -0600
  41. fb09d95 dm: usb: sandbox: Add an emulator for USB hub emulation by Simon Glass · Wed Mar 25 12:22:40 2015 -0600
  42. b144644 dm: usb: sandbox: Add an emulator for USB flash devices by Simon Glass · Wed Mar 25 12:22:39 2015 -0600
  43. 4147739 dm: usb: sandbox: Reset emulation devices in usb stop() by Simon Glass · Wed Mar 25 12:22:38 2015 -0600
  44. 59d66d2 dm: usb: sandbox: Add a uclass for USB device emulation by Simon Glass · Wed Mar 25 12:22:37 2015 -0600
  45. 0a99969 dm: usb: Move struct usb_string to a common place by Simon Glass · Wed Mar 25 12:22:36 2015 -0600
  46. 99df60c dm: usb: tegra: Add vbus GPIOs for nyan by Simon Glass · Wed Mar 25 12:22:35 2015 -0600
  47. 5f1296b dm: usb: Support driver model with USB keyboards by Simon Glass · Wed Mar 25 12:22:34 2015 -0600
  48. fcdc0c3 dm: usb: Split out the keyboard probe into its own function by Simon Glass · Wed Mar 25 12:22:33 2015 -0600
  49. 444b1e0 dm: usb: Allow setting up a USB controller as a device/gadget by Simon Glass · Wed Mar 25 12:22:32 2015 -0600
  50. c79173e dm: usb: Bind generic USB devices when there is no driver by Simon Glass · Wed Mar 25 12:22:31 2015 -0600
  51. fc03a55 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · Wed Mar 25 12:22:30 2015 -0600
  52. a194b25 dm: usb: Add driver model support to EHCI by Simon Glass · Wed Mar 25 12:22:29 2015 -0600
  53. 302696b dm: usb: Change ehci_reset() to use a pointer by Simon Glass · Wed Mar 25 12:22:28 2015 -0600
  54. dc9f3ed dm: usb: Drop the EHCI weak functions by Simon Glass · Wed Mar 25 12:22:27 2015 -0600
  55. ccc40fd dm: usb: Refactor EHCI init by Simon Glass · Wed Mar 25 12:22:26 2015 -0600
  56. cb7cf60 dm: usb: ehci: Use a function to find the controller from struct udevice by Simon Glass · Wed Mar 25 12:22:25 2015 -0600
  57. dfbf186 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() by Simon Glass · Wed Mar 25 12:22:24 2015 -0600
  58. 2d387ab dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() by Simon Glass · Wed Mar 25 12:22:23 2015 -0600
  59. 66a79f3 dm: usb: tegra: Drop use of global controller variable by Simon Glass · Wed Mar 25 12:22:22 2015 -0600
  60. cc0dc6b dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() by Simon Glass · Wed Mar 25 12:22:21 2015 -0600
  61. 92a419e dm: usb: tegra: Store the controller type explicitly by Simon Glass · Wed Mar 25 12:22:20 2015 -0600
  62. 0851caa dm: usb: Allow ECHI to hold private data for the controller by Simon Glass · Wed Mar 25 12:22:19 2015 -0600
  63. c78c765 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() by Simon Glass · Wed Mar 25 12:22:18 2015 -0600
  64. 0bec128 dm: usb: Move all the EHCI weak functions together and declare them by Simon Glass · Wed Mar 25 12:22:17 2015 -0600
  65. ac9774e dm: usb: Convert usb_storage to driver model by Simon Glass · Wed Mar 25 12:22:16 2015 -0600
  66. df7d34f dm: usb: Move storage device scanning into its own function by Simon Glass · Wed Mar 25 12:22:15 2015 -0600
  67. 0f50b16 Revert "usb_storage : scan all interfaces to find a storage device" by Simon Glass · Thu Apr 16 17:27:34 2015 -0600
  68. 332a9b6 dm: usb: Adjust usb_storage to work with sandbox by Simon Glass · Wed Mar 25 12:22:14 2015 -0600
  69. 5c3c91c dm: usb: Simply device finding code in usb_storage by Simon Glass · Wed Mar 25 12:22:13 2015 -0600
  70. 78330d6 dm: usb: Fix type problems in usb_stor_get_info() by Simon Glass · Wed Mar 25 12:22:12 2015 -0600
  71. 6f41465 dm: usb: Move USB storage definitions to usb_defs.h by Simon Glass · Wed Mar 25 12:22:11 2015 -0600
  72. 6ab43b6 dm: usb: Add driver model support for hubs by Simon Glass · Wed Mar 25 12:22:10 2015 -0600
  73. f977c18 dm: usb: Split hub detection into its own function by Simon Glass · Wed Mar 25 12:22:09 2015 -0600
  74. 2674e26 dm: usb: Convert core usb.c file to support driver model by Simon Glass · Wed Mar 25 12:22:08 2015 -0600
  75. 668c53f dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · Wed Mar 25 12:22:07 2015 -0600
  76. aad719f dm: usb: Split out more code from usb_new_device() by Simon Glass · Wed Mar 25 12:22:06 2015 -0600
  77. bbca491 dm: usb: Move descriptor setup code into its own function by Simon Glass · Wed Mar 25 12:22:05 2015 -0600
  78. c093d6d dm: usb: Refactor port resets by Simon Glass · Wed Mar 25 12:22:04 2015 -0600
  79. f4cdfeb dm: usb: Drop the legacy USB init sequence by Simon Glass · Wed Mar 25 12:22:03 2015 -0600
  80. 19e8151 dm: usb: Convert 'usb' command to support driver model by Simon Glass · Wed Mar 25 12:22:02 2015 -0600
  81. d146113 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · Wed Mar 25 12:22:01 2015 -0600
  82. 729e257 dm: usb: Adjust usb command to prepare for driver model by Simon Glass · Wed Mar 25 12:22:00 2015 -0600
  83. 9b82eeb dm: usb: Add a uclass for USB controllers by Simon Glass · Wed Mar 25 12:21:59 2015 -0600
  84. 94f54d1 dm: gpio: Add an implementation for gpio_get_number() by Simon Glass · Wed Mar 25 12:21:58 2015 -0600
  85. 40f829a dm: core: Add device children and sibling functions by Simon Glass · Wed Mar 25 12:21:57 2015 -0600
  86. 8b04e73 dm: core: Mark device as active before calling uclass probe() methods by Simon Glass · Wed Mar 25 12:21:56 2015 -0600
  87. 46227bd dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · Wed Mar 25 12:21:55 2015 -0600
  88. a626dff dm: core: Convert driver_bind() to use const by Simon Glass · Wed Mar 25 12:21:54 2015 -0600
  89. 825d3f9 dm: core: Support allocating driver-private data for DMA by Simon Glass · Wed Mar 25 12:21:53 2015 -0600
  90. 2410d88 dm: test: bus: Use a local variable to simplify code by Simon Glass · Wed Mar 25 12:21:51 2015 -0600
  91. 574323f sandbox: Fix comment for os_open() by Simon Glass · Wed Mar 25 12:21:50 2015 -0600
  92. 629bf85 linker_lists: Add a function to access a linker list entry by Simon Glass · Wed Mar 25 12:21:49 2015 -0600
  93. a892dc1 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · Fri Apr 03 20:09:46 2015 -0500
  94. 221f2e1 dm: spi: Convert Freescale QSPI driver to driver model by Haikun.Wang@freescale.com · Wed Apr 01 11:10:40 2015 +0800
  95. a28e291 dm: spi: Convert Freescale DSPI driver to driver model by Haikun.Wang@freescale.com · Tue Mar 24 22:03:58 2015 +0800
  96. 07c851e dm: ls1021a: dts: Add QSPI dts node by Haikun.Wang@freescale.com · Tue Mar 24 21:20:40 2015 +0800
  97. 6670a16 dm: ls1021a: dts: Update DSPI node to support DM SPI by Haikun.Wang@freescale.com · Tue Mar 24 21:19:23 2015 +0800
  98. b9fe9e2 dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1 by haikun · Tue Mar 24 21:16:31 2015 +0800
  99. f6580d0 dm: ls1021a: Bring in ls1021a dts files from linux kernel by haikun · Wed Mar 25 20:23:26 2015 +0800
  100. 9f9e2f1 dm: arm: Bring in skeleton64 device tree file from Linux by Haikun.Wang@freescale.com · Tue Mar 24 21:12:13 2015 +0800