summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2021-12-02pinctrl: apple-gpio: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-12-02pinctrl: mediatek: add a check for error in mtk_pinconf_bias_get_rsel()Dan Carpenter1-0/+2
2021-12-02pinctrl: mediatek: uninitialized variable in mtk_pctrl_show_one_pin()Dan Carpenter1-1/+1
2021-12-02pinctrl: freescale: Add i.MXRT1050 pinctrl driver supportGiulio Benetti3-0/+357
2021-12-02pinctrl/rockchip: fix gpio device creationJohn Keeping1-1/+1
2021-11-27pinctrl: apple: return an error if pinmux is missing in the DTJoey Gouly1-1/+1
2021-11-27pinctrl: apple: use modulo rather than bitwise andJoey Gouly1-1/+1
2021-11-27pinctrl: apple: don't set gpio_chip.of_nodeJoey Gouly1-1/+0
2021-11-27pinctrl: apple: remove gpio-controller checkJoey Gouly1-4/+0
2021-11-27pinctrl: apple: give error label a specific nameJoey Gouly1-3/+4
2021-11-27pinctrl: apple: make apple_gpio_get_direction more readableJoey Gouly1-2/+3
2021-11-27pinctrl: apple: handle regmap_read errorsJoey Gouly1-3/+7
2021-11-27pinctrl: apple: add missing bits.h headerJoey Gouly1-0/+1
2021-11-27pinctrl: apple: use C style commentJoey Gouly1-1/+1
2021-11-27pinctrl: apple: add missing commaJoey Gouly1-1/+1
2021-11-27pinctrl: apple: fix some formatting issuesJoey Gouly1-41/+28
2021-11-27Merge tag 'v5.16-rc2' into develLinus Walleij8-16/+42
2021-11-26pinctrl: cherryview: Use temporary variable for struct deviceAndy Shevchenko1-28/+29
2021-11-26pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pinsHans de Goede1-8/+61
2021-11-26pinctrl: cherryview: Don't use selection 0 to mark an interrupt line as unusedHans de Goede1-2/+16
2021-11-24pinctrl: mediatek: fix global-out-of-bounds issueGuodong Liu1-2/+6
2021-11-23pinctrl: baytrail: Set IRQCHIP_SET_TYPE_MASKED flag on the irqchipHans de Goede1-1/+1
2021-11-23pinctrl: samsung: Make symbol 'exynos7885_pin_ctrl' staticWei Yongjun1-1/+1
2021-11-22pinctrl: microchip-sgpio: update to support regmapColin Foster1-11/+34
2021-11-22pinctrl: ocelot: convert pinctrl to regmapColin Foster1-10/+55
2021-11-22pinctrl: ocelot: update pinctrl to automatic base addressColin Foster1-1/+1
2021-11-22pinctrl: ocelot: combine get resource and ioremap into single callColin Foster1-3/+1
2021-11-22pinctrl: spmi-gpio: Add support for PM2250Loic Poulain1-0/+1
2021-11-22pinctrl: qcom: sc7280: Add egpio supportRajendra Nayak1-31/+44
2021-11-22pinctrl: qcom: Add egpio feature supportPrasad Sodagudi2-2/+23
2021-11-22pinctrl: qcom-pmic-gpio: Add support for pm8019Konrad Dybcio1-0/+1
2021-11-21pinctrl: qcom: Add SDX65 pincontrol driverVamsi Krishna Lanka3-0/+977
2021-11-21pinctrl: ocelot: Extend support for lan966xKavyasree Kotagiri1-0/+416
2021-11-19pinctrl: renesas: Remove unneeded locking around sh_pfc_read() callsGeert Uytterhoeven1-8/+1
2021-11-19pinctrl: zynqmp: Unify pin namingAndy Shevchenko1-4/+6
2021-11-18pinctrl: st: Switch to use devm_kasprintf_strarray()Andy Shevchenko1-2/+10
2021-11-18pinctrl: st: Convert to use dev_err_probe()Andy Shevchenko1-20/+10
2021-11-18pinctrl: st: Make use of the devm_platform_ioremap_resource_byname()Andy Shevchenko1-6/+1
2021-11-18pinctrl: st: Use temporary variable for struct deviceAndy Shevchenko1-39/+34
2021-11-18pinctrl: st: Drop wrong kernel doc annotationsAndy Shevchenko1-2/+2
2021-11-18pinctrl: armada-37xx: Switch to use devm_kasprintf_strarray()Andy Shevchenko1-2/+7
2021-11-18pinctrl: armada-37xx: Convert to use dev_err_probe()Andy Shevchenko1-12/+6
2021-11-18pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource()Andy Shevchenko1-7/+1
2021-11-18pinctrl: armada-37xx: Use temporary variable for struct deviceAndy Shevchenko1-33/+23
2021-11-18pinctrl: armada-37xx: Fix function name in the kernel docAndy Shevchenko1-1/+1
2021-11-18pinctrl/rockchip: Switch to use devm_kasprintf_strarray()Andy Shevchenko1-2/+9
2021-11-18pinctrl/rockchip: Convert to use dev_err_probe()Andy Shevchenko1-20/+10
2021-11-18pinctrl/rockchip: Make use of the devm_platform_get_and_ioremap_resource()Andy Shevchenko1-4/+2
2021-11-18pinctrl/rockchip: Use temporary variable for struct deviceAndy Shevchenko1-63/+53
2021-11-18pinctrl/rockchip: Drop wrong kernel doc annotationAndy Shevchenko1-1/+1