summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/renesas
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: renesas: rza2: Fix missing of_node_put() callFabrizio Castro2025-03-061-0/+2
* pinctrl: renesas: rzv2m: Fix missing of_node_put() callFabrizio Castro2025-03-061-0/+2
* pinctrl: renesas: rzg2l: Fix missing of_node_put() callFabrizio Castro2025-03-061-0/+2
* pinctrl: renesas: rzg2l: Suppress binding attributesClaudiu Beznea2025-02-201-0/+1
* pinctrl: renesas: rza2: Fix potential NULL pointer dereferenceChenyuan Yang2025-02-141-0/+3
* pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/downClaudiu Beznea2025-02-141-1/+18
* pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3ELad Prabhakar2025-01-141-1/+1
* pinctrl: renesas: rzg2l: Add support for RZ/G3E SoCBiju Das2025-01-032-0/+174
* pinctrl: renesas: rzg2l: Update r9a09g057_variable_pin_cfg tableBiju Das2025-01-031-6/+7
* pinctrl: renesas: rzg2l: Add audio clock pins on RZ/G3SClaudiu Beznea2024-12-201-0/+2
* Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-291-1/+1
|\
| * Fix a potential abuse of seq_printf() format string in driversDavid Wang2024-11-221-1/+1
* | Merge tag 'renesas-pinctrl-for-v6.13-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij2024-11-051-16/+1
|\ \
| * | pinctrl: renesas: rzg2l: Use gpiochip_populate_parent_fwspec_twocell helperLad Prabhakar2024-10-251-16/+1
* | | Merge tag 'renesas-pinctrl-for-v6.13-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij2024-10-194-3/+59
|\| |
| * | pinctrl: renesas: Select PINCTRL_RZG2L for RZ/V2H(P) SoCLad Prabhakar2024-10-141-0/+1
| * | pinctrl: renesas: rzg2l: Add support for configuring schmitt-triggerLad Prabhakar2024-10-141-0/+18
| * | pinctrl: renesas: rzg2l: Add support for enabling/disabling open-drain outputsLad Prabhakar2024-10-141-0/+23
| * | pinctrl: renesas: rzg2l: Fix missing return in rzg2l_pinctrl_register()Biju Das2024-10-091-1/+1
| * | pinctrl: renesas: rzg2l: Remove RZG2L_TINT_IRQ_START_INDEXFabrizio Castro2024-10-091-2/+6
| * | pinctrl: renesas: rza1: Mark GPIOs as usedWolfram Sang2024-10-011-0/+7
| * | pinctrl: renesas: rza2: Mark GPIOs as usedGeert Uytterhoeven2024-10-011-0/+3
| |/
* / pinctrl: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-111-1/+1
|/
* pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of sw...Lad Prabhakar2024-09-021-11/+3
* pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter conf...Lad Prabhakar2024-09-021-32/+20
* pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-1/+2
* pinctrl: renesas: Switch to use kmemdup_array()Shen Lichuan2024-08-233-6/+3
* pinctrl: renesas: rzg2l: Use dev_err_probe()Biju Das2024-08-021-24/+13
* pinctrl: renesas: rzg2l: Return -EINVAL if the pin doesn't support PIN_CFG_OENLad Prabhakar2024-08-021-2/+6
* pinctrl: renesas: rzg2l: Support output enable on RZ/G2LPaul Barker2024-07-041-4/+63
* pinctrl: renesas: rzg2l: Clean up and refactor OEN read/write functionsPaul Barker2024-07-041-49/+36
* pinctrl: renesas: rzg2l: Clarify OEN read/write supportPaul Barker2024-07-041-14/+14
* pinctrl: renesas: r8a779h0: Remove unneeded separatorsGeert Uytterhoeven2024-07-011-21/+9
* pinctrl: renesas: r8a779g0: Add INTC-EX pins, groups, and functionGeert Uytterhoeven2024-07-011-0/+112
* pinctrl: renesas: r8a779g0: Remove unneeded separatorsGeert Uytterhoeven2024-07-011-4/+2
* pinctrl: renesas: r8a779h0: Add AVB MII pins and groupsGeert Uytterhoeven2024-07-011-0/+52
* pinctrl: renesas: r8a779g0: Fix TPU suffixesGeert Uytterhoeven2024-07-011-65/+63
* pinctrl: renesas: r8a779g0: Fix TCLK suffixesGeert Uytterhoeven2024-07-011-22/+22
* pinctrl: renesas: r8a779g0: FIX PWM suffixesGeert Uytterhoeven2024-07-011-40/+36
* pinctrl: renesas: r8a779g0: Fix IRQ suffixesGeert Uytterhoeven2024-07-011-18/+18
* pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixesGeert Uytterhoeven2024-07-011-98/+94
* pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixesGeert Uytterhoeven2024-07-011-106/+102
* pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixesGeert Uytterhoeven2024-07-011-10/+10
* pinctrl: renesas: r8a779g0: Fix CANFD5 suffixGeert Uytterhoeven2024-07-011-13/+11
* pinctrl: renesas: sh73a0: Use rdev_get_drvdata()Michał Mirosław2024-07-011-2/+2
* pinctrl: renesas: rzg2l: Reorganize variable configuration macroLad Prabhakar2024-06-241-12/+17
* pinctrl: renesas: rzg2l: Move RZG2L_SINGLE_PIN definition to top of the fileLad Prabhakar2024-06-241-7/+7
* pinctrl: renesas: rzg2l: Adjust bit masks for PIN_CFG_VARIABLE to use BIT(62)Lad Prabhakar2024-06-241-2/+2
* pinctrl: renesas: rzg2l: Update PIN_CFG_MASK() macro to be 32-bit wideLad Prabhakar2024-06-241-6/+6
* pinctrl: renesas: rzg2l: Add support for RZ/V2H SoCLad Prabhakar2024-06-111-3/+371