On Mon, Jun 17, 2019 at 07:00:06PM +0900, Magnus Damm wrote: > clocksource/drivers/sh_cmt: Minor DT compat string update > > [PATCH 1/3] clocksource/drivers/sh_cmt: SoC-specific match for CMT1 on r8a7740 and sh73a0 > [PATCH 2/3] clocksource/drivers/sh_cmt: Remove "cmt-48-gen2" support > [PATCH 3/3] clocksource/drivers/sh_cmt: Document "cmt-48" as deprecated > > Move over to new CMT1 bindings on r8a7740 and sh73a0 and get rid of old > stale stuff such as "cmt-48-gen2" while keeping "cmt-48" around but document > it as deprecated. > > Signed-off-by: Magnus Damm <damm+renesas@xxxxxxxxxxxxx> Hi Magnus, I think this series should include the Clocksource maintainers as recipients: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> Thomas Gleixner <tglx@xxxxxxxxxxxxx> And LKML for good measure. > --- > > Patch 1 and patch 3 depend on updated SoC-specific DT bindings in: > [PATCH 2/8] dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740 > > drivers/clocksource/sh_cmt.c | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) >