summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/renesas/pinctrl-rzg2l.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-08-301-28/+7
|\
| * Merge tag 'renesas-pinctrl-for-v6.6-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij2023-08-031-35/+25
| |\
| | * pinctrl: renesas: rzg2l: Use devm_clk_get_enabled() helperChristophe JAILLET2023-07-251-27/+5
| * | pinctrl: Explicitly include correct DT includesRob Herring2023-07-201-1/+2
* | | 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: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* pinctrl: renesas: rzg2l: Add BUILD_BUG_ON() checksLad Prabhakar2023-01-261-1/+7
* pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interruptsLad Prabhakar2023-01-261-7/+10
* Merge tag 'renesas-pinctrl-for-v6.2-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij2022-11-201-2/+1
|\
| * pinctrl: renesas: rzg2l: remove unnecessary check from rzg2l_dt_node_to_map()Biju Das2022-11-151-2/+1
* | pinctrl: renesas: Add missing header(s)Andy Shevchenko2022-10-241-2/+5
|/
* Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-08-101-0/+2
|\
| * pinctrl: renesas: rzg2l: Return -EINVAL for pins which have input disabledLad Prabhakar2022-06-061-0/+2
* | pinctrl: renesas: pinctrl-rzg2l: Add IRQ domain to handle GPIO interruptLad Prabhakar2022-07-101-0/+233
|/
* pinctrl: renesas: rzg2l: Restore pin config orderGeert Uytterhoeven2022-04-201-1/+1
* pinctrl: renesas: rzg2l: Add RZ/G2UL supportBiju Das2022-04-201-79/+121
* pinctrl: renesas: rzg2l: Improve rzg2l_gpio_register()Biju Das2022-02-081-2/+2
* 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: rzg2l: Fix missing port register 21hBiju Das2021-09-241-1/+1
* pinctrl: renesas: Add RZ/G2L pin and gpio controller driverLad Prabhakar2021-08-131-0/+1175