1. df68a28 sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functions by Laurent Pinchart · 12 years ago
  2. b823899 sh-pfc: sh73a0: Add bias (pull-up/down) pinconf support by Laurent Pinchart · 12 years ago
  3. 55f11f0 sh-pfc: sh7372: Add SDHCI and MMCIF pin groups and functions by Guennadi Liakhovetski · 12 years ago
  4. 6dc9b45 sh-pfc: Return an error if a pin doesn't support the requested direction by Laurent Pinchart · 12 years ago
  5. 9a643c9 sh-pfc: Convert message printing from pr_* to dev_* by Laurent Pinchart · 12 years ago
  6. 9fddc4a sh-pfc: Clean up pin configuration type handling by Laurent Pinchart · 12 years ago
  7. 0d00f00 sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction() by Laurent Pinchart · 12 years ago
  8. c58d9c1 sh-pfc: Implement generic pinconf support by Laurent Pinchart · 12 years ago
  9. b705c05 sh-pfc: Use proper error codes by Laurent Pinchart · 12 years ago
  10. cd3c1be sh-pfc: Constify all SoC data by Laurent Pinchart · 12 years ago
  11. 861601d sh-pfc: Remove configuration dry-run and free by Laurent Pinchart · 12 years ago
  12. 1a0039d sh-pfc: Don't modify sh_pfc_pin SoC data by Laurent Pinchart · 12 years ago
  13. 51cb226 sh-pfc: Don't modify pinmux_data_reg SoC data by Laurent Pinchart · 12 years ago
  14. bee9f22 sh-pfc: Drop unused support for 1:1 physical to virtual memory mappings by Laurent Pinchart · 12 years ago
  15. e51d534 sh-pfc: Don't map data registers individually by Laurent Pinchart · 12 years ago
  16. 41f1219 sh-pfc: Move GPIO registers access functions to gpio.c by Laurent Pinchart · 12 years ago
  17. fd9d05b sh-pfc: Fix return value check in sh_pfc_register_pinctrl() by Wei Yongjun · 12 years ago
  18. a4b5a5e sh: shx3: Add pin control resources by Laurent Pinchart · 12 years ago
  19. a9fb050 sh: sh7786: Add pin control resources by Laurent Pinchart · 12 years ago
  20. 6b1a263 sh: sh7785: Add pin control resources by Laurent Pinchart · 12 years ago
  21. 0f4ad41 sh: sh7757: Add pin control resources by Laurent Pinchart · 12 years ago
  22. 42954cf sh: sh7724: Add pin control resources by Laurent Pinchart · 12 years ago
  23. 6b4644f sh: sh7723: Add pin control resources by Laurent Pinchart · 12 years ago
  24. 6ca1fa5 sh: sh7722: Add pin control resources by Laurent Pinchart · 12 years ago
  25. 6e6d9ba sh: sh7720: Add pin control resources by Laurent Pinchart · 12 years ago
  26. a3475f0 sh: sh7269: Add pin control resources by Laurent Pinchart · 12 years ago
  27. b9bcda4 sh: sh7264: Add pin control resources by Laurent Pinchart · 12 years ago
  28. 631b09d sh: sh7203: Add pin control resources by Laurent Pinchart · 12 years ago
  29. 3d8d9f1 sh-pfc: Expose real groups and functions in pinctrl/pinmux operations by Laurent Pinchart · 12 years ago
  30. 6d170aa ARM: shmobile: mackerel: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  31. 8c2a141 ARM: shmobile: bonito: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  32. ead10fe ARM: shmobile: armadillo: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  33. be2edfc ARM: shmobile: ap4-evb: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  34. b58e5fa ARM: shmobile: sh73a0: Support sparse GPIO numbers by Guennadi Liakhovetski · 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. 17dffe4 sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions by Laurent Pinchart · 12 years ago
  41. c07f54f sh-pfc: Look up IRQ table entries by GPIO number by Laurent Pinchart · 12 years ago
  42. a3db40a6 sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin by Laurent Pinchart · 12 years ago
  43. 1688381 sh-pfc: Split pins and functions into separate gpio_chip instances by Laurent Pinchart · 12 years ago
  44. a373ed0 sh-pfc: Split pins and functions definition tables by Laurent Pinchart · 12 years ago
  45. 24d6b36 sh-pfc: Don't needlessly check GPIO type in sh_gpio_free() by Laurent Pinchart · 12 years ago
  46. 2119f7c sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only by Laurent Pinchart · 12 years ago
  47. 051fae4 sh-pfc: Make struct pinmux_gpio enum_id field const by Laurent Pinchart · 12 years ago
  48. 380c2ed sh-pfc: Initialize pinmux_gpio flags statically by Laurent Pinchart · 12 years ago
  49. 53f374b sh-pfc: Remove unused sh_pfc_soc_info reserved_id field by Laurent Pinchart · 12 years ago
  50. caa5bac sh-pfc: Replace SoC info data and mark ranges with a number of pins by Laurent Pinchart · 12 years ago
  51. d7a7ca5 sh-pfc: Replace first_gpio and last_gpio with nr_gpios by Laurent Pinchart · 12 years ago
  52. 35ad427 sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible by Laurent Pinchart · 12 years ago
  53. d785fdb sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios() by Laurent Pinchart · 12 years ago
  54. e3e89ae sh-pfc: Drop the sh_pfc_pinctrl spinlock by Laurent Pinchart · 12 years ago
  55. 942785d sh-pfc: Fix a typo and simplify a definition on sh73a0 by Guennadi Liakhovetski · 12 years ago
  56. dcc427e sh-pfc: Don't define the per-device pinctrl struct instances as global by Laurent Pinchart · 12 years ago
  57. fe330ce sh-pfc: Declare operation structures as const by Laurent Pinchart · 12 years ago
  58. 47f4e0c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into pinmux-base by Simon Horman · 12 years ago
  59. bf4d7be pinctrl: generic: Fix compilation error by Sachin Kamat · 12 years ago
  60. 53ded81 pinctrl: Print the correct information in debugfs pinconf-state file by Laurent Pinchart · 12 years ago
  61. 6a40cdd pinctrl: abx500: Fix checking if pin use AlternateFunction register by Axel Lin · 12 years ago
  62. a9324f6 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into pinmux by Simon Horman · 12 years ago
  63. 44e9ac4 ARM: shmobile: marzen: Include mmc/host.h by Simon Horman · 12 years ago
  64. ee341a9 pinctrl: sunxi: Add Allwinner A13 pin functions by Maxime Ripard · 12 years ago
  65. b5f50bf pinctrl: sunxi: Add Allwinner A10 pin functions by Maxime Ripard · 12 years ago
  66. a7bbdd7 pinctrl: single: Fix build error by Axel Lin · 12 years ago
  67. 32378ab document: devicetree: bind pinconf with pin single by Haojian Zhuang · 12 years ago
  68. 9dddb4d pinctrl: single: support generic pinconf by Haojian Zhuang · 12 years ago
  69. 477ac77 pinctrl: single: set function mask as optional by Haojian Zhuang · 12 years ago
  70. 9cfd172 pinctrl: generic: dump pin configuration by Haojian Zhuang · 12 years ago
  71. a1a277e pinctrl: single: create new gpio function range by Haojian Zhuang · 12 years ago
  72. 39b70ee gpio: pl061: bind pinctrl by gpio request by Haojian Zhuang · 12 years ago
  73. 51e13c2 pinctrl: check pinctrl ready for gpio range by Haojian Zhuang · 12 years ago
  74. f1f7047 gpio: pl061: support irqdomain by Haojian Zhuang · 12 years ago
  75. 86853c8 gpio: add gpio offset in gpio range cells property by Haojian Zhuang · 12 years ago
  76. e392971 pinctrl: abx500: Add terminating entry for of_device_id table by Axel Lin · 12 years ago
  77. 022ab14 pinctrl: Declare operation structures as const by Laurent Pinchart · 12 years ago
  78. a72149e pinctrl: core: use devres_release() instead of devres_destroy() by Jingoo Han · 12 years ago
  79. ad4e1a7 gpio: fix wrong checking condition for gpio range by Haojian Zhuang · 12 years ago
  80. 6dbe51c Linux 3.9-rc1 by Linus Torvalds · 12 years ago
  81. ea882c2 Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  82. 8e8b180 Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  83. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  84. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  85. 530ede1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  86. 6977c6f Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 12 years ago
  87. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 12 years ago
  88. 529e5fb Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  89. 686c094 Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  90. bc2e4a9 Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  91. 68b86a2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 12 years ago
  92. 527c680 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  93. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  94. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 12 years ago
  95. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  96. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  97. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 12 years ago
  98. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  99. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  100. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago