* [PATCH repost2] pwm: renesas-tpu: remove support for sh7372
@ 2017-08-18 10:09 Simon Horman
2017-08-18 15:28 ` Thierry Reding
0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2017-08-18 10:09 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Magnus Damm, Geert Uytterhoeven, linux-pwm,
linux-renesas-soc, devicetree, Simon Horman
Remove support for the SH7372 (SH-Mobile AP4) from the renesas-tpu driver.
Commit edf4100906044225 ("ARM: shmobile: sh7372 dtsi: Remove Legacy file")
removes this SoC from the kernel in v4.1.
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt | 1 -
drivers/pwm/pwm-renesas-tpu.c | 1 -
2 files changed, 2 deletions(-)
Based on linux-pwm/for-next
diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
index b067e84a94b5..1aadc804dae4 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
@@ -6,7 +6,6 @@ Required Properties:
- "renesas,tpu-r8a73a4": for R8A77A4 (R-Mobile APE6) compatible PWM controller.
- "renesas,tpu-r8a7740": for R8A7740 (R-Mobile A1) compatible PWM controller.
- "renesas,tpu-r8a7790": for R8A7790 (R-Car H2) compatible PWM controller.
- - "renesas,tpu-sh7372": for SH7372 (SH-Mobile AP4) compatible PWM controller.
- "renesas,tpu": for generic R-Car TPU PWM controller.
- reg: Base address and length of each memory resource used by the PWM
diff --git a/drivers/pwm/pwm-renesas-tpu.c b/drivers/pwm/pwm-renesas-tpu.c
index 075c1a764ba2..29267d12fb4c 100644
--- a/drivers/pwm/pwm-renesas-tpu.c
+++ b/drivers/pwm/pwm-renesas-tpu.c
@@ -455,7 +455,6 @@ static const struct of_device_id tpu_of_table[] = {
{ .compatible = "renesas,tpu-r8a73a4", },
{ .compatible = "renesas,tpu-r8a7740", },
{ .compatible = "renesas,tpu-r8a7790", },
- { .compatible = "renesas,tpu-sh7372", },
{ .compatible = "renesas,tpu", },
{ },
};
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH repost2] pwm: renesas-tpu: remove support for sh7372
2017-08-18 10:09 [PATCH repost2] pwm: renesas-tpu: remove support for sh7372 Simon Horman
@ 2017-08-18 15:28 ` Thierry Reding
2017-08-21 9:07 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Thierry Reding @ 2017-08-18 15:28 UTC (permalink / raw)
To: Simon Horman
Cc: Rob Herring, Magnus Damm, Geert Uytterhoeven, linux-pwm,
linux-renesas-soc, devicetree
[-- Attachment #1: Type: text/plain, Size: 600 bytes --]
On Fri, Aug 18, 2017 at 12:09:01PM +0200, Simon Horman wrote:
> Remove support for the SH7372 (SH-Mobile AP4) from the renesas-tpu driver.
>
> Commit edf4100906044225 ("ARM: shmobile: sh7372 dtsi: Remove Legacy file")
> removes this SoC from the kernel in v4.1.
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt | 1 -
> drivers/pwm/pwm-renesas-tpu.c | 1 -
> 2 files changed, 2 deletions(-)
Applied, thanks.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH repost2] pwm: renesas-tpu: remove support for sh7372
2017-08-18 15:28 ` Thierry Reding
@ 2017-08-21 9:07 ` Simon Horman
0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2017-08-21 9:07 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Magnus Damm, Geert Uytterhoeven, linux-pwm,
linux-renesas-soc, devicetree
On Fri, Aug 18, 2017 at 05:28:01PM +0200, Thierry Reding wrote:
> On Fri, Aug 18, 2017 at 12:09:01PM +0200, Simon Horman wrote:
> > Remove support for the SH7372 (SH-Mobile AP4) from the renesas-tpu driver.
> >
> > Commit edf4100906044225 ("ARM: shmobile: sh7372 dtsi: Remove Legacy file")
> > removes this SoC from the kernel in v4.1.
> >
> > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> > Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt | 1 -
> > drivers/pwm/pwm-renesas-tpu.c | 1 -
> > 2 files changed, 2 deletions(-)
>
> Applied, thanks.
Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-21 9:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 10:09 [PATCH repost2] pwm: renesas-tpu: remove support for sh7372 Simon Horman
2017-08-18 15:28 ` Thierry Reding
2017-08-21 9:07 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).