1. 41f1219 sh-pfc: Move GPIO registers access functions to gpio.c by Laurent Pinchart · 12 years ago
  2. fd9d05b sh-pfc: Fix return value check in sh_pfc_register_pinctrl() by Wei Yongjun · 12 years ago
  3. a4b5a5e sh: shx3: Add pin control resources by Laurent Pinchart · 12 years ago
  4. a9fb050 sh: sh7786: Add pin control resources by Laurent Pinchart · 12 years ago
  5. 6b1a263 sh: sh7785: Add pin control resources by Laurent Pinchart · 12 years ago
  6. 0f4ad41 sh: sh7757: Add pin control resources by Laurent Pinchart · 12 years ago
  7. 42954cf sh: sh7724: Add pin control resources by Laurent Pinchart · 12 years ago
  8. 6b4644f sh: sh7723: Add pin control resources by Laurent Pinchart · 12 years ago
  9. 6ca1fa5 sh: sh7722: Add pin control resources by Laurent Pinchart · 12 years ago
  10. 6e6d9ba sh: sh7720: Add pin control resources by Laurent Pinchart · 12 years ago
  11. a3475f0 sh: sh7269: Add pin control resources by Laurent Pinchart · 12 years ago
  12. b9bcda4 sh: sh7264: Add pin control resources by Laurent Pinchart · 12 years ago
  13. 631b09d sh: sh7203: Add pin control resources by Laurent Pinchart · 12 years ago
  14. 3d8d9f1 sh-pfc: Expose real groups and functions in pinctrl/pinmux operations by Laurent Pinchart · 12 years ago
  15. 6d170aa ARM: shmobile: mackerel: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  16. 8c2a141 ARM: shmobile: bonito: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  17. ead10fe ARM: shmobile: armadillo: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  18. be2edfc ARM: shmobile: ap4-evb: Replace GPIO_PORTx enum with GPIO port numbers by Laurent Pinchart · 12 years ago
  19. b58e5fa ARM: shmobile: sh73a0: Support sparse GPIO numbers by Guennadi Liakhovetski · 12 years ago
  20. 63d5738 sh-pfc: Add support for sparse pin numbers by Laurent Pinchart · 12 years ago
  21. 247127f sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range() by Laurent Pinchart · 12 years ago
  22. 934cb02 sh-pfc: Add function to retrieve a pin instance from its pin number by Laurent Pinchart · 12 years ago
  23. 0b73ee5 sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic by Laurent Pinchart · 12 years ago
  24. a68fdca9 sh-pfc: Use pinmux identifiers in the pin muxing API by Laurent Pinchart · 12 years ago
  25. 17dffe4 sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions by Laurent Pinchart · 12 years ago
  26. c07f54f sh-pfc: Look up IRQ table entries by GPIO number by Laurent Pinchart · 12 years ago
  27. a3db40a6 sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin by Laurent Pinchart · 12 years ago
  28. 1688381 sh-pfc: Split pins and functions into separate gpio_chip instances by Laurent Pinchart · 12 years ago
  29. a373ed0 sh-pfc: Split pins and functions definition tables by Laurent Pinchart · 12 years ago
  30. 24d6b36 sh-pfc: Don't needlessly check GPIO type in sh_gpio_free() by Laurent Pinchart · 12 years ago
  31. 2119f7c sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only by Laurent Pinchart · 12 years ago
  32. 051fae4 sh-pfc: Make struct pinmux_gpio enum_id field const by Laurent Pinchart · 12 years ago
  33. 380c2ed sh-pfc: Initialize pinmux_gpio flags statically by Laurent Pinchart · 12 years ago
  34. 53f374b sh-pfc: Remove unused sh_pfc_soc_info reserved_id field by Laurent Pinchart · 12 years ago
  35. caa5bac sh-pfc: Replace SoC info data and mark ranges with a number of pins by Laurent Pinchart · 12 years ago
  36. d7a7ca5 sh-pfc: Replace first_gpio and last_gpio with nr_gpios by Laurent Pinchart · 12 years ago
  37. 35ad427 sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible by Laurent Pinchart · 12 years ago
  38. d785fdb sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios() by Laurent Pinchart · 12 years ago
  39. e3e89ae sh-pfc: Drop the sh_pfc_pinctrl spinlock by Laurent Pinchart · 12 years ago
  40. 942785d sh-pfc: Fix a typo and simplify a definition on sh73a0 by Guennadi Liakhovetski · 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. 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
  44. bf4d7be pinctrl: generic: Fix compilation error by Sachin Kamat · 12 years ago
  45. 53ded81 pinctrl: Print the correct information in debugfs pinconf-state file by Laurent Pinchart · 12 years ago
  46. 6a40cdd pinctrl: abx500: Fix checking if pin use AlternateFunction register by Axel Lin · 12 years ago
  47. 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
  48. 44e9ac4 ARM: shmobile: marzen: Include mmc/host.h by Simon Horman · 12 years ago
  49. ee341a9 pinctrl: sunxi: Add Allwinner A13 pin functions by Maxime Ripard · 12 years ago
  50. b5f50bf pinctrl: sunxi: Add Allwinner A10 pin functions by Maxime Ripard · 12 years ago
  51. a7bbdd7 pinctrl: single: Fix build error by Axel Lin · 12 years ago
  52. 32378ab document: devicetree: bind pinconf with pin single by Haojian Zhuang · 12 years ago
  53. 9dddb4d pinctrl: single: support generic pinconf by Haojian Zhuang · 12 years ago
  54. 477ac77 pinctrl: single: set function mask as optional by Haojian Zhuang · 12 years ago
  55. 9cfd172 pinctrl: generic: dump pin configuration by Haojian Zhuang · 12 years ago
  56. a1a277e pinctrl: single: create new gpio function range by Haojian Zhuang · 12 years ago
  57. 39b70ee gpio: pl061: bind pinctrl by gpio request by Haojian Zhuang · 12 years ago
  58. 51e13c2 pinctrl: check pinctrl ready for gpio range by Haojian Zhuang · 12 years ago
  59. f1f7047 gpio: pl061: support irqdomain by Haojian Zhuang · 12 years ago
  60. 86853c8 gpio: add gpio offset in gpio range cells property by Haojian Zhuang · 12 years ago
  61. e392971 pinctrl: abx500: Add terminating entry for of_device_id table by Axel Lin · 12 years ago
  62. 022ab14 pinctrl: Declare operation structures as const by Laurent Pinchart · 12 years ago
  63. a72149e pinctrl: core: use devres_release() instead of devres_destroy() by Jingoo Han · 12 years ago
  64. ad4e1a7 gpio: fix wrong checking condition for gpio range by Haojian Zhuang · 12 years ago
  65. 6dbe51c Linux 3.9-rc1 by Linus Torvalds · 12 years ago
  66. ea882c2 Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  67. 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
  68. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  69. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  70. 530ede1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  71. 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
  72. 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
  73. 529e5fb Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  74. 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
  75. 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
  76. 68b86a2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 12 years ago
  77. 527c680 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  78. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  79. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 12 years ago
  80. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  81. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  82. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 12 years ago
  83. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  84. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  85. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  86. 16af43f Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus by Russell King · 12 years ago
  87. 512e4b2 SUNRPC: One line comment fix by Trond Myklebust · 12 years ago
  88. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 12 years ago
  89. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 12 years ago
  90. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 12 years ago
  91. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 12 years ago
  92. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 12 years ago
  93. df05c1b8 jbd2: fix ERR_PTR dereference in jbd2__journal_start by Dmitry Monakhov · 12 years ago
  94. c60ac31 metag: Provide dma_get_sgtable() by James Hogan · 12 years ago
  95. 2742c52 metag: prom.h: remove declaration of metag_dt_memblock_reserve() by James Hogan · 12 years ago
  96. 2270e6d metag: copy devicetree to non-init memory by James Hogan · 12 years ago
  97. d790050 metag: cleanup metag_ksyms.c includes by James Hogan · 12 years ago
  98. 44c2451 metag: move mm/init.c exports out of metag_ksyms.c by James Hogan · 12 years ago
  99. 9da3ee9 metag: move usercopy.c exports out of metag_ksyms.c by James Hogan · 12 years ago
  100. 7293dbe metag: move setup.c exports out of metag_ksyms.c by James Hogan · 12 years ago