1. 8c3e843 [MTD] [NAND] S3C2410: NAND ECC by chip rather than global by Andy Green · 15 years ago
  2. 3db7215 [MTD] [NAND] S3C2410: Basic kerneldoc comment updates by Ben Dooks · 15 years ago
  3. ec0482e [MTD] [NAND] S3C2410: Move to using platform device table by Ben Dooks · 15 years ago
  4. fba6700 Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into devel by Russell King · 16 years ago
  5. 59f0cb0 [ARM] remove memzero() by Russell King · 16 years ago
  6. 7926b5a [ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/plat by Ben Dooks · 16 years ago
  7. 30821fe CPUFREQ: S3C24XX NAND driver frequency scaling support. by Ben Dooks · 16 years ago
  8. 7e74a50 [MTD] [NAND] S3C2410: Remove changelog and tidy header by Ben Dooks · 16 years ago
  9. 451d339 [MTD] [NAND] S3C2410: Change printk() into dev_dbg() by Ben Dooks · 16 years ago
  10. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  11. 37e5ffa [MTD] [NAND] S3C2410 Allow ECC disable to be specified by the board by Ben Dooks · 16 years ago
  12. 1c21ab6 [MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform data by Ben Dooks · 16 years ago
  13. c45c6c6 [MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correction by Ben Dooks · 16 years ago
  14. 71d54f3 [MTD] [NAND] S3C2410 Large page NAND support by Ben Dooks · 16 years ago
  15. 0916083 [MTD] [NAND] S3C2410 Fix previous nFCE suspend save patch by Ben Dooks · 16 years ago
  16. 1ff1842 [MTD] [NAND] fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  17. a8e98d6 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  18. 8e87d78 drivers/mtd/: Spelling fixes by Joe Perches · 16 years ago
  19. d0bf379 [MTD] [NAND] fix s3c2410 error correction by Matt Reimer · 17 years ago
  20. 4fac9f6 [MTD] [NAND] make s3c2410 indicate an error for multi-bit read errors by Matt Reimer · 17 years ago
  21. 03680b1 [MTD] [NAND] S3C2410 correctly set nFCE over resume by Ben Dooks · 17 years ago
  22. b773bb2 [MTD] [NAND] add s3c2440-specific read_buf/write_buf by Matt Reimer · 17 years ago
  23. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  24. b7a7018 [MTD] [NAND] s3c2410: fix arch moves by Ben Dooks · 17 years ago
  25. dff5e44 [ARM] 4233/1: nand/s3c2410.c: warning fix by Arnaud Patard · 17 years ago
  26. 4f65992 [MTD] [NAND] S3C2412 fix hw ecc by Matthieu CASTET · 17 years ago
  27. a259324 [MTD] [NAND] S3C2410: Hardware ECC correction code by Ben Dooks · 17 years ago
  28. c9ac597 [MTD] Remove trailing whitespace by David Woodhouse · 18 years ago
  29. 2c06a08 [MTD NAND] s3c2412 support in s3c2410.c by Ben Dooks · 18 years ago
  30. 99974c6 [MTD] NAND: S3C2410 convert prinks to dev_*()s by Ben Dooks · 18 years ago
  31. ad3b5fb [MTD NAND] S3C2410 driver cleanup by Ben Dooks · 18 years ago
  32. d1fef3c [MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation. by Ben Dooks · 18 years ago
  33. f906887 [MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compiles by David Woodhouse · 18 years ago
  34. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  35. 7abd3ef [MTD] Refactor NAND hwcontrol to cmd_ctrl by Thomas Gleixner · 18 years ago
  36. 6dfc6d2 [MTD] NAND modularize ECC by Thomas Gleixner · 18 years ago
  37. 552d920 [MTD] Fix module refcounting in NAND board drivers. by David Woodhouse · 18 years ago
  38. e0c7d76 [MTD NAND] Indent all of drivers/mtd/nand/*.c. by David Woodhouse · 18 years ago
  39. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 19 years ago
  40. a8d3584 [ARM] Remove clk_use()/clk_unuse() by Russell King · 19 years ago
  41. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  42. 61b03bd [MTD] NAND: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  43. cfd320f [MTD] NAND s3c2410.c: Fix timing calculation bugs by Ben Dooks · 19 years ago
  44. d574504 [MTD] NAND s3c2410.c: Fix missing dev parameter to dev_err by Ben Dooks · 19 years ago
  45. 61a72754 [MTD] NAND: s3c2410.c Initialize owner in device_driver struct by Ben Dooks · 19 years ago
  46. 0255fc1 [MTD] NAND: s3c2410 use dev_err() to report errors instead of printk() by Ben Dooks · 19 years ago
  47. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  48. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  49. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  50. fc611a1 [ARM] Don't include mach-types.h unnecessarily by Russell King · 19 years ago
  51. fb8d82a [MTD] NAND s3c2410: Add missing NULL pointer check by Ben Dooks · 19 years ago
  52. a4f957f [MTD] NAND: s3c24xx updates by Ben Dooks · 19 years ago
  53. 3e4ef3b [MTD] NAND s3c2410: Simplify command handling by Ben Dooks · 19 years ago
  54. fdf2fd5 [MTD] Sparse fixes by Ben Dooks · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago