1. bb3d9ed Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago WIP-27Oct2017
  2. d4c746c armv8: ls1088ardb: Enable USB command RDB qspi-boot by Ran Wang · 7 years ago
  3. 8b7f4b9 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · 7 years ago
  4. 502af61 linux/time.h: Remove dead code by Marek Behún · 7 years ago
  5. d753f94 lzo: add a function to check the validity of the header by Jean-Jacques Hiblot · 7 years ago
  6. 84570a0 linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux by Masahiro Yamada · 7 years ago
  7. 6990e91 linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13 by Masahiro Yamada · 7 years ago
  8. c898cba dm: define dev_*() log functions in DM header by Masahiro Yamada · 7 years ago
  9. 0a70fb4 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · 7 years ago
  10. 059a480 bug.h: sync BUILD_BUG stuff with Linux 4.13 by Masahiro Yamada · 7 years ago
  11. b44b302 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  12. f51966b usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  13. 6c06f8d linux/io.h: import generic ioread* / iowrite* accessors from Linux by Masahiro Yamada · 7 years ago
  14. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  15. 1c1e370 net: Add mii_resolve_flowctrl_fdx() by Yuiko Oshino · 7 years ago
  16. f1c6e19 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  17. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  18. 51855e8 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago
  19. a7d0021 string: Add strcspn() by Simon Glass · 7 years ago
  20. 6b45ba4 string: Add strchrnul() by Simon Glass · 7 years ago
  21. fd70290 Update WARN_ON() to return a value by Simon Glass · 7 years ago
  22. ef3f3b8 arm: usb: dra7xx: xHCI registers based on USB port index by Uri Mashiach · 8 years ago
  23. a93fbf4a ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig by Masahiro Yamada · 7 years ago
  24. 3c476d8 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  25. 573a381 sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · 8 years ago
  26. c54bcf6 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · 8 years ago
  27. c2da86f ARM: import arm-smccc code from Linux 4.11-rc6 by Masahiro Yamada · 8 years ago
  28. 73fb583 armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 8 years ago
  29. c1303bf armv8: ls1043a: Drop macro CONFIG_LS1043A by York Sun · 8 years ago
  30. 4a3ab19 armv8: ls2080a: Drop macro CONFIG_LS2080A by York Sun · 8 years ago
  31. 0342e33 lib: div64: sync with Linux by Peng Fan · 8 years ago
  32. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  33. e1b27d2 bitops.h: Include bitsperlong.h as needed for GENMASK_ULL by Stefan Roese · 8 years ago
  34. 0675f99 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  35. 97205ee fsl/usb: enable usb feature for ls1046ardb by jerry.huang@nxp.com · 8 years ago
  36. 6569c0d iopoll: import include/linux/iopoll.h from Linux 4.9 by Masahiro Yamada · 8 years ago
  37. ff90af6 typecheck: import include/linux/typecheck.h from Linux 4.9 by Masahiro Yamada · 8 years ago
  38. 5bc516e delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · 8 years ago
  39. 042fdb7 usb: xhci: Remove assumption of DWC instance based on DRA7 SoC type by Nishanth Menon · 8 years ago
  40. ca38814 linux/compat.h: Properly implement ndelay fallback by mario.six@gdsys.cc · 8 years ago
  41. f790ca7 sf: Adopt flash table INFO macro from Linux by Jagan Teki · 8 years ago
  42. 5023bd7 list: Add list_last_entry() to find the last entry by Simon Glass · 8 years ago
  43. 4c04371 drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller by Sriram Dash · 8 years ago
  44. e915716 drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests by Sriram Dash · 8 years ago
  45. cbe7706 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  46. 9533acf armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A by York Sun · 8 years ago
  47. 259ede1 errno.h: sync error macros with linux 4.8-rc7 by Masahiro Yamada · 8 years ago
  48. 4982f46 Move ENOTSUPP defines to include/linux/errno.h by Masahiro Yamada · 8 years ago
  49. 2c61551 Move error macros from <asm-generic/errno.h> to <linux/errno.h> by Masahiro Yamada · 8 years ago
  50. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  51. 519d942 Add <linux/errno.h> as a wrapper of <asm-generic/errno.h> by Masahiro Yamada · 8 years ago
  52. b5bf5cb treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
  53. b44566c usb: xhci-rockchip: add rockchip dwc3 controller driver by MengDongyang · 8 years ago
  54. de5e5ce xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
  55. 9c7a0a6 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  56. 9729dc9 include: usb: Rename USB controller base address mapping by Rajesh Bhagat · 8 years ago
  57. 59441ac mtd: fix compiler warnings by Steve Rae · 8 years ago
  58. c1fe6b5 mtd: nand: Increase the max OOB size by Boris Brezillon · 8 years ago
  59. 42bd19c mtd: nand: add common DT init code by Brian Norris · 8 years ago
  60. 22d6ac4 armv7: armv7: introduce set_gpmc_cs0 by Ladislav Michl · 8 years ago
  61. 0568dd0 armv7: make gpmc_cfg const by Ladislav Michl · 8 years ago
  62. 9a38712 linux/io.h: add generic ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  63. 95ebc25 types.h: move and redefine resource_size_t by Masahiro Yamada · 8 years ago
  64. 88a7fff linux/compat.h: add dev_warn() by Andreas Bießmann · 8 years ago
  65. 25bab53 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
  66. 715b3a9 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  67. ceee07b mtd: nand: Sync with Linux v4.6 by Scott Wood · 8 years ago
  68. 81c7725 mtd: nand: Add page argument to write_page() etc. by Scott Wood · 8 years ago
  69. 17cb4b8 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  70. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  71. ea7d1ee mtd: nand: Remove docg4 driver and palmtreo680 flashing tool by Scott Wood · 8 years ago
  72. b7f2bbf armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC by Prabhakar Kushwaha · 8 years ago
  73. c0c62d9 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · 9 years ago
  74. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  75. 09c2b8f Change my mailaddress by Andreas Bießmann · 8 years ago
  76. 456ecd0 lib/crc8: Add crc start value by Stefan Roese · 9 years ago
  77. 3c1d218 armv8: LS2080A: Consolidate LS2080A and LS2085A by York Sun · 9 years ago
  78. 9b2c282 compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6 by Tom Rini · 9 years ago
  79. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  80. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  81. 284ca9c armv8: Add psci.h from the Linux kernel by Sergey Temerkhanov · 9 years ago
  82. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  83. 2e680f9 Revert "include/linux: move typdef for uintptr_t" by York Sun · 9 years ago
  84. e8f954a include/linux: move typdef for uintptr_t by Aneesh Bansal · 9 years ago
  85. 6af4e27 usb: xhci: zynqmp: Removing unused function usb_phy_reset by Marek Vasut · 9 years ago
  86. 7023100 armv8/ls1043ardb: add USB support by Gong Qianyu · 9 years ago
  87. 06b5301 armv8: ls2085a: Add support of LS2085A SoC by Prabhakar Kushwaha · 9 years ago
  88. 4493721 armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · 9 years ago
  89. d8a26f0 usb: sandbox: Add a USB emulation driver by Simon Glass · 9 years ago
  90. 78e9e71 include/linux/mtd: Update copyright notices by Tom Rini · 9 years ago
  91. d858799 dm: implement a MTD uclass by Thomas Chou · 9 years ago
  92. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  93. de4d2e9 bitops: Add fls_long and __ffs64 by Fabio Estevam · 9 years ago
  94. f598e7a include: Add log2 header from the kernel by Fabio Estevam · 9 years ago
  95. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  96. 5219db8 linux, compat: add missing definitions for ubi by Heiko Schocher · 9 years ago
  97. 89b5c81 linux/bitops.h: GENMASK copy from linux by Jagan Teki · 9 years ago
  98. 6734528 linux/bitops: Move BIT definitions at top by Jagan Teki · 9 years ago
  99. 92a3188 bitops: introduce BIT() definition by Heiko Schocher · 9 years ago
  100. 6201976 usb: gadget: at91_udc: add at91_udc into U-Boot by Heiko Schocher · 9 years ago