* [PATCH 0/3] ARM: shmobile: Remove legacy leftovers
@ 2015-08-28 21:37 Laurent Pinchart
2015-08-31 5:27 ` Simon Horman
2015-08-31 9:55 ` Laurent Pinchart
0 siblings, 2 replies; 3+ messages in thread
From: Laurent Pinchart @ 2015-08-28 21:37 UTC (permalink / raw)
To: linux-sh
Hello,
This patch series removes legacy leftovers related to clock and IRQ support in
non-multiplatform kernels. Please see individual patches for details.
The series is based on Simon's renesas-devel-20150826-v4.2-rc8 tag.
Laurent Pinchart (3):
pinctrl: sh-pfc: Remove hardcoded IRQ numbers
ARM: shmobile: Remove legacy mach/irqs.h
ARM: shmobile: Remove legacy clock support leftovers
arch/arm/mach-shmobile/common.h | 2 -
arch/arm/mach-shmobile/include/mach/irqs.h | 10 ---
arch/arm/mach-shmobile/irqs.h | 15 ----
arch/arm/mach-shmobile/r8a7779.h | 2 -
arch/arm/mach-shmobile/setup-r8a7778.c | 1 -
drivers/pinctrl/sh-pfc/pfc-r8a73a4.c | 116 ++++++++++++++---------------
drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 68 ++++++++---------
drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 68 ++++++++---------
drivers/pinctrl/sh-pfc/sh_pfc.h | 7 +-
9 files changed, 123 insertions(+), 166 deletions(-)
delete mode 100644 arch/arm/mach-shmobile/include/mach/irqs.h
delete mode 100644 arch/arm/mach-shmobile/irqs.h
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/3] ARM: shmobile: Remove legacy leftovers
2015-08-28 21:37 [PATCH 0/3] ARM: shmobile: Remove legacy leftovers Laurent Pinchart
@ 2015-08-31 5:27 ` Simon Horman
2015-08-31 9:55 ` Laurent Pinchart
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2015-08-31 5:27 UTC (permalink / raw)
To: linux-sh
On Sat, Aug 29, 2015 at 12:37:14AM +0300, Laurent Pinchart wrote:
> Hello,
>
> This patch series removes legacy leftovers related to clock and IRQ support in
> non-multiplatform kernels. Please see individual patches for details.
>
> The series is based on Simon's renesas-devel-20150826-v4.2-rc8 tag.
This looks nice, but I think it should only be queued up in
a tree that has support for the last non-multiplatform kernels removed.
For Linus's tree I anticipate that will be v4.4-rc1 or rc2.
N.B. 4.4!
> Laurent Pinchart (3):
> pinctrl: sh-pfc: Remove hardcoded IRQ numbers
> ARM: shmobile: Remove legacy mach/irqs.h
> ARM: shmobile: Remove legacy clock support leftovers
>
> arch/arm/mach-shmobile/common.h | 2 -
> arch/arm/mach-shmobile/include/mach/irqs.h | 10 ---
> arch/arm/mach-shmobile/irqs.h | 15 ----
> arch/arm/mach-shmobile/r8a7779.h | 2 -
> arch/arm/mach-shmobile/setup-r8a7778.c | 1 -
> drivers/pinctrl/sh-pfc/pfc-r8a73a4.c | 116 ++++++++++++++---------------
> drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 68 ++++++++---------
> drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 68 ++++++++---------
> drivers/pinctrl/sh-pfc/sh_pfc.h | 7 +-
> 9 files changed, 123 insertions(+), 166 deletions(-)
> delete mode 100644 arch/arm/mach-shmobile/include/mach/irqs.h
> delete mode 100644 arch/arm/mach-shmobile/irqs.h
>
> --
> Regards,
>
> Laurent Pinchart
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/3] ARM: shmobile: Remove legacy leftovers
2015-08-28 21:37 [PATCH 0/3] ARM: shmobile: Remove legacy leftovers Laurent Pinchart
2015-08-31 5:27 ` Simon Horman
@ 2015-08-31 9:55 ` Laurent Pinchart
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2015-08-31 9:55 UTC (permalink / raw)
To: linux-sh
Hi Simon,
On Monday 31 August 2015 14:27:03 Simon Horman wrote:
> On Sat, Aug 29, 2015 at 12:37:14AM +0300, Laurent Pinchart wrote:
> > Hello,
> >
> > This patch series removes legacy leftovers related to clock and IRQ
> > support in non-multiplatform kernels. Please see individual patches for
> > details.
> >
> > The series is based on Simon's renesas-devel-20150826-v4.2-rc8 tag.
>
> This looks nice, but I think it should only be queued up in
> a tree that has support for the last non-multiplatform kernels removed.
>
> For Linus's tree I anticipate that will be v4.4-rc1 or rc2.
> N.B. 4.4!
No issue with that on my side.
> > Laurent Pinchart (3):
> > pinctrl: sh-pfc: Remove hardcoded IRQ numbers
> > ARM: shmobile: Remove legacy mach/irqs.h
> > ARM: shmobile: Remove legacy clock support leftovers
> >
> > arch/arm/mach-shmobile/common.h | 2 -
> > arch/arm/mach-shmobile/include/mach/irqs.h | 10 ---
> > arch/arm/mach-shmobile/irqs.h | 15 ----
> > arch/arm/mach-shmobile/r8a7779.h | 2 -
> > arch/arm/mach-shmobile/setup-r8a7778.c | 1 -
> > drivers/pinctrl/sh-pfc/pfc-r8a73a4.c | 116 +++++++++++-----------
> > drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 68 ++++++++---------
> > drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 68 ++++++++---------
> > drivers/pinctrl/sh-pfc/sh_pfc.h | 7 +-
> > 9 files changed, 123 insertions(+), 166 deletions(-)
> > delete mode 100644 arch/arm/mach-shmobile/include/mach/irqs.h
> > delete mode 100644 arch/arm/mach-shmobile/irqs.h
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-31 9:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 21:37 [PATCH 0/3] ARM: shmobile: Remove legacy leftovers Laurent Pinchart
2015-08-31 5:27 ` Simon Horman
2015-08-31 9:55 ` Laurent Pinchart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox