1. 1d95082 lib: libfdt: wrap scripts/dtc/libfdt/* where possible by Masahiro Yamada · Tue Oct 17 22:30:20 2017 +0900
  2. 893e6e2 linux/types.h: add typedef of uintptr_t by Masahiro Yamada · Tue Oct 17 22:30:19 2017 +0900
  3. 89cfa89 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Oct 27 21:59:10 2017 -0400
  4. 9a43a6c armv8: ls1088ardb: Enable USB command RDB qspi-boot by Ran Wang · Mon Oct 23 10:09:24 2017 +0800
  5. 32c0693 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · Wed Oct 18 00:10:49 2017 +0900
  6. 0001043 linux/time.h: Remove dead code by Marek Behún · Fri Oct 06 15:04:56 2017 +0200
  7. bf44da2 lzo: add a function to check the validity of the header by Jean-Jacques Hiblot · Fri Sep 15 12:57:28 2017 +0200
  8. 170b687 linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux by Masahiro Yamada · Wed Sep 13 19:16:44 2017 +0900
  9. edad892 linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13 by Masahiro Yamada · Fri Sep 29 10:35:17 2017 +0900
  10. 9e74eb5 dm: define dev_*() log functions in DM header by Masahiro Yamada · Tue Sep 26 11:58:29 2017 +0900
  11. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · Sat Sep 16 14:10:45 2017 +0900
  12. 75035f3 bug.h: sync BUILD_BUG stuff with Linux 4.13 by Masahiro Yamada · Sat Sep 16 14:10:44 2017 +0900
  13. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · Sat Sep 16 14:10:40 2017 +0900
  14. 87033f0 usb: xhci: Honor endpoint's interval by Bin Meng · Mon Sep 18 06:40:47 2017 -0700
  15. e632f5e linux/io.h: import generic ioread* / iowrite* accessors from Linux by Masahiro Yamada · Sat Aug 26 01:02:39 2017 +0900
  16. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · Sat Aug 26 00:50:17 2017 +0900
  17. a14e808 net: Add mii_resolve_flowctrl_fdx() by Yuiko Oshino · Fri Aug 11 12:44:57 2017 -0400
  18. 60e1578 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · Fri Jun 30 19:02:53 2017 +0200
  19. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · Wed Jul 05 16:25:22 2017 +0300
  20. 622b7b3 treewide: remove unneeded semicolons by Masahiro Yamada · Tue Jun 13 15:17:28 2017 +0900
  21. 0d0e3c9 string: Add strcspn() by Simon Glass · Thu May 18 20:09:29 2017 -0600
  22. 4355d42 string: Add strchrnul() by Simon Glass · Thu May 18 20:09:28 2017 -0600
  23. a782467 Update WARN_ON() to return a value by Simon Glass · Thu May 18 20:08:52 2017 -0600
  24. f6ff74e arm: usb: dra7xx: xHCI registers based on USB port index by Uri Mashiach · Thu Feb 23 15:39:36 2017 +0200
  25. 6e1288c ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig by Masahiro Yamada · Tue Apr 25 13:10:11 2017 +0900
  26. cffa503 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Apr 18 11:36:06 2017 -0400
  27. 836c55d sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · Fri Apr 14 11:10:24 2017 +0900
  28. e8ead73 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · Fri Apr 14 11:10:23 2017 +0900
  29. a93297e ARM: import arm-smccc code from Linux 4.11-rc6 by Masahiro Yamada · Fri Apr 14 11:10:22 2017 +0900
  30. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · Mon Mar 27 11:41:03 2017 -0700
  31. 342cf06 armv8: ls1043a: Drop macro CONFIG_LS1043A by York Sun · Mon Mar 27 11:41:02 2017 -0700
  32. 4ce6fbf armv8: ls2080a: Drop macro CONFIG_LS2080A by York Sun · Mon Mar 27 11:41:01 2017 -0700
  33. d218320 lib: div64: sync with Linux by Peng Fan · Mon Apr 10 13:39:48 2017 +0800
  34. 210ebce Blackfin: Remove by Tom Rini · Tue Mar 14 11:08:10 2017 -0400
  35. 5e9aade bitops.h: Include bitsperlong.h as needed for GENMASK_ULL by Stefan Roese · Mon Feb 20 16:50:26 2017 +0100
  36. b86c4d0 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Thu Jan 19 12:22:23 2017 -0500
  37. 811484e fsl/usb: enable usb feature for ls1046ardb by jerry.huang@nxp.com · Tue Nov 15 10:47:52 2016 +0800
  38. 9b5e2df iopoll: import include/linux/iopoll.h from Linux 4.9 by Masahiro Yamada · Wed Dec 28 00:36:03 2016 +0900
  39. 7826b0a typecheck: import include/linux/typecheck.h from Linux 4.9 by Masahiro Yamada · Wed Dec 28 00:36:01 2016 +0900
  40. 29d2a62 delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · Wed Dec 28 00:35:59 2016 +0900
  41. 781b645 usb: xhci: Remove assumption of DWC instance based on DRA7 SoC type by Nishanth Menon · Tue Nov 29 15:21:59 2016 +0530
  42. a41381b linux/compat.h: Properly implement ndelay fallback by mario.six@gdsys.cc · Fri Nov 18 14:40:37 2016 +0100
  43. 77ae47b sf: Adopt flash table INFO macro from Linux by Jagan Teki · Sun Oct 30 23:16:10 2016 +0530
  44. 7ab0c2d list: Add list_last_entry() to find the last entry by Simon Glass · Wed Oct 05 20:42:12 2016 -0600
  45. a1f422e drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller by Sriram Dash · Fri Sep 23 12:57:52 2016 +0530
  46. 16f1d2b drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests by Sriram Dash · Mon Aug 22 17:55:15 2016 +0530
  47. 71c10a4 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Sep 26 13:24:46 2016 -0400
  48. b3d7164 armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A by York Sun · Mon Sep 26 08:09:26 2016 -0700
  49. 0b74708 errno.h: sync error macros with linux 4.8-rc7 by Masahiro Yamada · Wed Sep 21 11:29:00 2016 +0900
  50. 8ec5336 Move ENOTSUPP defines to include/linux/errno.h by Masahiro Yamada · Wed Sep 21 11:28:59 2016 +0900
  51. 5f7f602 Move error macros from <asm-generic/errno.h> to <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:58 2016 +0900
  52. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  53. 676f595 Add <linux/errno.h> as a wrapper of <asm-generic/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:54 2016 +0900
  54. adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · Wed Sep 21 11:28:53 2016 +0900
  55. eb0e049 usb: xhci-rockchip: add rockchip dwc3 controller driver by MengDongyang · Wed Aug 24 12:02:17 2016 +0800
  56. 41e3737 xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · Wed Aug 10 18:36:43 2016 +0300
  57. 964409d Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Jul 26 17:34:28 2016 -0400
  58. 386f2e4 include: usb: Rename USB controller base address mapping by Rajesh Bhagat · Tue Jun 07 18:59:34 2016 +0530
  59. 6eb14ff mtd: fix compiler warnings by Steve Rae · Wed Jun 29 13:50:59 2016 -0700
  60. 971b075 mtd: nand: Increase the max OOB size by Boris Brezillon · Wed Jun 15 21:09:26 2016 +0200
  61. ba6463d mtd: nand: add common DT init code by Brian Norris · Wed Jun 15 21:09:22 2016 +0200
  62. 446e94a armv7: armv7: introduce set_gpmc_cs0 by Ladislav Michl · Tue Jul 12 20:28:17 2016 +0200
  63. d5b1c27 armv7: make gpmc_cfg const by Ladislav Michl · Tue Jul 12 20:28:16 2016 +0200
  64. 332b829 linux/io.h: add generic ioremap()/iounmap() defines by Masahiro Yamada · Tue Jun 28 10:48:42 2016 +0900
  65. a02effd types.h: move and redefine resource_size_t by Masahiro Yamada · Tue Jun 28 10:48:40 2016 +0900
  66. 317a382 linux/compat.h: add dev_warn() by Andreas Bießmann · Sat Jun 04 22:27:22 2016 +0200
  67. 7a9a2e6 Remove unneeded remnants of bcopy(). by Robert P. J. Day · Mon May 30 06:55:53 2016 -0400
  68. ab9f4c3 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · Sat Jun 04 08:49:47 2016 -0400
  69. 52ab7ce mtd: nand: Sync with Linux v4.6 by Scott Wood · Mon May 30 13:57:58 2016 -0500
  70. 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · Mon May 30 13:57:57 2016 -0500
  71. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · Mon May 30 13:57:56 2016 -0500
  72. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · Mon May 30 13:57:55 2016 -0500
  73. 465ba37 mtd: nand: Remove docg4 driver and palmtreo680 flashing tool by Scott Wood · Mon May 30 13:57:53 2016 -0500
  74. d169ebe armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC by Prabhakar Kushwaha · Fri Jun 03 18:41:31 2016 +0530
  75. 1a54713 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · Tue Apr 12 16:01:19 2016 +0530
  76. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · Sat Apr 30 19:18:00 2016 -0700
  77. 07dafdb Change my mailaddress by Andreas Bießmann · Sun May 01 03:46:16 2016 +0200
  78. a0d9b99 lib/crc8: Add crc start value by Stefan Roese · Fri Apr 08 15:56:29 2016 +0200
  79. cbe8e1c armv8: LS2080A: Consolidate LS2080A and LS2085A by York Sun · Mon Apr 04 11:41:26 2016 -0700
  80. 978a047 compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6 by Tom Rini · Mon Feb 29 11:34:15 2016 -0500
  81. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  82. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · Sun Jan 24 23:27:48 2016 +0900
  83. 9fffbd5 armv8: Add psci.h from the Linux kernel by Sergey Temerkhanov · Wed Oct 14 09:55:47 2015 -0700
  84. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  85. 9dfa925 Revert "include/linux: move typdef for uintptr_t" by York Sun · Wed Dec 16 14:12:24 2015 +0800
  86. 3938faf include/linux: move typdef for uintptr_t by Aneesh Bansal · Tue Dec 08 13:54:28 2015 +0530
  87. 8737968 usb: xhci: zynqmp: Removing unused function usb_phy_reset by Marek Vasut · Wed Dec 02 15:28:26 2015 +0100
  88. 0ea9b3d armv8/ls1043ardb: add USB support by Gong Qianyu · Wed Nov 11 17:58:40 2015 +0800
  89. 77f7ded armv8: ls2085a: Add support of LS2085A SoC by Prabhakar Kushwaha · Mon Nov 09 16:42:20 2015 +0530
  90. 122bcfd armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · Mon Nov 09 16:42:07 2015 +0530
  91. be4ebd1 usb: sandbox: Add a USB emulation driver by Simon Glass · Sun Nov 08 23:48:06 2015 -0700
  92. f76fe25 include/linux/mtd: Update copyright notices by Tom Rini · Fri Oct 23 09:37:47 2015 -0400
  93. e51b65e dm: implement a MTD uclass by Thomas Chou · Sat Nov 07 14:20:31 2015 +0800
  94. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · Thu Nov 05 12:43:39 2015 -0200
  95. 5e39d08 bitops: Add fls_long and __ffs64 by Fabio Estevam · Thu Nov 05 12:43:38 2015 -0200
  96. 6ddec55 include: Add log2 header from the kernel by Fabio Estevam · Thu Nov 05 12:43:22 2015 -0200
  97. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · Thu Oct 22 06:19:21 2015 +0200
  98. 9851f52 linux, compat: add missing definitions for ubi by Heiko Schocher · Thu Oct 22 06:19:20 2015 +0200
  99. 8aceb8f linux/bitops.h: GENMASK copy from linux by Jagan Teki · Wed Oct 21 16:46:51 2015 +0530
  100. 79d4d5f linux/bitops: Move BIT definitions at top by Jagan Teki · Wed Oct 21 17:30:34 2015 +0530