1. f2f8115f memory: omap-gpmc: Use a compatible match table when checking for NAND controller by Roger Quadros · 3 years ago
  2. 7e58acc memory: omap-gpmc: Add support for GPMC on AM64 SoC by Roger Quadros · 3 years ago
  3. 19d398d memory: omap-gpmc: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years ago
  4. 77ed5e9 memory: omap-gpmc: Drop custom PM calls with cpu_pm notifier by Tony Lindgren · 3 years, 5 months ago
  5. 0f78964 memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unused by Tony Lindgren · 3 years, 5 months ago
  6. e004c3e memory: gpmc: fix out of bounds read and dereference on gpmc_cs[] by Colin Ian King · 3 years, 10 months ago
  7. 2e368dd Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 2 months ago
  8. 6cf238d memory: omap-gpmc: Fix -Wunused-function warnings by YueHaibing · 4 years, 4 months ago
  9. 13d029e memory: omap-gpmc: Fix build error without CONFIG_OF by YueHaibing · 4 years, 4 months ago
  10. 4c54228 memory: omap-gpmc: Fix a couple off by ones by Dan Carpenter · 4 years, 4 months ago
  11. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  12. dc1a928 memory: omap-gpmc: consistently use !res for NULL checks by Krzysztof Kozlowski · 4 years, 5 months ago
  13. 07b6cc4 memory: omap-gpmc: use WARN() instead of BUG() on wrong free by Krzysztof Kozlowski · 4 years, 5 months ago
  14. 1724f1b memory: omap-gpmc: remove GPMC_SET_ONE_CD_MAX macro for safety by Krzysztof Kozlowski · 4 years, 5 months ago
  15. d25112a memory: omap-gpmc: return meaningful error codes in gpmc_cs_set_timings() by Krzysztof Kozlowski · 4 years, 5 months ago
  16. ddbfbcb memory: omap-gpmc: remove unused file-scope phys_base and mem_size by Krzysztof Kozlowski · 4 years, 5 months ago
  17. 8e9ffd5 memory: omap-gpmc: remove unneeded asm/mach-types.h inclusion by Krzysztof Kozlowski · 4 years, 5 months ago
  18. 858432c memory: omap-gpmc: Fix language typo by Krzysztof Kozlowski · 4 years, 5 months ago
  19. cdd1aea memory: omap-gpmc: Correct white space issues by Krzysztof Kozlowski · 4 years, 5 months ago
  20. 1cd5345 memory: omap-gpmc: Use 'unsigned int' for consistency by Krzysztof Kozlowski · 4 years, 5 months ago
  21. 98397f1 memory: omap-gpmc: Enclose macro argument usage in parenthesis by Krzysztof Kozlowski · 4 years, 5 months ago
  22. 80c4f5a memory: omap-gpmc: Correct kerneldoc by Krzysztof Kozlowski · 4 years, 5 months ago
  23. 1a1e758 memory: omap-gpmc: Fix whitespace issue by Krzysztof Kozlowski · 4 years, 5 months ago
  24. 07852c3 memory: omap-gpmc: Include <linux/sizes.h> for SZ_16M by Krzysztof Kozlowski · 4 years, 5 months ago
  25. 2ec98f5 Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  26. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  27. 5923ea6 gpio: pass lookup and descriptor flags to request_own by Linus Walleij · 6 years ago
  28. d36377c Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  29. 030672a Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  30. a0752e9 memory: omap-gpmc: Get the header of the enum by Linus Walleij · 6 years ago
  31. 21abf10 gpio: Pass a flag to gpiochip_request_own_desc() by Linus Walleij · 6 years ago
  32. c2ade65 memory: omap-gpmc: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  33. c86f985 memory: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  34. d507178 memory: omap-gpmc: Avoid redundant NULL check by Roger Quadros · 7 years ago
  35. a758f50 mtd: onenand: omap2: Configure driver from DT by Ladislav Michl · 7 years ago
  36. c18a7ac memory: omap-gpmc: Make 'bank-width' property optional by Ladislav Michl · 7 years ago
  37. a622c64 memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg() by Ladislav Michl · 7 years ago
  38. 0d96a4f memory: omap-gpmc: Drop gpmc_status by Ladislav Michl · 7 years ago
  39. db749d1 memory: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  40. cd8eb62 Merge tag 'omap-for-v4.13/gpmc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/drivers by Olof Johansson · 8 years ago
  41. c9eabf4 memory: omap-gpmc: add error message if bank-width property is absent by Uwe Kleine-König · 8 years ago
  42. 95c278b memory: omap-gpmc: make dts snippet include semicolon by Uwe Kleine-König · 8 years ago
  43. aff523f memory: omap-gpmc: Fix debug output for access width by Tony Lindgren · 8 years ago
  44. 7807e08 ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure by Ladislav Michl · 8 years ago
  45. 9064a1c Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/drivers by Arnd Bergmann · 8 years ago
  46. 3950fff memory: omap-gpmc: make gpmc_clk_ticks_to_ns() static by Baoyou Xie · 8 years ago
  47. 525fe43 memory: omap-gpmc: use devm_gpiochip_add_data() by Linus Walleij · 8 years ago
  48. 3f41a3c memory: omap-gpmc: Delete an unnecessary check before the function call "gpiochip_free_own_desc" by Markus Elfring · 8 years ago
  49. 23540d6 memory: omap-gpmc: allow probe of child nodes to fail by Johan Hovold · 8 years ago
  50. 43a0a98 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  51. 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
  52. 9f2c519 memory: omap-gpmc: use of_platform_default_populate() to populate default bus by Kefeng Wang · 9 years ago
  53. 32dd625 memory: omap-gpmc: Move gpio functions out of #ifdef CONFIG_OF by Roger Quadros · 9 years ago
  54. caf21c6 memory: omap-gpmc: make it explicitly non-modular by Paul Gortmaker · 9 years ago
  55. 8f50b8e memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing by Ocquidant, Sebastien · 9 years ago
  56. f679888 mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
  57. 9e694621 memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs by Roger Quadros · 9 years ago
  58. b2bac25 memory: omap-gpmc: Support WAIT pin edge interrupts by Roger Quadros · 9 years ago
  59. 210325f0 memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoring by Roger Quadros · 9 years ago
  60. d2d0086 memory: omap-gpmc: Support general purpose input for WAITPINs by Roger Quadros · 9 years ago
  61. bdd7e03 memory: omap-gpmc: Prevent mapping into 1st 16MB by Roger Quadros · 9 years ago
  62. c9711ec mtd: nand: omap: Clean up device tree support by Roger Quadros · 11 years ago
  63. 384258f memory: omap-gpmc: Implement IRQ domain for NAND IRQs by Roger Quadros · 9 years ago
  64. 512d73d memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty status by Roger Quadros · 9 years ago
  65. f47fcad memory: omap-gpmc: Introduce GPMC to NAND interface by Roger Quadros · 9 years ago
  66. 2c92c04 memory: omap-gpmc: Add support for AAD timings by Neil Armstrong · 9 years ago
  67. fd820a1 memory: omap-gpmc: dump "before" state before first modification by Uwe Kleine-König · 9 years ago
  68. 50686e8 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  69. ed293d1 memory: kill off set_irq_flags usage by Rob Herring · 9 years ago
  70. e984a179 memory: omap-gpmc: Don't try to save uninitialized GPMC context by Tomeu Vizoso · 9 years ago
  71. ae74530 Merge branch 'fixes-rc1' into omap-for-v4.2/fixes by Tony Lindgren · 9 years ago
  72. 63aa945 memory: omap-gpmc: Add Kconfig option for debug by Tony Lindgren · 10 years ago
  73. 28a7eed memory: omap-gpmc: Fix parsing of devices by Tony Lindgren · 10 years ago
  74. 4b613e9 ARM OMAP2+ GPMC: fix programming/showing reserved timing parameters by Robert ABEL · 10 years ago
  75. 7f2e8c5 ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bug by Robert ABEL · 10 years ago
  76. 2e67690 ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIME by Robert ABEL · 10 years ago
  77. f585070 ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDER by Robert ABEL · 10 years ago
  78. 563dbb2 ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTS by Robert ABEL · 10 years ago
  79. 2affc81 ARM OMAP2+ GPMC: fix debug output alignment by Robert ABEL · 10 years ago
  80. b1dc1ca ARM OMAP2+ GPMC: add bus children by Robert ABEL · 10 years ago
  81. 5e9444d ARM OMAP2+ GPMC: don't undef DEBUG by Robert ABEL · 10 years ago
  82. 2e25b0e ARM: OMAP2+: gpmc: make gpmc_cs_get_name() static by Semen Protsenko · 10 years ago
  83. 9c4f757 ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconf by Semen Protsenko · 10 years ago
  84. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  85. fe78c54 Merge tag 'omap-gpmc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  86. 1864019 memory: gpmc: Move omap gpmc code to live under drivers by Tony Lindgren · 10 years ago[Renamed from arch/arm/mach-omap2/gpmc.c]
  87. a861280 ARM: OMAP2+: Move GPMC initcall to devices.c by Tony Lindgren · 10 years ago
  88. e639cd5 ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header by Tony Lindgren · 10 years ago
  89. 6f8782a ARM: OMAP2+: Remove unnecesary include in GPMC driver by Javier Martinez Canillas · 11 years ago
  90. 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
  91. 9995772 ARM: OMAP2+: Require proper GPMC timings for devices by Tony Lindgren · 10 years ago
  92. 35ac051 ARM: OMAP2+: Show bootloader GPMC timings to allow configuring the .dts file by Tony Lindgren · 10 years ago
  93. 9ed7a77 ARM: OMAP2+: Fix support for multiple devices on a GPMC chip select by Tony Lindgren · 10 years ago
  94. 8bf9be5 ARM: OMAP2+: gpmc: Sanity check GPMC fck on probe by Roger Quadros · 10 years ago
  95. 4cf27d2 ARM: OMAP2+: gpmc: Keep Chip Select disabled while configuring it by Roger Quadros · 10 years ago
  96. e378d22 ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devices by Roger Quadros · 10 years ago
  97. 7604baf ARM: OMAP2+: gpmc: Error out if timings fail in gpmc_probe_generic_child() by Roger Quadros · 10 years ago
  98. 8032374 ARM: OMAP2+: gpmc: Print error message in set_gpmc_timing_reg() by Roger Quadros · 10 years ago
  99. 511c41d Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  100. 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