summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds45-398/+3558
2012-12-02pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910Axel Lin1-3/+0
2012-11-23pinctrl: pinctrl-single: Fix error check conditionSachin Kamat1-1/+1
2012-11-23pinctrl: SPEAr: Update error check for unsigned variablesTushar Behera1-1/+1
2012-11-21Merge branch 'at91' into develLinus Walleij1-1/+125
2012-11-21pinctrl: single: support gpio request and freeHaojian Zhuang1-2/+78
2012-11-21pinctrl: generic: add input schmitt disable parameterHaojian Zhuang1-0/+1
2012-11-21pinctrl/u300/coh901: stop spawning pinctrl from GPIOLinus Walleij1-6/+0
2012-11-21pinctrl/u300/coh901: let the gpio_chip register the rangeLinus Walleij2-53/+49
2012-11-21pinctrl: add function to retrieve range from pinLinus Walleij1-0/+24
2012-11-21pinctrl: make range registration defer properlyLinus Walleij1-1/+6
2012-11-21gpiolib: rename find_pinctrl_*Linus Walleij1-2/+2
2012-11-21Merge branch 'delivery/pinctrl-at91-3.8' of http://github.com/at91linux/linux...Linus Walleij1-1/+125
2012-11-19pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux optio...Jean-Christophe PLAGNIOL-VILLARD1-0/+111
2012-11-19pinctrl: at91: provide gpio namesJean-Christophe PLAGNIOL-VILLARD1-1/+14
2012-11-15pinctrl: nomadik: Staticize non-exported symbolsAxel Lin1-14/+12
2012-11-15pinctrl: nomadik: Prevent NULL dereference if of_match_device returns NULLAxel Lin1-3/+8
2012-11-15pinctrl: single: dump pinmux register valueHaojian Zhuang1-4/+4
2012-11-15Pinctrl/spear: plgpio: don't call prepare/unprepareViresh Kumar1-4/+15
2012-11-15pinctrl: plgpio: Call clk_disable_unprepare only if clk_prepare_enable is calledAxel Lin1-1/+2
2012-11-15pinctrl: spear: Make get_gpio_pingroup return NULL when no gpio_pingroup foundAxel Lin1-3/+3
2012-11-15pinctrl: coh901: Return proper error if irq_domain_add_linear() failsAxel Lin1-2/+4
2012-11-15pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addrAxel Lin1-3/+3
2012-11-15pinctrl: imx: Fix the logic checking if not able to find pin reg mapAxel Lin1-1/+1
2012-11-15pinctrl/samsung: don't allow enabling pinctrl-samsung standaloneArnd Bergmann1-1/+1
2012-11-15pinctrl: tegra: Staticize non-exported symbolsAxel Lin1-10/+12
2012-11-15pinctrl/nomadik: db8540: split clkout groupPatrice Chotard1-5/+10
2012-11-15pinctrl/nomadik: db8500: split clkout groupPatrice Chotard1-7/+14
2012-11-15pinctrl: pxa3xx: Remove phy_base and phy_size from struct pxa3xx_pinmux_infoAxel Lin2-4/+0
2012-11-15pinctrl: pxa3xx: Use devm_request_and_ioremapAxel Lin1-8/+2
2012-11-15pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONFAxel Lin1-4/+2
2012-11-13pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONFAxel Lin1-4/+2
2012-11-13pinctrl: spear: Staticize non-exported symbolsAxel Lin1-5/+7
2012-11-11pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error pathsAxel Lin1-7/+21
2012-11-11pinctrl: lantiq: Staticize non-exported symbolsAxel Lin1-6/+6
2012-11-11pinctrl: lantiq: Remove ltq_pmx_disable() functionAxel Lin1-11/+0
2012-11-11pinctrl: SPEAr: Add SoC specific gpio configuration routinesShiraz Hashim3-14/+53
2012-11-11pinctrl: Staticize pinconf_opsAxel Lin7-7/+7
2012-11-11Merge branch 'nomadik' into develLinus Walleij4-38/+184
2012-11-11Merge branch 'at91' into develLinus Walleij3-0/+1520
2012-11-11pinctrl: SPEAr: Add gpio ranges supportViresh Kumar8-17/+447
2012-11-11gpiolib: separation of pin concernsLinus Walleij1-3/+1
2012-11-11pinctrl: sirf: Staticize non-exported symbolAxel Lin1-2/+2
2012-11-11pinctrl: u300: Staticize non-exported symbolsAxel Lin1-6/+4
2012-11-11pinctrl/u300: use managed resourcesLinus Walleij1-28/+4
2012-11-11pinctrl/coh901: convert to use managed resourcesLinus Walleij1-43/+19
2012-11-11pinctrl/coh901: use irqdomain, allocate irqdescsLinus Walleij1-14/+46
2012-11-11pinctrl: SPEAr: Add plgpio driverViresh Kumar3-0/+754
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim2-0/+26
2012-11-11Revert "pinctrl: remove pinctrl_remove_gpio_range"Viresh Kumar1-0/+14