index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
renesas
/
rzg2l-cpg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: renesas: rzg2l: Check reset monitor registers
Claudiu Beznea
2023-12-13
1
-15
/
+44
*
clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
Claudiu Beznea
2023-11-27
1
-23
/
+15
*
clk: renesas: rzg2l: Use %x format specifier to print CLK_ON_R()
Claudiu Beznea
2023-10-12
1
-1
/
+1
*
clk: renesas: Add minimal boot support for RZ/G3S SoC
Claudiu Beznea
2023-10-10
1
-0
/
+6
*
clk: renesas: rzg2l: Add divider clock for RZ/G3S
Claudiu Beznea
2023-10-10
1
-0
/
+186
*
clk: renesas: rzg2l: Refactor SD mux driver
Claudiu Beznea
2023-10-10
1
-42
/
+108
*
clk: renesas: rzg2l: Add struct clk_hw_data
Claudiu Beznea
2023-10-05
1
-18
/
+34
*
clk: renesas: rzg2l: Add support for RZ/G3S PLL
Claudiu Beznea
2023-10-05
1
-4
/
+45
*
clk: renesas: rzg2l: Remove critical area
Claudiu Beznea
2023-10-05
1
-4
/
+1
*
clk: renesas: rzg2l: Fix computation formula
Claudiu Beznea
2023-10-05
1
-6
/
+6
*
clk: renesas: rzg2l: Trust value returned by hardware
Claudiu Beznea
2023-10-05
1
-7
/
+1
*
clk: renesas: rzg2l: Lock around writes to mux register
Claudiu Beznea
2023-10-05
1
-10
/
+13
*
clk: renesas: rzg2l: Wait for status bit of SD mux before continuing
Claudiu Beznea
2023-10-05
1
-7
/
+10
*
clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields
Claudiu Beznea
2023-09-18
1
-5
/
+5
*
clk: renesas: rzg2l: Simplify the logic in rzg2l_mod_clock_endisable()
Claudiu Beznea
2023-09-18
1
-3
/
+2
*
clk: renesas: rzg2l: Use core->name for clock name
Claudiu Beznea
2023-09-18
1
-1
/
+1
*
-
.
Merge branches 'clk-bindings', 'clk-starfive', 'clk-rm', 'clk-renesas' and 'c...
Stephen Boyd
2023-08-30
1
-9
/
+2
|
\
\
|
|
*
clk: Explicitly include correct DT includes
Rob Herring
2023-07-19
1
-2
/
+1
|
|
/
|
/
|
|
*
clk: renesas: rzg2l: Simplify .determine_rate()
Christophe JAILLET
2023-07-11
1
-7
/
+1
|
/
*
clk: renesas: rzg2l: Convert to readl_poll_timeout_atomic()
Geert Uytterhoeven
2023-06-05
1
-11
/
+5
*
clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write
Biju Das
2023-05-23
1
-4
/
+2
*
clk: renesas: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
*
clk: renesas: rzg2l: Don't assume all CPG_MOD clocks support PM
Lad Prabhakar
2022-10-28
1
-15
/
+24
*
clk: renesas: rzg2l: Fix typo in struct rzg2l_cpg_priv kerneldoc
Lad Prabhakar
2022-10-26
1
-1
/
+1
*
clk: renesas: rzg2l: Fix typo in function name
Lad Prabhakar
2022-10-17
1
-3
/
+3
*
clk: renesas: rzg2l: Support sd clk mux round operation
Biju Das
2022-10-17
1
-1
/
+1
*
clk: renesas: rzg2l: Fix reset status function
Biju Das
2022-06-07
1
-1
/
+1
*
clk: renesas: Add RZ/V2M support using the rzg2l driver
Phil Edworthy
2022-05-06
1
-0
/
+6
*
clk: renesas: rzg2l: Add support for RZ/V2M reset monitor reg
Phil Edworthy
2022-05-05
1
-1
/
+9
*
clk: renesas: rzg2l: Make use of CLK_MON registers optional
Phil Edworthy
2022-05-05
1
-1
/
+7
*
clk: renesas: rzg2l: Add DSI divider clk support
Biju Das
2022-05-05
1
-0
/
+125
*
clk: renesas: rzg2l: Add PLL5_4 clk mux support
Biju Das
2022-05-05
1
-0
/
+93
*
clk: renesas: rzg2l: Add FOUTPOSTDIV clk support
Biju Das
2022-05-05
1
-0
/
+212
*
clk: renesas: Add support for RZ/G2UL SoC
Biju Das
2022-04-13
1
-0
/
+6
*
clk: renesas: rzg2l: Simplify multiplication/shift logic
Geert Uytterhoeven
2022-04-13
1
-1
/
+1
*
clk: renesas: rzg2l: Remove unused notifiers
Phil Edworthy
2022-04-04
1
-2
/
+0
*
clk: renesas: rzg2l-cpg: Add support for RZ/V2L SoC
Biju Das
2022-02-10
1
-0
/
+6
*
clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple()
Lad Prabhakar
2021-11-19
1
-2
/
+1
*
clk: renesas: rzg2l: Check return value of pm_genpd_init()
Lad Prabhakar
2021-11-19
1
-1
/
+13
*
clk: renesas: rzg2l: Add missing kerneldoc for resets
Geert Uytterhoeven
2021-11-15
1
-0
/
+1
*
clk: renesas: rzg2l: Add SDHI clk mux support
Biju Das
2021-10-08
1
-0
/
+118
*
clk: renesas: rzg2l: Add support to handle coupled clocks
Biju Das
2021-09-24
1
-0
/
+71
*
clk: renesas: rzg2l: Add support to handle MUX clocks
Biju Das
2021-09-24
1
-0
/
+23
*
clk: renesas: rzg2l: Fix clk status function
Biju Das
2021-09-24
1
-1
/
+1
*
clk: renesas: Rename renesas-rzg2l-cpg.[ch] to rzg2l-cpg.[ch]
Geert Uytterhoeven
2021-07-19
1
-0
/
+750