summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-15sh: sh7264: Add pin control resourcesLaurent Pinchart1-1/+12
2013-03-15sh: sh7203: Add pin control resourcesLaurent Pinchart1-1/+12
2013-03-15sh-pfc: Expose real groups and functions in pinctrl/pinmux operationsLaurent Pinchart2-56/+93
2013-03-15ARM: shmobile: mackerel: Replace GPIO_PORTx enum with GPIO port numbersLaurent Pinchart1-17/+17
2013-03-15ARM: shmobile: bonito: Replace GPIO_PORTx enum with GPIO port numbersLaurent Pinchart1-3/+3
2013-03-15ARM: shmobile: armadillo: Replace GPIO_PORTx enum with GPIO port numbersLaurent Pinchart1-29/+29
2013-03-15ARM: shmobile: ap4-evb: Replace GPIO_PORTx enum with GPIO port numbersLaurent Pinchart1-18/+18
2013-03-15ARM: shmobile: sh73a0: Support sparse GPIO numbersGuennadi Liakhovetski5-75/+84
2013-03-15sh-pfc: Add support for sparse pin numbersLaurent Pinchart5-27/+91
2013-03-15sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()Laurent Pinchart2-9/+6
2013-03-15sh-pfc: Add function to retrieve a pin instance from its pin numberLaurent Pinchart4-12/+22
2013-03-15sh-pfc: Simplify the sh_pfc_gpio_is_pin() logicLaurent Pinchart3-32/+22
2013-03-15sh-pfc: Use pinmux identifiers in the pin muxing APILaurent Pinchart4-41/+21
2013-03-15sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitionsLaurent Pinchart3-50/+32
2013-03-15sh-pfc: Look up IRQ table entries by GPIO numberLaurent Pinchart7-119/+108
2013-03-15sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pinLaurent Pinchart19-23/+22
2013-03-15sh-pfc: Split pins and functions into separate gpio_chip instancesLaurent Pinchart3-100/+132
2013-03-15sh-pfc: Split pins and functions definition tablesLaurent Pinchart20-106/+193
2013-03-15sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()Laurent Pinchart1-4/+1
2013-03-15sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs onlyLaurent Pinchart4-28/+59
2013-03-15sh-pfc: Make struct pinmux_gpio enum_id field constLaurent Pinchart1-1/+1
2013-03-15sh-pfc: Initialize pinmux_gpio flags staticallyLaurent Pinchart2-20/+15
2013-03-15sh-pfc: Remove unused sh_pfc_soc_info reserved_id fieldLaurent Pinchart17-17/+0
2013-03-15sh-pfc: Replace SoC info data and mark ranges with a number of pinsLaurent Pinchart18-44/+36
2013-03-15sh-pfc: Replace first_gpio and last_gpio with nr_gpiosLaurent Pinchart20-68/+43
2013-03-15sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possibleLaurent Pinchart11-2410/+2409
2013-03-15sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()Laurent Pinchart1-5/+0
2013-03-15sh-pfc: Drop the sh_pfc_pinctrl spinlockLaurent Pinchart1-13/+0
2013-03-15sh-pfc: Fix a typo and simplify a definition on sh73a0Guennadi Liakhovetski1-6/+2
2013-03-15sh-pfc: Don't define the per-device pinctrl struct instances as globalLaurent Pinchart1-22/+18
2013-03-15sh-pfc: Declare operation structures as constLaurent Pinchart1-3/+3
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Simon Horman4-6/+5
2013-03-13pinctrl: generic: Fix compilation errorSachin Kamat1-1/+1
2013-03-13pinctrl: Print the correct information in debugfs pinconf-state fileLaurent Pinchart1-1/+1
2013-03-13pinctrl: abx500: Fix checking if pin use AlternateFunction registerAxel Lin1-1/+1
2013-03-13Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/...Simon Horman34-367/+1548
2013-03-08ARM: shmobile: marzen: Include mmc/host.hSimon Horman1-0/+1
2013-03-07pinctrl: sunxi: Add Allwinner A13 pin functionsMaxime Ripard1-70/+169
2013-03-07pinctrl: sunxi: Add Allwinner A10 pin functionsMaxime Ripard1-162/+571
2013-03-07pinctrl: single: Fix build errorAxel Lin1-3/+3
2013-03-07document: devicetree: bind pinconf with pin singleHaojian Zhuang1-1/+106
2013-03-07pinctrl: single: support generic pinconfHaojian Zhuang2-7/+402
2013-03-07pinctrl: single: set function mask as optionalHaojian Zhuang1-4/+22
2013-03-07pinctrl: generic: dump pin configurationHaojian Zhuang2-0/+22
2013-03-07pinctrl: single: create new gpio function rangeHaojian Zhuang1-2/+71
2013-03-07gpio: pl061: bind pinctrl by gpio requestHaojian Zhuang1-0/+13
2013-03-07pinctrl: check pinctrl ready for gpio rangeHaojian Zhuang1-0/+36
2013-03-07gpio: pl061: support irqdomainHaojian Zhuang1-39/+65
2013-03-07gpio: add gpio offset in gpio range cells propertyHaojian Zhuang6-24/+13
2013-03-07pinctrl: abx500: Add terminating entry for of_device_id tableAxel Lin1-0/+1