summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-20pinctrl: pinctrl-imx: add imx53 pinctrl driverDong Aisheng4-0/+2860
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: 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-10pinctrl: (cosmetic) fix two entries in DocBook commentsGuennadi Liakhovetski2-2/+1
2012-05-07pinctrl: add more info to error msgs in pin_requestStephen Warren1-6/+8
2012-05-02pinctrl: add pinctrl-mxs supportShawn Guo7-0/+2261
2012-05-02pinctrl: pinctrl-imx: add imx6q pinctrl driverDong Aisheng4-0/+3968
2012-05-02pinctrl: pinctrl-imx: add imx pinctrl core driverDong Aisheng5-0/+834
2012-05-02dt: add of_get_child_count helper functionDong Aisheng1-0/+16
2012-05-02pinctrl: support gpio request deferred probingDong Aisheng1-3/+4
2012-04-27pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng2-3/+31
2012-04-27pinctrl: enhance reporting of errors when loading from DTJohn Crispin3-27/+49
2012-04-27pinctrl: add kerneldoc for pinctrl_ops device tree functionsStephen Warren1-0/+9
2012-04-26pinctrl: propagate map validation errorsStephen Warren1-2/+2
2012-04-25pinctrl: fix dangling commentLinus Walleij1-1/+1
2012-04-24pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin1-7/+8
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng2-4/+29
2012-04-18pinctrl: show pin name when request pinsDong Aisheng1-2/+3
2012-04-18pinctrl: implement devm_pinctrl_get()/put()Stephen Warren4-19/+133
2012-04-18pinctrl: a minor fix of pin config debug informationDong Aisheng1-2/+2
2012-04-18pinctrl: pinconf: fix compilation error if PINCONF is not selectedViresh Kumar1-1/+1
2012-04-18pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren2-4/+32
2012-04-18pinctrl: ifdef CONFIG_DEBUG_FS cleanupStephen Warren2-11/+24
2012-04-18pinctrl: mark non-EXPERIMENTALLinus Walleij1-1/+0
2012-04-18pinctrl: tegra: Add complete device tree supportStephen Warren1-0/+205
2012-04-18dt: Document Tegra20/30 pinctrl bindingStephen Warren2-2/+261
2012-04-18dt: Move Tegra20 pin mux binding into new pinctrl directoryStephen Warren1-0/+0
2012-04-18dt: pinctrl: Document device tree bindingStephen Warren1-0/+128
2012-04-18dt: add property iteration helpersStephen Warren2-0/+76
2012-04-18pinctrl: implement pinctrl deferred probingLinus Walleij3-6/+14
2012-04-18pinctrl: add some error checking for user interfacesDong Aisheng2-2/+17
2012-04-18pinctrl: fix pinmux_check_ops error checkingDong Aisheng1-3/+5
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar10-115/+63
2012-04-18pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König2-3/+3
2012-04-18Documentation: pinctrl: add missing spi0_0 grp in exampleViresh Kumar1-1/+1
2012-04-18pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRLStephen Warren1-1/+3
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren6-18/+357
2012-04-18pinctrl: implement pinctrl_check_opsStephen Warren1-4/+21
2012-04-18pinctrl: include <linux/bug.h> to prevent compile errorsStephen Warren1-0/+2
2012-04-18pinctrl: fix compile error if not select PINMUX supportDong Aisheng1-1/+1
2012-04-16Linux 3.4-rc3v3.4-rc3Linus Torvalds1-1/+1
2012-04-16Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds14-61/+46
2012-04-16x86-32: fix up strncpy_from_user() sign errorLinus Torvalds1-2/+2
2012-04-16ARM: 7386/1: jump_label: fixup for rename to static_keyRabin Vincent1-1/+1
2012-04-16ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEEJonathan Austin1-0/+12