summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pinctrl: qcom: Add sm8250 pinctrl driver.Venkata Narendra Kumar Gutta2020-04-283-0/+1371
| * | | pinctrl: mcp23s08: add module licenseJason Yan2020-04-171-0/+1
| * | | pinctrl: qcom: Remove duplicated include from pinctrl-msm.cYueHaibing2020-04-171-1/+0
| * | | pinctrl: mcp23s08: Split to three parts: core, I²C, SPIAndy Shevchenko2020-04-166-452/+459
| * | | pinctrl: mcp23s08: Use for_each_set_bit() and hweight_long()Andy Shevchenko2020-04-161-19/+11
| * | | pinctrl: mcp23s08: Make use of device propertiesAndy Shevchenko2020-04-161-16/+12
| * | | pinctrl: mcp23s08: Propagate error code from device_property_read_u32()Andy Shevchenko2020-04-161-3/+2
| * | | pinctrl: mcp23s08: Refactor mcp23s08_spi_regmap_init()Andy Shevchenko2020-04-161-33/+28
| * | | pinctrl: mcp23s08: Drop unused parameter in mcp23s08_probe_one()Andy Shevchenko2020-04-161-3/+3
| * | | pinctrl: mcp23s08: Consolidate SPI and I²C codeAndy Shevchenko2020-04-161-228/+233
| * | | pinctrl: mcp23s08: Deduplicate IRQ chip fillingAndy Shevchenko2020-04-161-13/+7
| * | | pinctrl: mcp23s08: Get rid of legacy platform dataAndy Shevchenko2020-04-161-30/+12
| * | | pinctrl: imx: Add imx8dxl driverAnson Huang2020-04-163-0/+201
| * | | pinctrl: sunxi: handle probe defferalCorentin Labbe2020-04-161-2/+5
| * | | pinctrl: mediatek: make MediaTek MT6765 pinctrl ready for buiding loadable mo...Light Hsieh2020-04-162-1/+5
| * | | pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadabl...Light Hsieh2020-04-165-4/+51
| * | | pinctrl: nomadik:remove unneeded variableDing Xiang2020-04-161-3/+1
| |/ /
* | | pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chipVenkata Narendra Kumar Gutta2020-05-121-0/+25
* | | Merge tag 'intel-pinctrl-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2020-04-173-7/+13
|\ \ \
| * | | pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao2020-04-171-0/+4
| | |/ | |/|
| * | pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko2020-04-131-0/+1
| * | pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-HAndy Shevchenko2020-04-131-7/+8
| |/
* | pinctrl: qcom: fix wrong write in update_dual_edgeAnsuel Smith2020-04-161-1/+1
* | pinctrl: actions: fix function group name for i2c0_groupAmit Singh Tomar2020-04-161-1/+1
* | pinctrl: mediatek: remove shadow variable declarationLight Hsieh2020-04-161-2/+0
|/
* Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-04-042-5/+3
|\
| * pinctrl: Unconditionally assign .request()/.free()Thierry Reding2020-04-021-5/+2
| * gpio: export of_pinctrl_get to modulesStephen Rothwell2020-04-011-0/+1
* | Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-0253-607/+2911
|\ \
| * | pinctrl: qcom: fix compilation errorAnsuel Smith2020-03-311-1/+0
| * | pinctrl: qcom: use scm_call to route GPIO irq to AppsAjay Kishore2020-03-281-6/+37
| * | pinctrl: sprd: Add pin high impedance mode supportLinhua Xu2020-03-271-0/+12
| * | pinctrl: sprd: Use the correct pin output configurationLinhua Xu2020-03-271-3/+7
| * | pinctrl: tegra: Add SFIO/GPIO programming on Tegra194Thierry Reding2020-03-273-0/+51
| * | pinctrl: tegra: Renumber the GG.0 and GG.1 pinsThierry Reding2020-03-271-7/+4
| * | pinctrl: tegra: Do not add default pin range on Tegra194Thierry Reding2020-03-272-2/+1
| * | pinctrl: tegra: Pass struct tegra_pmx for pin range checkThierry Reding2020-03-271-3/+3
| * | pinctrl: tegra: Fix "Scmitt" -> "Schmitt" typoThierry Reding2020-03-271-1/+1
| * | pinctrl: tegra: Fix whitespace issues for improved readabilityThierry Reding2020-03-271-16/+17
| * | pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-271-3/+3
| * | pinctrl: freescale: drop the dependency on ARM64 for i.MX8MPeng Fan2020-03-261-4/+4
| * | Revert "pinctrl: mvebu: armada-37xx: use use platform api"Linus Walleij2020-03-261-9/+3
| * | pinctrl: meson: add tsin pinctrl for meson gxbb/gxl/gxmIgor Vavro2020-03-122-0/+62
| * | pinctrl: sprd: Fix the kconfig warningBaolin Wang2020-03-031-3/+3
| * | pinctrl: ingenic: add hdmi-ddc pin control groupPaul Boddie2020-03-021-0/+7
| * | pinctrl: sirf/atlas7: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
| * | pinctrl: sprd: Allow the SPRD pinctrl driver building into a moduleBaolin Wang2020-02-292-3/+6
| * | pinctrl: Export some needed symbols at module load timeBaolin Wang2020-02-292-0/+2
| * | pinctrl: da9062: Fix error gpiolib.h pathYueHaibing2020-02-281-1/+1
| * | Merge tag 'sh-pfc-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2020-02-263-68/+248
| |\ \