summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: rockchip: Add rk3128 pinctrl supportDavid Wu2017-08-141-0/+129
* pinctrl: rockchip: Use common interface for recalced iomuxDavid Wu2017-08-141-39/+50
* pinctrl: bcm2835: Remove unneeded irq_group fieldThierry Reding2017-08-141-3/+1
* pinctrl: sirf: atlas7: Initialize GPIO offsetThierry Reding2017-08-141-0/+1
* pinctrl: Convert to using %pOF instead of full_nameRob Herring2017-08-1410-41/+34
* pinctrl: tegra: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* pinctrl: sunxi: explicitly request exclusive reset controlPhilipp Zabel2017-08-142-2/+2
* pinctrl: stm32: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* pinctrl: aspeed: g5: Add USB device and host supportAndrew Jeffery2017-08-141-1/+57
* pinctrl: aspeed: g4: Add USB device and host supportAndrew Jeffery2017-08-141-7/+59
* pinctrl: zte: fix 'functions' allocation in zx_pinctrl_build_state()Shawn Guo2017-08-141-3/+4
* pinctrl: qcom: ssbi: mpp: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: bcm2835: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: zynq: Fix warnings in the driverNava kishore Manne2017-08-141-16/+16
* pinctrl: zynq: Fix kernel doc warningsNava kishore Manne2017-08-141-1/+1
* pinctrl: st: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: baytrail: Do not call WARN_ON for a firmware bugHans de Goede2017-08-141-2/+2
* pinctrl: pinctrl-imx7ulp: add gpio_set_direction supportDong Aisheng2017-08-141-0/+26
* pinctrl: imx: make imx_pmx_ops.gpio_set_direction platform specific callbacksDong Aisheng2017-08-143-44/+49
* pinctrl: imx: remove gpio_request_enable and gpio_disable_freeDong Aisheng2017-08-141-69/+0
* pinctrl: imx: add imx7ulp driverDong Aisheng2017-08-143-0/+346
* pinctrl: imx: switch to use the generic pinmux propertyDong Aisheng2017-08-141-3/+3
* pinctrl: uniphier: add UniPhier PXs3 pinctrl driverMasahiro Yamada2017-08-143-0/+994
* pinctrl: uniphier: add suspend / resume supportMasahiro Yamada2017-08-1410-0/+188
* pinctrl: uniphier: omit redundant input enable bit informationMasahiro Yamada2017-08-144-339/+345
* pinctrl: uniphier: clean up GPIO port muxingMasahiro Yamada2017-08-1410-2752/+274
* pinctrl: uniphier: fix pin_config_get() for input-enableMasahiro Yamada2017-08-141-5/+8
* pinctrl: uniphier: remove unneeded EXPORT_SYMBOL_GPL()Masahiro Yamada2017-08-141-2/+0
* pinctrl: qcom: msm: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: qcom: ssbi-gpio: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: coh901: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: nomadik: abx500: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: vt8500: wmt: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: rza1: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* pinctrl: sunxi: rename R_PIO i2c pin function nameIcenowy Zheng2017-08-143-6/+6
* pinctrl: sunxi: add support of R40 to A10 pinctrl driverIcenowy Zheng2017-08-142-79/+196
* pinctrl: msm: add support to configure ipq40xx GPIO_PULL bitsRam Chandra Jangir2017-08-143-13/+29
* pinctrl: qcom: ipq4019: add most remaining pin definitionsRam Chandra Jangir2017-08-141-85/+346
* Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-08-131-15/+34
|\
| * firmware: avoid invalid fallback aborts by using killable waitLuis R. Rodriguez2017-08-101-2/+1
| * firmware: fix batched requests - send wake up on failure on direct lookupsLuis R. Rodriguez2017-08-101-8/+30
| * firmware: fix batched requests - wake all waitersLuis R. Rodriguez2017-08-101-7/+5
* | Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-133-0/+21
|\ \
| * | thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg2017-08-101-0/+9
| * | mei: exclude device from suspend direct complete optimizationAlexander Usyskin2017-08-102-0/+12
* | | Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-133-26/+70
|\ \ \
| * | | Revert "serial: Delete dead code for CIR serial ports"Sean Young2017-08-011-6/+17
| * | | tty: pl011: fix initialization order of QDF2400 E44Timur Tabi2017-07-302-20/+53
| |/ /
* | | Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-08-1311-15/+137
|\ \ \
| * | | staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott2017-07-301-0/+3