1. 93247ff ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure by Ladislav Michl · 7 years ago
  2. 9064a1c Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/drivers by Arnd Bergmann · 8 years ago
  3. 3950fff memory: omap-gpmc: make gpmc_clk_ticks_to_ns() static by Baoyou Xie · 8 years ago
  4. 525fe43 memory: omap-gpmc: use devm_gpiochip_add_data() by Linus Walleij · 8 years ago
  5. 3f41a3c memory: omap-gpmc: Delete an unnecessary check before the function call "gpiochip_free_own_desc" by Markus Elfring · 8 years ago
  6. 23540d6 memory: omap-gpmc: allow probe of child nodes to fail by Johan Hovold · 8 years ago
  7. 43a0a98 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  8. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  9. 9f2c519 memory: omap-gpmc: use of_platform_default_populate() to populate default bus by Kefeng Wang · 8 years ago
  10. 32dd625 memory: omap-gpmc: Move gpio functions out of #ifdef CONFIG_OF by Roger Quadros · 8 years ago
  11. caf21c6 memory: omap-gpmc: make it explicitly non-modular by Paul Gortmaker · 8 years ago
  12. 8f50b8e memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing by Ocquidant, Sebastien · 8 years ago
  13. f679888 mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 8 years ago
  14. 9e69462 memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs by Roger Quadros · 9 years ago
  15. b2bac25 memory: omap-gpmc: Support WAIT pin edge interrupts by Roger Quadros · 8 years ago
  16. 210325f memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoring by Roger Quadros · 9 years ago
  17. d2d00862 memory: omap-gpmc: Support general purpose input for WAITPINs by Roger Quadros · 8 years ago
  18. bdd7e03 memory: omap-gpmc: Prevent mapping into 1st 16MB by Roger Quadros · 9 years ago
  19. c9711ec mtd: nand: omap: Clean up device tree support by Roger Quadros · 10 years ago
  20. 384258f memory: omap-gpmc: Implement IRQ domain for NAND IRQs by Roger Quadros · 9 years ago
  21. 512d73d memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty status by Roger Quadros · 9 years ago
  22. f47fcad memory: omap-gpmc: Introduce GPMC to NAND interface by Roger Quadros · 9 years ago
  23. 2c92c04 memory: omap-gpmc: Add support for AAD timings by Neil Armstrong · 8 years ago
  24. fd820a1 memory: omap-gpmc: dump "before" state before first modification by Uwe Kleine-König · 9 years ago
  25. 50686e8 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  26. ed293d1 memory: kill off set_irq_flags usage by Rob Herring · 9 years ago
  27. e984a179 memory: omap-gpmc: Don't try to save uninitialized GPMC context by Tomeu Vizoso · 9 years ago
  28. ae74530 Merge branch 'fixes-rc1' into omap-for-v4.2/fixes by Tony Lindgren · 9 years ago
  29. 63aa945 memory: omap-gpmc: Add Kconfig option for debug by Tony Lindgren · 9 years ago
  30. 28a7eed memory: omap-gpmc: Fix parsing of devices by Tony Lindgren · 9 years ago
  31. 4b613e9 ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters by Robert ABEL · 9 years ago
  32. 7f2e8c5 ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bug by Robert ABEL · 9 years ago
  33. 2e67690 ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME by Robert ABEL · 9 years ago
  34. f585070 ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDER by Robert ABEL · 9 years ago
  35. 563dbb2 ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTS by Robert ABEL · 9 years ago
  36. 2affc81 ARM OMAP2+ GPMC: fix debug output alignment by Robert ABEL · 9 years ago
  37. b1dc1ca ARM OMAP2+ GPMC: add bus children by Robert ABEL · 9 years ago
  38. 5e9444d ARM OMAP2+ GPMC: don't undef DEBUG by Robert ABEL · 9 years ago
  39. 2e25b0e ARM: OMAP2+: gpmc: make gpmc_cs_get_name() static by Semen Protsenko · 9 years ago
  40. 9c4f757 ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconf by Semen Protsenko · 9 years ago
  41. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  42. fe78c54 Merge tag 'omap-gpmc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  43. 1864019 memory: gpmc: Move omap gpmc code to live under drivers by Tony Lindgren · 9 years ago[Renamed from arch/arm/mach-omap2/gpmc.c]
  44. a861280 ARM: OMAP2+: Move GPMC initcall to devices.c by Tony Lindgren · 9 years ago
  45. e639cd5 ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header by Tony Lindgren · 9 years ago
  46. 6f8782a ARM: OMAP2+: Remove unnecesary include in GPMC driver by Javier Martinez Canillas · 10 years ago
  47. 2dde3bc Merge branch 'for-v3.19/gpmc-omap' of github.com:rogerq/linux into omap-for-v3.19/gpmc by Tony Lindgren · 10 years ago
  48. 9995772 ARM: OMAP2+: Require proper GPMC timings for devices by Tony Lindgren · 10 years ago
  49. 35ac051 ARM: OMAP2+: Show bootloader GPMC timings to allow configuring the .dts file by Tony Lindgren · 10 years ago
  50. 9ed7a77 ARM: OMAP2+: Fix support for multiple devices on a GPMC chip select by Tony Lindgren · 10 years ago
  51. 8bf9be5 ARM: OMAP2+: gpmc: Sanity check GPMC fck on probe by Roger Quadros · 10 years ago
  52. 4cf27d2 ARM: OMAP2+: gpmc: Keep Chip Select disabled while configuring it by Roger Quadros · 10 years ago
  53. e378d22 ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devices by Roger Quadros · 10 years ago
  54. 7604baf ARM: OMAP2+: gpmc: Error out if timings fail in gpmc_probe_generic_child() by Roger Quadros · 10 years ago
  55. 8032374 ARM: OMAP2+: gpmc: Print error message in set_gpmc_timing_reg() by Roger Quadros · 10 years ago
  56. 511c41d Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  57. 4a4743e Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  58. fef775c nand: omap2: Add support for flash-based bad block table by Ezequiel García · 10 years ago
  59. 3195760 ARM: OMAP2+: make of_device_ids const by Uwe Kleine-König · 10 years ago
  60. 2b54057 ARM: OMAP2+: gpmc: Don't complain if wait pin is used without r/w monitoring by Roger Quadros · 10 years ago
  61. a3e83f0 ARM: OMAP2+: GPMC: Support Software ECC scheme via DT by Roger Quadros · 10 years ago
  62. 68e2eb5 ARM: OMAP2+: Make GPMC skip disabled devices by Guido Martínez · 10 years ago
  63. e413a19a Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  64. 27c9fd6 mtd: nand: omap: add support for BCH16_ECC - GPMC driver updates by pekon gupta · 10 years ago
  65. edfaf05 ARM: OMAP2+: raw read and write endian fix by Victor Kamensky · 10 years ago
  66. fb677ef ARM: OMAP2+: Fix GPMC remap for devices using an offset by Tony Lindgren · 10 years ago
  67. efe8072 ARM: OMAP2+: Fix oops for GPMC free by Tony Lindgren · 10 years ago
  68. 980386d ARM: OMAP2+: gpmc: fix: DT ONENAND child nodes not probed when MTD_ONENAND is built as module by Pekon Gupta · 10 years ago
  69. 6b187b2 ARM: OMAP2+: gpmc: fix: DT NAND child nodes not probed when MTD_NAND is built as module by Pekon Gupta · 10 years ago
  70. 5c1f34c Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  71. fd4446f ARM: OMAP2+: Fix GPMC and simplify bootloader timings for 8250 and smc91x by Tony Lindgren · 11 years ago
  72. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  73. ac65caf ARM: OMAP2+: cleaned-up DT support of various ECC schemes by Pekon Gupta · 11 years ago
  74. f2bf0e7 ARM: OMAP2+: Add minimal 8250 support for GPMC by Tony Lindgren · 11 years ago
  75. f70bf2a ARM: mach-omap2: gpmc: Fix warning when CONFIG_ARM_LPAE=y by Fabio Estevam · 11 years ago
  76. af07219 ARM: OMAP2: use 'int' instead of 'unsigned' for variable 'gpmc_irq_start' by Chen Gang · 11 years ago
  77. 1261674 ARM: OMAP2+: Cocci spatch "ptr_ret.spatch" by Thomas Meyer · 11 years ago
  78. b536dd4 ARM: OMAP2+: gpmc: Low power transition support by avinash philip · 11 years ago
  79. b3f5525 ARM: OMAP2+: gpmc: Converts GPMC driver to pm_runtime capable by avinash philip · 11 years ago
  80. f34f371 ARM: OMAP2+: gpmc: get number of useable GPMC chip-selects via DT by Gupta Pekon · 11 years ago
  81. f40739f ARM: dts: OMAP2+: Simplify NAND support by Jon Hunter · 11 years ago
  82. 496c8a0 ARM: OMAP2+: Allow NAND transfer mode to be specified in DT by Mark Jackson · 11 years ago
  83. b327b36 ARM: OMAP2+: only WARN if a GPMC child probe function fail by Javier Martinez Canillas · 11 years ago
  84. f2b09f6 ARM: OMAP2+: only search for GPMC DT child nodes on probe by Javier Martinez Canillas · 11 years ago
  85. 5330dc1 ARM: OMAP2+: Add GPMC DT support for Ethernet child nodes by Javier Martinez Canillas · 11 years ago
  86. 3af91cf ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child() by Javier Martinez Canillas · 11 years ago
  87. e8ffd6f ARM: OMAP2+: return -ENODEV if GPMC child device creation fails by Javier Martinez Canillas · 11 years ago
  88. 84b00f0 ARM: OMAP2+: Allow GPMC probe to complete even if CS mapping fails by Jon Hunter · 11 years ago
  89. bf23439 ARM: OMAP2+: Remove unnecesssary GPMC definitions and variable by Jon Hunter · 11 years ago
  90. c71f8e9 ARM: OMAP2+: Detect incorrectly aligned GPMC base address by Jon Hunter · 11 years ago
  91. cdd6928 ARM: OMAP2+: Add device-tree support for NOR flash by Jon Hunter · 11 years ago
  92. d36b4cd ARM: OMAP2+: Add additional GPMC timing parameters by Jon Hunter · 11 years ago
  93. 8c8a7771 ARM: OMAP2+: Add function to read GPMC settings from device-tree by Jon Hunter · 11 years ago
  94. 3a54435 ARM: OMAP2+: Don't configure of chip-select options in gpmc_cs_configure() by Jon Hunter · 11 years ago
  95. aa8d476 ARM: OMAP2+: Add function for configuring GPMC settings by Jon Hunter · 11 years ago
  96. c3be5b4 ARM: OMAP2+: Add structure for storing GPMC settings by Jon Hunter · 11 years ago
  97. 9f83315 ARM: OMAP2+: Add variable to store number of GPMC waitpins by Jon Hunter · 11 years ago
  98. f5d8eda ARM: omap2: gpmc: Remove redundant chip select out of range check by Ezequiel Garcia · 11 years ago
  99. ae9d908 ARM: omap2: gpmc: Fix gpmc_cs_reserved() return value by Ezequiel Garcia · 11 years ago
  100. 7b09509 ARM: omap2: gpmc: Remove unused gpmc_round_ns_to_ticks() function by Ezequiel Garcia · 11 years ago