summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'intel-pinctrl-v5.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2020-11-101-10/+30
|\
| * pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko2020-10-261-0/+8
| * pinctrl: intel: Fix 2 kOhm bias which is 833 OhmAndy Shevchenko2020-10-261-10/+22
* | pinctrl: qcom: sm8250: Specify PDC mapBjorn Andersson2020-11-101-0/+18
* | pinctrl: qcom: Move clearing pending IRQ to .irq_request_resources callbackMaulik Shah2020-11-101-13/+19
* | pinctrl: amd: use higher precision for 512 RtcClkCoiby Xu2020-11-101-1/+1
* | pinctrl: amd: fix incorrect way to disable debounce filterCoiby Xu2020-11-101-2/+2
* | pinctrl: aspeed: Fix GPI only function problem.Billy Tsai2020-11-051-3/+4
* | pinctrl: mcp23s08: Print error message when regmap init failsAndy Shevchenko2020-11-051-0/+2
* | pinctrl: mcp23s08: Use full chunk of memory for regmap configurationAndy Shevchenko2020-11-051-1/+1
* | pinctrl: rockchip: create irq mapping in gpio_to_irqJianqun Xu2020-11-041-16/+12
* | pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irqJianqun Xu2020-11-041-0/+2
* | pinctrl: ingenic: Fix invalid SSI pinsPaul Cercueil2020-10-281-36/+36
|/
* Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-14102-501/+10422
|\
| * pinctrl: amd: Add missing pins to the pin group listShyam Sundar S K2020-10-071-1/+68
| * pinctrl: visconti: PINCTRL_TMPV7700 should depend on ARCH_VISCONTIGeert Uytterhoeven2020-10-071-2/+2
| * pinctrl: mediatek: Free eint data on failureEnric Balletbo i Serra2020-10-071-6/+18
| * pinctrl: single: fix debug output when #pinctrl-cells = 2Drew Fustini2020-10-011-1/+1
| * pinctrl: single: fix pinctrl_spec.args_count bounds checkDrew Fustini2020-10-011-1/+1
| * pinctrl: sunrisepoint: Modify COMMUNITY macros to be consistentAndy Shevchenko2020-09-301-33/+27
| * pinctrl: cannonlake: Modify COMMUNITY macros to be consistentAndy Shevchenko2020-09-301-11/+11
| * pinctrl: tigerlake: Fix register offsets for TGL-H variantAndy Shevchenko2020-09-301-17/+25
| * pinctrl: mediatek: use devm_platform_ioremap_resource_byname()Wang Xiaojun2020-09-303-26/+5
| * pinctrl: nuvoton: npcm7xx: Constify static ops structsRikard Falkeborn2020-09-301-3/+3
| * pinctrl: mediatek: mt7622: add antsel pins/groupsChuanhong Guo2020-09-291-0/+103
| * pinctrl: ocelot: simplify the return expression of ocelot_gpiochip_register()Qinglang Miao2020-09-291-6/+2
| * pinctrl: at91-pio4: add support for sama7g5 SoCEugen Hristev2020-09-291-0/+7
| * pinctrl: spear: simplify the return expression of tvc_connect()Qinglang Miao2020-09-291-7/+1
| * pinctrl: spear: simplify the return expression of spear310_pinctrl_probeLiu Shixin2020-09-291-7/+1
| * pinctrl: sprd: use module_platform_driver to simplify the codeLiu Shixin2020-09-291-12/+1
| * pinctrl: Ingenic: Add I2S pins support for Ingenic SoCs.周琰杰 (Zhou Yanjie)2020-09-291-0/+70
| * pinctrl: Ingenic: Correct the pullup and pulldown parameters of JZ4780.周琰杰 (Zhou Yanjie)2020-09-291-2/+10
| * pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780.周琰杰 (Zhou Yanjie)2020-09-291-0/+267
| * pinctrl: aspeed-g6: Add bias controls for 1.8V GPIO banksAndrew Jeffery2020-09-291-0/+17
| * pinctrl: aspeed: Use the right pinconf maskAndrew Jeffery2020-09-291-1/+1
| * pinctrl: aspeed: Format pinconf debug consistent with pinmuxAndrew Jeffery2020-09-291-3/+3
| * pinctrl: imx: Support building i.MX pinctrl core driver as moduleAnson Huang2020-09-292-1/+7
| * pinctrl: imx: Support building SCU pinctrl core driver as moduleAnson Huang2020-09-292-1/+6
| * pinctrl: imx: Use function callbacks for SCU related functionsAnson Huang2020-09-295-39/+35
| * pinctrl: mediatek: Add MT8167 Pinctrl driverFabien Parent2020-09-274-0/+1618
| * Merge tag 'intel-pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2020-09-215-134/+117
| |\
| | * pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOsHans de Goede2020-09-071-1/+13
| | * pinctrl: intel: Update header block to reflect direct dependenciesAndy Shevchenko2020-08-201-1/+4
| | * pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data()Andy Shevchenko2020-08-202-22/+7
| | * pinctrl: baytrail: Switch to use intel_pinctrl_get_soc_data()Andy Shevchenko2020-08-202-24/+6
| | * pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider useAndy Shevchenko2020-08-182-6/+20
| | * pinctrl: cherryview: Utilize temporary variable to hold device pointerAndy Shevchenko2020-08-181-6/+5
| | * pinctrl: cherryview: Switch to use struct intel_pinctrlAndy Shevchenko2020-08-181-65/+39
| | * pinctrl: cherryview: Move custom community members to separate data structAndy Shevchenko2020-08-181-14/+31
| | * pinctrl: cherryview: Drop stale commentAndy Shevchenko2020-08-181-3/+0