1. 3fa53ec pinctrl: samsung: Remove bogus irq_[un]mask from resource management by Thomas Gleixner · 7 years ago
  2. a453f36 pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem by Krzysztof Kozlowski · 8 years ago
  3. a1ea9a4 pinctrl: samsung: Handle memory allocation failure during wakeup banks init by Krzysztof Kozlowski · 8 years ago
  4. 71b96c3 pinctrl: samsung: Constify wakeup driver specific data by Krzysztof Kozlowski · 8 years ago
  5. cfa76dd pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 by Krzysztof Kozlowski · 8 years ago
  6. 51d1eda pinctrl: samsung: Add include guard to local header by Krzysztof Kozlowski · 8 years ago
  7. 8208b28 pinctrl: samsung: Clean up modular vs. non-modular distinctions by Paul Gortmaker · 8 years ago
  8. 7ddaa43 pinctrl: samsung: Remove unneeded (void *) casts in of_match_table by Masahiro Yamada · 8 years ago
  9. 68fed41 Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  10. 8d4264d Merge tag 'samsung-pinctrl-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into devel by Linus Walleij · 8 years ago
  11. dbc9d69 pinctrl: samsung: Add missing part for PINCFG_TYPE_DRV of Exynos5433 by Chanwoo Choi · 8 years ago
  12. f69ae4f pinctrl: samsung: Use devres version of gpiochip_add_data by Charles Keepax · 8 years ago
  13. 1abd18d pinctrl: samsung: Register pinctrl before GPIO by Charles Keepax · 8 years ago
  14. e1d7eb0 pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs by Marek Szyprowski · 8 years ago
  15. 8fe9bf0 pinctrl: samsung: Ensure that pad retention is disabled on driver init by Marek Szyprowski · 8 years ago
  16. 59f34e8 pinctrl: samsung: Fix memory mapping code by Andrzej Hajda · 8 years ago
  17. 84b90e0 pinctrl: samsung: Remove unused local variable by Charles Keepax · 8 years ago
  18. baafaca pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data() by Wei Yongjun · 8 years ago
  19. 304c92e pinctrl: samsung: mark PM functions as __maybe_unused by Arnd Bergmann · 8 years ago
  20. 7f36f5d Merge tag 'v4.10-rc6' into devel by Linus Walleij · 8 years ago
  21. 2b24efa pinctrl: samsung: Replace syscore ops with standard platform device pm_ops by Marek Szyprowski · 8 years ago
  22. dabd145 pinctrl: samsung: Move retention control from mach-s5pv210 to the pinctrl driver by Marek Szyprowski · 8 years ago
  23. 0773101 pinctrl: samsung: Move retention control from mach-exynos to the pinctrl driver by Marek Szyprowski · 8 years ago
  24. 1fc8ad8 pinctrl: samsung: Add infrastructure for pin-bank retention control by Marek Szyprowski · 8 years ago
  25. 991efb0 pinctrl: samsung: Remove dead code by Marek Szyprowski · 8 years ago
  26. 9abc2b9 pinctrl: samsung: Use generic of_device_get_match_data helper by Marek Szyprowski · 8 years ago
  27. ed07bda pinctrl: samsung: Add missing initconst annotation by Marek Szyprowski · 8 years ago
  28. 1f7b8ea pinctrl: samsung: Fix samsung_pinctrl_create_functions return value by Marek Szyprowski · 8 years ago
  29. fa5c0f4 pinctrl: samsung: Remove messages for failed memory allocation by Marek Szyprowski · 8 years ago
  30. 9635af8 pinctrl: samsung: Remove support for Exynos4415 (SoC not supported anymore) by Krzysztof Kozlowski · 8 years ago
  31. 1259fed pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 by Chanwoo Choi · 8 years ago
  32. ac8130e pinctrl: samsung: Add GPF support for Exynos5433 by Chanwoo Choi · 8 years ago
  33. 8b1bd11 pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bank by Chanwoo Choi · 8 years ago
  34. 8d0a0ac Merge branch 'fixes' into devel by Linus Walleij · 8 years ago
  35. b09eed7 pinctrl: samsung: Remove an always false dev->of_node test by Sylwester Nawrocki · 8 years ago
  36. 26fecf0 pinctrl: exynos: remove duplicate calls in irq handler by perr perr · 8 years ago
  37. a0ee2ac pinctrl: samsung: Suppress unbinding to prevent theoretical attacks by Krzysztof Kozlowski · 9 years ago
  38. 71324fd pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range by Andrew Jeffery · 9 years ago
  39. 9ed19e0 pinctrl: samsung: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  40. 40011bf pinctrl: exynos5440: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  41. d9ff0eb pinctrl: samsung: fix SMP race condition by Youngmin Nam · 9 years ago
  42. 58cf279a Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  43. dbf09b0 pinctrl: exynos5440: use gpiochip data pointer by Linus Walleij · 9 years ago
  44. 9f57f81 pinctrl: samsung: use gpiochip data pointer by Linus Walleij · 9 years ago
  45. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  46. 023e06d pinctrl: exynos: add exynos5410 SoC specific data by Hakjoo Kim · 10 years ago
  47. e86328c Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  48. 98c85d5 pinctrl: replace trivial implementations of gpio_chip request/free by Jonas Gorski · 9 years ago
  49. be2cbd4 pinctrl: samsung: Remove unneded semicolon by Javier Martinez Canillas · 9 years ago
  50. fadb97b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  52. fa84b52 pinctrl: samsung: s3c24xx: fix syntax error by Linus Walleij · 9 years ago
  53. 88a9988 Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  54. 9458120 pinctrl: kill off set_irq_flags usage by Rob Herring · 9 years ago
  55. 5663bb2 pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  56. f66eb49 pinctrl/samsung: Use irq_set_handler_locked() by Thomas Gleixner · 9 years ago
  57. 40ec168 pinctrl/exynos: Use irq_set_handler_locked() by Thomas Gleixner · 9 years ago
  58. c21f784 pinctrl/exynos: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  59. 5cde07a pinctrl: samsung: Remove old unused defines by Krzysztof Kozlowski · 10 years ago
  60. 583facb pinctrl: samsung: remove "out of memory" messages by Dan Carpenter · 9 years ago
  61. 8749f8e pinctrl: samsung: don't truncate the last char by Dan Carpenter · 9 years ago
  62. d5fb821 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. 623a650 pinctrl/samsung: Fix race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  64. 0cfc45c pinctrl/samsung: Fix race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  65. bb56fc35 pinctrl/exynos: Fix race in installing chained IRQ handler by Thomas Gleixner · 9 years ago
  66. 323de9e pinctrl: make pinctrl_register() return proper error code by Masahiro Yamada · 10 years ago
  67. 44a074f pinctrl: samsung: Fix the pointer in PTR_ERR() by Fabio Estevam · 10 years ago
  68. 45937b5 pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block by Abhilash Kesavan · 10 years ago
  69. 3c5ecc9 pinctrl: exynos: Add support for Exynos5433 by Chanwoo Choi · 10 years ago
  70. ac5a186 pinctrl: exynos: Add AUDIO pin controller for exynos7 by Padmavathi Venna · 10 years ago
  71. d171cd0 pinctrl: exynos: Add BUS1 pin controller for exynos7 by Vivek Gautam · 10 years ago
  72. 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
  73. 980f3c3 Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  74. 2891ba2 pinctrl: exynos: Add support for Exynos4415 by Tomasz Figa · 10 years ago
  75. 50cea0c pinctrl: exynos: Add initial driver data for Exynos7 by Naveen Krishna Ch · 10 years ago
  76. 14c255d pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts by Abhilash Kesavan · 10 years ago
  77. 6f5e41b pinctrl: exynos: Consolidate irq domain callbacks by Abhilash Kesavan · 10 years ago
  78. 0d3d30d pinctrl: exynos: Generalize the eint16_31 demux code by Abhilash Kesavan · 10 years ago
  79. 8100cf4 pinctrl: samsung: Separate per-bank init and runtime data by Tomasz Figa · 10 years ago
  80. 1bf00d7 pinctrl: samsung: Constify samsung_pin_ctrl struct by Tomasz Figa · 10 years ago
  81. 94ce944 pinctrl: samsung: Constify samsung_pin_bank_type struct by Tomasz Figa · 10 years ago
  82. e06deff pinctrl: samsung: Drop unused label field in samsung_pin_ctrl struct by Tomasz Figa · 10 years ago
  83. 8799327 pinctrl: samsung: Make samsung_pinctrl_get_soc_data use ERR_PTR() by Tomasz Figa · 10 years ago
  84. e3a2e87 gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq by Alexandre Courbot · 10 years ago
  85. 2604b83 pinctrl: samsung: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  86. ea58459 Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  87. 2b425a3 Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  88. 2fcea6c pinctrl: remove remaining users of gpiochip_remove() retval by Linus Walleij · 10 years ago
  89. 03e9f0c pinctrl: clean up after enable refactoring by Linus Walleij · 10 years ago
  90. f6a8249 pinctrl: exynos: Lock GPIOs as interrupts when used as EINTs by Tomasz Figa · 10 years ago
  91. ebe629a pinctrl: samsung: Group all drivers in a sub-dir by Sachin Kamat · 10 years ago