summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: artpec6: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall2017-08-221-1/+1
* pinctrl: bcm281xx: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall2017-08-221-1/+1
* pinctrl: uniphier: add Audio out pin-mux settingsKatsuhiro Suzuki2017-08-222-0/+10
* pinctrl: amd: fix error return code in amd_gpio_probe()Gustavo A. R. Silva2017-08-221-2/+2
* pinctrl: qcom: spmi-gpio: Add dtest route for digital inputFenglin Wu2017-08-151-0/+50
* pinctrl: qcom: spmi-gpio: Add support for GPIO LV/MV subtypeFenglin Wu2017-08-151-49/+232
* Merge tag 'samsung-pinctrl-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2017-08-146-68/+69
|\
| * pinctrl: samsung: Remove unneeded local variable initializationKrzysztof Kozlowski2017-07-241-14/+4
| * pinctrl: samsung: Consistently use unsigned instead of u32 for nr_banksKrzysztof Kozlowski2017-07-191-2/+2
| * pinctrl: samsung: Use unsigned int for number of controller IO mem resourcesKrzysztof Kozlowski2017-07-192-2/+2
| * pinctrl: samsung: Use define from dt-bindings for pin mux functionKrzysztof Kozlowski2017-07-184-8/+7
| * pinctrl: samsung: Fix invalid register offset used for Exynos5433 external in...Krzysztof Kozlowski2017-07-181-4/+4
| * pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xxKrzysztof Kozlowski2017-07-184-38/+50
* | pinctrl: add a Gemini SoC pin controllerLinus Walleij2017-08-143-0/+2367
* | pinctrl: check ops->pin_config_set in pinconf_set_config()Masahiro Yamada2017-08-141-1/+1
* | pinctrl: intel: Add Intel Denverton pin controller supportMika Westerberg2017-08-143-0/+311
* | pinctrl: add __rcu annotations to fix sparse warningsMasahiro Yamada2017-08-142-2/+2
* | pinctrl: nomadik: fix incorrect type in return expressionMasahiro Yamada2017-08-141-1/+1
* | pinctrl: sirf: add static to local dataMasahiro Yamada2017-08-141-3/+3
* | pinctrl: armada-37xx: add static to local dataMasahiro Yamada2017-08-141-2/+2
* | pinctrl: uniphier: widen all pinconf-derived arguments to u32Masahiro Yamada2017-08-141-4/+4
* | pinctrl: sunxi: fix V3s pinctrl driver IRQ bank baseIcenowy Zheng2017-08-141-0/+1
* | pinctrl: move const qualifier before structMasahiro Yamada2017-08-147-52/+51
* | pinctrl-st: fix of_irq_to_resource() result checkSergei Shtylyov2017-08-141-1/+1
* | pinctrl: rockchip: add input schmitt support for rv1108Andy Yan2017-08-141-0/+31
* | pinctrl: intel: wrap Intel pin control drivers in an architecture checkPeter Robinson2017-08-141-0/+3
* | pinctrl: sirf: atlas7: fix of_irq_get() error checkSergei Shtylyov2017-08-141-1/+3
* | 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