1. e539a7c linux/sizes.h: sync from kernel by Baruch Siach · 6 years ago
  2. 4864f30 linux/const.h: import from kernel by Baruch Siach · 6 years ago
  3. b95e9db kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  4. dacfde8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  5. e82a227 linux/if_ether.h: Add VLAN related macros by Bin Meng · 6 years ago
  6. 2c9299d linux/if_ether.h: Initial import from Linux kernel v4.17 by Bin Meng · 6 years ago
  7. 5efc2c4 linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  8. 0f836d3 linux/mdio.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  9. 1321da9 linux/mii.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  10. 126f0d2 ctags: Minor changes to fix ctags output by Simon Glass · 6 years ago
  11. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  12. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  13. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  14. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  15. fa46525 mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 6 years ago
  16. ea4d7c8 mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 6 years ago
  17. df1859e mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 6 years ago
  18. 47e9045 mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 6 years ago
  19. fe0a20d mtd: nand: Pass mode information to nand_page_io_req by Boris Brezillon · 6 years ago
  20. 894380f mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
  21. fff4be3 mtd: move definitions to enlarge their range by Miquel Raynal · 6 years ago
  22. 4cf0fa9 mtd: add get/set of_node/flash_node helpers by Brian Norris · 6 years ago
  23. 18e7541 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 6 years ago
  24. 4b6eeed lib: bitrev: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  25. bb6d08d mailbox: Introduce K3 Secure Proxy Driver by Lokesh Vutla · 6 years ago
  26. b8856af firmware: ti_sci: Add support for processor control services by Lokesh Vutla · 6 years ago
  27. 5bd0837 firmware: ti_sci: Add support for reboot core service by Andreas Dannenberg · 6 years ago
  28. d10c80c firmware: ti_sci: Add support for clock control by Lokesh Vutla · 6 years ago
  29. 24a4d5e firmware: ti_sci: Add support for device control by Andreas Dannenberg · 6 years ago
  30. 5299c4c firmware: ti_sci: Add support for board configuration by Andreas Dannenberg · 6 years ago
  31. 5af02db firmware: Add basic support for TI System Control Interface (TI SCI) protocol by Lokesh Vutla · 6 years ago
  32. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  33. f0a6d79 usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
  34. 2efd83c mtd: remove stale comment in mtd_oob_ops structure by Miquel Raynal · 6 years ago
  35. d9a7ef9 mtd: nand: add new enum for storing ECC algorithm by Rafał Miłecki · 6 years ago
  36. 929fb44 mtd: nand: export nand_get_flash_type function by Jörg Krause · 7 years ago
  37. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago
  38. 07bf4f9 include/linux/byteorder: Sync to latest Linux definitions by Ramon Fried · 6 years ago
  39. 9aadafc bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
  40. cd5f70d scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · 7 years ago
  41. 58d8fbe usb: common: add support to get maximum speed from dt by Mugunthan V N · 7 years ago
  42. 11263e6 include: update log2 header from the Linux kernel by Heinrich Schuchardt · 7 years ago
  43. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  44. 95a686d libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  45. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  46. bf5cf52 libfdt: fix <linux/libfdt.h> by Masahiro Yamada · 7 years ago
  47. b148ad8 linux/kernel.h: Add ALIGN_DOWN macro by Masahiro Yamada · 7 years ago
  48. 99ef87e mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h by Masahiro Yamada · 7 years ago
  49. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  50. 984926b mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 7 years ago
  51. 675fb43 mtd: nand: add a shorthand to generate nand_ecc_caps structure by Masahiro Yamada · 7 years ago
  52. 820eb48 mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · 7 years ago
  53. 32935f4 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 7 years ago
  54. b9c07b6 mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 7 years ago
  55. 8f39721 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 7 years ago
  56. b9bf43c mtd: nand: Drop unused cached programming support by Boris Brezillon · 7 years ago
  57. e1b1e3a mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 7 years ago
  58. c3a2985 mtd: nand: Support controllers with custom page by Marc Gonzalez · 7 years ago
  59. a947e64 mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 7 years ago
  60. 7ec6dc5 mtd: nand: Fix data interface configuration logic by Boris Brezillon · 7 years ago
  61. e509cba mtd: nand: automate NAND timings selection by Boris Brezillon · 7 years ago
  62. e8142e2 mtd: nand: Expose data interface for ONFI mode 0 by Sascha Hauer · 7 years ago
  63. 0919fd3 mtd: nand: convert ONFI mode into data interface by Sascha Hauer · 7 years ago
  64. 2182594 mtd: nand: Introduce nand_data_interface by Sascha Hauer · 7 years ago
  65. 44ad3b9 mtd: nand: Create a NAND reset function by Sascha Hauer · 7 years ago
  66. e98d1d7 mtd: nand: remove unnecessary 'extern' from function declarations by Sascha Hauer · 7 years ago
  67. f1a54b0 mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · 7 years ago
  68. be7dd14 mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled by Masahiro Yamada · 7 years ago
  69. 14fecf9 bitops: collect BIT macros to include/linux/bitops.h by Masahiro Yamada · 7 years ago
  70. 1d95082 lib: libfdt: wrap scripts/dtc/libfdt/* where possible by Masahiro Yamada · 7 years ago
  71. 893e6e2 linux/types.h: add typedef of uintptr_t by Masahiro Yamada · 7 years ago
  72. 89cfa89 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  73. 9a43a6c armv8: ls1088ardb: Enable USB command RDB qspi-boot by Ran Wang · 7 years ago
  74. 32c0693 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · 7 years ago
  75. 0001043 linux/time.h: Remove dead code by Marek Behún · 7 years ago
  76. bf44da2 lzo: add a function to check the validity of the header by Jean-Jacques Hiblot · 7 years ago
  77. 170b687 linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux by Masahiro Yamada · 7 years ago
  78. edad892 linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13 by Masahiro Yamada · 7 years ago
  79. 9e74eb5 dm: define dev_*() log functions in DM header by Masahiro Yamada · 7 years ago
  80. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · 7 years ago
  81. 75035f3 bug.h: sync BUILD_BUG stuff with Linux 4.13 by Masahiro Yamada · 7 years ago
  82. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  83. 87033f0 usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  84. e632f5e linux/io.h: import generic ioread* / iowrite* accessors from Linux by Masahiro Yamada · 7 years ago
  85. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  86. a14e808 net: Add mii_resolve_flowctrl_fdx() by Yuiko Oshino · 7 years ago
  87. 60e1578 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  88. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  89. 622b7b3 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago
  90. 0d0e3c9 string: Add strcspn() by Simon Glass · 8 years ago
  91. 4355d42 string: Add strchrnul() by Simon Glass · 8 years ago
  92. a782467 Update WARN_ON() to return a value by Simon Glass · 8 years ago
  93. f6ff74e arm: usb: dra7xx: xHCI registers based on USB port index by Uri Mashiach · 8 years ago
  94. 6e1288c ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig by Masahiro Yamada · 8 years ago
  95. cffa503 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  96. 836c55d sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · 8 years ago
  97. e8ead73 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · 8 years ago
  98. a93297e ARM: import arm-smccc code from Linux 4.11-rc6 by Masahiro Yamada · 8 years ago
  99. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 8 years ago
  100. 342cf06 armv8: ls1043a: Drop macro CONFIG_LS1043A by York Sun · 8 years ago