summaryrefslogtreecommitdiffstats
path: root/drivers/clk/renesas/renesas-cpg-mssr.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Explicitly include correct DT includesRob Herring2023-07-191-1/+0
* clk: renesas: cpg-mssr: Convert to readl_poll_timeout_atomic()Geert Uytterhoeven2023-06-051-20/+11
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-04-291-4/+4
|\
| * clk: renesas: cpg-mssr: Update MSSR register range for R-Car V4HTakeshi Kihara2023-03-061-4/+4
* | clk: renesas: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
|/
* clk: renesas: rcar-gen3: Disable R-Car H3 ES1.*Wolfram Sang2023-02-101-27/+0
* clk: renesas: cpg-mssr: Remove superfluous check in resume codeGeert Uytterhoeven2023-01-231-3/+2
* clk: renesas: cpg-mssr: Fix use after free if cpg_mssr_common_init() failedAlexey Khoroshilov2023-01-121-1/+2
* clk: renesas: cpg-mssr: Add support for R-Car V4HYoshihiro Shimoda2022-04-291-0/+6
* clk: renesas: cpg-mssr: Add support for R-Car S4-8Yoshihiro Shimoda2021-12-081-0/+6
* clk: renesas: rcar-gen4: Introduce R-Car Gen4 CPG driverYoshihiro Shimoda2021-12-081-14/+22
* clk: renesas: cpg-mssr: propagate return value of_genpd_add_provider_simple()Lad Prabhakar2021-11-191-2/+1
* clk: renesas: cpg-mssr: Check return value of pm_genpd_init()Lad Prabhakar2021-11-191-1/+14
* clk: renesas: cpg-mssr: Make srstclr[] comment block consistentGeert Uytterhoeven2021-05-271-1/+3
* clk: renesas: cpg-mssr: Remove unused [RM]MSTPCR() definitionsGeert Uytterhoeven2021-05-271-6/+0
* clk: renesas: Zero init clk_init_dataGeert Uytterhoeven2021-03-301-1/+1
* clk: renesas: cpg-mssr: Fix formatting issues for 'smstpcr_saved's documentationLee Jones2021-01-281-2/+2
* clk: renesas: cpg-mssr: fix kerneldoc of cpg_mssr_privKrzysztof Kozlowski2020-12-101-1/+2
* clk: renesas: cpg-mssr: Add support for R-Car V3UYoshihiro Shimoda2020-09-171-1/+32
* clk: renesas: cpg-mssr: Add register pointers into struct cpg_mssr_privYoshihiro Shimoda2020-09-171-35/+47
* clk: renesas: cpg-mssr: Use enum clk_reg_layout instead of a boolean flagYoshihiro Shimoda2020-09-171-13/+14
* clk: renesas: cpg-mssr: Add r8a774e1 supportMarian-Cristian Rotariu2020-07-131-0/+6
* clk: renesas: cpg-mssr: Mark clocks as critical only if on at bootUlrich Hecht2020-06-221-8/+9
* clk: renesas: cpg-mssr: Fix STBCR suspend/resume handlingGeert Uytterhoeven2020-05-181-3/+5
* clk: renesas: cpg-mssr: Add R8A7742 supportLad Prabhakar2020-04-301-0/+6
* clk: renesas: r8a7796: Add R8A77961 CPG/MSSR supportGeert Uytterhoeven2019-11-011-0/+6
* clk: renesas: Rename CLK_R8A7796 to CLK_R8A77960Geert Uytterhoeven2019-11-011-1/+1
* clk: renesas: cpg-mssr: Add r8a774b1 supportBiju Das2019-10-011-0/+6
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-09-201-1/+2
|\
| * clk: renesas: cpg-mssr: Set GENPD_FLAG_ALWAYS_ON for clock domainGeert Uytterhoeven2019-08-231-1/+2
* | clk: renesas: cpg-mssr: Fix reset control race conditionGeert Uytterhoeven2019-07-221-14/+2
|/
* clk: renesas: cpg-mssr: Use [] to denote a flexible array memberGeert Uytterhoeven2019-06-201-1/+1
* clk: renesas: cpg-mssr: Combine driver-private and clock array allocationGeert Uytterhoeven2019-06-201-14/+6
* clk: renesas: cpg-mssr: Update kerneldoc for struct cpg_mssr_privGeert Uytterhoeven2019-06-201-1/+2
* clk: renesas: cpg-mssr: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-06-041-6/+2
* clk: renesas: cpg-mssr: Use genpd of_node instead of local copyGeert Uytterhoeven2019-06-041-3/+1
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* clk: renesas: Remove usage of CLK_IS_BASICStephen Boyd2018-12-101-1/+1
* Merge branch 'clk-renesas' into clk-nextStephen Boyd2018-10-181-33/+167
|\
| * clk: renesas: cpg-mssr: Add early clock supportChris Brandt2018-09-261-21/+76
| * clk: renesas: cpg-mssr: Add r8a774c0 supportFabrizio Castro2018-09-191-0/+6
| * clk: renesas: r8a7743: Add r8a7744 supportBiju Das2018-09-191-0/+5
| * clk: renesas: cpg-mssr: Add R7S9210 supportChris Brandt2018-09-111-12/+69
| * clk: renesas: cpg-mssr: Add r8a774a1 supportBiju Das2018-08-271-0/+6
| * clk: renesas: cpg-mssr: Add support for fixed rate clocksGeert Uytterhoeven2018-08-271-0/+5
* | clk: renesas: use SPDX identifier for Renesas driversWolfram Sang2018-08-301-4/+1
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-0/+12
|\
| * clk: renesas: cpg-mssr: Add support for R-Car E3Yoshihiro Shimoda2018-05-091-0/+6
| * clk: renesas: cpg-mssr: Add r8a77470 supportBiju Das2018-04-161-0/+6
* | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-4/+5
|\ \ | |/ |/|