1. 49c7516 time: Update mdelay() to delay in one large chunk by Simon Glass · 6 years ago
  2. 81ea008 efi_loader: PSCI reset and shutdown by Heinrich Schuchardt · 6 years ago
  3. b335e91 linux/sizes.h: sync from kernel by Baruch Siach · 6 years ago
  4. b26c486 linux/const.h: import from kernel by Baruch Siach · 6 years ago
  5. 2895c4b kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  6. 0223462 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  7. 883b530 linux/if_ether.h: Add VLAN related macros by Bin Meng · 6 years ago
  8. 2240d76 linux/if_ether.h: Initial import from Linux kernel v4.17 by Bin Meng · 6 years ago
  9. b06d76f linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  10. 1456639 linux/mdio.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  11. 8da3524 linux/mii.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  12. 07bc873 ctags: Minor changes to fix ctags output by Simon Glass · 6 years ago
  13. 9e5c2a7 mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  14. 2a74930 mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  15. ff4afa8 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  16. 21cc1fb mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  17. 6f041cc mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 6 years ago
  18. 3181c0a mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 6 years ago
  19. 883d877 mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 6 years ago
  20. 0a6d6ba mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 6 years ago
  21. f867872 mtd: nand: Pass mode information to nand_page_io_req by Boris Brezillon · 6 years ago
  22. b95db8d mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
  23. d02f1d3 mtd: move definitions to enlarge their range by Miquel Raynal · 6 years ago
  24. 9bfc3fd mtd: add get/set of_node/flash_node helpers by Brian Norris · 6 years ago
  25. 5f50d82 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 6 years ago
  26. 9c2cb97 lib: bitrev: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  27. f9aa410 mailbox: Introduce K3 Secure Proxy Driver by Lokesh Vutla · 6 years ago
  28. ccbc8b2 firmware: ti_sci: Add support for processor control services by Lokesh Vutla · 6 years ago
  29. f369b0f firmware: ti_sci: Add support for reboot core service by Andreas Dannenberg · 6 years ago
  30. 9b87181 firmware: ti_sci: Add support for clock control by Lokesh Vutla · 6 years ago
  31. 7bc3304 firmware: ti_sci: Add support for device control by Andreas Dannenberg · 6 years ago
  32. dcfc52a firmware: ti_sci: Add support for board configuration by Andreas Dannenberg · 6 years ago
  33. 32cd251 firmware: Add basic support for TI System Control Interface (TI SCI) protocol by Lokesh Vutla · 6 years ago
  34. 9865543 Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  35. 8b8d59f usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
  36. 980f65d mtd: remove stale comment in mtd_oob_ops structure by Miquel Raynal · 6 years ago
  37. 323a73a mtd: nand: add new enum for storing ECC algorithm by Rafał Miłecki · 6 years ago
  38. da37d09 mtd: nand: export nand_get_flash_type function by Jörg Krause · 7 years ago
  39. f8c987f lib: Add hexdump by Alexey Brodkin · 6 years ago
  40. 920be88 include/linux/byteorder: Sync to latest Linux definitions by Ramon Fried · 6 years ago
  41. 948f32c bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
  42. db405d1 scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · 6 years ago
  43. 59592b9 usb: common: add support to get maximum speed from dt by Mugunthan V N · 6 years ago
  44. 4a8e729 include: update log2 header from the Linux kernel by Heinrich Schuchardt · 6 years ago
  45. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  46. c960a68 libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  47. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  48. b0bd96c libfdt: fix <linux/libfdt.h> by Masahiro Yamada · 7 years ago
  49. 75db00e linux/kernel.h: Add ALIGN_DOWN macro by Masahiro Yamada · 7 years ago
  50. ba8c9ea mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h by Masahiro Yamada · 7 years ago
  51. 6ae3900 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  52. e600137 mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 7 years ago
  53. a01549b mtd: nand: add a shorthand to generate nand_ecc_caps structure by Masahiro Yamada · 7 years ago
  54. 470c29d mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · 7 years ago
  55. 52cde35 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 7 years ago
  56. 436fb2b mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 7 years ago
  57. 94b50a8 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 7 years ago
  58. 4d75596 mtd: nand: Drop unused cached programming support by Boris Brezillon · 7 years ago
  59. 13f3b04 mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 7 years ago
  60. 1fb87de mtd: nand: Support controllers with custom page by Marc Gonzalez · 7 years ago
  61. 6f84b26 mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 7 years ago
  62. 3d841b3 mtd: nand: Fix data interface configuration logic by Boris Brezillon · 7 years ago
  63. 27c4792 mtd: nand: automate NAND timings selection by Boris Brezillon · 7 years ago
  64. b893e83 mtd: nand: Expose data interface for ONFI mode 0 by Sascha Hauer · 7 years ago
  65. 46deff5 mtd: nand: convert ONFI mode into data interface by Sascha Hauer · 7 years ago
  66. 0104249 mtd: nand: Introduce nand_data_interface by Sascha Hauer · 7 years ago
  67. 1728eb5 mtd: nand: Create a NAND reset function by Sascha Hauer · 7 years ago
  68. 6a1ff76 mtd: nand: remove unnecessary 'extern' from function declarations by Sascha Hauer · 7 years ago
  69. 19d30de mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · 7 years ago
  70. 4c61f79 mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled by Masahiro Yamada · 7 years ago
  71. ed3986c bitops: collect BIT macros to include/linux/bitops.h by Masahiro Yamada · 7 years ago
  72. 50a327d lib: libfdt: wrap scripts/dtc/libfdt/* where possible by Masahiro Yamada · 7 years ago
  73. 1c4b453 linux/types.h: add typedef of uintptr_t by Masahiro Yamada · 7 years ago
  74. bb3d9ed Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  75. d4c746c armv8: ls1088ardb: Enable USB command RDB qspi-boot by Ran Wang · 7 years ago
  76. 8b7f4b9 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · 7 years ago
  77. 502af61 linux/time.h: Remove dead code by Marek Behún · 7 years ago
  78. d753f94 lzo: add a function to check the validity of the header by Jean-Jacques Hiblot · 7 years ago
  79. 84570a0 linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux by Masahiro Yamada · 7 years ago
  80. 6990e91 linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13 by Masahiro Yamada · 7 years ago
  81. c898cba dm: define dev_*() log functions in DM header by Masahiro Yamada · 7 years ago
  82. 0a70fb4 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · 7 years ago
  83. 059a480 bug.h: sync BUILD_BUG stuff with Linux 4.13 by Masahiro Yamada · 7 years ago
  84. b44b302 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  85. f51966b usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  86. 6c06f8d linux/io.h: import generic ioread* / iowrite* accessors from Linux by Masahiro Yamada · 7 years ago
  87. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  88. 1c1e370 net: Add mii_resolve_flowctrl_fdx() by Yuiko Oshino · 7 years ago
  89. f1c6e19 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  90. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  91. 51855e8 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago
  92. a7d0021 string: Add strcspn() by Simon Glass · 7 years ago
  93. 6b45ba4 string: Add strchrnul() by Simon Glass · 7 years ago
  94. fd70290 Update WARN_ON() to return a value by Simon Glass · 7 years ago
  95. ef3f3b8 arm: usb: dra7xx: xHCI registers based on USB port index by Uri Mashiach · 8 years ago
  96. a93fbf4a ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig by Masahiro Yamada · 7 years ago
  97. 3c476d8 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  98. 573a381 sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · 7 years ago
  99. c54bcf6 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · 7 years ago
  100. c2da86f ARM: import arm-smccc code from Linux 4.11-rc6 by Masahiro Yamada · 7 years ago