index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
renesas
/
pinctrl-rzg2l.c
(
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
1
-2
/
+1
*
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: 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: Use scope based of_node_put() cleanups
Peng Fan
2024-05-28
1
-5
/
+2
*
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: 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: rzg2l: Add suspend/resume support
Claudiu Beznea
2024-02-21
1
-4
/
+404
*
pinctrl: renesas: rzg2l: Avoid configuring ISEL in gpio_irq_{en,dis}able*(
Biju Das
2024-02-21
1
-4
/
+2
*
pinctrl: renesas: rzg2l: Simplify rzg2l_gpio_irq_{en,dis}able()
Biju Das
2024-02-21
1
-24
/
+16
*
pinctrl: renesas: rzg2l: Configure interrupt input mode
Biju Das
2024-02-21
1
-2
/
+35
*
pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
Lad Prabhakar
2024-01-31
1
-9
/
+204
*
pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
Lad Prabhakar
2024-01-31
1
-27
/
+29
*
pinctrl: renesas: rzg2l: Improve code for readability
Lad Prabhakar
2024-01-31
1
-19
/
+25
*
pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()
Claudiu Beznea
2024-01-31
1
-10
/
+10
*
Merge tag 'renesas-pinctrl-for-v6.8-tag2' of git://git.kernel.org/pub/scm/lin...
Linus Walleij
2023-12-18
1
-19
/
+145
|
\
|
*
pinctrl: renesas: rzg2l: Add input enable to the Ethernet pins
Claudiu Beznea
2023-12-15
1
-2
/
+2
|
*
pinctrl: renesas: rzg2l: Add output enable support
Claudiu Beznea
2023-12-15
1
-2
/
+85
|
*
pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins
Claudiu Beznea
2023-12-15
1
-3
/
+39
|
*
pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups
Claudiu Beznea
2023-12-15
1
-1
/
+14
|
*
pinctrl: renesas: rzg2l: Move arg and index in the main function block
Claudiu Beznea
2023-12-13
1
-13
/
+7
*
|
pinctrl: renesas: Convert to use grp member
Andy Shevchenko
2023-12-12
1
-2
/
+2
*
|
pinctrl: renesas: Mark local variable with const in ->set_mux()
Andy Shevchenko
2023-12-07
1
-1
/
+1
|
/
*
pinctrl: renesas: rzg2l: Enhance driver to support interrupt affinity setting
Lad Prabhakar
2023-11-27
1
-0
/
+1
*
treewide: rename pinctrl_gpio_free_new()
Bartosz Golaszewski
2023-11-04
1
-1
/
+1
[next]