1. a961e1f net: mdio: Add mdio_free() and mdio_unregister() API by Bin Meng · Wed Oct 07 21:32:37 2015 -0700
  2. f87a15c net: phy: Test previous phydev->dev against new mac dev by Bin Meng · Wed Oct 07 21:19:31 2015 -0700
  3. 59c6d89 net: phy: Change to print all phys that are not found by Bin Meng · Wed Oct 07 21:19:30 2015 -0700
  4. 0776c57 net: phy: Don't create phy device when there is no phy by Bin Meng · Wed Oct 07 21:19:29 2015 -0700
  5. 23e9d5c net: phy: micrel: disable NAND-tree for KSZ8051 by Sylvain Rochet · Wed Oct 07 22:54:22 2015 +0200
  6. 4a7217d net: rtl8169: Build warning fixes for 64-bit by Stephen Warren · Fri Oct 02 17:44:34 2015 -0600
  7. ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · Wed Sep 30 10:12:05 2015 -0400
  8. bd8d300 net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNL by Sylvain Lemieux · Wed Sep 09 16:29:51 2015 -0400
  9. dfb69f7 smsc95xx: Use zero length packets when RX fifo is empty by Stefan Brüns · Tue Sep 08 05:12:00 2015 +0200
  10. 79f724c net: parse DHCP options from overloaded file/sname fields by Stefan Brüns · Fri Sep 04 00:31:49 2015 +0200
  11. 345cb83 net: Do not overwrite options found in overloaded 'file' field by Stefan Brüns · Fri Sep 04 00:31:48 2015 +0200
  12. 1bcee66 net: change the env name to use const by Josh Wu · Tue Sep 01 18:22:55 2015 +0800
  13. a4f2397 net/eth: fix a bug in on_ethaddr() by Gong Qianyu · Mon Aug 31 11:34:43 2015 +0800
  14. d3095fe smsc95xx: Fetch whole burst with 1 URB, avoid framing errors by Stefan Brüns · Sun Aug 30 17:59:45 2015 +0200
  15. 4c60e4a net: cancel timeout handler after DHCPACK by Stefan Brüns · Sun Aug 30 17:47:17 2015 +0200
  16. cc97ead net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · Sun Aug 30 17:46:54 2015 +0200
  17. 86f1fe4 net/arp: Do not run net_start_again() on timeout by Stefan Brüns · Sun Aug 30 17:46:43 2015 +0200
  18. 4431829 net: Fix parsing of Bootp/DHCP option 0 (Pad) by Stefan Brüns · Fri Aug 28 10:15:54 2015 +0200
  19. 2eb2556 net: send RFC1542 compliant value for bootp requests by Stefan Brüns · Thu Aug 27 23:57:18 2015 +0200
  20. a48cd93 net: reject Bootp/DHCP packets with bad OP value by Stefan Brüns · Thu Aug 27 23:53:26 2015 +0200
  21. 3948aa0 net: protect status led access in bootp by Thomas Chou · Tue Aug 25 20:54:24 2015 +0800
  22. 1ea8852 net: bootp fix vci string on SPL-Boot by Hannes Petermaier · Tue Aug 25 12:17:59 2015 +0200
  23. 8300685 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · Mon Oct 12 00:02:57 2015 +0200
  24. 8bca435 common/board_f.c: modify the macro to use get_clocks() more common by Gong Qianyu · Wed Sep 09 16:44:16 2015 +0800
  25. cb064e4 arm, powerpc: select SYS_GENERIC_BOARD by Masahiro Yamada · Tue Oct 20 21:09:06 2015 +0900
  26. 895265f Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot" by Simon Glass · Mon Oct 19 06:50:03 2015 -0600
  27. e04843d zynq: Move SPL console init out of board_init_f() by Simon Glass · Mon Oct 19 06:50:02 2015 -0600
  28. c6187a4 microblaze: Add a TODO to call board_init_f_mem() by Simon Glass · Mon Oct 19 06:50:01 2015 -0600
  29. 35375d4 arm: Switch 32-bit ARM to using generic global_data setup by Simon Glass · Mon Oct 19 06:50:00 2015 -0600
  30. 4f45651 arm: Switch aarch64 to using generic global_data setup by Simon Glass · Mon Oct 19 06:49:59 2015 -0600
  31. 13a15e2 board_init_f_mem(): Don't create an unused early malloc() area by Simon Glass · Mon Oct 19 06:49:58 2015 -0600
  32. 90a2fbb board_init_f_mem(): Don't require memset() by Simon Glass · Mon Oct 19 06:49:57 2015 -0600
  33. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · Mon Oct 19 06:49:56 2015 -0600
  34. 86b30bd fs-test.sh: fix pre-requisite detection by Stephen Warren · Sat Oct 03 13:56:48 2015 -0600
  35. ef28913 test: fat: add test of non-contiguous file reads by Stephen Warren · Sat Oct 03 13:56:47 2015 -0600
  36. 304ce79 itest: make memory access work under sandbox by Stephen Warren · Sat Oct 03 13:56:46 2015 -0600
  37. b97c626 distro_bootcmd: Add support for booting from ubifs by Roy Spliet · Thu Sep 17 18:46:59 2015 -0400
  38. 690c796 ubifs: Add generic fs support by Hans de Goede · Thu Sep 17 18:46:58 2015 -0400
  39. b5030b2 ubifs: Add functions for generic fs use by Hans de Goede · Thu Sep 17 18:46:57 2015 -0400
  40. a164477 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · Thu Sep 17 18:46:56 2015 -0400
  41. 4763ee3 disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set by Hans de Goede · Thu Sep 17 18:46:55 2015 -0400
  42. de4e949 Allow imxtract to extract part of script image. by Pierre Aubert · Wed Sep 16 08:29:11 2015 +0200
  43. 7a169ca Fix bad return value checks (detected with Coccinelle) by Thomas Huth · Tue Aug 25 17:09:40 2015 +0200
  44. 25fa860 ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support by Guillaume GARDET · Tue Aug 25 15:10:26 2015 +0200
  45. c5dcb4a allow LED initialization without STATUS_LED_BOOT by Bernhard Nortmann · Fri Aug 21 15:13:21 2015 +0200
  46. 191be39 add generic stubs for GPIO LEDs by Bernhard Nortmann · Fri Aug 21 15:13:20 2015 +0200
  47. a04b30e dm: keystone: serial: Add driver model support by Lokesh Vutla · Sat Sep 19 14:47:36 2015 +0530
  48. ec06dd8 net: convert altera_tse to driver model and phylib by Thomas Chou · Thu Oct 22 15:29:11 2015 +0800
  49. 9f36cbc nios2: fix virt_to_phys for nios2 with MMU by Thomas Chou · Thu Oct 22 15:38:24 2015 +0800
  50. 3d1ebf7 nios2: add README.nios2 by Thomas Chou · Wed Oct 21 22:37:04 2015 +0800
  51. 4d7d92f nios2: zap nios2-generic board dir by Thomas Chou · Fri Oct 23 14:55:36 2015 +0800
  52. 8e1e96d nios2: convert dma_alloc_coherent to use malloc_cache_aligned by Thomas Chou · Sun Oct 18 20:03:53 2015 +0800
  53. 93f9646 nios2: convert copy_exception_trampoline to use dm cpu data by Thomas Chou · Tue Oct 06 14:09:19 2015 +0800
  54. 741085b nios2: convert cache flush to use dm cpu data by Thomas Chou · Fri Oct 23 07:58:20 2015 +0800
  55. 3982617 nios2: set default cache configuration in start.S by Thomas Chou · Fri Oct 09 20:09:17 2015 +0800
  56. c12e053 nios2: zap initdram by Thomas Chou · Fri Oct 09 11:36:01 2015 +0800
  57. f8efd77 nios2: clean up comments style in start.S by Thomas Chou · Tue Oct 06 10:12:59 2015 +0800
  58. 8701cc3 nios2: convert ioremap to use dm cpu data by Thomas Chou · Mon Oct 05 10:37:19 2015 +0800
  59. 72b6198 nios2: convert do_reset to use dm cpu data by Thomas Chou · Fri Oct 09 09:43:52 2015 +0800
  60. e0fa55f nios2: remove asm/psr.h by Thomas Chou · Fri Oct 09 09:32:00 2015 +0800
  61. 36b9c9a nios2: convert altera sysid to driver model by Thomas Chou · Wed Oct 14 08:43:31 2015 +0800
  62. b1ed686 dm: implement a Miscellaneous uclass by Thomas Chou · Wed Oct 07 20:20:51 2015 +0800
  63. 3c37849 serial: remove altera serial initializations by Thomas Chou · Fri Oct 09 09:28:20 2015 +0800
  64. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · Thu Oct 22 22:28:53 2015 +0800
  65. 7881597 timer: start a new timer after relocation by Thomas Chou · Fri Oct 09 13:48:56 2015 +0800
  66. fb798b1 dm: implement a Timer uclass by Thomas Chou · Fri Oct 09 13:46:34 2015 +0800
  67. c617026 nios2: convert nios2 cpu to driver model by Thomas Chou · Wed Oct 21 21:34:57 2015 +0800
  68. fb1a4bf nios2 : convert altera_pio to driver model by Thomas Chou · Wed Oct 21 21:33:45 2015 +0800
  69. 99b336a nios2: add clear and set bits macros by Thomas Chou · Wed Sep 30 20:56:53 2015 +0800
  70. c589954 spi : convert altera_spi to driver model by Thomas Chou · Wed Oct 14 08:33:34 2015 +0800
  71. 6917a5d nios2: convert altera_uart to driver model by Thomas Chou · Wed Oct 21 21:26:54 2015 +0800
  72. 26066df nios2: convert altera_jtag_uart to driver model by Thomas Chou · Fri Oct 23 07:36:37 2015 +0800
  73. 4e1acb7 nios2: map physical address to uncached virtual address by Thomas Chou · Sat Oct 03 21:02:30 2015 +0800
  74. a8f831d nios2: enable malloc() pool before relocation by Thomas Chou · Wed Sep 09 15:59:15 2015 +0800
  75. c3c6ab1 nios2: call board_init_f_mem by Thomas Chou · Wed Sep 09 15:09:43 2015 +0800
  76. 60a3b1b nios2: zap version_string by Thomas Chou · Wed Sep 09 13:41:32 2015 +0800
  77. a646271 nios2: zap dly_clks by Thomas Chou · Wed Sep 09 13:08:05 2015 +0800
  78. 16dc04b nios2: Split timer code into timer.c by Thomas Chou · Thu Oct 08 21:23:37 2015 +0800
  79. 47903a6 nios2: Switch to generic timer by Thomas Chou · Thu Oct 08 21:17:42 2015 +0800
  80. ebf8965 nios2: enable Driver Model by Thomas Chou · Mon Sep 07 19:19:31 2015 +0800
  81. 0d5f5e1 nios2: enable device tree control of U-Boot by Thomas Chou · Sun Oct 18 19:42:09 2015 +0800
  82. 93a7842 nios2: define _end in link script by Thomas Chou · Sun Sep 06 20:13:34 2015 +0800
  83. 63ed255 nios2: remove gp assignments in link script by Thomas Chou · Sun Sep 06 20:18:10 2015 +0800
  84. f2bec0e nios2: enlarge the code relocation range by Thomas Chou · Fri Sep 04 16:39:16 2015 +0800
  85. fb731f2 nios2: BSS should be cleared only after board_init_f by Thomas Chou · Mon Sep 07 08:57:14 2015 +0800
  86. 3fc0ac2 nios2: move altera_pio_init to board_early_init_r by Thomas Chou · Fri Sep 04 16:19:16 2015 +0800
  87. 08e4e9c nios2: permit device tree control of U-Boot by Thomas Chou · Fri Sep 04 13:18:00 2015 +0800
  88. e0e9769 nios2: enable CONFIG_NET_RANDOM_ETHADDR by Thomas Chou · Sat Aug 29 15:24:01 2015 +0800
  89. 44d3cf4 nios2: move command line configuration to Kconfig by Thomas Chou · Wed Aug 26 21:24:35 2015 +0800
  90. 75bc003 ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio by Mugunthan V N · Tue Oct 13 14:02:29 2015 +0530
  91. 3722482 drivers: gpio: omap: add support for parsing additional gpio parameters by Mugunthan V N · Tue Oct 13 13:57:16 2015 +0530
  92. a4d1174 am437x: Add am57xx_evm_defconfig using CONFIG_DM by Mugunthan V N · Tue Sep 29 14:42:27 2015 +0530
  93. d032015 ti_omap5_common: mmc: do not define DM_MMC for spl by Mugunthan V N · Tue Sep 29 14:42:26 2015 +0530
  94. bd2fb22 am437x: Add am437x_sk_evm_defconfig using CONFIG_DM by Mugunthan V N · Mon Sep 28 16:17:52 2015 +0530
  95. f77f9e7 am437x: Add am437x_gp_evm_defconfig using CONFIG_DM by Mugunthan V N · Mon Sep 28 16:17:51 2015 +0530
  96. 449cea4 am43xx_evm: mmc: do not define DM_MMC for spl by Mugunthan V N · Mon Sep 28 16:17:50 2015 +0530
  97. 2ae2eec am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL by Mugunthan V N · Mon Sep 28 16:17:49 2015 +0530
  98. 39ed4db drivers: serial: serial_omap: add comaptibles for all ti platforms by Mugunthan V N · Mon Sep 28 16:17:48 2015 +0530
  99. 595e6f2 drivers: serial: serial_omap: populate default clock frequency when not found in dt by Mugunthan V N · Mon Sep 28 16:17:47 2015 +0530
  100. 5d1618f defconfig: am335x: gp_evm: enable mmc driver model by Mugunthan V N · Mon Sep 28 12:56:32 2015 +0530