summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2020-05-12pinctrl: ingenic: Add irq_{request,release}_resources callbacksPaul Cercueil1-0/+21
2020-05-12pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chipVenkata Narendra Kumar Gutta1-0/+25
2020-05-12pinctrl: rk805: Constify rk805_gpio_cfgsRikard Falkeborn1-2/+2
2020-05-09Merge tag 'sh-pfc-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij1-1/+1
2020-04-28pinctrl: db8500: Fix some old bugsLinus Walleij1-1/+5
2020-04-28pinctrl: ab8505: Define group for GPIO pin 50Linus Walleij1-0/+1
2020-04-28pinctrl: bm1880: add pwm37 to bm1880_pctrl_groupsJason Yan1-0/+1
2020-04-28pinctrl: stmfx: stmfx_pinconf_set doesn't require to get direction anymoreAmelie Delaunay1-5/+1
2020-04-28pinctrl: fix several typosDejin Zheng6-7/+8
2020-04-28pinctrl: meson: wire up the gpio_chip's set_config callbackMartin Blumenstingl1-0/+1
2020-04-28pinctrl: meson: implement the gpio_chip get_direction callbackMartin Blumenstingl1-0/+13
2020-04-28pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOsJonathan Bakker1-0/+9
2020-04-28pinctrl: qcom: Add sm8250 pinctrl driver.Venkata Narendra Kumar Gutta3-0/+1371
2020-04-22pinctrl: intel: Move npins closer to pin_base in struct intel_communityAndy Shevchenko1-2/+3
2020-04-22pinctrl: intel: Update description in struct intel_communityAndy Shevchenko1-3/+3
2020-04-20pinctrl: rza1: Fix wrong array assignment of rza1l_swio_entriesJason Yan1-1/+1
2020-04-17Merge tag 'intel-pinctrl-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij3-7/+13
2020-04-17pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao1-0/+4
2020-04-17pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao1-0/+4
2020-04-17pinctrl: mcp23s08: add module licenseJason Yan1-0/+1
2020-04-17pinctrl: qcom: Remove duplicated include from pinctrl-msm.cYueHaibing1-1/+0
2020-04-16pinctrl: lynxpoint: Use platform_get_irq_optional() explicitlyAndy Shevchenko1-5/+5
2020-04-16pinctrl: mcp23s08: Split to three parts: core, I²C, SPIAndy Shevchenko6-452/+459
2020-04-16pinctrl: mcp23s08: Use for_each_set_bit() and hweight_long()Andy Shevchenko1-19/+11
2020-04-16pinctrl: mcp23s08: Make use of device propertiesAndy Shevchenko1-16/+12
2020-04-16pinctrl: mcp23s08: Propagate error code from device_property_read_u32()Andy Shevchenko1-3/+2
2020-04-16pinctrl: mcp23s08: Refactor mcp23s08_spi_regmap_init()Andy Shevchenko1-33/+28
2020-04-16pinctrl: mcp23s08: Drop unused parameter in mcp23s08_probe_one()Andy Shevchenko1-3/+3
2020-04-16pinctrl: mcp23s08: Consolidate SPI and I²C codeAndy Shevchenko1-228/+233
2020-04-16pinctrl: mcp23s08: Deduplicate IRQ chip fillingAndy Shevchenko1-13/+7
2020-04-16pinctrl: mcp23s08: Get rid of legacy platform dataAndy Shevchenko1-30/+12
2020-04-16pinctrl: imx: Add imx8dxl driverAnson Huang3-0/+201
2020-04-16pinctrl: qcom: fix wrong write in update_dual_edgeAnsuel Smith1-1/+1
2020-04-16pinctrl: actions: fix function group name for i2c0_groupAmit Singh Tomar1-1/+1
2020-04-16pinctrl: sunxi: handle probe defferalCorentin Labbe1-2/+5
2020-04-16pinctrl: mediatek: remove shadow variable declarationLight Hsieh1-2/+0
2020-04-16pinctrl: mediatek: make MediaTek MT6765 pinctrl ready for buiding loadable mo...Light Hsieh2-1/+5
2020-04-16pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadabl...Light Hsieh5-4/+51
2020-04-16pinctrl: nomadik:remove unneeded variableDing Xiang1-3/+1
2020-04-15pinctrl: baytrail: Use platform_get_irq_optional() explicitlyAndy Shevchenko1-5/+4
2020-04-14pinctrl: intel: Add Intel Jasper Lake pin controller supportAndy Shevchenko3-0/+353
2020-04-14pinctrl: intel: Introduce new flag to force GPIO base to be 0Andy Shevchenko2-0/+5
2020-04-14pinctrl: tigerlake: Use generic flag for special GPIO base treatmentAndy Shevchenko1-17/+15
2020-04-14pinctrl: icelake: Use generic flag for special GPIO base treatmentAndy Shevchenko1-16/+14
2020-04-14pinctrl: cannonlake: Use generic flag for special GPIO base treatmentAndy Shevchenko1-30/+28
2020-04-14pinctrl: intel: Introduce common flags for GPIO mapping schemeAndy Shevchenko2-8/+25
2020-04-13pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko1-0/+1
2020-04-13pinctrl: cherryview: Use GENMASK() consistentlyAndy Shevchenko1-8/+8
2020-04-13pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-HAndy Shevchenko1-7/+8
2020-04-13pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)Andy Shevchenko1-165/+97