index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
renesas
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
pinctrl: renesas: rzg2l: Add support for RZ/V2N SoC
Lad Prabhakar
2
-130
/
+170
2025-03-06
pinctrl: renesas: rza2: Fix missing of_node_put() call
Fabrizio Castro
1
-0
/
+2
2025-03-06
pinctrl: renesas: rzv2m: Fix missing of_node_put() call
Fabrizio Castro
1
-0
/
+2
2025-03-06
pinctrl: renesas: rzg2l: Fix missing of_node_put() call
Fabrizio Castro
1
-0
/
+2
2025-02-20
pinctrl: renesas: rzg2l: Suppress binding attributes
Claudiu Beznea
1
-0
/
+1
2025-02-14
pinctrl: renesas: rza2: Fix potential NULL pointer dereference
Chenyuan Yang
1
-0
/
+3
2025-02-14
pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down
Claudiu Beznea
1
-1
/
+18
2025-01-14
pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3E
Lad Prabhakar
1
-1
/
+1
2025-01-03
pinctrl: renesas: rzg2l: Add support for RZ/G3E SoC
Biju Das
2
-0
/
+174
2025-01-03
pinctrl: renesas: rzg2l: Update r9a09g057_variable_pin_cfg table
Biju Das
1
-6
/
+7
2024-12-20
pinctrl: renesas: rzg2l: Add audio clock pins on RZ/G3S
Claudiu Beznea
1
-0
/
+2
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-11-22
Fix a potential abuse of seq_printf() format string in drivers
David Wang
1
-1
/
+1
2024-11-05
Merge tag 'renesas-pinctrl-for-v6.13-tag2' of git://git.kernel.org/pub/scm/li...
Linus Walleij
1
-16
/
+1
2024-10-25
pinctrl: renesas: rzg2l: Use gpiochip_populate_parent_fwspec_twocell helper
Lad Prabhakar
1
-16
/
+1
2024-10-19
Merge tag 'renesas-pinctrl-for-v6.13-tag1' of git://git.kernel.org/pub/scm/li...
Linus Walleij
4
-3
/
+59
2024-10-14
pinctrl: renesas: Select PINCTRL_RZG2L for RZ/V2H(P) SoC
Lad Prabhakar
1
-0
/
+1
2024-10-14
pinctrl: renesas: rzg2l: Add support for configuring schmitt-trigger
Lad Prabhakar
1
-0
/
+18
2024-10-14
pinctrl: renesas: rzg2l: Add support for enabling/disabling open-drain outputs
Lad Prabhakar
1
-0
/
+23
2024-10-11
pinctrl: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-09
pinctrl: renesas: rzg2l: Fix missing return in rzg2l_pinctrl_register()
Biju Das
1
-1
/
+1
2024-10-09
pinctrl: renesas: rzg2l: Remove RZG2L_TINT_IRQ_START_INDEX
Fabrizio Castro
1
-2
/
+6
2024-10-01
pinctrl: renesas: rza1: Mark GPIOs as used
Wolfram Sang
1
-0
/
+7
2024-10-01
pinctrl: renesas: rza2: Mark GPIOs as used
Geert Uytterhoeven
1
-0
/
+3
2024-09-02
pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of sw...
Lad Prabhakar
1
-11
/
+3
2024-09-02
pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter conf...
Lad Prabhakar
1
-32
/
+20
2024-09-02
pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
1
-1
/
+2
2024-08-23
pinctrl: renesas: Switch to use kmemdup_array()
Shen Lichuan
3
-6
/
+3
2024-08-02
pinctrl: renesas: rzg2l: Use dev_err_probe()
Biju Das
1
-24
/
+13
2024-08-02
pinctrl: renesas: rzg2l: Return -EINVAL if the pin doesn't support PIN_CFG_OEN
Lad Prabhakar
1
-2
/
+6
2024-07-04
pinctrl: renesas: rzg2l: Support output enable on RZ/G2L
Paul Barker
1
-4
/
+63
2024-07-04
pinctrl: renesas: rzg2l: Clean up and refactor OEN read/write functions
Paul Barker
1
-49
/
+36
2024-07-04
pinctrl: renesas: rzg2l: Clarify OEN read/write support
Paul Barker
1
-14
/
+14
2024-07-01
pinctrl: renesas: r8a779h0: Remove unneeded separators
Geert Uytterhoeven
1
-21
/
+9
2024-07-01
pinctrl: renesas: r8a779g0: Add INTC-EX pins, groups, and function
Geert Uytterhoeven
1
-0
/
+112
2024-07-01
pinctrl: renesas: r8a779g0: Remove unneeded separators
Geert Uytterhoeven
1
-4
/
+2
2024-07-01
pinctrl: renesas: r8a779h0: Add AVB MII pins and groups
Geert Uytterhoeven
1
-0
/
+52
2024-07-01
pinctrl: renesas: r8a779g0: Fix TPU suffixes
Geert Uytterhoeven
1
-65
/
+63
2024-07-01
pinctrl: renesas: r8a779g0: Fix TCLK suffixes
Geert Uytterhoeven
1
-22
/
+22
2024-07-01
pinctrl: renesas: r8a779g0: FIX PWM suffixes
Geert Uytterhoeven
1
-40
/
+36
2024-07-01
pinctrl: renesas: r8a779g0: Fix IRQ suffixes
Geert Uytterhoeven
1
-18
/
+18
2024-07-01
pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes
Geert Uytterhoeven
1
-98
/
+94
2024-07-01
pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes
Geert Uytterhoeven
1
-106
/
+102
2024-07-01
pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
Geert Uytterhoeven
1
-10
/
+10
2024-07-01
pinctrl: renesas: r8a779g0: Fix CANFD5 suffix
Geert Uytterhoeven
1
-13
/
+11
2024-07-01
pinctrl: renesas: sh73a0: Use rdev_get_drvdata()
Michał Mirosław
1
-2
/
+2
2024-06-24
pinctrl: renesas: rzg2l: Reorganize variable configuration macro
Lad Prabhakar
1
-12
/
+17
2024-06-24
pinctrl: renesas: rzg2l: Move RZG2L_SINGLE_PIN definition to top of the file
Lad Prabhakar
1
-7
/
+7
2024-06-24
pinctrl: renesas: rzg2l: Adjust bit masks for PIN_CFG_VARIABLE to use BIT(62)
Lad Prabhakar
1
-2
/
+2
2024-06-24
pinctrl: renesas: rzg2l: Update PIN_CFG_MASK() macro to be 32-bit wide
Lad Prabhakar
1
-6
/
+6
[next]