aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-18pinctrl: exynos5440/samsung: Staticize pcfgsAxel Lin2-2/+2
2012-12-18pinctrl: samsung: Fix a typo in pinctrl-samsung.hSachin Kamat1-1/+1
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-285/+305
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-401/+1408
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds25-52/+52
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds45-398/+3558
2012-12-02pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910Axel Lin1-3/+0
2012-11-30Merge branch 'next/pinctrl-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson1-1/+1
2012-11-28pinctrl: remove use of __devexitBill Pemberton16-16/+16
2012-11-28pinctrl: remove use of __devinitconstBill Pemberton2-4/+4
2012-11-28pinctrl: remove use of __devinitdataBill Pemberton14-14/+14
2012-11-28pinctrl: remove use of __devexit_pBill Pemberton18-18/+18
2012-11-26Merge tag 'orion_dt_for_3.8' of git://git.infradead.org/users/jcooper/linux into next/dtOlof Johansson14-551/+556
2012-11-26Merge branch 'next/soc-exynos5440' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson3-0/+925
2012-11-24ARM: Kirkwood: support 98DX412x kirkwoods with pinctrlValentin Longchamp1-278/+290
2012-11-24pinctrl: mvebu: Fix dove_audio1_ctrl_set functionAxel Lin1-0/+8
2012-11-24pinctrl: mvebu: fix iomem pointer for dove pinctrlSebastian Hesselbarth1-7/+7
2012-11-24pinctrl: samsung: Do not initialise statics to 0Sachin Kamat1-1/+1
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-22pinctrl: exynos5440: add pinctrl driver for Samsung EXYNOS5440 SoCThomas Abraham3-0/+925
2012-11-21Merge branch 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dtOlof Johansson4-400/+482
2012-11-21Merge branch 'samsung/pinctrl' into next/socOlof Johansson4-401/+483
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-at91 into at91Linus Walleij1-1/+125
2012-11-19pinctrl: samsung: Update error check for unsigned variablesTushar Behera1-1/+1
2012-11-19pinctrl: samsung: Add support for EXYNOS4X12Tomasz Figa3-0/+113
2012-11-19Merge remote-tracking branch 'pinctrl/samsung' into next/pinctrl-samsungKukjin Kim4-400/+369
2012-11-19pinctrl: at91 add deglitch, debounce, pull down and schmitt trigger mux option supportJean-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