1. 7a49e6f cmd_bmp.c: make bmp_display() usable by drivers or board code by Anatolij Gustschin · Fri Apr 27 04:38:06 2012 +0000
  2. 57e8a85 include/video.h: drop unused video_printf() by Anatolij Gustschin · Fri Apr 27 04:37:57 2012 +0000
  3. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · Wed May 23 08:01:04 2012 +0000
  4. b35a3a6 net: Add link-local addressing support by Joe Hershberger · Wed May 23 08:00:12 2012 +0000
  5. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · Wed May 23 07:59:24 2012 +0000
  6. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · Wed May 23 07:59:22 2012 +0000
  7. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · Wed May 23 07:59:16 2012 +0000
  8. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · Wed May 23 07:59:15 2012 +0000
  9. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · Wed May 23 07:59:14 2012 +0000
  10. ebe3ca8 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · Wed May 23 07:59:13 2012 +0000
  11. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · Wed May 23 07:59:07 2012 +0000
  12. 2f78749 net: cosmetic: Replace magic numbers in arp.c with constants by Joe Hershberger · Wed May 23 07:58:17 2012 +0000
  13. c17fa98 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · Wed May 23 07:58:11 2012 +0000
  14. 1a6b8d8 net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · Wed May 23 07:58:10 2012 +0000
  15. 7849561 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · Wed May 23 07:58:09 2012 +0000
  16. de15d093 net: cosmetic: Un-typedef ARP_t by Joe Hershberger · Wed May 23 07:58:08 2012 +0000
  17. b43784c net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · Wed May 23 07:58:07 2012 +0000
  18. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · Wed May 23 07:58:06 2012 +0000
  19. c686fa1 net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · Wed May 23 07:58:05 2012 +0000
  20. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · Wed May 23 07:58:04 2012 +0000
  21. aae0508 net: Move ARP out of net.c by Joe Hershberger · Wed May 23 07:58:01 2012 +0000
  22. 00c62a8 net: Encapsulate CDP packet identification by Joe Hershberger · Wed May 23 07:58:00 2012 +0000
  23. a4215b0 net: Move CDP out of net.c by Joe Hershberger · Wed May 23 07:57:59 2012 +0000
  24. f79eaae net: Remove CMD_PING where there's no CMD_NET by Joe Hershberger · Wed May 23 07:57:57 2012 +0000
  25. 4de7a47 include/part.h: fix indentation of lba by Anatolij Gustschin · Sat May 19 07:25:27 2012 +0000
  26. ca08558 fat: fix FAT sector offsets overflow on large FAT partitions by Aaron Williams · Sat May 19 07:20:40 2012 +0000
  27. 2920add Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · Sun May 20 22:51:41 2012 +0200
  28. 7be5b04 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · Sun May 20 22:33:44 2012 +0200
  29. 7464703 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Sun May 20 21:31:26 2012 +0200
  30. 79ecce0 usb:gadget:composite: Support for composite at gadget.h by Lukasz Majewski · Wed May 02 13:11:37 2012 +0200
  31. 1dc6a67 usb:gadget:composite USB composite gadget support by Lukasz Majewski · Wed May 02 17:47:02 2012 +0200
  32. 0dfeb00 usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls by Lukasz Majewski · Wed May 02 13:11:35 2012 +0200
  33. 373cc99 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · Wed May 02 13:11:34 2012 +0200
  34. 6c9bb60 USB: Align buffers at cacheline by Puneet Saxena · Tue Apr 03 14:56:06 2012 +0530
  35. 3a29e5a net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:12 2012 +0000
  36. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · Tue May 15 08:59:08 2012 +0000
  37. 290549f net: cosmetic: net.h checkpatch compliance by Joe Hershberger · Tue May 15 08:59:05 2012 +0000
  38. 4b7747e net: Remove volatile from net API by Joe Hershberger · Tue May 15 08:59:04 2012 +0000
  39. 919b462 ARM: omap3: Add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_MMC_SUPPORT by Tom Rini · Tue May 08 07:29:32 2012 +0000
  40. e33b705 ARM: omap3: Set SPL stack size to 8KB, image to 54KB. by Tom Rini · Tue May 08 07:29:31 2012 +0000
  41. 209082c OMAP4: Set fdt_high for OMAP4 devices to enable booting with Device Tree by Jon Hunter · Tue May 01 10:05:08 2012 +0000
  42. 52ac7ac igep00x0: change mpurate from 500 to auto by Enric Balletbo i Serra · Wed Apr 25 02:34:31 2012 +0000
  43. d7cba70 igep00x0: enable the use of a plain text file by Enric Balletbo i Serra · Wed Apr 25 02:33:50 2012 +0000
  44. 9e838a3 tegra: Enable keyboard for Seaboard by Simon Glass · Tue Apr 17 09:01:37 2012 +0000
  45. a32d33d tegra: Switch on console mux and use environment for console by Simon Glass · Tue Apr 17 09:01:36 2012 +0000
  46. 382abbd tegra: Add tegra keyboard driver by Rakesh Iyer · Tue Apr 17 09:01:35 2012 +0000
  47. 757342a input: Add support for keyboard matrix decoding from an fdt by Bernie Thompson · Tue Apr 17 09:01:31 2012 +0000
  48. ec9fe92 input: Add generic keyboard input handler by Simon Glass · Tue Apr 17 09:01:30 2012 +0000
  49. 3b3fd2e input: Add linux/input.h for key code support by Simon Glass · Tue Apr 17 09:01:29 2012 +0000
  50. f2305ec fdt: Add fdtdec functions to read byte array by Anton Staff · Tue Apr 17 09:01:28 2012 +0000
  51. ef2fb1a tegra: Enable LP0 on Seaboard by Simon Glass · Mon Apr 02 13:19:03 2012 +0000
  52. 5983ef8 tegra: Add EMC support for optimal memory timings by Jimmy Zhang · Mon Apr 02 13:18:52 2012 +0000
  53. 2f87903 Add AES crypto library by Yen Lin · Thu Apr 05 11:54:58 2012 +0000
  54. 7bbdecd i2c: Add TPS6586X driver by Simon Glass · Mon Apr 02 13:18:44 2012 +0000
  55. eae8e7e Add abs() macro to return absolute value by Simon Glass · Thu May 10 11:37:35 2012 +0000
  56. 2e979b1 fdt: Add function to return next compatible subnode by Simon Glass · Mon Apr 02 13:18:42 2012 +0000
  57. 744ec23 fdt: Add function to locate an array in the device tree by Simon Glass · Mon Apr 02 13:18:41 2012 +0000
  58. b28fe46 i.MX28: Implement boot pads sampling and reporting by Marek Vasut · Tue May 01 11:09:45 2012 +0000
  59. f501386 M28EVK: Add SD update command by Marek Vasut · Tue May 01 11:09:43 2012 +0000
  60. 8b3533c mx53loco: Add CONFIG_REVISION_TAG by Fabio Estevam · Tue May 08 03:40:49 2012 +0000
  61. 0436b7a mx53loco: Turn on VUSB regulator by Fabio Estevam · Mon May 07 10:26:00 2012 +0000
  62. 082a112 mx53loco: Add mc34708 support and set mx53 frequency at 1GHz by Fabio Estevam · Mon May 07 10:25:59 2012 +0000
  63. 7a63a55 pmic: dialog: Avoid name conflicts by Fabio Estevam · Mon May 07 10:25:58 2012 +0000
  64. e474c58 i.MX6: mx6q_sabrelite: add SATA bindings by Eric Nelson · Tue May 01 09:55:11 2012 +0000
  65. 6f515f7 mx28evk: add NAND support by Lauri Hintsala · Tue Apr 17 00:35:46 2012 +0000
  66. e63c1fe M28: Scan only first 512 MB of DRAM to avoid memory wraparound by Marek Vasut · Thu May 03 05:47:19 2012 +0000
  67. f5ef0a9 M28: Enable FDT support by Marek Vasut · Thu May 03 05:47:21 2012 +0000
  68. 2fc5832 mx53loco: Add support for 1GHz operation for DA9053-based boards by Fabio Estevam · Mon Apr 30 08:12:04 2012 +0000
  69. 026c986 mx53loco: Allow to print CPU information at a later stage by Fabio Estevam · Mon Apr 30 08:12:03 2012 +0000
  70. 5fa17e0 i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow by Eric Nelson · Wed Apr 25 14:14:04 2012 +0000
  71. 180496b mx31pdk: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:18 2012 +0000
  72. 3368a94 mx6qarm2: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:17 2012 +0000
  73. b76f440 mx6qsabrelite: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:16 2012 +0000
  74. 9a2673b mx28evk: Allow booting a zImage kernel by Fabio Estevam · Mon Apr 23 06:31:15 2012 +0000
  75. f4fabf2 m28evk: Allow to booting a dt kernel by Fabio Estevam · Mon Apr 23 06:06:29 2012 +0000
  76. 3cde55e mx28evk: Allow to booting a dt kernel by Fabio Estevam · Mon Apr 23 06:06:28 2012 +0000
  77. 978923e pmic: Add support for the Dialog DA9053 PMIC by Fabio Estevam · Tue Mar 20 11:40:06 2012 +0000
  78. 59dffd6 MX53: mx53loco: Add SATA support by Stefano Babic · Wed Feb 22 00:24:41 2012 +0000
  79. 53b603c MX53: Add support to ESG ima3 board by Stefano Babic · Wed Feb 22 00:24:40 2012 +0000
  80. 771bfd1 SATA: add driver for MX5 / MX6 SOCs by Stefano Babic · Wed Feb 22 00:24:39 2012 +0000
  81. 9ad0ddc EXYNOS: support TRATS board display function by Donghwa Lee · Thu Apr 05 19:36:27 2012 +0000
  82. 0e6f77d LCD: add data structure for EXYNOS display driver by Donghwa Lee · Thu Apr 05 19:36:15 2012 +0000
  83. 198cd74 misc:pmic:samsung Convert TRATS target to use MAX8997 instead of MAX8998 by Łukasz Majewski · Thu Mar 29 01:29:18 2012 +0000
  84. e2ec82c misc:pmic:max8997 MAX8997 support for PMIC driver by Łukasz Majewski · Thu Mar 29 01:29:17 2012 +0000
  85. a95fad5 TRATS: modify the trats's configuration by Jaehoon Chung · Tue Mar 27 20:05:25 2012 +0000
  86. 61f8b40 ARM: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC measurement by Łukasz Majewski · Mon Mar 26 21:53:48 2012 +0000
  87. e3c071a arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT by Nobuhiro Iwamatsu · Tue Apr 17 16:41:54 2012 +0000
  88. b346f95 arm: cam_enc_4xx: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT by Nobuhiro Iwamatsu · Tue Apr 17 16:42:22 2012 +0000
  89. da4da30 cm-t35: add I2C multi-bus support by Nikita Kiryanov · Mon Apr 02 02:29:31 2012 +0000
  90. ffff2dc include/configs: Remove CONFIG_SYS_64BIT_STRTOUL by Tom Rini · Fri Apr 13 12:20:05 2012 +0000
  91. d0753d9 include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF by Tom Rini · Fri Apr 13 12:20:04 2012 +0000
  92. 2e4544b omap730p2: Remove empty misc_init_r by Tom Rini · Fri Apr 13 12:20:02 2012 +0000
  93. 4013745 omap5912osk: Remove empty misc_init_r by Tom Rini · Fri Apr 13 12:20:01 2012 +0000
  94. 5ef54d4 omap4+: Remove CONFIG_ARCH_CPU_INIT by Tom Rini · Fri Apr 13 12:20:00 2012 +0000
  95. fe959b8 omap4: Remove CONFIG_SYS_MMC_SET_DEV by Tom Rini · Fri Apr 13 12:19:59 2012 +0000
  96. 0c8345b OMAP3: pandora: drop console kernel argument by Grazvydas Ignotas · Thu Mar 22 13:49:23 2012 +0000
  97. 3196f1f OMAP4: enable Thumb build by Aneesh V · Thu Mar 08 07:20:22 2012 +0000
  98. 2fd2bc9 arm: adapt asm/linkage.h from Linux by Aneesh V · Thu Mar 08 07:20:17 2012 +0000
  99. 02af9cb mmc: omap5evm: Add eMMC saveenv support by Balaji T K · Mon Mar 12 02:25:50 2012 +0000
  100. d9cf836 omap5: pbias ldo9 turn on by Balaji T K · Mon Mar 12 02:25:49 2012 +0000