1. 478b676 pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11 by Chen-Yu Tsai · 6 years ago
  2. a93a676 pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()' by Christophe JAILLET · 6 years ago
  3. a492531 pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_state by YueHaibing · 6 years ago
  4. 94f4e54 pinctrl: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  5. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  6. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  7. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  8. 6419945 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  9. ba5554d pinctrl: sunxi: add support for H6 R_PIO pin controller by Icenowy Zheng · 7 years ago
  10. 10e3a88 pinctrl: sunxi: Use of_clk_get_parent_count() instead of open coding by Geert Uytterhoeven · 7 years ago
  11. c8a8309 pinctrl: sunxi: add support for the Allwinner H6 main pin controller by Icenowy Zheng · 7 years ago
  12. 35817d3 pinctrl: sunxi: change irq_bank_base to irq_bank_map by Icenowy Zheng · 7 years ago
  13. 29dfc6b pinctrl: sunxi: introduce IRQ bank conversion function by Icenowy Zheng · 7 years ago
  14. 4b0d6c5 pinctrl: sunxi: refactor irq related register function to have desc by Icenowy Zheng · 7 years ago
  15. a34ea4b pinctrl: sunxi: always look for apb block by Andre Przywara · 7 years ago
  16. ef991796 Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  17. 470b73a pinctrl: sunxi: Use of_clk_get_parent_count() instead of open coding by Geert Uytterhoeven · 7 years ago
  18. 32e21f0 pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly. by hao_zhang · 7 years ago
  19. e210a0a pinctrl: sunxi: fix a typo when merging A20 support to A10 driver by Icenowy Zheng · 7 years ago
  20. 07c43a3 pinctrl: sunxi: Disable strict mode for H5 driver by Andre Przywara · 7 years ago
  21. 7c5c2c2 pinctrl: sunxi: Fix A64 UART mux value by Andre Przywara · 7 years ago
  22. 6ad4cc8 pinctrl: sunxi: Fix A80 interrupt pin bank by Andre Przywara · 7 years ago
  23. b630a23 Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 1396007 pinctrl: sunxi: Enforce the strict mode by default by Maxime Ripard · 7 years ago
  26. cd70387 pinctrl: sunxi: Disable strict mode for old pinctrl drivers by Maxime Ripard · 7 years ago
  27. aae842a pinctrl: sunxi: Introduce the strict flag by Maxime Ripard · 7 years ago
  28. ac059e2 Revert "pinctrl: sunxi: Don't enforce bias disable (for now)" by Priit Laes · 7 years ago
  29. 1899ccc pinctrl: sunxi: fix wrong irq_banks number for H5 pinctrl by Icenowy Zheng · 8 years ago
  30. f547b3d pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base by Icenowy Zheng · 8 years ago
  31. 2fdf5f8 pinctrl: sunxi: explicitly request exclusive reset control by Philipp Zabel · 8 years ago
  32. 059b079 pinctrl: sunxi: rename R_PIO i2c pin function name by Icenowy Zheng · 8 years ago
  33. cad4e20 pinctrl: sunxi: add support of R40 to A10 pinctrl driver by Icenowy Zheng · 8 years ago
  34. d81ece7 pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver by Icenowy Zheng · 8 years ago
  35. 41633ed pinctrl: sunxi: Add support for A83T R_PIO by Chen-Yu Tsai · 8 years ago
  36. 2421dfd pinctrl: sunxi: constify irq_domain_ops by Tobias Klauser · 8 years ago
  37. 56efa62 pinctrl: sunxi: drop dedicated A20 driver by Icenowy Zheng · 8 years ago
  38. 5d8d349 pinctrl: sunxi: add A20 support to A10 driver by Icenowy Zheng · 8 years ago
  39. 88798ba pinctrl: sunxi: Add SoC ID definitions for A10, A20 and R40 SoCs by Icenowy Zheng · 8 years ago
  40. ffaa3644 pinctrl: sunxi: Fix SPDIF function name for A83T by Chen-Yu Tsai · 8 years ago
  41. f658ed3 pinctrl: sunxi: make use of raw_spinlock variants by Julia Cartwright · 8 years ago
  42. 9396f44 pinctrl: sunxi: select GPIOLIB by Icenowy Zheng · 8 years ago
  43. 14c868b pinctrl: sunxi: Add A64 R_PIO controller support by Icenowy Zheng · 8 years ago
  44. 082bc28 pinctrl: sunxi: refactor pinctrl choice selecting for ARM64 by Icenowy Zheng · 8 years ago
  45. 5ab3566 Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  46. cff1f7a pinctrl: sunxi: make sun5i explicitly non-modular by Paul Gortmaker · 8 years ago
  47. 1fe57d6 pinctrl: sunxi: Remove stray printk call in sun5i driver's probe function by Chen-Yu Tsai · 8 years ago
  48. 623461e pinctrl: sunxi: Remove redundant A31s pinctrl driver by Chen-Yu Tsai · 8 years ago
  49. 4924982 pinctrl: sunxi: Support A31/A31s with pinctrl variants by Chen-Yu Tsai · 8 years ago
  50. 838adb5 drivers: pinctrl: add driver for Allwinner H5 SoC by Icenowy Zheng · 8 years ago
  51. 2154d94 pinctrl: sunxi: Don't enforce bias disable (for now) by Maxime Ripard · 8 years ago
  52. 27a2873 Merge branch 'ib-pinctrl-genprops' into devel by Linus Walleij · 8 years ago
  53. 58957d2 pinctrl: Widen the generic pinconf argument from 16 to 24 bits by Mika Westerberg · 8 years ago
  54. 56d9e4a pinctrl: sunxi: add driver for V3s SoC by Icenowy Zheng · 8 years ago
  55. d83bb5a pinctrl: sunxi: Remove old sun5i pinctrl drivers by Maxime Ripard · 8 years ago
  56. 858f559 pinctrl: sunxi: Add common sun5i pinctrl driver by Maxime Ripard · 8 years ago
  57. 578db85 pinctrl: sunxi: Add pinctrl variants by Maxime Ripard · 8 years ago
  58. b3cde19 pinctrl: sunxi: Testing the wrong variable by Dan Carpenter · 8 years ago
  59. d8a2221 pinctrl: sunxi: fix theoretical uninitialized variable access by Arnd Bergmann · 8 years ago
  60. 7c92649 pinctrl: sunxi: Add support for interrupt debouncing by Maxime Ripard · 8 years ago
  61. 5181482 pinctrl: sunxi: Make sunxi_pconf_group_set use sunxi_pconf_reg helper by Chen-Yu Tsai · 8 years ago
  62. c5fda17 pinctrl: sunxi: Add support for fetching pinconf settings from hardware by Chen-Yu Tsai · 8 years ago
  63. 223dba0 pinctrl: sunxi: Fix PIN_CONFIG_BIAS_PULL_{DOWN,UP} argument by Chen-Yu Tsai · 8 years ago
  64. 88f01a1 pinctrl: sunxi: Free configs in pinctrl_map only if it is a config map by Chen-Yu Tsai · 8 years ago
  65. 0c8c6ba pinctrl: sunxi: make bool drivers explicitly non-modular by Paul Gortmaker · 8 years ago
  66. e11dee2 pinctrl: sunxi: Deal with configless pins by Maxime Ripard · 8 years ago
  67. cefbf1a pinctrl: sunxi: Support generic binding by Maxime Ripard · 8 years ago
  68. 07fe64b pinctrl: sunxi: Handle bias disable by Maxime Ripard · 8 years ago
  69. 42676fa pinctrl: sunxi: Use macros from bindings header file for DT parsing by Maxime Ripard · 8 years ago
  70. f233dbc pinctrl: sunxi: Rework the pin config building code by Maxime Ripard · 8 years ago
  71. 6a497e9 Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  72. 031ba28 gpio: acpi: separation of concerns by Linus Walleij · 8 years ago
  73. 0565f49 Merge tag 'v4.8-rc6' into devel by Linus Walleij · 8 years ago
  74. 66cd89d pinctrl: sunxi: Remove unsupported PWM channel pinmux in H3 by Milo Kim · 8 years ago
  75. ac91ab5 pinctrl: sunxi: Add GR8 controller support by Mylène Josserand · 8 years ago
  76. 486095f pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33 by Icenowy Zheng · 8 years ago
  77. 2e477079 pinctrl: sun6i: add SPDIF to pin description. by Marcus Cooper · 9 years ago
  78. bc0f566 pinctrl: sunxi: fix nand0 function name for sun8i by Icenowy Zheng · 9 years ago
  79. a37571a Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  80. 45078ea pinctrl: ssbi-mpp: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  81. 5e7515b pinctrl: sunxi: Fix A33 external interrupts not working by Hans de Goede · 9 years ago
  82. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  83. 96851d3 drivers: pinctrl: add driver for Allwinner A64 SoC by Andre Przywara · 9 years ago
  84. cc998d8 Merge tag 'v4.5-rc5' into devel by Linus Walleij · 9 years ago
  85. 5ab260a pinctrl: sunxi: make A80 explicitly non-modular by Paul Gortmaker · 9 years ago
  86. bcc7619 pinctrl: sunxi: does not need module.h by Paul Gortmaker · 9 years ago
  87. 7866f5a pinctrl: sunxi: Change mux setting on PI irq pins by Henry Paulissen · 9 years ago
  88. 9c24ef4 pinctrl: sunxi: Remove non existing irq's by Henry Paulissen · 9 years ago
  89. 6cee382 gpio/pinctrl: sunxi: stop poking around in private vars by Linus Walleij · 9 years ago
  90. be2d107 pinctrl: sunxi: Use pin number when calling sunxi_pmx_set by Krzysztof Adamski · 9 years ago
  91. ba83a11 pinctrl: sunxi: Add H3 R_PIO controller support by Krzysztof Adamski · 9 years ago
  92. 111f2b8 pinctrl: sunxi: H3 requires irq_read_needs_mux by Krzysztof Adamski · 9 years ago
  93. 3a42a04 pinctrl: sunxi: guard sub-directory with CONFIG_PINCTRL_SUNXI by Masahiro Yamada · 9 years ago
  94. 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
  95. 88057d6 pinctrl: sunxi: use gpiochip data pointer by Linus Walleij · 9 years ago
  96. 39e24ac pinctrl: sunxi: Be sure to clamp return value by Linus Walleij · 9 years ago
  97. 0eccc9c pinctrl: sunxi: Add A80 special pin controller by Maxime Ripard · 9 years ago
  98. e87623c pinctrl: sunxi: Add H3 PIO controller support by Jens Kuske · 9 years ago
  99. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  100. 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