1. 3dfad12 mtd: pxa: convert to mtd_device_register() by Jamie Iles · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. 4332c11 mtd: pxa3xx_nand: clean the keep configure code by Lei Wen · 13 years ago
  4. 401e67e mtd: pxa3xx_nand: mtd scan id process could be defined by driver itself by Lei Wen · 13 years ago
  5. 4eb2da8 mtd: pxa3xx_nand: unify prepare command by Lei Wen · 13 years ago
  6. 38caf7f mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid function by Lei Wen · 13 years ago
  7. f8155a4 mtd: pxa3xx_nand: rework irq logic by Lei Wen · 13 years ago
  8. e353a20 mtd: pxa3xx_nand: make scan procedure more clear by Lei Wen · 13 years ago
  9. 52d039f mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probe by Dan Carpenter · 14 years ago
  10. 9d8b104 mtd: pxa3xx_nand: set oob length in the runtime by Lei Wen · 14 years ago
  11. 18c81b1 mtd: pxa3xx_nand: remove the flash info in driver structure by Lei Wen · 14 years ago
  12. 227a886 mtd: pxa3xx_nand: introduce default timing to reduce read id times by Lei Wen · 14 years ago
  13. c1f8247 mtd: pxa3xx_nand: condense the flash definition by Lei Wen · 14 years ago
  14. 99d3896 mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not defined by Mark F. Brown · 14 years ago
  15. 93b352f pxa3xx: fix ns2cycle equation by Axel Lin · 14 years ago
  16. 0ae28a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  17. bff3c10 mtd: pxa32xx_nand: add support for partition table parsing by Marc Kleine-Budde · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 82b95ec pxa3xx_nand: move pxa3xx_nand.h common into plat directory by Haojian Zhuang · 15 years ago
  20. d3490df pxa3xx_nand: add new nand chip support by Haojian Zhuang · 15 years ago
  21. 346e125 pxa3xx_nand: disable nand irq in initialization by Haojian Zhuang · 15 years ago
  22. dbf5986 pxa3xx_nand: remove hardcode irq number by Haojian Zhuang · 15 years ago
  23. 8638fac pxa3xx_nand: remove hardcode register address by Haojian Zhuang · 15 years ago
  24. 726de6e pxa3xx_nand: adjust timing of Micron NAND flash by Haojian Zhuang · 15 years ago
  25. 7ce33af pxa3xx_nand: reset read buffer before reading by Haojian Zhuang · 15 years ago
  26. a88bdbb pxa3xx_nand: fix memory out of bound by Haojian Zhuang · 15 years ago
  27. 223cf6c mtd: pxa3xx_nand: add single-bit error corrections reporting by Yeasah Pell · 15 years ago
  28. 22ae77b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  29. f271049 [MTD] [NAND] pxa3xx_nand: add ability to keep controller settings defined by OBM/bootloader by Mike Rapoport · 16 years ago
  30. 82a72d1 [MTD] [NAND] pxa3xx_nand: allow building as module by Mike Rapoport · 16 years ago
  31. b2ed368 [MTD] [NAND] pxa3xx_nand: use resource_size instead of 'r->end - r->start + 1' by Mike Rapoport · 16 years ago
  32. 7ebc8d5 [ARM] pxa: move DMA registers definitions into <mach/dma.h> by Eric Miao · 16 years ago
  33. 5b0d4d7 [MTD] [NAND] pxa3xx: convert from ns to clock ticks more accurately by Matt Reimer · 16 years ago
  34. 7f9938d [MTD] [NAND] pxa3xx: fix non-page-aligned reads by Matt Reimer · 16 years ago
  35. 7e1548a Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 16 years ago
  36. e93f1be [MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXA by Denis V. Lunev · 16 years ago
  37. c5b84b3 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by Russell King · 16 years ago
  38. afb5b5c [ARM] pxa: explicit #include <mach/dma.h> in various drivers by Eric Miao · 16 years ago
  39. e0d8b13 [ARM] pxa: don't pass a consumer clock name for devices with unique clocks by Russell King · 16 years ago
  40. 2675e94 [MTD] [NAND] pxa3xx_nand: added warning which tells id of detected NAND by Enrico Scholz · 16 years ago
  41. c8c17c8 [MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform data by Enrico Scholz · 16 years ago
  42. 7dad482 [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported API by Enrico Scholz · 16 years ago
  43. 80ebf20 [MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type table by Enrico Scholz · 16 years ago
  44. c8ac3f8 [MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform data by Enrico Scholz · 16 years ago
  45. 4303533 [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform header by Enrico Scholz · 16 years ago
  46. 4262bd2 [MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashes by Semun Lee · 16 years ago
  47. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  48. 9b62d86 [MTD] [NAND] pxa: fix incorrect calling of pxa3xx_nand_config() on resume path by Eric Miao · 16 years ago
  49. a1c06ee [MTD] [NAND] Fix checkpatch errors in pxa3xx_nand by David Woodhouse · 16 years ago
  50. fe69af0 [MTD] [NAND] support for pxa3xx by eric miao · 17 years ago