summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Documentation: pinctrl: Fix example codeSachin Kamat2013-08-141-4/+4
| * | sh-pfc: r8a7790: Add DU pin groups and functionsLaurent Pinchart2013-08-141-0/+134
| * | sh-pfc: r8a7790: Rename DU1_DOTCLKIN to DU_DOTCLKIN1Laurent Pinchart2013-08-141-4/+4
| * | pinctrl: improve warning messagesLinus Walleij2013-08-141-6/+35
| * | pinctrl: palmas: add pincontrol driverLaxman Dewangan2013-08-145-11/+1216
| * | pinctrl: pinconf-generic: add generic APIs for mapping pinctrl nodeLaxman Dewangan2013-08-142-0/+102
| * | pinctrl: add utility functions for add map/configsLaxman Dewangan2013-08-143-1/+179
| * | pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable...Sonic Zhang2013-08-141-5/+5
| * | pinctrl: nomadik: delete ancient pin control APILinus Walleij2013-08-072-319/+0
| * | pinctrl: add generic pins and functions propertiesStephen Warren2013-08-071-0/+16
| * | pinctrl: sirf: add missing __iomem annotationJingoo Han2013-08-071-1/+1
| * | pinctrl: pinconf: fix comparison of different typesJingoo Han2013-08-071-1/+1
| * | pinctrl: clean up pinconfig-generic documentationStephen Warren2013-08-071-15/+10
| * | pinctrl: at91: choose appropriate handler for level interruptsBoris BREZILLON2013-08-071-2/+14
| * | pinctrl: st: Staticize local symbolsSachin Kamat2013-08-071-4/+4
| * | pinctrl: st: Convert to use devm_ioremap_resourceSachin Kamat2013-08-071-5/+3
| * | pinctrl: imx: work around select input quirkShawn Guo2013-08-071-2/+32
| * | pinctrl: sunxi: Fix incorrect NULL checkSachin Kamat2013-08-071-1/+1
| * | pinctrl: shut up a couple of pinctrl warningsRussell King - ARM Linux2013-08-071-18/+11
| * | drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang2013-08-072-8/+0
| * | pinctrl: rockchip: include correct clk headerHeiko Stübner2013-08-071-1/+1
| * | Merge branch 'pinmux/next/fixes' of git://linuxtv.org/pinchartl/fbdev into develLinus Walleij2013-07-296-629/+1093
| |\ \
| | * | sh-pfc: r8a7790: Add VIN pin groups and functionsShinobu Uehara2013-07-291-0/+106
| | * | sh-pfc: r8a7790: Add USB pin groups and functionsShinobu Uehara2013-07-291-0/+42
| | * | sh-pfc: r8a7790: Add SCIF2 pin groups and functionsLaurent Pinchart2013-07-291-0/+32
| | * | sh-pfc: r8a7790: Add MSIOF pin groups and functionsKunihito Higashiyama2013-07-291-0/+236
| | * | sh-pfc: r8a7790: Sort pin groups and functions alphabeticallyLaurent Pinchart2013-07-291-265/+265
| | * | sh-pfc: r8a7790: Fix miscellaneous pinmux configuration tables mistakesShinya Kuribayashi2013-07-291-16/+15
| | * | sh-pfc: r8a7790: Add SCIF2 pins configuration supportShinya Kuribayashi2013-07-291-17/+23
| | * | sh-pfc: r8a7790: Add TCLK1 pin configuration supportShinya Kuribayashi2013-07-291-3/+4
| | * | sh-pfc: r8a7790: Swap SCIFA2_RXD_B and HRX0_C configurationsShinya Kuribayashi2013-07-291-8/+8
| | * | sh-pfc: r8a7790: Remove deprecated SPV_EVEN pinShinya Kuribayashi2013-07-291-4/+3
| | * | sh-pfc: r8a7790: Remove deprecated RDS pinsShinya Kuribayashi2013-07-291-51/+33
| | * | sh-pfc: r8a7790: Remove deprecated Ethernet MII/RMII pinsShinya Kuribayashi2013-07-291-130/+94
| | * | sh-pfc: r8a7790: Remove trailing '_TANS' string from RTS/CTS pinsShinya Kuribayashi2013-07-291-10/+10
| | * | sh-pfc: r8a7790: Rename I2C SDA/SCL pinsShinya Kuribayashi2013-07-291-104/+104
| | * | sh-pfc: r8a7779: Add I2C pin groupsPhil Edworthy2013-07-291-0/+105
| | * | sh-pfc: sh73a0: Remove EXT_IRQ16L and EXT_IRQ16H macrosLaurent Pinchart2013-07-291-36/+32
| | * | sh-pfc: sh7372: Replace <mach/irqs.h> with <linux/sh_intc.h>Laurent Pinchart2013-07-291-2/+1
| | * | sh-pfc: Remove unneeded mach/<soc>.h includesLaurent Pinchart2013-07-293-3/+0
| * | | Merge branch 'pinmux/next/pin-no-gpio' of git://linuxtv.org/pinchartl/fbdev i...Linus Walleij2013-07-2924-3673/+3275
| |\ \ \
| | * | | sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart2013-07-295-18/+49
| | * | | sh-pfc: Compute pin ranges automaticallyLaurent Pinchart2013-07-297-88/+88
| | * | | sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pinsLaurent Pinchart2013-07-293-4/+4
| | * | | sh-pfc: Add pin number to struct sh_pfc_pinLaurent Pinchart2013-07-291-8/+12
| | * | | sh-pfc: Pass the pin number down to the port function macroLaurent Pinchart2013-07-291-3/+3
| | * | | sh-pfc: Add port numbers to the CPU_ALL_PORT macroLaurent Pinchart2013-07-295-114/+114
| | * | | sh-pfc: Don't duplicate argument to PINMUX_GPIO macroLaurent Pinchart2013-07-2912-1420/+1418
| | * | | sh-pfc: shx3: Remove shx3_ prefix from static symbolsLaurent Pinchart2013-07-291-14/+14
| | * | | sh-pfc: sh7734: Use the common GP port style macrosLaurent Pinchart2013-07-292-51/+22