Message ID | 156076560641.6960.5508309411424406087.sendpatchset@octo (mailing list archive) |
---|---|
Headers | show |
Series | clocksource/drivers/sh_cmt: Minor DT compat string update | expand |
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@opensource.se> Hi Magnus, I think this series should include the Clocksource maintainers as recipients: Daniel Lezcano <daniel.lezcano@linaro.org> Thomas Gleixner <tglx@linutronix.de> 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(-) >
On Tue, Jun 18, 2019 at 7:31 PM Simon Horman <horms@verge.net.au> wrote: > > 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@opensource.se> > > > Hi Magnus, > > I think this series should include the Clocksource maintainers as > recipients: > > Daniel Lezcano <daniel.lezcano@linaro.org> > Thomas Gleixner <tglx@linutronix.de> > > And LKML for good measure. Hi Simon, I totally agree. I was suspecting some opinions might come out about the CMT compat string changes in the DT binding document. I'll repost this series and include the above folks/ML once the CMT compat string changes in DT binding document are agreed. Cheers, / magnus
On Tue, Jun 18, 2019 at 09:14:51PM +0900, Magnus Damm wrote: > On Tue, Jun 18, 2019 at 7:31 PM Simon Horman <horms@verge.net.au> wrote: > > > > 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@opensource.se> > > > > > > Hi Magnus, > > > > I think this series should include the Clocksource maintainers as > > recipients: > > > > Daniel Lezcano <daniel.lezcano@linaro.org> > > Thomas Gleixner <tglx@linutronix.de> > > > > And LKML for good measure. > > Hi Simon, > > I totally agree. I was suspecting some opinions might come out about > the CMT compat string changes in the DT binding document. I'll repost > this series and include the above folks/ML once the CMT compat string > changes in DT binding document are agreed. Great, thanks!
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@opensource.se> --- 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(-)