summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: rename pin range argumentsLinus Walleij2012-11-213-12/+13
* pinctrl: single: support gpio request and freeHaojian Zhuang2012-11-211-2/+78
* pinctrl: generic: add input schmitt disable parameterHaojian Zhuang2012-11-212-2/+4
* pinctrl/u300/coh901: stop spawning pinctrl from GPIOLinus Walleij2012-11-213-9/+1
* pinctrl/u300/coh901: let the gpio_chip register the rangeLinus Walleij2012-11-212-53/+49
* pinctrl: add function to retrieve range from pinLinus Walleij2012-11-212-0/+27
* gpiolib: return any error code from range creationLinus Walleij2012-11-211-1/+2
* pinctrl: make range registration defer properlyLinus Walleij2012-11-211-1/+6
* gpiolib: rename find_pinctrl_*Linus Walleij2012-11-213-4/+4
* gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-214-6/+47
* pinctrl: nomadik: Staticize non-exported symbolsAxel Lin2012-11-151-14/+12
* pinctrl: nomadik: Prevent NULL dereference if of_match_device returns NULLAxel Lin2012-11-151-3/+8
* pinctrl: single: dump pinmux register valueHaojian Zhuang2012-11-151-4/+4
* Pinctrl/spear: plgpio: don't call prepare/unprepareViresh Kumar2012-11-151-4/+15
* pinctrl: plgpio: Call clk_disable_unprepare only if clk_prepare_enable is calledAxel Lin2012-11-151-1/+2
* pinctrl: spear: Make get_gpio_pingroup return NULL when no gpio_pingroup foundAxel Lin2012-11-151-3/+3
* pinctrl: coh901: Return proper error if irq_domain_add_linear() failsAxel Lin2012-11-151-2/+4
* pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addrAxel Lin2012-11-151-3/+3
* pinctrl: imx: Fix the logic checking if not able to find pin reg mapAxel Lin2012-11-151-1/+1
* pinctrl: tegra: Staticize non-exported symbolsAxel Lin2012-11-151-10/+12
* pinctrl/nomadik: db8540: split clkout groupPatrice Chotard2012-11-151-5/+10
* pinctrl/nomadik: db8500: split clkout groupPatrice Chotard2012-11-151-7/+14
* pinctrl: pxa3xx: Remove phy_base and phy_size from struct pxa3xx_pinmux_infoAxel Lin2012-11-152-4/+0
* pinctrl: pxa3xx: Use devm_request_and_ioremapAxel Lin2012-11-151-8/+2
* pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONFAxel Lin2012-11-151-4/+2
* pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONFAxel Lin2012-11-131-4/+2
* pinctrl: spear: Staticize non-exported symbolsAxel Lin2012-11-131-5/+7
* pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error pathsAxel Lin2012-11-111-7/+21
* pinctrl: lantiq: Staticize non-exported symbolsAxel Lin2012-11-111-6/+6
* pinctrl: lantiq: Remove ltq_pmx_disable() functionAxel Lin2012-11-111-11/+0
* pinctrl: SPEAr: Add SoC specific gpio configuration routinesShiraz Hashim2012-11-113-14/+53
* pinctrl: Staticize pinconf_opsAxel Lin2012-11-117-7/+7
* Merge branch 'nomadik' into develLinus Walleij2012-11-1115-165/+303
|\
| * pinctrl/nomadik: db8540: fix moduartstmmux_oc4_1 pin group definition.Jean-Nicolas Graux2012-11-091-0/+1
| * pinctrl/nomadik: make independent of prcmu driverJonas Aaberg2012-11-091-20/+39
| * ARM: ux500: add PRCM register base for pinctrlJonas Aaberg2012-11-082-2/+8
| * pinctrl: nomadik: Add terminating entry for platform_device_id tableAxel Lin2012-11-051-0/+1
| * pinctrl/nomadik: db8500: fix kp pin groupPatrice Chotard2012-10-281-1/+2
| * pinctrl/nomadik: debugfs display of other alternate-C functionsJean-Nicolas Graux2012-10-281-4/+41
| * pinctrl/nomadik: update other alternate-C functions on DB8500Jean-Nicolas Graux2012-10-281-5/+96
| * pinctrl/nomadik: merge old pincfg headerLinus Walleij2012-10-287-180/+159
| * pinctrl/nomadik: move the platform data headerLinus Walleij2012-10-2811-12/+11
| * pinctrl/nomadik: allow to support several ranges per GPIO bankPatrice Chotard2012-10-281-2/+2
| * ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.hPatrice Chotard2012-10-282-2/+3
| * ARM: plat-nomadik: Introduce new DB8540 GPIO registersMaxime Coquelin2012-10-281-0/+3
* | Merge branch 'at91' into develLinus Walleij2012-11-1142-446/+2794
|\ \
| * | pinctrl: at91: Staticize non-exported symbolsAxel Lin2012-11-051-10/+12
| * | pinctrl/at91: remove unused variable in at91_dt_node_to_map()Wei Yongjun2012-10-281-3/+0
| * | pinctrl/at91: using for_each_set_bit to simplify the codeWei Yongjun2012-10-281-3/+1
| * | pinctrl/at91: remove duplicated include from pinctrl-at91.cWei Yongjun2012-10-281-1/+0