summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'sh-pfc-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-01-2812-343/+288
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and namesGeert Uytterhoeven2019-01-211-3/+3
| | * | | pinctrl: sh-pfc: r8a77990: Add TMU pins, groups and functionsTakeshi Kihara2019-01-211-2/+51
| | * | | pinctrl: sh-pfc: r8a77965: Replace DU_DOTCLKIN2 by DU_DOTCLKIN3Geert Uytterhoeven2019-01-211-3/+3
| | * | | pinctrl: sh-pfc: r8a7791: Fix VIN1 versioned groupsGeert Uytterhoeven2019-01-211-34/+34
| | * | | pinctrl: sh-pfc: r8a77980: Deduplicate VIN1 pin definitionsGeert Uytterhoeven2019-01-211-43/+21
| | * | | pinctrl: sh-pfc: r8a77970: Deduplicate VIN[01] pin definitionsGeert Uytterhoeven2019-01-211-86/+42
| | * | | pinctrl: sh-pfc: r8a7796: Deduplicate VIN5 pin definitionsGeert Uytterhoeven2019-01-211-64/+26
| | * | | pinctrl: sh-pfc: r8a7795: Deduplicate VIN5 pin definitionsGeert Uytterhoeven2019-01-211-64/+26
| | * | | pinctrl: sh-pfc: r8a7794: Initialize TDSEL register for ES1.0Wolfram Sang2019-01-211-0/+16
| | * | | pinctrl: sh-pfc: r8a7790: Initialize TDSEL register for ES1.0Wolfram Sang2019-01-211-0/+17
| | * | | pinctrl: sh-pfc: Print pin group when debuggingGeert Uytterhoeven2019-01-211-0/+2
| | * | | Revert "pinctrl: sh-pfc: r8a77990: Add support for pull-up only pins"Geert Uytterhoeven2019-01-211-18/+5
| | * | | pinctrl: sh-pfc: r8a77990: GP6_9 does not have pull-down capabilityGeert Uytterhoeven2019-01-211-1/+10
| | * | | pinctrl: sh-pfc: r8a77995: Fix MOD_SEL bit numberingTakeshi Kihara2019-01-211-4/+7
| | * | | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL bit numberingTakeshi Kihara2019-01-211-14/+18
| | * | | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit2 when using RX2, TX2 and SCK2Takeshi Kihara2019-01-211-5/+5
| | * | | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit3 when using TX0Takeshi Kihara2019-01-211-2/+2
| * | | | pinctrl: sirf: drop pointless static qualifier in sirfsoc_gpio_probeYueHaibing2019-01-281-1/+1
| * | | | pinctrl: ti-iodelay: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-01-281-1/+0
| * | | | pinctrl: remove unused 'pinconf-config' debugfs interfaceVladimir Zapolskiy2019-01-281-222/+0
| * | | | pinctrl: remove pinctrl/machine.h inclusion from pinctrl/pinconf.hVladimir Zapolskiy2019-01-281-0/+1
| * | | | Merge branch 'ib-qcom-spmi' of /home/linus/linux-gpio into develLinus Walleij2019-01-283-44/+207
| |\ \ \ \
| * \ \ \ \ Merge branch 'ib-meson-fixes' into develLinus Walleij2019-01-222-8/+17
| |\ \ \ \ \
| | * | | | | pinctrl: meson: add optional region for drive strengthJerome Brunet2019-01-212-0/+7
| | * | | | | pinctrl: meson: fix G12A ao pull registers base addressXingyu Chen2019-01-211-10/+12
| | | |/ / / | | |/| | |
| * | | | | pinctrl: ti: iodelay: Lower the priority of printsNishanth Menon2019-01-211-3/+3
| * | | | | pinctrl: mcp23s08: Allocate irq_chip dynamicLars Poeschel2019-01-211-11/+17
| * | | | | pinctrl: armada-37xx: change suspend/resume timeMiquel Raynal2019-01-211-2/+2
| * | | | | pinctrl: meson: meson8b: add the eth_rxd2 and eth_rxd3 pinsMartin Blumenstingl2019-01-141-1/+5
| * | | | | pinctrl/amd: fix typoMatteo Croce2019-01-111-1/+1
| * | | | | pinctrl: sirf: atlas7: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-2/+2
| * | | | | pinctrl: mcp23s08: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-2/+1
| * | | | | pinctrl: mediatek: add EINT support to virtual GPIOschuanjia.liu2019-01-111-1/+7
| * | | | | pinctrl: armada-37xx: add missing pin: PCIe1 WakeupGregory CLEMENT2019-01-111-0/+1
| * | | | | pinctrl: armada-37xx: Correct mpp definitionsMarek Behún2019-01-111-4/+6
| * | | | | pinctrl: imx: add imx8qm driverAisheng Dong2019-01-113-0/+334
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-03-1125-346/+1102
|\ \ \ \ \
| * | | | | Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke2019-03-101-0/+2
| * | | | | Input: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts2019-03-101-0/+1
| * | | | | Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEVArnd Bergmann2019-03-101-0/+1
| * | | | | Input: msm-vibrator - use correct gpio headerArnd Bergmann2019-03-101-1/+1
| * | | | | Merge branch 'next' into for-linusDmitry Torokhov2019-03-0423-346/+1098
| |\ \ \ \ \
| | * | | | | Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev'YueHaibing2019-02-191-4/+0
| | * | | | | Input: i8042 - rework DT node name comparisonsRob Herring2019-02-181-11/+10
| | * | | | | Input: goodix - print values in case of inconsistenciesGuido Günther2019-02-171-1/+3
| | * | | | | Input: goodix - support Goodix gt5688Guido Günther2019-02-171-0/+2
| | * | | | | Input: synaptics_i2c - remove redundant spinlockSven Van Asbroeck2019-02-171-18/+4
| | * | | | | Input: db9 - mark expected switch fall-throughGustavo A. R. Silva2019-02-171-1/+1
| | * | | | | Input: qt2160 - remove redundant spinlockSven Van Asbroeck2019-02-171-9/+0