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