1. bc84c44 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  2. 0d5b076 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  3. 8cd8a9f mtd: ftsmc020: Drop unsed code by Rick Chen · 6 years ago
  4. 9105e43 sf: Add Macronix MX25U25635F ID by Marek Vasut · 7 years ago
  5. e9b668d sf: Add Winbond W25Q256 ID by Marek Vasut · 7 years ago
  6. 04285db ubi: fastmap: Implement produce_free_peb() by Patrice Chotard · 7 years ago
  7. 32ff4e1 sf: Default page size Spansion flash "S25FS512S" is 256b by Ashish Kumar · 7 years ago
  8. ba38ff2 sf: Add support for ISSI is25wp by Kimmo Rautkoski · 7 years ago
  9. ff04b2e Merge git://git.denx.de/u-boot-tegra by Tom Rini · 7 years ago
  10. ad2102e Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago
  11. 2e60159 nand: zynq: Send address cycles as per onfi parameter page by Siva Durga Prasad Paladugu · 8 years ago
  12. 8597e8a nand: zynq: Add support for 16-bit buswidth by Siva Durga Prasad Paladugu · 8 years ago
  13. d6129ec mtd: nand: tegra: convert to driver model and live tree by Marcel Ziswiler · 7 years ago
  14. 997f04a mtd: nand: fsl_ifc: Fix nand waitfunc return value by Jagdish Gediya · 7 years ago
  15. 83fbe91 mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0 by Jagdish Gediya · 7 years ago
  16. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  17. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  18. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  19. 38a83fb Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  20. a26ee2e nand: zynq: Cleanup initialization by Ezequiel Garcia · 7 years ago
  21. 9bdba1f nand: zynq: Fix driver initialization by Ezequiel Garcia · 7 years ago
  22. c215a30 sf: Add Spansion s25fl208k entry by Sean Nyekjaer · 7 years ago
  23. 885f6af mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064 by Eugeniy Paltsev · 7 years ago
  24. ae0c408 mtd: sf: Add support of sst26wf* flash ICs protection ops by Eugeniy Paltsev · 7 years ago
  25. 4d5b82d mtd: cfi_flash: Make live-tree compatible by Mario Six · 7 years ago
  26. c1cb356 mtd: rpc: Add Renesas RPC Hyperflash driver by Marek Vasut · 7 years ago
  27. 9d9b99b nand: arasan_nfc: Fixed NAND write issue by Vipul Kumar · 7 years ago
  28. 8f5faaa Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  29. 639aa98 sunxi: move the NAND parameters to Kconfig by Miquel Raynal · 7 years ago
  30. 38b8a98 sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig by Miquel Raynal · 7 years ago
  31. 9f23e00 sunxi: automatically select SPL_NAND_SUPPORT in Kconfig by Miquel Raynal · 7 years ago
  32. 78f1099 sunxi: allow NAND support to be compiled for sun8i platforms by Miquel Raynal · 7 years ago
  33. 8eef8f3 spl: nand: sunxi: use PIO instead of DMA by Miquel Raynal · 7 years ago
  34. 298e7a6 spl: nand: sunxi: declare the ecc_bytes array globally by Miquel Raynal · 7 years ago
  35. 4f80004 spl: nand: sunxi: make the reset column helper more generic by Miquel Raynal · 7 years ago
  36. 010ea02 spl: nand: sunxi: ensure enough time has passed after changing the column by Miquel Raynal · 7 years ago
  37. 6852f48 spl: nand: sunxi: create an helper to handle command execution by Miquel Raynal · 7 years ago
  38. aeb59c3 spl: nand: sunxi: add missing status clear by Miquel Raynal · 7 years ago
  39. b242ee9 spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helper by Miquel Raynal · 7 years ago
  40. b0b98ca spl: nand: sunxi: introduce the nand_wait_int() helper by Miquel Raynal · 7 years ago
  41. a450de7 spl: nand: sunxi: fix typo on register name by Miquel Raynal · 7 years ago
  42. e859503 spl: nand: sunxi: fix second case of modulo by zero error by Miquel Raynal · 7 years ago
  43. 3cb5a81 mtd: nand: sunxi: fix ECC strength choice by Miquel Raynal · 7 years ago
  44. 0d852f5 Merge git://git.denx.de/u-boot-ubi by Tom Rini · 7 years ago
  45. 3d668df Convert CONFIG_UBI_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  46. 673a5c2 arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or more by Vipul Kumar · 7 years ago
  47. 6563527 spi: spi_flash: do not fail silently on bad user input by Liam Beguin · 7 years ago
  48. 69ee755 nand: Remove unused ppc4xx NAND driver and references by Stefan Roese · 7 years ago
  49. 7e6ad1f Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  50. edd95ac arch-stm32: Factorize stm32.h for STM32F4 and F7 by Patrice Chotard · 7 years ago
  51. 4e159f8 arm: sunxi: Move spl spi sunxi code to mach-sunxi by Jagan Teki · 7 years ago
  52. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  53. 1e3b4a6 sf: Add ISSI IS25LP256 entry by Marek Vasut · 7 years ago
  54. fc16868 mtd: ubi: Fix worker handling by Richard Weinberger · 7 years ago
  55. a456d56 Convert CONFIG_APBH_DMA et al to Kconfig by Adam Ford · 7 years ago
  56. 3b209fc Convert CONFIG_NAND_MXS to Kconfig by Stefan Agner · 7 years ago
  57. 3a81dab ubi: Ensure no fastmap flush after uif_close by Martin Townsend · 7 years ago
  58. c96b0f0 Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblaze by Tom Rini · 7 years ago
  59. 18a702e nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT by Ezequiel Garcia · 7 years ago
  60. b0a4f13 nand: arasan_nfc: Use the calculated ecc address for updating ecc register by Siva Durga Prasad Paladugu · 7 years ago
  61. 45e512c nand: arasan_nfc: Add support for ondie ecc by Siva Durga Prasad Paladugu · 7 years ago
  62. 80c889c nand: arasan_nfc: Move common ecc struct initialization init routine by Siva Durga Prasad Paladugu · 7 years ago
  63. 28f1898 cfi_flash: Always define cfi_flash_num_flash_banks by Mario Six · 7 years ago
  64. dde8550 cfi_flash: Fix indention by Mario Six · 7 years ago
  65. bc762c1 cfi_flash: Fix long lines by Mario Six · 7 years ago
  66. aaf1a4a cfi_flash: Bound-check index before array access by Mario Six · 7 years ago
  67. 324b940 flash: Fix spelling of "ERR_TIMOUT" by Mario Six · 7 years ago
  68. f8783d2 cfi_flash: Rename camel-case variables by Mario Six · 7 years ago
  69. 246e506 cfi_flash: Fix strings split across lines by Mario Six · 7 years ago
  70. f4bab85 cfi_flash: Use u8 pointers instead of void pointers by Mario Six · 7 years ago
  71. 6cf5574 cfi_flash: Remove assignments from if conditions by Mario Six · 7 years ago
  72. d544ddf cfi_flash: Remove return from void function by Mario Six · 7 years ago
  73. c4b85c3 cfi_flash: Fix placement of brace by Mario Six · 7 years ago
  74. 411ede3 cfi_flash: Fix else after break by Mario Six · 7 years ago
  75. acf1208 cfi_flash: Fix spelling of "Unknown" by Mario Six · 7 years ago
  76. 179b8d6 cfi_flash: Add missing braces in blocks by Mario Six · 7 years ago
  77. d1141c5 cfi_flash: Remove unnecessary braces by Mario Six · 7 years ago
  78. 1ec6d34 cfi_flash: Fix comment style by Mario Six · 7 years ago
  79. 9355d55 cfi_flash: Use __func__ macro instead of function name by Mario Six · 7 years ago
  80. 0c9be97 cfi_flash: Fix logical continuations by Mario Six · 7 years ago
  81. cbe41ca cfi_flash: Remove braces for single-statement blocks by Mario Six · 7 years ago
  82. c7e359e cfi_flash: Fix missing/superfluous lines by Mario Six · 7 years ago
  83. a828c1e cfi_flash: Fix spacing around casts/operators by Mario Six · 7 years ago
  84. 76857f0 cfi_flash: Fix indent of case statements by Mario Six · 7 years ago
  85. ae0b9c7 cfi_flash: Fix whitespace with casting by Mario Six · 7 years ago
  86. e2c0746 cfi_flash: Fix Parenthesis spacing by Mario Six · 7 years ago
  87. 88f439f cfi_flash: Fix style of pointer declarations by Mario Six · 7 years ago
  88. fa29069 cfi_flash: Fix space between function name and parenthesis by Mario Six · 7 years ago
  89. 5f4c134 sf_probe: Merge spi_flash_probe_tail into spi_flash_probe by Mario Six · 7 years ago
  90. c9214d8 spi: sf_probe: Fix style violations by Mario Six · 7 years ago
  91. 159a406 spi: Remove spi_flash_probe_fdt by Mario Six · 7 years ago
  92. f2fb3a8 drivers: spi: consider command bytes when sending transfers by Álvaro Fernández Rojas · 7 years ago
  93. afb36cd drivers: spi: allow limiting reads by Álvaro Fernández Rojas · 7 years ago
  94. 918de03 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  95. adeceb2 mtd: nand: mxs_nand_spl: Remove nand size print by Jagan Teki · 7 years ago
  96. 0002137 Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  97. 7beac04 mtd/spi: fix block count for is25lq040b by Sean Nyekjaer · 7 years ago
  98. d81d60b mtd: nand: denali: make NAND_DENALI unconfigurable option by Masahiro Yamada · 7 years ago
  99. f1f03cf Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  100. e4ed8cf Merge git://git.denx.de/u-boot-cfi-flash by Tom Rini · 7 years ago