aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-11pinctrl: single: search for the bits property when parsing bitsAxel Haslam1-1/+1
2016-11-11pinctrl: single: check for any error when getting rowsAxel Haslam1-4/+8
2016-11-08pinctrl: st: st_pctl_dt_parse_groups simplify expressionHeinrich Schuchardt1-1/+1
2016-11-08pinctrl: st: st_pinconf_dbg_show wrong format stringHeinrich Schuchardt1-1/+1
2016-11-08Merge tag 'sh-pfc-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij1-10/+378
2016-11-08pinctrl: sx150x: fix up headersLinus Walleij1-2/+1
2016-11-08pinctrl-sx150x: Remove magic numbers from sx150x_resetAndrey Smirnov1-2/+4
2016-11-08pinctrl-sx150x: Remove magic numbers from sx150x_irq_set_typeAndrey Smirnov1-4/+20
2016-11-08pinctrl-sx150x: Use handle_bad_irq instead of handle_edge_irqAndrey Smirnov1-1/+12
2016-11-08pinctrl-sx150x: Simplify interrupt handlerAndrey Smirnov1-12/+6
2016-11-08pinctrl-sx150x: Improve oscio GPIO functionsAndrey Smirnov1-7/+11
2016-11-08pinctrl-sx150x: Remove excessive lockingAndrey Smirnov1-54/+16
2016-11-08pinctrl-sx150x: Replace sx150x_*_cfg by means of regmap APIAndrey Smirnov1-243/+284
2016-11-08pinctrl-sx150x: Convert driver to use regmap APIAndrey Smirnov2-46/+57
2016-11-08pinctrl-sx150x: Improve sx150x_init_misc for SX1504/5/6Andrey Smirnov1-0/+7
2016-11-08pinctrl-sx150x: Move some code out of sx150x_init_hwAndrey Smirnov1-12/+26
2016-11-08pinctrl-sx150x: Fix incorrect constant in sx150x_init_hwAndrey Smirnov1-1/+1
2016-11-08pinctrl-sx150x: Replace magic number in sx150x_init_hwAndrey Smirnov1-1/+4
2016-11-08pinctrl-sx150x: Add SX1503 specific dataAndrey Smirnov1-0/+25
2016-11-08pinctrl-sx150x: Improve OF device matching codeAndrey Smirnov1-8/+13
2016-11-07pinctrl: sh-pfc: r8a7796: Fix GPSR definitions for SDHI2/3Geert Uytterhoeven1-10/+10
2016-11-07pinctrl-aspeed-g5: Never set SCU90[6]Andrew Jeffery1-1/+1
2016-11-04pinctrl: qcom: Add msm8994 pinctrl driverMichael Scott3-0/+1389
2016-11-04pinctrl: sunxi: make bool drivers explicitly non-modularPaul Gortmaker13-95/+26
2016-11-04pinctrl: meson: Add GXL pinctrl definitionsNeil Armstrong4-1/+601
2016-11-04pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bitsTony Lindgren1-24/+24
2016-11-04pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pinsTony Lindgren1-18/+93
2016-11-04pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_argsTony Lindgren2-0/+167
2016-11-04pinctrl: cherryview: Prevent possible interrupt storm on resumeMika Westerberg1-3/+4
2016-11-04pinctrl: cherryview: Serialize register access in suspend/resumeMika Westerberg1-0/+10
2016-11-04pinctrl: bcm2835: reduce GPPUD set-up timeStefan Wahren1-4/+6
2016-11-04pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs outputMika Westerberg1-1/+1
2016-11-04pinctrl: zynq: Add a 8 bit wide nand optionJason Gunthorpe1-1/+5
2016-10-31pinctrl: imx: reset group index on probeStefan Agner1-0/+1
2016-10-31pinctrl: stm32: remove dependency with interrupt controllerAlexandre TORGUE1-3/+5
2016-10-31pinctrl: st: don't specify default interrupt triggerPatrice Chotard1-1/+1
2016-10-31pinctrl: iproc: Fix iProc and NSP GPIO supportRay Jui2-2/+2
2016-10-31pinctrl: at91: add support for OUTPUT configBoris BREZILLON1-0/+21
2016-10-29pinctrl: sunxi: Deal with configless pinsMaxime Ripard1-14/+37
2016-10-29pinctrl: intel: merrifield: Add pin config group handlersAndy Shevchenko1-0/+41
2016-10-29pinctrl: generic: Parse pinmux init nodes if node status is okayLaxman Dewangan1-1/+1
2016-10-29pinctrl: max77620: add OF dependencyArnd Bergmann1-1/+1
2016-10-28pinctrl: single: Drop pointless macroTony Lindgren1-11/+7
2016-10-28pinctrl: single: Drop custom namesTony Lindgren1-30/+6
2016-10-24Merge branch 'ib-sx150x' into develLinus Walleij3-0/+1077
2016-10-24pinctrl: Add SX150X GPIO Extender Pinctrl DriverNeil Armstrong3-0/+1077
2016-10-24pinctrl: sunxi: Support generic bindingMaxime Ripard1-2/+46
2016-10-24pinctrl: oxnas: Add support for OX820Neil Armstrong1-0/+433
2016-10-24pinctrl: oxnas: Move OX810SE specific function and structure as separateNeil Armstrong1-75/+101
2016-10-24pinctrl: sunxi: Handle bias disableMaxime Ripard1-0/+8