1. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  2. 0d1ecc9 mtd: Remove mtd_erase_callback() entirely by Marek Behún · 3 years ago
  3. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  4. 914689a mtd: OneNAND: Set MTD type by Pali Rohár · 3 years, 11 months ago
  5. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 4 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  7. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  8. 888f184 mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · 5 years ago
  9. 596cf08 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 6 years ago
  10. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  11. 166cae2 mtd: replace MTDDEBUG() with pr_debug() by Masahiro Yamada · 7 years ago
  12. 4e118ce mtd: OneNAND: Fix onenand_block_markbad by Ladislav Michl · 7 years ago
  13. b51ced8 onenand_spl_simple: Add DDP OneNAND support by Ladislav Michl · 7 years ago
  14. 0da008e onenand_spl_simple: Call onenand_spl_get_geometry() only once by Ladislav Michl · 7 years ago
  15. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  16. 5248692 mtd: OneNAND: initialize mtd->writebufsize to let UBI work by Ladislav Michl · 8 years ago
  17. 77b93e5 mtd: OneNAND: allow board init function fail by Ladislav Michl · 8 years ago
  18. d9098ee mtd: OneNAND: add timeout to wait ready loops by Ladislav Michl · 8 years ago
  19. 735717d onenand_spl_simple: Add a simple OneNAND read function by Ladislav Michl · 8 years ago
  20. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  21. 9b56942 mtd: onenand: Fix unaligned access by Marek Vasut · 11 years ago
  22. 68ec9c8 mtd: move & update nand_ecclayout structure (plus board changes) by Prabhakar Kushwaha · 11 years ago
  23. 2fc7ef6 drivers: mtd: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  24. 40462e5 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Paul Burton · 11 years ago
  25. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  26. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  27. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago
  28. f996137 SPL: ONENAND: Fix onenand_spl_load_image implementation. by Enric Balletbo i Serra · 12 years ago
  29. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 12 years ago
  30. 1432c76 GCC4.6: Squash warnings in onenand_base.c by Wolfgang Denk · 12 years ago
  31. e26fd3d onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB() by Lukasz Majewski · 13 years ago
  32. 6b3967b onenand:samsung Target dependent OneNAND chip probe function by Lukasz Majewski · 13 years ago
  33. fdbe8b9 Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
  34. 67fad9f drivers/mtd/onenand/samsung.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  35. 24ccca5 GCC4.6: Squash warnings in onenand_base.c by Marek Vasut · 13 years ago
  36. 54cd51b OneNAND: Add simple OneNAND SPL by Marek Vasut · 13 years ago
  37. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  38. 456be17 mtd: OneNAND: add support for OneNAND manufactured by Numonyx by Enric Balletbo i Serra · 14 years ago
  39. 889a275 ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P by Minkyu Kang · 14 years ago
  40. cacbe91 Flex-OneNAND driver support by Amul Kumar Saha · 15 years ago
  41. 4678d67 s5pc1xx: support onenand driver by Minkyu Kang · 15 years ago
  42. ce3277a OneNAND: Remove unused read_spareram by Kyungmin Park · 15 years ago
  43. d558107 mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o by Stefan Roese · 15 years ago
  44. dbe29e3 mtd: nand/onenand: Register mtd device upon device scanning by Stefan Roese · 15 years ago
  45. 1ae3986 OneNAND: Additional sync with 2.6.27 by Stefan Roese · 16 years ago
  46. 1714f51 Add markbad function by Kyungmin Park · 16 years ago
  47. 8cf11f3 OneNAND: Save version_id in onenand_chip struct by Stefan Roese · 16 years ago
  48. 4fca331 OneNAND: Fix compiler warnings by Stefan Roese · 16 years ago
  49. ef0921d Sync with 2.6.27 by Kyungmin Park · 16 years ago
  50. c45912d NAND: sync with 2.6.27 by Scott Wood · 16 years ago
  51. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  52. a49d10c Minor coding style cleanup, updte CHANGELOG by Wolfgang Denk · 16 years ago
  53. bfd7f38 Fix OneNAND read_oob/write_oob functions compatability by Kyungmin Park · 16 years ago
  54. 4b07080 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  55. 28ac671 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  56. d438d50 Fix OneNAND build break by Kyungmin Park · 16 years ago
  57. 4fb09b8 drivers/mtd/onenand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. 195ccfc OneNAND: Fill in MTD function pointers for OneNAND. by Fathi BOUDRA · 16 years ago
  59. 4d57b0f OneNAND: Remove unused parameters to onenand_verify_page by Steve Sakoman · 16 years ago
  60. 3167c53 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. by Scott Wood · 16 years ago
  61. d2c6fbe onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts by Wolfgang Denk · 16 years ago
  62. 77e475c Fix OneNAND read by Kyungmin Park · 16 years ago
  63. 1bb707c Add Flex-OneNAND booting support by Kyungmin Park · 17 years ago
  64. 6cb2239 OneNAND: Separate U-Boot dependent code from OneNAND by Kyungmin Park · 17 years ago
  65. 59829cc drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago