summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/renesas
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-043-3/+3
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-043-3/+3
* pinctrl: renesas: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-043-8/+8
* Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-11-034-159/+602
|\
| * pinctrl: renesas: rzn1: Convert to platform remove callback returning voidUwe Kleine-König2023-10-131-4/+2
| * pinctrl: renesas: rzg2l: Add RZ/G3S supportClaudiu Beznea2023-10-131-2/+124
| * pinctrl: renesas: rzg2l: Add support for different DS values on different groupsClaudiu Beznea2023-10-131-51/+272
| * pinctrl: renesas: rzg2l: Move DS and OI to SoC-specific configurationClaudiu Beznea2023-10-131-11/+31
| * pinctrl: renesas: rzg2l: Adapt function number for RZ/G3SClaudiu Beznea2023-10-131-2/+5
| * pinctrl: renesas: rzg2l: Adapt for different SD/PWPR register offsetsClaudiu Beznea2023-10-131-10/+42
| * pinctrl: renesas: rzg2l: Index all registers based on port offsetClaudiu Beznea2023-10-131-86/+88
| * pinctrl: renesas: rzg2l: Add validation of GPIO pin in rzg2l_gpio_request()Lad Prabhakar2023-10-131-0/+6
| * pinctrl: renesas: r8a7778: Add LBSC pins, groups, and functionsGeert Uytterhoeven2023-10-131-0/+38
| * pinctrl: renesas: rzg2l: Rename rzg2l_gpio_configs[]Geert Uytterhoeven2023-09-261-5/+5
| * pinctrl: renesas: rzg2l: Make reverse order of enable() for disable()Biju Das2023-09-261-1/+2
| * pinctrl: renesas: rzg2l: Make struct rzg2l_pinctrl_data::dedicated_pins constantClaudiu Beznea2023-09-261-2/+2
| * pinctrl: renesas: r8a7779: s/LSBC/LBSC/Geert Uytterhoeven2023-09-111-1/+1
* | pinctrl: renesas: rzn1: Enable missing PINMUXRalph Siemsen2023-10-121-0/+1
|/
* Merge tag 'pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-08-305-69/+24
|\
| * Merge tag 'intel-pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2023-08-251-9/+7
| |\
| | * pinctrl: renesas: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko2023-08-211-9/+7
| * | Merge tag 'renesas-pinctrl-for-v6.6-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij2023-08-032-70/+50
| |\ \
| | * | pinctrl: renesas: rzg2l: Use devm_clk_get_enabled() helperChristophe JAILLET2023-07-251-27/+5
| | * | pinctrl: renesas: rzv2m: Use devm_clk_get_enabled() helperGeert Uytterhoeven2023-07-251-27/+5
| * | | pinctrl: Explicitly include correct DT includesRob Herring2023-07-205-6/+7
| | |/ | |/|
* | | pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{a...Biju Das2023-08-181-2/+15
* | | pinctrl: renesas: rzv2m: Fix NULL pointer dereference in rzv2m_dt_subnode_to_...Biju Das2023-08-181-2/+11
* | | pinctrl: renesas: rzg2l: Fix NULL pointer dereference in rzg2l_dt_subnode_to_...Biju Das2023-08-181-3/+12
| |/ |/|
* | pinctrl: renesas: rzg2l: Handle non-unique subnode namesBiju Das2023-07-101-8/+20
* | pinctrl: renesas: rzv2m: Handle non-unique subnode namesGeert Uytterhoeven2023-07-101-8/+20
|/
* pinctrl: renesas: Fix spaces followed by tabsMarek Vasut2023-05-092-4/+4
* Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-05-0241-6738/+1290
|\
| * pinctrl: renesas: core: Drop unneeded #ifdef CONFIG_OFGeert Uytterhoeven2023-03-301-2/+0
| * pinctrl: renesas: r8a7779: Add PWM pins, groups, and functionsGeert Uytterhoeven2023-03-301-0/+109
| * pinctrl: renesas: r8a7779: Add bias pinconf supportGeert Uytterhoeven2023-03-301-7/+328
| * pinctrl: renesas: Annotate sentinels in tablesGeert Uytterhoeven2023-03-3036-80/+78
| * pinctrl: renesas: r8a779g0: Add support for AVB/TSN power-sourcesGeert Uytterhoeven2023-03-301-9/+36
| * pinctrl: renesas: r8a77995: Add support for AVB power-sourceGeert Uytterhoeven2023-03-301-7/+14
| * pinctrl: renesas: r8a77990: Add support for AVB power-sourceGeert Uytterhoeven2023-03-301-10/+19
| * pinctrl: renesas: r8a77980: Add support for AVB/GE power-sourcesGeert Uytterhoeven2023-03-301-11/+28
| * pinctrl: renesas: r8a77970: Add support for AVB power-sourceGeert Uytterhoeven2023-03-301-8/+20
| * pinctrl: renesas: Add support for 1.8V/2.5V I/O voltage levelsGeert Uytterhoeven2023-03-303-20/+19
| * pinctrl: renesas: rcar: Phase out old SH_PFC_PIN_CFG_IO_VOLTAGE flagGeert Uytterhoeven2023-03-3011-63/+63
| * pinctrl: renesas: r8a77995: Retain POCCTRL0 register across suspend/resumeGeert Uytterhoeven2023-03-301-10/+13
| * pinctrl: renesas: Drop support for Renesas-specific propertiesGeert Uytterhoeven2023-03-161-26/+5
| * pinctrl: renesas: Remove R-Car H3 ES1.* handlingWolfram Sang2023-03-105-5992/+3
| * pinctrl: renesas: r8a779g0: Fix ERROROUTC function namesGeert Uytterhoeven2023-03-101-251/+251
| * pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functionsGeert Uytterhoeven2023-03-101-122/+49