summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: rockchip: Implement .request() and .free() callbacksAxel Lin2013-08-291-0/+12
* pinctrl: at91: fix get_pullup/down function returnBoris BREZILLON2013-08-281-2/+2
* pinctrl: sh-pfc: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-281-2/+0
* pinctrl: Add s5pv210 support to pinctrl-exynosMateusz Krawczuk2013-08-285-2/+64
* pinctrl: utils: include export.h to avoid warningsLaxman Dewangan2013-08-281-0/+1
* pinctrl: s3c24xx: off by one in s3c24xx_eint_init()Dan Carpenter2013-08-281-1/+1
* pinctrl: mvebu: testing the wrong variableDan Carpenter2013-08-281-1/+1
* pinctrl: abx500: fix bitwise AND testDan Carpenter2013-08-281-3/+3
* pinctrl: mvebu: Convert to use devm_ioremap_resourceJisheng Zhang2013-08-281-6/+5
* pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin2013-08-2824-726/+952
* pinctrl: tz1090-pdc: Convert to devm_ioremap_resourceAxel Lin2013-08-281-19/+3
* pinctrl: tz1090: Convert to devm_ioremap_resourceAxel Lin2013-08-281-19/+3
* pinctrl: tegra: Convert to devm_ioremap_resourceAxel Lin2013-08-281-19/+3
* pinctrl: rockchip: Simplify pin_to_bank equationAxel Lin2013-08-281-2/+1
* pinctrl: spear: Convert to devm_ioremap_resourceAxel Lin2013-08-281-9/+4
* pinctrl: rockchip: Remove of_match_ptr macro for DT only driverAxel Lin2013-08-281-1/+1
* pinctrl: palmas: PINCTRL_PALMAS needs to select PINMUXAxel Lin2013-08-281-0/+1
* pinctrl: core: Add proper mutex lock in pinctrl_request_gpioAxel Lin2013-08-281-0/+4
* pinctrl: imx: Fix compilation with DEBUG enabledSascha Hauer2013-08-231-16/+3
* pinctrl: rockchip: Simplify for loop iterationAxel Lin2013-08-231-15/+6
* pinctrl: tegra: use pinctrl-utils APIs for mappingLaxman Dewangan2013-08-231-112/+18
* pinctrl: utils : add support to pass config type in generic util APIsLaxman Dewangan2013-08-234-10/+35
* pinctrl: samsung: Parse pin groups before calling pinctrl_register()Tomasz Figa2013-08-231-6/+4
* pinctrl: palmas: Fix device name in Kconfig textMark Brown2013-08-231-1/+1
* pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLEAxel Lin2013-08-231-1/+1
* pinctrl: sunxi: Add Allwinner A20 pins setMaxime Ripard2013-08-232-0/+1019
* pinctrl: sunxi: Add Allwinner A31 pins setMaxime Ripard2013-08-232-0/+821
* pinctrl: sunxi: Fix inconsistent indentationMaxime Ripard2013-08-231-5/+5
* pinctrl: core: Remove unnecessary test for desc->nameAxel Lin2013-08-231-3/+1
* Documentation: pinctrl: Fix example code for pinctrl_registerAxel Lin2013-08-231-1/+1
* pinctrl: core: Hold pctldev->mutex mutex lock while traversing gpio_ranges listAxel Lin2013-08-231-0/+3
* pinctrl: core: Hold pinctrldev_list_mutex mutex while traversing pinctrldev_listAxel Lin2013-08-231-0/+5
* pinctrl: sirf: add lost atlas6 uart0-no-stream-control pingroupQipan Li2013-08-232-0/+10
* pinctrl: imx: Use struct type for pinsSascha Hauer2013-08-162-57/+58
* pinctrl: imx: do not fail when parsing a function failsSascha Hauer2013-08-151-8/+2
* pinctrl: imx: do not fail when parsing a group failsSascha Hauer2013-08-151-4/+1
* pinctrl: imx: Catch no fsl,pins propertySascha Hauer2013-08-151-0/+5
* pinctrl: imx: make error messages more informativeSascha Hauer2013-08-151-2/+2
* pinctrl: nomadik: simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-4/+1
* pinctrl: add includes and ifdefs for non-DT buildsLinus Walleij2013-08-151-0/+9
* pinctrl: nomadik: shut up a warning for flagsLinus Walleij2013-08-151-1/+1
* gpio: clean up gpio-ranges documentationStephen Warren2013-08-151-25/+30
* pinctrl/lantiq: add missing gphy led setupJohn Crispin2013-08-141-6/+24
* pinctrl/lantiq: add missing pin definition to falcon pinctrl driverThomas Langer2013-08-141-2/+5
* MAINTAINERS: Update sirf patternsJoe Perches2013-08-141-1/+1
* 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