summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2021-01-18pinctrl: sprd: Simplify bool comparisonYANG LI-1/+1
2021-01-18pinctrl: ti :iodelay: Fixed inconsistent indentingSouptick Joarder-3/+2
2021-01-14pinctrl: renesas: r8a779a0: Add TPU pins, groups and functionsUlrich Hecht-0/+44
2021-01-14pinctrl: renesas: r8a779a0: Add TMU pins, groups and functionsUlrich Hecht-0/+65
2021-01-14pinctrl: renesas: r8a779a0: Add QSPI pins, groups, and functionsUlrich Hecht-0/+72
2021-01-14pinctrl: renesas: r8a779a0: Add PWM pins, groups and functionsUlrich Hecht-0/+77
2021-01-14pinctrl: renesas: r8a779a0: Add MSIOF pins, groups and functionsUlrich Hecht-0/+362
2021-01-14pinctrl: renesas: r8a779a0: Add MMC pins, groups and functionsUlrich Hecht-0/+79
2021-01-14pinctrl: renesas: r8a779a0: Add INTC-EX pins, groups and functionUlrich Hecht-0/+62
2021-01-14pinctrl: renesas: r8a779a0: Add HSCIF pins, groups and functionsUlrich Hecht-0/+134
2021-01-14pinctrl: renesas: r8a779a0: Add DU pins, groups and functionUlrich Hecht-0/+54
2021-01-14pinctrl: renesas: r8a779a0: Add CANFD pins, groups and functionsUlrich Hecht-0/+137
2021-01-14pinctrl: renesas: r8a779a0: Add EtherAVB pins, groups and functionsUlrich Hecht-0/+595
2021-01-14pinctrl: renesas: r8a779a0: Add I2C pins, groups and functionsUlrich Hecht-0/+107
2021-01-14pinctrl: renesas: r8a779a0: Add SCIF pins, groups and functionsUlrich Hecht-0/+156
2021-01-14pinctrl: renesas: Initial R8A779A0 (V3U) PFC supportUlrich Hecht-0/+2529
2021-01-14pinctrl: renesas: Add PORT_GP_CFG_{2,31} macrosUlrich Hecht-4/+12
2021-01-14pinctrl: renesas: Add I/O voltage level flagUlrich Hecht-2/+23
2021-01-14pinctrl: renesas: Implement unlock register masksUlrich Hecht-11/+19
2021-01-12pinctrl: renesas: checker: Restrict checks to Renesas platformsGeert Uytterhoeven-0/+4
2021-01-08pinctrl: tigerlake: Add Alder Lake-P ACPI IDAndy Shevchenko-0/+1
2021-01-08pinctrl: intel: Convert capability list to featuresAndy Shevchenko-3/+42
2021-01-08pinctrl: intel: Drop unnecessary check for predefined featuresAndy Shevchenko-12/+6
2021-01-08pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenanceAndy Shevchenko-20/+40
2021-01-06pinctrl: sunxi: h6-r: Add s_rsb pin functionsSamuel Holland-0/+2
2021-01-06pinctrl: mediatek: Fix fallback call pathHsin-Yi Wang-0/+4
2021-01-06pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_oneNathan Chancellor-1/+0
2021-01-05pinctrl: remove empty lines in pinctrl subsystemZhaoyu Liu-13/+0
2021-01-04pinctrl: aspeed: g6: Fix PWMG0 pinctrl settingBilly Tsai-1/+1
2021-01-04pinctrl: ralink: rt2880: fix '-Wmissing-prototypes' in init functionSergio Paracuellos-1/+1
2021-01-04pinctrl: ralink: rt2880: use 'PTR_ERR_OR_ZERO'Sergio Paracuellos-3/+1
2021-01-04pinctrl: ralink: rt2880: preserve error codesSergio Paracuellos-4/+8
2021-01-04pinctrl: ralink: rt2880: delete not needed error messageSergio Paracuellos-3/+1
2021-01-04pinctrl: ralink: rt2880: add missing NULL checkSergio Paracuellos-0/+2
2021-01-04pinctrl: ralink: rt2880: return proper error codeSergio Paracuellos-1/+1
2021-01-04pinctrl: ralink: rt2880: avoid double pointer to simplify codeSergio Paracuellos-12/+9
2021-01-04pinctrl: ingenic: Rename registers from JZ4760_GPIO_* to JZ4770_GPIO_*Paul Cercueil-27/+27
2021-01-04pinctrl: ingenic: Fix JZ4760 supportPaul Cercueil-13/+13
2021-01-04pinctrl: ti-iodelay: convert comma to semicolonZheng Yongjun-1/+1
2021-01-04pinctrl: mediatek: moore: convert comma to semicolonZheng Yongjun-2/+2
2021-01-04pinctrl: mediatek: paris: convert comma to semicolonZheng Yongjun-2/+2
2021-01-04pinctrl: at91: convert comma to semicolonZheng Yongjun-1/+1
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+6
2020-12-16Merge tag 'pinctrl-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1540/+8759
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+388
2020-12-15pinctrl: use krealloc_array()Bartosz Golaszewski-1/+1
2020-12-15pinctrl: nomadik: Use irq_has_action()Thomas Gleixner-5/+6
2020-12-12pinctrl/spear: simplify the return expression of spear300_pinctrl_probe()Zheng Yongjun-7/+1
2020-12-12pinctrl: mediatek: simplify the return expression of mtk_pinconf_bias_disable...Zheng Yongjun-8/+2
2020-12-11pinctrl: pinctrl-microchip-sgpio: Add irq support (for sparx5)Lars Povlsen-2/+186