linux/drivers/clk/renesas
Geert Uytterhoeven 80978a4be2 clk: renesas: Rework Kconfig and Makefile logic
The goals are to:
  - Allow precise control over and automatic selection of which
    (sub)drivers are used for which SoC (which may change in the
    future),
  - Allow adding support for new SoCs easily,
  - Allow compile-testing of all (sub)drivers,
  - Keep driver selection logic in the subsystem-specific Kconfig,
    independent from the architecture-specific Kconfig (i.e. no "select"
    from arch/arm64/Kconfig.platforms), to avoid dependencies.

This is implemented by:
  - Introducing Kconfig symbols for all drivers and sub-drivers,
  - Introducing the Kconfig symbol CLK_RENESAS, which is enabled
    automatically when building for a Renesas ARM platform, and which
    enables all required drivers without interaction of the user, based
    on SoC-specific ARCH_* symbols,
  - Allowing the user to enable any Kconfig symbol manually if
    COMPILE_TEST is enabled,
  - Using the new Kconfig symbols instead of the ARCH_* symbols to
    control compilation in the Makefile,
  - Always entering drivers/clk/renesas/ during the build.

Note that currently not all (sub)drivers are enabled for
compile-testing, as they depend on independent fixes in other
subsystems.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
2017-05-24 10:19:28 +02:00
..
clk-div6.c
clk-div6.h clk: renesas: div6: use RENESAS for #define 2016-03-15 18:13:02 -07:00
clk-emev2.c
clk-mstp.c clk: renesas: Use pm_clk_no_clocks() helper i.s.o. direct access 2017-05-15 09:46:31 +02:00
clk-r8a73a4.c
clk-r8a7740.c
clk-r8a7778.c clk: renesas: r8a7778: Remove obsolete r8a7778_clocks_init() 2016-11-02 20:44:14 +01:00
clk-r8a7779.c clk: renesas: r8a7779: Remove obsolete r8a7779_clocks_init() 2016-11-02 20:44:17 +01:00
clk-rcar-gen2.c clk: renesas: rcar-gen2: Fix PLL0 on R-Car V2H and E2 2017-05-15 09:46:31 +02:00
clk-rz.c clk: renesas: rz: Select EXTAL vs USB clock 2016-09-05 14:16:25 +02:00
clk-sh73a0.c
Kconfig clk: renesas: Rework Kconfig and Makefile logic 2017-05-24 10:19:28 +02:00
Makefile clk: renesas: Rework Kconfig and Makefile logic 2017-05-24 10:19:28 +02:00
r8a7743-cpg-mssr.c clk: renesas: cpg-mssr: Add R8A7743 support 2016-11-10 15:29:28 +01:00
r8a7745-cpg-mssr.c clk: renesas: r8a7745: Remove PLL configs for MD19=0 2017-05-15 09:46:31 +02:00
r8a7795-cpg-mssr.c clk: renesas: r8a7795: Correct pwm, gpio, and i2c parent clocks on ES2.0 2017-05-15 09:46:31 +02:00
r8a7796-cpg-mssr.c clk: renesas: r8a7796: Add INTC-EX clock 2017-05-15 09:46:31 +02:00
rcar-gen2-cpg.c clk: renesas: cpg-mssr: Add common R-Car Gen2 support 2016-11-10 15:29:25 +01:00
rcar-gen2-cpg.h clk: renesas: cpg-mssr: Add common R-Car Gen2 support 2016-11-10 15:29:25 +01:00
rcar-gen3-cpg.c clk: renesas: rcar-gen3-cpg: Add support for RCLK on R-Car H3 ES2.0 2017-03-30 13:26:02 +02:00
rcar-gen3-cpg.h clk: renesas: rcar-gen3-cpg: Pass mode pins to rcar_gen3_cpg_init() 2017-03-21 11:12:23 +01:00
renesas-cpg-mssr.c clk: renesas: Rework Kconfig and Makefile logic 2017-05-24 10:19:28 +02:00
renesas-cpg-mssr.h clk: renesas: cpg-mssr: Add support for fixing up clock tables 2017-03-30 13:25:24 +02:00