1. 9697643 pinctrl: sh-pfc: Let gpio_chip.to_irq() return zero on error by Geert Uytterhoeven · 8 years ago
  2. 7cb093c pinctrl: sh-pfc: use gpiochip data pointer by Linus Walleij · 9 years ago
  3. 58383c7 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  4. 4adeabd pinctrl: sh-pfc: Remove hardcoded IRQ numbers by Laurent Pinchart · 9 years ago
  5. 90d0661 pinctrl: sh-pfc: Get rid of CONFIG_ARCH_SHMOBILE_LEGACY by Geert Uytterhoeven · 9 years ago
  6. 56f891b pinctrl: sh-pfc: Confine legacy function GPIOs to SH by Geert Uytterhoeven · 9 years ago
  7. 57106e5 pinctrl: sh-pfc: Remove empty gpio_function_free() by Geert Uytterhoeven · 9 years ago
  8. 18fab399 pinctrl: sh-pfc: Stop calling gpiochip_add_pin_range() on DT platforms by Geert Uytterhoeven · 9 years ago
  9. 1f34de0 pinctrl: sh-pfc: Use u32 to store register addresses by Geert Uytterhoeven · 10 years ago
  10. 17c7cbb pinctrl: sh-pfc: Use reg_width instead of reg as sentinel by Geert Uytterhoeven · 10 years ago
  11. cef28a2 pinctrl: sh-pfc: Use unsigned int for register/field widths and offsets by Geert Uytterhoeven · 10 years ago
  12. fc88936 pinctrl: sh-pfc: Use u32 to store register data by Geert Uytterhoeven · 10 years ago
  13. b4e7c55 pinctrl: remove all usage of gpio_remove ret val in driver/pinctl by abdoulaye berthe · 10 years ago
  14. 6d5bddd pinctrl: sh-pfc: Constify IRQ GPIOs arrays by Laurent Pinchart · 11 years ago
  15. 70c8f01 sh-pfc: Support GPIO to IRQ mapping specified IRQ resources by Laurent Pinchart · 11 years ago
  16. 5b46ac3 sh-pfc: Rename sh_pfc window field to windows by Laurent Pinchart · 11 years ago
  17. 316b255 sh-pfc: Terminate gpios array by -1 by Laurent Pinchart · 11 years ago
  18. 8d72a7f sh-pfc: Turn unsigned indices into unsigned int by Laurent Pinchart · 11 years ago
  19. 4f82e3e sh-pfc: Support pins not associated with a GPIO port by Laurent Pinchart · 11 years ago
  20. acac8ed sh-pfc: Compute pin ranges automatically by Laurent Pinchart · 11 years ago
  21. 28818fa sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pins by Laurent Pinchart · 11 years ago
  22. 757b055 sh-pfc: Rename gpio arguments to be consistent with the rest of the code by Laurent Pinchart · 11 years ago
  23. a1a3580 sh-pfc: Don't overallocate memory for the GPIO chip pins array by Laurent Pinchart · 11 years ago
  24. ceef91d sh-pfc: Skip gpiochip registration when no GPIO resource is found by Laurent Pinchart · 12 years ago
  25. 1a4fd58 sh-pfc: Make GPIO support optional by Laurent Pinchart · 12 years ago
  26. 542a564 sh-pfc: Make function GPIOs support optional by Laurent Pinchart · 12 years ago
  27. 9a643c9 sh-pfc: Convert message printing from pr_* to dev_* by Laurent Pinchart · 12 years ago
  28. b705c05 sh-pfc: Use proper error codes by Laurent Pinchart · 12 years ago
  29. cd3c1be sh-pfc: Constify all SoC data by Laurent Pinchart · 12 years ago
  30. 861601d sh-pfc: Remove configuration dry-run and free by Laurent Pinchart · 12 years ago
  31. 1a0039d sh-pfc: Don't modify sh_pfc_pin SoC data by Laurent Pinchart · 12 years ago
  32. 51cb226 sh-pfc: Don't modify pinmux_data_reg SoC data by Laurent Pinchart · 12 years ago
  33. e51d534 sh-pfc: Don't map data registers individually by Laurent Pinchart · 12 years ago
  34. 41f1219 sh-pfc: Move GPIO registers access functions to gpio.c by Laurent Pinchart · 12 years ago
  35. 63d5738 sh-pfc: Add support for sparse pin numbers by Laurent Pinchart · 12 years ago
  36. 247127f sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range() by Laurent Pinchart · 12 years ago
  37. 934cb02 sh-pfc: Add function to retrieve a pin instance from its pin number by Laurent Pinchart · 12 years ago
  38. 0b73ee5 sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic by Laurent Pinchart · 12 years ago
  39. a68fdca9 sh-pfc: Use pinmux identifiers in the pin muxing API by Laurent Pinchart · 12 years ago
  40. c07f54f sh-pfc: Look up IRQ table entries by GPIO number by Laurent Pinchart · 12 years ago
  41. 1688381 sh-pfc: Split pins and functions into separate gpio_chip instances by Laurent Pinchart · 12 years ago
  42. a373ed0 sh-pfc: Split pins and functions definition tables by Laurent Pinchart · 12 years ago
  43. 24d6b36 sh-pfc: Don't needlessly check GPIO type in sh_gpio_free() by Laurent Pinchart · 12 years ago
  44. 2119f7c sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only by Laurent Pinchart · 12 years ago
  45. d7a7ca5 sh-pfc: Replace first_gpio and last_gpio with nr_gpios by Laurent Pinchart · 12 years ago
  46. c332380 sh-pfc: Move sh_pfc.h from include/linux/ to driver directory by Laurent Pinchart · 12 years ago
  47. 19bb7fe3 sh-pfc: Support pinmux info in driver data instead of platform data by Laurent Pinchart · 12 years ago
  48. 6e54d8d sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/ by Laurent Pinchart · 12 years ago[Renamed from drivers/sh/pfc/gpio.c]
  49. 90efde2 sh-pfc: Sort headers alphabetically by Laurent Pinchart · 12 years ago
  50. a99ebec sh-pfc: Remove check for impossible error condition by Laurent Pinchart · 12 years ago
  51. 1724acf sh-pfc: Use devm_kzalloc() by Laurent Pinchart · 12 years ago
  52. c6193ea sh-pfc: Move platform device and driver to the core by Laurent Pinchart · 12 years ago
  53. 6f6a4a6 sh-pfc: Merge PFC core and gpio by Laurent Pinchart · 12 years ago
  54. f916513 sh-pfc: Move private definitions and declarations to private header by Laurent Pinchart · 12 years ago
  55. d4e62d0 sh-pfc: Split platform data from the sh_pfc structure by Laurent Pinchart · 12 years ago
  56. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  57. 6679185 ARM: shmobile: move custom gpio functions to sh-gpio.h by Rob Herring · 12 years ago
  58. a2d3aff sh: pfc: Make pr_fmt consistent across pfc drivers. by Paul Mundt · 12 years ago
  59. ca5481c6 sh: pfc: Rudimentary pinctrl-backed GPIO support. by Paul Mundt · 12 years ago
  60. afae021 sh: pfc: Shuffle PFC support core. by Paul Mundt · 12 years ago[Renamed from drivers/sh/pfc-gpio.c]
  61. b3c185a sh: pfc: Split out gpio chip support. by Paul Mundt · 12 years ago