summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sunxi: Add support for fetching pinconf settings from hardwareChen-Yu Tsai2016-11-152-6/+81
* pinctrl: sunxi: Fix PIN_CONFIG_BIAS_PULL_{DOWN,UP} argumentChen-Yu Tsai2016-11-151-1/+5
* pinctrl: sunxi: Free configs in pinctrl_map only if it is a config mapChen-Yu Tsai2016-11-151-2/+15
* pinctrl: vt8500: make bool drivers explicitly non-modularPaul Gortmaker2016-11-157-81/+15
* pinctrl: samsung: Add GPF support for Exynos5433Chanwoo Choi2016-11-152-0/+25
* pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bankChanwoo Choi2016-11-156-78/+99
* pinctrl: bcm2835: Return pins to inputs when freedPhil Elwell2016-11-151-0/+11
* pinctrl: bcm2835: Fix ints for GPIOs 28-31 & 46-53Phil Elwell2016-11-151-12/+38
* pinctrl: single: search for the bits property when parsing bitsAxel Haslam2016-11-111-1/+1
* pinctrl: single: check for any error when getting rowsAxel Haslam2016-11-111-4/+8
* pinctrl: st: st_pctl_dt_parse_groups simplify expressionHeinrich Schuchardt2016-11-081-1/+1
* pinctrl: st: st_pinconf_dbg_show wrong format stringHeinrich Schuchardt2016-11-081-1/+1
* Merge tag 'sh-pfc-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2016-11-081-10/+378
|\
| * pinctrl: sh-pfc: r8a7796: Fix GPSR definitions for SDHI2/3Geert Uytterhoeven2016-11-071-10/+10
| * pinctrl: sh-pfc: r8a7796: Add DRIF supportRamesh Shanmugasundaram2016-10-171-0/+291
| * pinctrl: sh-pfc: r8a7796: Add I2C pin supportUlrich Hecht2016-10-171-0/+77
* | pinctrl: sx150x: fix up headersLinus Walleij2016-11-081-2/+1
* | pinctrl-sx150x: Remove magic numbers from sx150x_resetAndrey Smirnov2016-11-081-2/+4
* | pinctrl-sx150x: Remove magic numbers from sx150x_irq_set_typeAndrey Smirnov2016-11-081-4/+20
* | pinctrl-sx150x: Use handle_bad_irq instead of handle_edge_irqAndrey Smirnov2016-11-081-1/+12
* | pinctrl-sx150x: Simplify interrupt handlerAndrey Smirnov2016-11-081-12/+6
* | pinctrl-sx150x: Improve oscio GPIO functionsAndrey Smirnov2016-11-081-7/+11
* | pinctrl-sx150x: Remove excessive lockingAndrey Smirnov2016-11-081-54/+16
* | pinctrl-sx150x: Replace sx150x_*_cfg by means of regmap APIAndrey Smirnov2016-11-081-243/+284
* | pinctrl-sx150x: Convert driver to use regmap APIAndrey Smirnov2016-11-082-46/+57
* | pinctrl-sx150x: Improve sx150x_init_misc for SX1504/5/6Andrey Smirnov2016-11-081-0/+7
* | pinctrl-sx150x: Move some code out of sx150x_init_hwAndrey Smirnov2016-11-081-12/+26
* | pinctrl-sx150x: Fix incorrect constant in sx150x_init_hwAndrey Smirnov2016-11-081-1/+1
* | pinctrl-sx150x: Replace magic number in sx150x_init_hwAndrey Smirnov2016-11-081-1/+4
* | bindings: pinctrl-sx150x: Document SX1503 compatibility stringAndrey Smirnov2016-11-081-1/+2
* | pinctrl-sx150x: Add SX1503 specific dataAndrey Smirnov2016-11-081-0/+25
* | pinctrl-sx150x: Improve OF device matching codeAndrey Smirnov2016-11-081-8/+13
* | pinctrl: qcom: Add msm8994 pinctrl driverMichael Scott2016-11-044-0/+1566
* | pinctrl: sunxi: make bool drivers explicitly non-modularPaul Gortmaker2016-11-0413-95/+26
* | pinctrl: meson: Add GXL pinctrl definitionsNeil Armstrong2016-11-046-1/+734
* | pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bitsTony Lindgren2016-11-041-24/+24
* | pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pinsTony Lindgren2016-11-041-18/+93
* | pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_argsTony Lindgren2016-11-043-1/+210
* | pinctrl: bcm2835: reduce GPPUD set-up timeStefan Wahren2016-11-041-4/+6
* | pinctrl: cherryview: Drop ctrlX prefix from the pin debugfs outputMika Westerberg2016-11-041-1/+1
* | pinctrl: zynq: Add a 8 bit wide nand optionJason Gunthorpe2016-11-041-1/+5
* | pinctrl: at91: add support for OUTPUT configBoris BREZILLON2016-10-313-0/+25
* | pinctrl: sunxi: Deal with configless pinsMaxime Ripard2016-10-291-14/+37
* | pinctrl: intel: merrifield: Add pin config group handlersAndy Shevchenko2016-10-291-0/+41
* | pinctrl: generic: Parse pinmux init nodes if node status is okayLaxman Dewangan2016-10-291-1/+1
* | pinctrl: max77620: add OF dependencyArnd Bergmann2016-10-291-1/+1
* | pinctrl: single: Drop pointless macroTony Lindgren2016-10-281-11/+7
* | pinctrl: single: Drop custom namesTony Lindgren2016-10-281-30/+6
* | Merge branch 'ib-sx150x' into develLinus Walleij2016-10-248-842/+1151
|\ \
| * | pinctrl: Add SX150X GPIO Extender Pinctrl DriverNeil Armstrong2016-10-248-842/+1151