aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+488
2012-07-23Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-07-14pinctrl: pinctrl-imx6q: add missed mux function for USBOTG_IDDong Aisheng1-0/+2
2012-07-14pinctrl: pinctrl-imx: only print debug message when DEBUG is definedDong Aisheng1-0/+2
2012-07-13pinctrl: pinctrl-nomadik: Append sleepmode property with vendor specific prefixesLee Jones1-1/+1
2012-07-02PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaIIBarry Song1-1/+488
2012-06-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-14/+14
2012-06-20Viresh has movedViresh Kumar9-14/+14
2012-06-17pinctrl/nomadik: document Alt-C glitchLinus Walleij1-1/+21
2012-06-17pinctrl: mxs: Use kfree to fix build errorFabio Estevam1-1/+1
2012-06-12pinctrl: pinctrl-mxs: set platform driver data to NULL at errpath and at unregisterDevendra Naga1-0/+2
2012-06-12pinctrl: pinctrl-mxs: Take care of frees if the kzalloc failsDevendra Naga1-3/+8
2012-06-12pinctrl: pinctrl-imx: fix incorrect debug message of mapsDong Aisheng1-1/+1
2012-06-12pinctrl: pinctrl-imx: free if of_get_parent fails to get the parent nodeDevendra Naga1-1/+3
2012-06-12pinctrl: pinctrl-imx: free allocated pinctrl_map structure only once and use kernel facilities for IMX_PMX_DUMPDevendra Naga1-16/+12
2012-06-12pinctrl: nomadik: fix up typoLinus Walleij1-1/+1
2012-06-12pinctrl: nomadik: add clk_prepare() callLinus Walleij1-0/+1
2012-06-04pinctrl: fix a minor harmless typoGuennadi Liakhovetski1-1/+1
2012-06-04pinctrl: sirf: mark of_device_id match table as __devinitconstBarry Song1-1/+1
2012-06-01pinctrl-nomadik: Allow Device Tree driver probingLee Jones1-1/+19
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-102/+4451
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds18-126/+8767
2012-05-20pinctrl: pinctrl-imx: add imx51 pinctrl driverDong Aisheng3-0/+1331
2012-05-20pinctrl: pinctrl-imx: add imx53 pinctrl driverDong Aisheng3-0/+1658
2012-05-15ARM: nomadik: enable PINCTRL_NOMADIK where neededArnd Bergmann1-1/+1
2012-05-15pinctrl: pinctrl-pxa3xx: remove empty pinmux disable functionDong Aisheng1-6/+0
2012-05-15pinctrl: pinctrl-mxs: remove empty pinmux disable functionDong Aisheng1-7/+0
2012-05-15pinctrl: pinctrl-imx: remove empty pinmux disable functionDong Aisheng1-7/+0
2012-05-15pinctrl: make pinmux disable function optionalDong Aisheng1-3/+3
2012-05-15pinctrl: a minor error checking improvement for pinconfDong Aisheng1-2/+2
2012-05-14pinctrl: SPEAr1310: Fix pin numbers for clcd_high_resViresh Kumar1-1/+1
2012-05-14pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar5-0/+4345
2012-05-14pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2-102/+106
2012-05-14pinctrl: mxs: skip gpio nodes for group creationShawn Guo1-0/+7
2012-05-14pinctrl: mxs: create group for pin config nodeShawn Guo1-24/+44
2012-05-12Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/pinctrlOlof Johansson5-0/+2726
2012-05-12Merge branch 'spear/pinctrl' into next/pinctrlArnd Bergmann12-44/+4517
2012-05-12Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pinctrlArnd Bergmann22-177/+5301
2012-05-11pinctrl/nomadik: implement pin configurationLinus Walleij2-0/+114
2012-05-11pinctrl/nomadik: implement pin multiplexingLinus Walleij4-2/+353
2012-05-11pinctrl/nomadik: reuse GPIO debug function for pinsLinus Walleij1-1/+27
2012-05-11pinctrl/nomadik: break out single GPIO debug functionLinus Walleij1-48/+57
2012-05-11pinctrl/nomadik: basic Nomadik pinctrl interfaceLinus Walleij5-2/+919
2012-05-11pinctrl/nomadik: !CONFIG_OF build errorArnd Bergmann1-0/+2
2012-05-11gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij2-0/+1307
2012-05-09Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/pinctrlOlof Johansson4-126/+213
2012-05-09Merge tag 'pinctrl-mergebase-20120418' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into next/pinctrlOlof Johansson15-132/+766
2012-05-07pinctrl: add more info to error msgs in pin_requestStephen Warren1-6/+8
2012-05-02pinctrl: add pinctrl-mxs supportShawn Guo6-0/+1343
2012-05-02pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng3-0/+2340