summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2024-10-28pinctrl: starfive: Reset pinmux settingsEmil Renner Berthing1-0/+66
2024-10-12pinctrl: ocelot: fix system hang on level based interruptsSergey Matsievskiy1-4/+4
2024-10-11pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()Harshit Mogalapalli1-1/+1
2024-10-10pinctrl: sophgo: fix double free in cv1800_pctrl_dt_node_to_map()Harshit Mogalapalli1-1/+1
2024-10-03Merge tag 'intel-pinctrl-v6.12-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2-3/+3
2024-10-03pinctrl: intel: platform: Add Panther Lake to the list of supportedAndy Shevchenko1-0/+1
2024-10-02pinctrl: aw9523: add missing mutex_destroyRosen Penev1-2/+4
2024-10-01pinctrl: stm32: check devm_kasprintf() returned valueMa Ke1-2/+7
2024-10-01pinctrl: apple: check devm_kasprintf() returned valueMa Ke1-0/+3
2024-09-30pinctrl: intel: platform: use semicolon instead of comma in ncommunities assi...Javier Carrasco1-1/+1
2024-09-30pinctrl: intel: platform: fix error path in device_for_each_child_node()Javier Carrasco1-2/+1
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+1442
2024-09-23Merge tag 'pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds62-527/+4970
2024-09-16pinctrl: ep93xx: Fix raster pins typoNikita Shubin1-2/+2
2024-09-13pinctrl: pinctrl-cy8c95x0: Fix regcachePatrick Rudolph1-5/+9
2024-09-13Merge tag 'intel-pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij1-0/+1
2024-09-12pinctrl: add a Cirrus ep93xx SoC pin controllerNikita Shubin3-0/+1442
2024-09-11Merge tag 'intel-pinctrl-v6.12-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij4-147/+189
2024-09-05pinctrl: intel: Constify struct intel_pinctrl parameterAndy Shevchenko2-15/+17
2024-09-05pinctrl: Remove redundant null pointer checks in pinctrl_remove_device_debugfs()Li Zetao1-1/+1
2024-09-05Merge tag 'renesas-pinctrl-for-v6.12-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij3-50/+28
2024-09-04pinctrl: baytrail: Drop duplicate return statementAndy Shevchenko1-3/+1
2024-09-03pinctrl: intel: Inline intel_gpio_community_irq_handler()Andy Shevchenko1-17/+6
2024-09-02pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for nowStephan Gerhold1-1/+3
2024-09-02pinctrl: madera: Simplify with dev_err_probe()Yan Zhen1-6/+3
2024-09-02pinctrl: k210: Use devm_clk_get_enabled() helpersWang Jianzheng1-27/+8
2024-09-02pinctrl: Join split messages and remove double whitespaceGeert Uytterhoeven1-5/+2
2024-09-02pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of sw...Lad Prabhakar1-11/+3
2024-09-02pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter conf...Lad Prabhakar1-32/+20
2024-09-02pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko1-1/+2
2024-09-02pinctrl: mvebu: Fix devinit_dove_pinctrl_probe functionWang Jianzheng1-13/+29
2024-09-02pinctrl: sunxi: Use devm_clk_get_enabled() helpersWang Jianzheng1-10/+4
2024-09-01pinctrl: sophgo: cv18xx: fix missed __iomem type identifierInochi Amaoto1-1/+1
2024-08-31pinctrl: stmfx: Use string_choices API instead of ternary operatorAndy Shevchenko1-2/+3
2024-08-31pinctrl: nomadik: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2-4/+2
2024-08-30pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.Andy Shevchenko1-79/+46
2024-08-30pinctrl: intel: Constify intel_get_community() returned objectAndy Shevchenko4-7/+8
2024-08-30pinctrl: intel: Implement high impedance supportAndy Shevchenko1-0/+41
2024-08-30pinctrl: intel: Add __intel_gpio_get_direction() helperAndy Shevchenko1-6/+42
2024-08-30pinctrl: intel: Refactor __intel_gpio_set_direction() to be more usefulAndy Shevchenko1-13/+18
2024-08-30pinctrl: intel: Move debounce validation out of the lockAndy Shevchenko1-12/+15
2024-08-30Merge tag 'samsung-pinctrl-6.12' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij5-32/+141
2024-08-26Merge branch 'ib-sophgo-pintrl' into develLinus Walleij10-0/+3529
2024-08-26pinctrl: sophgo: add support for SG2002 SoCInochi Amaoto3-0/+554
2024-08-26pinctrl: sophgo: add support for SG2000 SoCInochi Amaoto3-0/+783
2024-08-26pinctrl: sophgo: add support for CV1812H SoCInochi Amaoto3-0/+783
2024-08-26pinctrl: sophgo: add support for CV1800B SoCInochi Amaoto7-0/+1409
2024-08-26pinctrl: freescale: imx-scmi: Use kmemdup_array instead of kmemdup for multip...Shen Lichuan1-1/+1
2024-08-26Merge tag 'renesas-pinctrl-for-v6.12-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij1-26/+19
2024-08-26drivers/pinctrl: Switch to use kmemdup_array()Shen Lichuan1-2/+2