summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-1269-1017/+6066
|\
| * pinctrl: imx: fix assigning groups namesRafał Miłecki2022-01-021-2/+4
| * Merge tag 'samsung-pinctrl-5.17' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij2021-12-263-4/+89
| |\
| | * pinctrl: samsung: Use platform_get_irq_optional() to get the interruptLad Prabhakar2021-12-251-4/+5
| | * pinctrl: samsung: Make symbol 'exynos7885_pin_ctrl' staticWei Yongjun2021-11-231-1/+1
| | * pinctrl: samsung: Add Exynos7885 SoC specific dataDavid Virag2021-11-163-0/+84
| * | pinctrl: bcm: ns: use generic groups & functions helpersRafał Miłecki2021-12-262-115/+50
| * | pinctrl: imx: fix allocation result checkRafał Miłecki2021-12-261-1/+1
| * | pinctrl: Propagate firmware node from a parent deviceAndy Shevchenko2021-12-225-20/+27
| * | pinctrl: add one more "const" for generic function groupsRafał Miłecki2021-12-222-3/+3
| * | pinctrl: keembay: rework loops looking for groups namesRafał Miłecki2021-12-221-41/+25
| * | pinctrl: keembay: comment process of building functions a bitRafał Miłecki2021-12-221-10/+11
| * | pinctrl: imx: prepare for making "group_names" in "function_desc" constRafał Miłecki2021-12-221-4/+7
| * | Merge tag 'renesas-pinctrl-for-v5.17-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij2021-12-201-2/+2
| |\ \
| | * | pinctrl: renesas: r8a779a0: Align commentsGeert Uytterhoeven2021-12-071-2/+2
| * | | pinctrl: aspeed: fix unmet dependencies on MFD_SYSCON for PINCTRL_ASPEEDJulian Braha2021-12-161-1/+1
| * | | Merge tag 'intel-pinctrl-v5.17-3' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Walleij2021-12-162-32/+100
| |\ \ \
| | * | | pinctrl: cherryview: Use temporary variable for struct deviceAndy Shevchenko2021-11-261-28/+29
| | * | | pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pinsHans de Goede2021-11-261-8/+61
| | * | | pinctrl: cherryview: Don't use selection 0 to mark an interrupt line as unusedHans de Goede2021-11-261-2/+16
| | * | | pinctrl: baytrail: Set IRQCHIP_SET_TYPE_MASKED flag on the irqchipHans de Goede2021-11-231-1/+1
| * | | | pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-1624-37/+8
| * | | | pinctrl-sunxi: don't call pinctrl_gpio_direction()Hans Verkuil2021-12-161-2/+6
| * | | | pinctrl-bcm2835: don't call pinctrl_gpio_direction()Hans Verkuil2021-12-161-3/+9
| * | | | pinctrl: bcm2835: Silence uninit warningLinus Walleij2021-12-101-1/+1
| * | | | pinctrl: Sort Kconfig and Makefile entries alphabeticallyAndy Shevchenko2021-12-092-258/+258
| * | | | pinctrl: Add Intel Thunder Bay pinctrl driverLakshmi Sowjanya D2021-12-093-0/+1342
| * | | | pinctrl: qcom: Add SM8450 pinctrl driverVinod Koul2021-12-093-0/+1699
| * | | | Merge tag 'renesas-pinctrl-for-v5.17-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij2021-12-054-111/+216
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | pinctrl: renesas: Remove unneeded locking around sh_pfc_read() callsGeert Uytterhoeven2021-11-191-8/+1
| | * | | pinctrl: renesas: rzg2l: Add support to get/set drive-strength and output-imp...Lad Prabhakar2021-11-151-48/+113
| | * | | pinctrl: renesas: rzg2l: Rename PIN_CFG_* macros to match HW manualLad Prabhakar2021-11-151-61/+61
| | * | | pinctrl: renesas: rzg2l: Add support to get/set pin config for GPIO port pinsLad Prabhakar2021-11-151-2/+34
| | * | | pinctrl: renesas: rzg2l: Add helper functions to read/write pin configLad Prabhakar2021-11-151-24/+37
| | * | | pinctrl: renesas: rzg2l: Rename RZG2L_SINGLE_PIN_GET_PORT macroLad Prabhakar2021-11-151-7/+7
| | * | | pinctrl: pinconf-generic: Add support for "output-impedance-ohms" to be extra...Lad Prabhakar2021-11-151-0/+2
| | * | | pinctrl: renesas: rza1: Fix kerneldoc function namesGeert Uytterhoeven2021-11-151-3/+3
| | | |/ | | |/|
| * | | pinctrl: spear: plgpio: Introduce regmap phandleHerve Codina2021-12-051-5/+17
| * | | pinctrl: spear: plgpio: Convert to regmapHerve Codina2021-12-051-60/+76
| * | | pinctrl: spear: spear: Convert to regmapHerve Codina2021-12-052-7/+15
| * | | pinctrl: apple-gpio: fix flexible_array.cocci warningskernel test robot2021-12-021-1/+1
| * | | pinctrl: mediatek: add a check for error in mtk_pinconf_bias_get_rsel()Dan Carpenter2021-12-021-0/+2
| * | | pinctrl: mediatek: uninitialized variable in mtk_pctrl_show_one_pin()Dan Carpenter2021-12-021-1/+1
| * | | pinctrl: freescale: Add i.MXRT1050 pinctrl driver supportGiulio Benetti2021-12-023-0/+357
| * | | pinctrl/rockchip: fix gpio device creationJohn Keeping2021-12-021-1/+1
| * | | pinctrl: apple: return an error if pinmux is missing in the DTJoey Gouly2021-11-271-1/+1
| * | | pinctrl: apple: use modulo rather than bitwise andJoey Gouly2021-11-271-1/+1
| * | | pinctrl: apple: don't set gpio_chip.of_nodeJoey Gouly2021-11-271-1/+0
| * | | pinctrl: apple: remove gpio-controller checkJoey Gouly2021-11-271-4/+0
| * | | pinctrl: apple: give error label a specific nameJoey Gouly2021-11-271-3/+4