1. 99ef87e mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h by Masahiro Yamada · 7 years ago
  2. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  3. 984926b mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 7 years ago
  4. 675fb43 mtd: nand: add a shorthand to generate nand_ecc_caps structure by Masahiro Yamada · 7 years ago
  5. 820eb48 mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · 7 years ago
  6. 32935f4 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 7 years ago
  7. b9c07b6 mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 7 years ago
  8. 8f39721 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 7 years ago
  9. b9bf43c mtd: nand: Drop unused cached programming support by Boris Brezillon · 7 years ago
  10. e1b1e3a mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 7 years ago
  11. c3a2985 mtd: nand: Support controllers with custom page by Marc Gonzalez · 7 years ago
  12. a947e64 mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 7 years ago
  13. 7ec6dc5 mtd: nand: Fix data interface configuration logic by Boris Brezillon · 7 years ago
  14. e509cba mtd: nand: automate NAND timings selection by Boris Brezillon · 7 years ago
  15. e8142e2 mtd: nand: Expose data interface for ONFI mode 0 by Sascha Hauer · 7 years ago
  16. 0919fd3 mtd: nand: convert ONFI mode into data interface by Sascha Hauer · 7 years ago
  17. 2182594 mtd: nand: Introduce nand_data_interface by Sascha Hauer · 7 years ago
  18. 44ad3b9 mtd: nand: Create a NAND reset function by Sascha Hauer · 7 years ago
  19. e98d1d7 mtd: nand: remove unnecessary 'extern' from function declarations by Sascha Hauer · 7 years ago
  20. f1a54b0 mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · 7 years ago
  21. be7dd14 mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled by Masahiro Yamada · 7 years ago
  22. 14fecf9 bitops: collect BIT macros to include/linux/bitops.h by Masahiro Yamada · 7 years ago
  23. 1d95082 lib: libfdt: wrap scripts/dtc/libfdt/* where possible by Masahiro Yamada · 7 years ago
  24. 893e6e2 linux/types.h: add typedef of uintptr_t by Masahiro Yamada · 7 years ago
  25. 89cfa89 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  26. 9a43a6c armv8: ls1088ardb: Enable USB command RDB qspi-boot by Ran Wang · 7 years ago
  27. 32c0693 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · 7 years ago
  28. 0001043 linux/time.h: Remove dead code by Marek Behún · 7 years ago
  29. bf44da2 lzo: add a function to check the validity of the header by Jean-Jacques Hiblot · 7 years ago
  30. 170b687 linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux by Masahiro Yamada · 7 years ago
  31. edad892 linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13 by Masahiro Yamada · 7 years ago
  32. 9e74eb5 dm: define dev_*() log functions in DM header by Masahiro Yamada · 7 years ago
  33. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · 7 years ago
  34. 75035f3 bug.h: sync BUILD_BUG stuff with Linux 4.13 by Masahiro Yamada · 7 years ago
  35. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  36. 87033f0 usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  37. e632f5e linux/io.h: import generic ioread* / iowrite* accessors from Linux by Masahiro Yamada · 7 years ago
  38. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  39. a14e808 net: Add mii_resolve_flowctrl_fdx() by Yuiko Oshino · 7 years ago
  40. 60e1578 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  41. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  42. 622b7b3 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago
  43. 0d0e3c9 string: Add strcspn() by Simon Glass · 8 years ago
  44. 4355d42 string: Add strchrnul() by Simon Glass · 8 years ago
  45. a782467 Update WARN_ON() to return a value by Simon Glass · 8 years ago
  46. f6ff74e arm: usb: dra7xx: xHCI registers based on USB port index by Uri Mashiach · 8 years ago
  47. 6e1288c ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig by Masahiro Yamada · 8 years ago
  48. cffa503 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  49. 836c55d sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · 8 years ago
  50. e8ead73 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · 8 years ago
  51. a93297e ARM: import arm-smccc code from Linux 4.11-rc6 by Masahiro Yamada · 8 years ago
  52. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 8 years ago
  53. 342cf06 armv8: ls1043a: Drop macro CONFIG_LS1043A by York Sun · 8 years ago
  54. 4ce6fbf armv8: ls2080a: Drop macro CONFIG_LS2080A by York Sun · 8 years ago
  55. d218320 lib: div64: sync with Linux by Peng Fan · 8 years ago
  56. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  57. 5e9aade bitops.h: Include bitsperlong.h as needed for GENMASK_ULL by Stefan Roese · 8 years ago
  58. b86c4d0 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  59. 811484e fsl/usb: enable usb feature for ls1046ardb by jerry.huang@nxp.com · 8 years ago
  60. 9b5e2df iopoll: import include/linux/iopoll.h from Linux 4.9 by Masahiro Yamada · 8 years ago
  61. 7826b0a typecheck: import include/linux/typecheck.h from Linux 4.9 by Masahiro Yamada · 8 years ago
  62. 29d2a62 delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · 8 years ago
  63. 781b645 usb: xhci: Remove assumption of DWC instance based on DRA7 SoC type by Nishanth Menon · 8 years ago
  64. a41381b linux/compat.h: Properly implement ndelay fallback by mario.six@gdsys.cc · 8 years ago
  65. 77ae47b sf: Adopt flash table INFO macro from Linux by Jagan Teki · 8 years ago
  66. 7ab0c2d list: Add list_last_entry() to find the last entry by Simon Glass · 8 years ago
  67. a1f422e drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller by Sriram Dash · 8 years ago
  68. 16f1d2b drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests by Sriram Dash · 8 years ago
  69. 71c10a4 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  70. b3d7164 armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A by York Sun · 8 years ago
  71. 0b74708 errno.h: sync error macros with linux 4.8-rc7 by Masahiro Yamada · 8 years ago
  72. 8ec5336 Move ENOTSUPP defines to include/linux/errno.h by Masahiro Yamada · 8 years ago
  73. 5f7f602 Move error macros from <asm-generic/errno.h> to <linux/errno.h> by Masahiro Yamada · 8 years ago
  74. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  75. 676f595 Add <linux/errno.h> as a wrapper of <asm-generic/errno.h> by Masahiro Yamada · 8 years ago
  76. adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
  77. eb0e049 usb: xhci-rockchip: add rockchip dwc3 controller driver by MengDongyang · 8 years ago
  78. 41e3737 xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
  79. 964409d Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  80. 386f2e4 include: usb: Rename USB controller base address mapping by Rajesh Bhagat · 8 years ago
  81. 6eb14ff mtd: fix compiler warnings by Steve Rae · 8 years ago
  82. 971b075 mtd: nand: Increase the max OOB size by Boris Brezillon · 8 years ago
  83. ba6463d mtd: nand: add common DT init code by Brian Norris · 8 years ago
  84. 446e94a armv7: armv7: introduce set_gpmc_cs0 by Ladislav Michl · 8 years ago
  85. d5b1c27 armv7: make gpmc_cfg const by Ladislav Michl · 8 years ago
  86. 332b829 linux/io.h: add generic ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  87. a02effd types.h: move and redefine resource_size_t by Masahiro Yamada · 8 years ago
  88. 317a382 linux/compat.h: add dev_warn() by Andreas Bießmann · 8 years ago
  89. 7a9a2e6 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
  90. ab9f4c3 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  91. 52ab7ce mtd: nand: Sync with Linux v4.6 by Scott Wood · 8 years ago
  92. 46e1310 mtd: nand: Add page argument to write_page() etc. by Scott Wood · 8 years ago
  93. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  94. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  95. 465ba37 mtd: nand: Remove docg4 driver and palmtreo680 flashing tool by Scott Wood · 8 years ago
  96. d169ebe armv8: fsl-layerscape: Add support of QorIQ LS1012A SoC by Prabhakar Kushwaha · 8 years ago
  97. 1a54713 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · 9 years ago
  98. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · 9 years ago
  99. 07dafdb Change my mailaddress by Andreas Bießmann · 9 years ago
  100. a0d9b99 lib/crc8: Add crc start value by Stefan Roese · 9 years ago