summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: nomadik: split up and comments MC0 pinsLinus Walleij2016-11-181-6/+17
* pinctrl: single: Fix a couple error codesDan Carpenter2016-11-161-2/+6
* pinctrl: sunxi: fix theoretical uninitialized variable accessArnd Bergmann2016-11-161-2/+5
* Merge tag 'sh-pfc-for-v4.10-tag2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2016-11-167-366/+816
|\
| * pinctrl: sh-pfc: r8a7795: Add group for QSPI0 and QSPI1 pinsNiklas Söderlund2016-11-161-0/+69
| * pinctrl: sh-pfc: r8a7795: Add group for AVB MDIO and MII pinsNiklas Söderlund2016-11-161-3/+27
| * pinctrl: sh-pfc: r8a7795: Support none GPIO pins with configurable drive-stre...Niklas Söderlund2016-11-161-15/+148
| * pinctrl: sh-pfc: Support named pins with custom configurationNiklas Söderlund2016-11-161-0/+8
| * pinctrl: sh-pfc: r8a7778: Use lookup function for bias dataNiklas Söderlund2016-11-161-170/+172
| * pinctrl: sh-pfc: r8a7795: Use lookup function for bias dataNiklas Söderlund2016-11-161-171/+172
| * pinctrl: sh-pfc: r8a7795: Simplify get bias logicNiklas Söderlund2016-11-161-6/+5
| * pinctrl: sh-pfc: Add helper to handle bias lookup tableNiklas Söderlund2016-11-153-0/+25
| * pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLENiklas Söderlund2016-11-151-1/+2
| * pinctrl: sh-pfc: r8a7796: Add DU supportNiklas Söderlund2016-11-151-0/+101
| * pinctrl: sh-pfc: r8a7796: Add EtherAVB pins, groups and functionsTakeshi Kihara2016-11-151-0/+87
* | pinctrl: rockchip: add support for rk1108Andy Yan2016-11-161-0/+86
* | dt-bindings: add documentation for rk1108 pinctrlAndy Yan2016-11-151-4/+5
* | pinctrl: sunxi: Add support for interrupt debouncingMaxime Ripard2016-11-153-0/+105
* | pinctrl: sunxi: Make sunxi_pconf_group_set use sunxi_pconf_reg helperChen-Yu Tsai2016-11-151-32/+32
* | 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