index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
renesas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of sw...
Lad Prabhakar
2024-09-02
1
-11
/
+3
*
pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter conf...
Lad Prabhakar
2024-09-02
1
-32
/
+20
*
pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable API
Andy Shevchenko
2024-09-02
1
-1
/
+2
*
pinctrl: renesas: Switch to use kmemdup_array()
Shen Lichuan
2024-08-23
3
-6
/
+3
*
pinctrl: renesas: rzg2l: Use dev_err_probe()
Biju Das
2024-08-02
1
-24
/
+13
*
pinctrl: renesas: rzg2l: Return -EINVAL if the pin doesn't support PIN_CFG_OEN
Lad Prabhakar
2024-08-02
1
-2
/
+6
*
pinctrl: renesas: rzg2l: Support output enable on RZ/G2L
Paul Barker
2024-07-04
1
-4
/
+63
*
pinctrl: renesas: rzg2l: Clean up and refactor OEN read/write functions
Paul Barker
2024-07-04
1
-49
/
+36
*
pinctrl: renesas: rzg2l: Clarify OEN read/write support
Paul Barker
2024-07-04
1
-14
/
+14
*
pinctrl: renesas: r8a779h0: Remove unneeded separators
Geert Uytterhoeven
2024-07-01
1
-21
/
+9
*
pinctrl: renesas: r8a779g0: Add INTC-EX pins, groups, and function
Geert Uytterhoeven
2024-07-01
1
-0
/
+112
*
pinctrl: renesas: r8a779g0: Remove unneeded separators
Geert Uytterhoeven
2024-07-01
1
-4
/
+2
*
pinctrl: renesas: r8a779h0: Add AVB MII pins and groups
Geert Uytterhoeven
2024-07-01
1
-0
/
+52
*
pinctrl: renesas: r8a779g0: Fix TPU suffixes
Geert Uytterhoeven
2024-07-01
1
-65
/
+63
*
pinctrl: renesas: r8a779g0: Fix TCLK suffixes
Geert Uytterhoeven
2024-07-01
1
-22
/
+22
*
pinctrl: renesas: r8a779g0: FIX PWM suffixes
Geert Uytterhoeven
2024-07-01
1
-40
/
+36
*
pinctrl: renesas: r8a779g0: Fix IRQ suffixes
Geert Uytterhoeven
2024-07-01
1
-18
/
+18
*
pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes
Geert Uytterhoeven
2024-07-01
1
-98
/
+94
*
pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes
Geert Uytterhoeven
2024-07-01
1
-106
/
+102
*
pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
Geert Uytterhoeven
2024-07-01
1
-10
/
+10
*
pinctrl: renesas: r8a779g0: Fix CANFD5 suffix
Geert Uytterhoeven
2024-07-01
1
-13
/
+11
*
pinctrl: renesas: sh73a0: Use rdev_get_drvdata()
Michał Mirosław
2024-07-01
1
-2
/
+2
*
pinctrl: renesas: rzg2l: Reorganize variable configuration macro
Lad Prabhakar
2024-06-24
1
-12
/
+17
*
pinctrl: renesas: rzg2l: Move RZG2L_SINGLE_PIN definition to top of the file
Lad Prabhakar
2024-06-24
1
-7
/
+7
*
pinctrl: renesas: rzg2l: Adjust bit masks for PIN_CFG_VARIABLE to use BIT(62)
Lad Prabhakar
2024-06-24
1
-2
/
+2
*
pinctrl: renesas: rzg2l: Update PIN_CFG_MASK() macro to be 32-bit wide
Lad Prabhakar
2024-06-24
1
-6
/
+6
*
pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC
Lad Prabhakar
2024-06-11
1
-3
/
+371
*
pinctrl: renesas: rzg2l: Acquire lock in rzg2l_pinctrl_pm_setup_pfc()
Lad Prabhakar
2024-06-11
1
-0
/
+3
*
pinctrl: renesas: rzg2l: Add support for custom parameters
Lad Prabhakar
2024-06-11
1
-0
/
+12
*
pinctrl: renesas: rzg2l: Pass pincontrol device to pinconf_generic_parse_dt_c...
Lad Prabhakar
2024-06-11
1
-1
/
+1
*
pinctrl: renesas: rzg2l: Add support for pull-up/down
Lad Prabhakar
2024-06-11
1
-0
/
+72
*
pinctrl: renesas: rzg2l: Add support to configure slew-rate
Lad Prabhakar
2024-06-11
1
-0
/
+18
*
pinctrl: renesas: rzg2l: Add function pointers for OEN register access
Lad Prabhakar
2024-06-11
1
-2
/
+10
*
pinctrl: renesas: rzg2l: Add function pointer for PMC register write
Lad Prabhakar
2024-06-11
1
-1
/
+10
*
pinctrl: renesas: rzg2l: Add function pointer for PFC register locking
Lad Prabhakar
2024-06-11
1
-17
/
+27
*
pinctrl: renesas: rzg2l: Validate power registers for SD and ETH
Lad Prabhakar
2024-06-11
1
-4
/
+8
*
pinctrl: renesas: rzg2l: Enable variable configuration for all
Lad Prabhakar
2024-06-11
1
-3
/
+1
*
pinctrl: renesas: rzg2l: Drop struct rzg2l_variable_pin_cfg
Lad Prabhakar
2024-06-11
1
-133
/
+54
*
pinctrl: renesas: rzg2l: Allow more bits for pin configuration
Lad Prabhakar
2024-06-11
1
-13
/
+17
*
pinctrl: renesas: rzn1: Use for_each_child_of_node_scoped()
Geert Uytterhoeven
2024-06-07
1
-2
/
+1
*
pinctrl: renesas: Use scope based of_node_put() cleanups
Peng Fan
2024-05-28
5
-41
/
+17
*
pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore}
Claudiu Beznea
2024-05-27
1
-2
/
+2
*
pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfaces
Paul Barker
2024-04-25
1
-0
/
+2
*
pinctrl: renesas: r8a779h0: Add INTC-EX pins, groups, and function
Geert Uytterhoeven
2024-04-23
1
-0
/
+112
*
pinctrl: renesas: r8a779h0: Fix IRQ suffixes
Geert Uytterhoeven
2024-04-23
1
-12
/
+12
*
pinctrl: renesas: rzg2l: Remove extra space in function parameter
Lad Prabhakar
2024-04-23
1
-1
/
+1
*
pinctrl: renesas: rzg2l: Configure the interrupt type on resume
Claudiu Beznea
2024-04-22
1
-10
/
+13
*
pinctrl: renesas: rzg2l: Execute atomically the interrupt configuration
Claudiu Beznea
2024-03-26
1
-1
/
+10
*
pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm
Geert Uytterhoeven
2024-02-21
1
-1
/
+3
*
pinctrl: renesas: rzg2l: Add suspend/resume support
Claudiu Beznea
2024-02-21
1
-4
/
+404
[next]