1. f7973d8 sh-pfc: Use PTR_ERR_OR_ZERO() to simplify the code by Wei Yongjun · 8 years ago
  2. 8775306 pinctrl: sh-pfc: refactor voltage setting by Wolfram Sang · 8 years ago
  3. 67ec8d7 pinctrl: ish-pfc: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  4. 3caa7d8 pinctrl: sh-pfc: Add drive strength support by Laurent Pinchart · 9 years ago
  5. d0b3ed4 pinctrl: sh-pfc: add missing of_node_put by Julia Lawall · 9 years ago
  6. 5b9eaa5 pinctrl: sh-pfc: Implement pinconf power-source param for voltage switching by Ben Hutchings · 9 years ago
  7. 16ccaf5 pinctrl: sh-pfc: Accept standard function, pins and groups properties by Laurent Pinchart · 9 years ago
  8. 323de9e pinctrl: make pinctrl_register() return proper error code by Masahiro Yamada · 9 years ago
  9. dd4d01f pinctrl: pinconf-generic: Allow driver to specify DT params by Soren Brinkmann · 10 years ago
  10. 03e9f0c pinctrl: clean up after enable refactoring by Linus Walleij · 10 years ago
  11. 2243a87 pinctrl: avoid duplicated calling enable_pinmux_setting for a pin by Fan Wu · 10 years ago
  12. 03b054e pinctrl: Pass all configs to driver on pin_config_set() by Sherman Yin · 11 years ago
  13. acac8ed sh-pfc: Compute pin ranges automatically by Laurent Pinchart · 11 years ago
  14. 28818fa sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pins by Laurent Pinchart · 11 years ago
  15. 3a8d63d sh-pfc: Guard DT parsing with #ifdef CONFIG_OF by Laurent Pinchart · 11 years ago
  16. 12f3ad8 sh-pfc: Add pinconf support to DT bindings by Laurent Pinchart · 11 years ago
  17. fe1c9a8 sh-pfc: Add DT support by Laurent Pinchart · 11 years ago
  18. e3c47051 sh-pfc: Configure pins as GPIOs at request time when handled externally by Laurent Pinchart · 12 years ago
  19. 6dc9b45 sh-pfc: Return an error if a pin doesn't support the requested direction by Laurent Pinchart · 12 years ago
  20. 9a643c9 sh-pfc: Convert message printing from pr_* to dev_* by Laurent Pinchart · 12 years ago
  21. 9fddc4a sh-pfc: Clean up pin configuration type handling by Laurent Pinchart · 12 years ago
  22. 0d00f00 sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction() by Laurent Pinchart · 12 years ago
  23. c58d9c1 sh-pfc: Implement generic pinconf support by Laurent Pinchart · 12 years ago
  24. b705c05 sh-pfc: Use proper error codes by Laurent Pinchart · 12 years ago
  25. cd3c1be sh-pfc: Constify all SoC data by Laurent Pinchart · 12 years ago
  26. 861601d sh-pfc: Remove configuration dry-run and free by Laurent Pinchart · 12 years ago
  27. 1a0039d sh-pfc: Don't modify sh_pfc_pin SoC data by Laurent Pinchart · 12 years ago
  28. fd9d05b sh-pfc: Fix return value check in sh_pfc_register_pinctrl() by Wei Yongjun · 12 years ago
  29. 3d8d9f1 sh-pfc: Expose real groups and functions in pinctrl/pinmux operations by Laurent Pinchart · 12 years ago
  30. 63d5738 sh-pfc: Add support for sparse pin numbers by Laurent Pinchart · 12 years ago
  31. 247127f sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range() by Laurent Pinchart · 12 years ago
  32. 934cb02 sh-pfc: Add function to retrieve a pin instance from its pin number by Laurent Pinchart · 12 years ago
  33. a68fdca9 sh-pfc: Use pinmux identifiers in the pin muxing API by Laurent Pinchart · 12 years ago
  34. a3db40a6 sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin by Laurent Pinchart · 12 years ago
  35. a373ed0 sh-pfc: Split pins and functions definition tables by Laurent Pinchart · 12 years ago
  36. 2119f7c sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only by Laurent Pinchart · 12 years ago
  37. 380c2ed sh-pfc: Initialize pinmux_gpio flags statically by Laurent Pinchart · 12 years ago
  38. d7a7ca5 sh-pfc: Replace first_gpio and last_gpio with nr_gpios by Laurent Pinchart · 12 years ago
  39. d785fdb sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios() by Laurent Pinchart · 12 years ago
  40. e3e89ae sh-pfc: Drop the sh_pfc_pinctrl spinlock by Laurent Pinchart · 12 years ago
  41. dcc427e sh-pfc: Don't define the per-device pinctrl struct instances as global by Laurent Pinchart · 12 years ago
  42. fe330ce sh-pfc: Declare operation structures as const by Laurent Pinchart · 12 years ago
  43. c332380 sh-pfc: Move sh_pfc.h from include/linux/ to driver directory by Laurent Pinchart · 12 years ago
  44. 19bb7fe3 sh-pfc: Support pinmux info in driver data instead of platform data by Laurent Pinchart · 12 years ago
  45. 6e54d8d sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/ by Laurent Pinchart · 12 years ago[Renamed from drivers/sh/pfc/pinctrl.c]
  46. 90efde2 sh-pfc: Sort headers alphabetically by Laurent Pinchart · 12 years ago
  47. 4a2e0d1 sh-pfc: Let the compiler decide whether to inline functions by Laurent Pinchart · 12 years ago
  48. 1724acf sh-pfc: Use devm_kzalloc() by Laurent Pinchart · 12 years ago
  49. c6193ea sh-pfc: Move platform device and driver to the core by Laurent Pinchart · 12 years ago
  50. f9492fd sh-pfc: Merge PFC core and pinctrl by Laurent Pinchart · 12 years ago
  51. f916513 sh-pfc: Move private definitions and declarations to private header by Laurent Pinchart · 12 years ago
  52. d4e62d0 sh-pfc: Split platform data from the sh_pfc structure by Laurent Pinchart · 12 years ago
  53. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  54. 16d74eb sh: pfc: Fix up GPIO mux type reconfig case. by Paul Mundt · 12 years ago
  55. 077664a sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error path by Laurent Pinchart · 12 years ago
  56. 1e32dfe sh: pfc: Fix up init ordering mess. by Paul Mundt · 12 years ago
  57. 92f53a8 sh: pfc: Build fix for pinctrl_remove_gpio_range() changes. by Paul Mundt · 12 years ago
  58. fdd85ec sh: pfc: pin config get/set support. by Paul Mundt · 12 years ago
  59. 5440711 sh: pfc: Prefer DRV_NAME over KBUILD_MODNAME. by Paul Mundt · 12 years ago
  60. e3f805e sh: pfc: pinctrl legacy group support. by Paul Mundt · 12 years ago
  61. e3e7945 sh: pfc: Ignore pinmux GPIOs with invalid enum IDs. by Paul Mundt · 12 years ago
  62. 1acbbb4ed sh: pfc: Export pinctrl binding init symbol. by Paul Mundt · 12 years ago
  63. a2d3aff sh: pfc: Make pr_fmt consistent across pfc drivers. by Paul Mundt · 12 years ago
  64. d93a891 sh: pfc: pinctrl legacy function support. by Paul Mundt · 12 years ago
  65. ca5481c6 sh: pfc: Rudimentary pinctrl-backed GPIO support. by Paul Mundt · 12 years ago