1. b139a7f lib: Add xxhash support by Marek Behún · 6 years ago
  2. 7aa9a08 firmware: ti_sci: Modify auth_boot TI-SCI API to match new version by Andrew F. Davis · 6 years ago
  3. 2aafc0c firmware: ti_sci: Add support for firewall management by Andrew F. Davis · 6 years ago
  4. 5db365d compat linux: import completion from linux 4.18 by Philippe Reynes · 6 years ago
  5. 98f5043 include: linux: io: define devm_ioremap on board with ioremap by Philippe Reynes · 6 years ago
  6. 16ee8f6 mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 6 years ago
  7. ac350f5 mtd: nand: import nand_hw_control_init() by Marc Gonzalez · 6 years ago
  8. 05c5a56 mtd: add get/set of_node/flash_node helpers by Brian Norris · 6 years ago
  9. d5cdfd5 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  10. 032dce8 firmware: Add support for querying msmc memory by Lokesh Vutla · 6 years ago
  11. b4c6fb2 mtd: fix mtd_oobavail() incoherent returned value by Miquel Raynal · 6 years ago
  12. 3a9dbf3 dma: ti: add driver to K3 UDMA by Vignesh R · 6 years ago
  13. e85901c soc: ti: k3: add CPPI5 description and helpers by Grygorii Strashko · 6 years ago
  14. 1c5258f soc: ti: k3: add navss ringacc driver by Grygorii Strashko · 6 years ago
  15. d64c5b2 firmware: ti_sci: Add support for NAVSS resource management by Grygorii Strashko · 6 years ago
  16. 7b3626f mtd: spi: spi-nor-core: Add back U-Boot specific features by Vignesh R · 6 years ago
  17. 3a8c62c mtd: spi: Port SPI NOR framework from Linux by Vignesh R · 6 years ago
  18. 1b084b2 bitops: Fix GENMASK definition for Sandbox by Vignesh R · 6 years ago
  19. 8b21844 linux/kernel.h: import DIV_ROUND_CLOSEST_ULL from Linux by Masahiro Yamada · 6 years ago
  20. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · 6 years ago
  21. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · 6 years ago
  22. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  23. 33aeaaf Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  24. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  25. 7dfad31 mtd: Don't stop MTD partition creation when it fails on one device by Boris Brezillon · 6 years ago
  26. db0d805 mtd: Delete partitions attached to the device when a device is deleted by Boris Brezillon · 6 years ago
  27. 059e4a6 mtd: Add a function to report when the MTD dev list has been updated by Boris Brezillon · 6 years ago
  28. 0d477ae Add UINT32_MAX and UINT64_MAX by Simon Glass · 6 years ago
  29. e1e4cb3 time: Update mdelay() to delay in one large chunk by Simon Glass · 6 years ago
  30. 26f09d0 efi_loader: PSCI reset and shutdown by Heinrich Schuchardt · 6 years ago
  31. e539a7c linux/sizes.h: sync from kernel by Baruch Siach · 6 years ago
  32. 4864f30 linux/const.h: import from kernel by Baruch Siach · 6 years ago
  33. b95e9db kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  34. dacfde8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  35. e82a227 linux/if_ether.h: Add VLAN related macros by Bin Meng · 6 years ago
  36. 2c9299d linux/if_ether.h: Initial import from Linux kernel v4.17 by Bin Meng · 6 years ago
  37. 5efc2c4 linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  38. 0f836d3 linux/mdio.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  39. 1321da9 linux/mii.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  40. 126f0d2 ctags: Minor changes to fix ctags output by Simon Glass · 6 years ago
  41. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  42. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  43. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  44. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  45. fa46525 mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · 6 years ago
  46. ea4d7c8 mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · 6 years ago
  47. df1859e mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · 6 years ago
  48. 47e9045 mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · 6 years ago
  49. fe0a20d mtd: nand: Pass mode information to nand_page_io_req by Boris Brezillon · 6 years ago
  50. 894380f mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 6 years ago
  51. fff4be3 mtd: move definitions to enlarge their range by Miquel Raynal · 6 years ago
  52. 4cf0fa9 mtd: add get/set of_node/flash_node helpers by Brian Norris · 6 years ago
  53. 18e7541 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 6 years ago
  54. 4b6eeed lib: bitrev: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  55. bb6d08d mailbox: Introduce K3 Secure Proxy Driver by Lokesh Vutla · 6 years ago
  56. b8856af firmware: ti_sci: Add support for processor control services by Lokesh Vutla · 6 years ago
  57. 5bd0837 firmware: ti_sci: Add support for reboot core service by Andreas Dannenberg · 6 years ago
  58. d10c80c firmware: ti_sci: Add support for clock control by Lokesh Vutla · 6 years ago
  59. 24a4d5e firmware: ti_sci: Add support for device control by Andreas Dannenberg · 6 years ago
  60. 5299c4c firmware: ti_sci: Add support for board configuration by Andreas Dannenberg · 6 years ago
  61. 5af02db firmware: Add basic support for TI System Control Interface (TI SCI) protocol by Lokesh Vutla · 6 years ago
  62. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  63. f0a6d79 usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
  64. 2efd83c mtd: remove stale comment in mtd_oob_ops structure by Miquel Raynal · 6 years ago
  65. d9a7ef9 mtd: nand: add new enum for storing ECC algorithm by Rafał Miłecki · 6 years ago
  66. 929fb44 mtd: nand: export nand_get_flash_type function by Jörg Krause · 7 years ago
  67. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago
  68. 07bf4f9 include/linux/byteorder: Sync to latest Linux definitions by Ramon Fried · 6 years ago
  69. 9aadafc bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
  70. cd5f70d scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · 7 years ago
  71. 58d8fbe usb: common: add support to get maximum speed from dt by Mugunthan V N · 7 years ago
  72. 11263e6 include: update log2 header from the Linux kernel by Heinrich Schuchardt · 7 years ago
  73. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  74. 95a686d libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  75. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  76. bf5cf52 libfdt: fix <linux/libfdt.h> by Masahiro Yamada · 7 years ago
  77. b148ad8 linux/kernel.h: Add ALIGN_DOWN macro by Masahiro Yamada · 7 years ago
  78. 99ef87e mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h by Masahiro Yamada · 7 years ago
  79. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  80. 984926b mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 7 years ago
  81. 675fb43 mtd: nand: add a shorthand to generate nand_ecc_caps structure by Masahiro Yamada · 7 years ago
  82. 820eb48 mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · 7 years ago
  83. 32935f4 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 7 years ago
  84. b9c07b6 mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 7 years ago
  85. 8f39721 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 7 years ago
  86. b9bf43c mtd: nand: Drop unused cached programming support by Boris Brezillon · 7 years ago
  87. e1b1e3a mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 7 years ago
  88. c3a2985 mtd: nand: Support controllers with custom page by Marc Gonzalez · 7 years ago
  89. a947e64 mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 7 years ago
  90. 7ec6dc5 mtd: nand: Fix data interface configuration logic by Boris Brezillon · 7 years ago
  91. e509cba mtd: nand: automate NAND timings selection by Boris Brezillon · 7 years ago
  92. e8142e2 mtd: nand: Expose data interface for ONFI mode 0 by Sascha Hauer · 7 years ago
  93. 0919fd3 mtd: nand: convert ONFI mode into data interface by Sascha Hauer · 7 years ago
  94. 2182594 mtd: nand: Introduce nand_data_interface by Sascha Hauer · 7 years ago
  95. 44ad3b9 mtd: nand: Create a NAND reset function by Sascha Hauer · 7 years ago
  96. e98d1d7 mtd: nand: remove unnecessary 'extern' from function declarations by Sascha Hauer · 7 years ago
  97. f1a54b0 mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · 7 years ago
  98. be7dd14 mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled by Masahiro Yamada · 7 years ago
  99. 14fecf9 bitops: collect BIT macros to include/linux/bitops.h by Masahiro Yamada · 7 years ago
  100. 1d95082 lib: libfdt: wrap scripts/dtc/libfdt/* where possible by Masahiro Yamada · 7 years ago