1. 0ac3c0a4 pinctrl: single: Fix missing flush of posted write for a wakeirq by Tony Lindgren · 8 years ago
  2. 56b367c pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs by Keerthy · 8 years ago
  3. 3c177a1 pinctrl: single: Use a separate lockdep class by Sudeep Holla · 8 years ago
  4. f10a258 pinctrl: Delete unnecessary checks by Markus Elfring · 9 years ago
  5. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  6. 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
  7. 9458120 pinctrl: kill off set_irq_flags usage by Rob Herring · 9 years ago
  8. c10372e pinctrl: single: ensure pcs irq will not be forced threaded by Grygorii Strashko · 9 years ago
  9. 5663bb2 pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  10. 20d5d14 pinctrl: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  11. 6417049 pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ by Grygorii Strashko · 9 years ago
  12. 323de9e pinctrl: make pinctrl_register() return proper error code by Masahiro Yamada · 9 years ago
  13. e5b6095 pinctrl: single: Constify irq_domain_ops by Krzysztof Kozlowski · 9 years ago
  14. baa9946e pinctrl: constify of_device_id array by Fabian Frederick · 9 years ago
  15. 5c759d7 pinctrl: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  16. 9e3a979 pinctrl: single: fix freudian slip by Linus Walleij · 10 years ago
  17. 03e9f0c pinctrl: clean up after enable refactoring by Linus Walleij · 10 years ago
  18. aa2293d pinctrl: single: AM437x: Add pinctrl compatibility by Keerthy · 10 years ago
  19. 31320be pinctrl: single: Add DRA7 pinctrl compatibility by Nishanth Menon · 10 years ago
  20. bf4cef6 pinctrl: pinctrl-single.c: Cleaning up wrong format string usage by Rickard Strandqvist · 10 years ago
  21. 849bfe0 pinctrl: pinctrl-single.c: Cleaning up values that are never used by Rickard Strandqvist · 10 years ago
  22. 2243a87 pinctrl: avoid duplicated calling enable_pinmux_setting for a pin by Fan Wu · 10 years ago
  23. 5896862 pinctrl: single: Clear pin interrupts enabled by bootloader by Tony Lindgren · 10 years ago
  24. 4bd7547 pinctrl: single: add low power mode support by Chao Xie · 10 years ago
  25. ad5d25f pinctrl: single: fix infinite loop caused by bad mask by Tomi Valkeinen · 10 years ago
  26. dd4c2b3c pinctrl: single: fix pcs_disable with bits_per_mux by Tomi Valkeinen · 10 years ago
  27. c9b3a7d pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed by Roger Quadros · 11 years ago
  28. 1b9c0fb pinctrl: single: Fix build when not built on ARM by Tony Lindgren · 11 years ago
  29. dc7743a pinctrl: single: Add support for auxdata by Tony Lindgren · 11 years ago
  30. 3e6cee1 pinctrl: single: Add support for wake-up interrupts by Tony Lindgren · 11 years ago
  31. 02e483f6 pinctrl: single: Prepare for supporting SoC specific features by Tony Lindgren · 11 years ago
  32. 6ad30ce Merge tag 'v3.11-rc7' into devel by Linus Walleij · 11 years ago
  33. 03b054e pinctrl: Pass all configs to driver on pin_config_set() by Sherman Yin · 11 years ago
  34. 8cb440a pinctrl: pinctrl-single: fix compile warning when no CONFIG_PM by Jean-Francois Moine · 11 years ago
  35. 0f9bc4b pinctrl: single: adopt pinctrl sleep mode management by Hebbar Gururaja · 11 years ago
  36. 6f924b0 pinctrl: pinctrl-single: pin names for pinctrl-single.bits by Manjunathappa, Prakash · 11 years ago
  37. 4e7e801 pinctrl: pinctrl-single: enhance to configure multiple pins of different modules by Manjunathappa, Prakash · 11 years ago
  38. 18442e6 pinctrl: single: fix error return code in pcs_parse_one_pinctrl_entry() by Wei Yongjun · 11 years ago
  39. 7cba5b3 pinctrl: single: correct argument for pinconf by Haojian Zhuang · 11 years ago
  40. a7bbdd7 pinctrl: single: Fix build error by Axel Lin · 11 years ago
  41. 9dddb4d pinctrl: single: support generic pinconf by Haojian Zhuang · 11 years ago
  42. 477ac77 pinctrl: single: set function mask as optional by Haojian Zhuang · 11 years ago
  43. a1a277e pinctrl: single: create new gpio function range by Haojian Zhuang · 11 years ago
  44. 022ab14 pinctrl: Declare operation structures as const by Laurent Pinchart · 11 years ago
  45. 8b77b37 Revert "pinctrl: single: support gpio request and free" by Haojian Zhuang · 11 years ago
  46. 150632b Drivers: pinctrl: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  47. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  48. f90f54b pinctrl: remove use of __devexit by Bill Pemberton · 11 years ago
  49. 99688ed pinctrl: remove use of __devinitdata by Bill Pemberton · 11 years ago
  50. 2a36f08 pinctrl: remove use of __devexit_p by Bill Pemberton · 11 years ago
  51. 00e79d1 pinctrl: pinctrl-single: Fix error check condition by Sachin Kamat · 11 years ago
  52. 2e8b2ea pinctrl: single: support gpio request and free by Haojian Zhuang · 11 years ago
  53. e7ed671 pinctrl: single: dump pinmux register value by Haojian Zhuang · 12 years ago
  54. 7d66ce7 pinctrl: pinctrl-single: add debugfs pin h/w state info by Matt Porter · 12 years ago
  55. 9e605cb pinctrl: pinctrl-single: Add pinctrl-single,bits type of mux by Peter Ujfalusi · 12 years ago
  56. 00ba7a5 pinctrl: pinctrl-single: Make sure we do not change bits outside of mask by Peter Ujfalusi · 12 years ago
  57. 8b8b091b pinctrl: Add one-register-per-pin type device tree based pinctrl driver by Tony Lindgren · 12 years ago