summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/renesas (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channelGeert Uytterhoeven2022-02-221-2/+2
* pinctrl: renesas: r8a7794: Add range checking to .pin_to_pocctrl()Geert Uytterhoeven2022-02-221-0/+3
* pinctrl: renesas: rzg2l: Improve rzg2l_gpio_register()Biju Das2022-02-081-2/+2
* pinctrl: renesas: r8a77995: Restore pin group sort orderGeert Uytterhoeven2022-02-081-43/+43
* pinctrl: renesas: r8a7790: Restore pin function sort orderGeert Uytterhoeven2022-02-081-1/+1
* pinctrl: renesas: r8a7779: Restore pin function sort orderGeert Uytterhoeven2022-02-081-4/+4
* pinctrl: renesas: r8a779a0: Rename MOD_SEL2_* definitionsGeert Uytterhoeven2022-02-081-21/+21
* pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabledBiju Das2022-02-081-2/+4
* pinctrl: renesas: r8a7799[05]: Add MediaLB pinsNikita Yushchenko2022-01-242-2/+34
* pinctrl: renesas: r8a7791: Remove INTC_IRQx_NGeert Uytterhoeven2022-01-241-20/+15
* pinctrl: renesas: r8a7790: Remove INTC_IRQx_NGeert Uytterhoeven2022-01-241-25/+18
* pinctrl: renesas: rcar: Do not enforce GPIO if already muxedWolfram Sang2022-01-241-1/+1
* 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: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-161-1/+0
|/
* 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: renesas: rza1: Fix kerneldoc function namesGeert Uytterhoeven2021-11-151-3/+3
* pinctrl: renesas: checker: Prefix common checker outputGeert Uytterhoeven2021-10-151-3/+3
* pinctrl: renesas: checker: Fix bias checks on SoCs with pull-down only pinsGeert Uytterhoeven2021-10-151-3/+5
* pinctrl: renesas: checker: Move overlapping field checkGeert Uytterhoeven2021-10-151-21/+34
* pinctrl: renesas: checker: Fix off-by-one bug in drive register checkGeert Uytterhoeven2021-10-151-1/+1
* pinctrl: renesas: Fix save/restore on SoCs with pull-down only pinsGeert Uytterhoeven2021-10-151-2/+4
* pinctrl: renesas: r8a779[56]x: Add MediaLB pinsAndrey Gusakov2021-10-154-6/+74
* pinctrl: renesas: rzg2l: Fix missing port register 21hBiju Das2021-09-241-1/+1
* pinctrl: renesas: No need to initialise global staticsJason Wang2021-09-131-6/+6
* pinctrl: renesas: Add RZ/G2L pin and gpio controller driverLad Prabhakar2021-08-133-0/+1187
* pinctrl: renesas: Fix pin control matching on R-Car H3e-2GGeert Uytterhoeven2021-07-272-19/+14
* pinctrl: renesas: r8a77995: Add bias pinconf supportGeert Uytterhoeven2021-07-133-9/+316
* pinctrl: renesas: rcar: Avoid changing PUDn when disabling biasGeert Uytterhoeven2021-07-131-7/+7
* pinctrl: renesas: r8a77980: Add bias pinconf supportGeert Uytterhoeven2021-05-311-6/+203
* pinctrl: renesas: r8a77970: Add bias pinconf supportGeert Uytterhoeven2021-05-311-6/+169
* pinctrl: renesas: r8a7794: Add bias pinconf supportGeert Uytterhoeven2021-05-311-9/+351
* pinctrl: renesas: r8a7792: Add bias pinconf supportGeert Uytterhoeven2021-05-311-12/+521
* pinctrl: renesas: r8a7790: Add bias pinconf supportGeert Uytterhoeven2021-05-311-7/+294
* pinctrl: renesas: r8a77470: Add bias pinconf supportGeert Uytterhoeven2021-05-311-40/+306
* pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differencesGeert Uytterhoeven2021-05-113-44/+46
* pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macroGeert Uytterhoeven2021-05-111-3/+0
* pinctrl: renesas: r8a77990: Drop bogus PUEN_ prefixes in commentsGeert Uytterhoeven2021-05-111-4/+4
* pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilitiesGeert Uytterhoeven2021-05-111-4/+4
* pinctrl: renesas: r8a7796: Add missing bias for PRESET# pinGeert Uytterhoeven2021-05-111-1/+2
* pinctrl: renesas: r8a7791: Add bias pinconf supportGeert Uytterhoeven2021-03-241-16/+371
* pinctrl: renesas: Add support for R-Car SoCs with pull-down only pinsGeert Uytterhoeven2021-03-242-19/+34
* pinctrl: renesas: Add PORT_GP_CFG_7 macrosGeert Uytterhoeven2021-03-241-2/+6
* pinctrl: renesas: Factor out common R-Mobile bias handlingGeert Uytterhoeven2021-03-245-126/+59
* pinctrl: renesas: Move R-Car bias helpers to sh_pfc.hGeert Uytterhoeven2021-03-2413-15/+7