* [GIT PULL] two Integrator devicetree patches
@ 2013-12-10 10:22 Linus Walleij
2013-12-10 21:36 ` Kevin Hilman
2013-12-11 16:01 ` Kevin Hilman
0 siblings, 2 replies; 4+ messages in thread
From: Linus Walleij @ 2013-12-10 10:22 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC folks,
here are two patches targeted for v3.14 that I'd like includes
in ARM SoC for testing in -next.
Please pull them in!
Yours,
Linus Walleij
The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:
Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/integrator-v3.14-1
for you to fetch changes up to 307b96677c98bc444262e3d1a7d26c0ca8a1c6e0:
ARM: integrator: move EBI to the device tree (2013-12-04 16:22:31 +0100)
----------------------------------------------------------------
Two integrator device tree patches for v3.14:
- Delete some static core module mappings.
- Move EBI location to the device tree.
----------------------------------------------------------------
Linus Walleij (2):
ARM: integrator: delete static core module mappings
ARM: integrator: move EBI to the device tree
Documentation/devicetree/bindings/arm/arm-boards | 8 ++++
arch/arm/boot/dts/integrator.dtsi | 5 ++
arch/arm/mach-integrator/integrator_ap.c | 60 ++++++++++++------------
arch/arm/mach-integrator/integrator_cp.c | 14 ------
4 files changed, 44 insertions(+), 43 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] two Integrator devicetree patches
2013-12-10 10:22 [GIT PULL] two Integrator devicetree patches Linus Walleij
@ 2013-12-10 21:36 ` Kevin Hilman
2013-12-11 9:59 ` Mark Rutland
2013-12-11 16:01 ` Kevin Hilman
1 sibling, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2013-12-10 21:36 UTC (permalink / raw)
To: linux-arm-kernel
+Mark Rutland
Linus Walleij <linus.walleij@linaro.org> writes:
> Hi ARM SoC folks,
>
> here are two patches targeted for v3.14 that I'd like includes
> in ARM SoC for testing in -next.
>
> Please pull them in!
>
> Yours,
> Linus Walleij
>
>
> The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:
>
> Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/integrator-v3.14-1
>
> for you to fetch changes up to 307b96677c98bc444262e3d1a7d26c0ca8a1c6e0:
>
> ARM: integrator: move EBI to the device tree (2013-12-04 16:22:31 +0100)
>
> ----------------------------------------------------------------
> Two integrator device tree patches for v3.14:
>
> - Delete some static core module mappings.
>
> - Move EBI location to the device tree.
>
> ----------------------------------------------------------------
> Linus Walleij (2):
> ARM: integrator: delete static core module mappings
> ARM: integrator: move EBI to the device tree
>
> Documentation/devicetree/bindings/arm/arm-boards | 8 ++++
This change looks pretty straight forward to me, but it would be extra
special nice to see an Ack from a DT maintainer on this change. Seems
you and Mark Rutland had some discussions on an earlier version of this
change, so maybe he's the right one to bless this one?
Kevin
> arch/arm/boot/dts/integrator.dtsi | 5 ++
> arch/arm/mach-integrator/integrator_ap.c | 60 ++++++++++++------------
> arch/arm/mach-integrator/integrator_cp.c | 14 ------
> 4 files changed, 44 insertions(+), 43 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] two Integrator devicetree patches
2013-12-10 21:36 ` Kevin Hilman
@ 2013-12-11 9:59 ` Mark Rutland
0 siblings, 0 replies; 4+ messages in thread
From: Mark Rutland @ 2013-12-11 9:59 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Dec 10, 2013 at 09:36:10PM +0000, Kevin Hilman wrote:
> +Mark Rutland
>
> Linus Walleij <linus.walleij@linaro.org> writes:
>
> > Hi ARM SoC folks,
> >
> > here are two patches targeted for v3.14 that I'd like includes
> > in ARM SoC for testing in -next.
> >
> > Please pull them in!
> >
> > Yours,
> > Linus Walleij
> >
> >
> > The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:
> >
> > Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> > tags/integrator-v3.14-1
> >
> > for you to fetch changes up to 307b96677c98bc444262e3d1a7d26c0ca8a1c6e0:
> >
> > ARM: integrator: move EBI to the device tree (2013-12-04 16:22:31 +0100)
> >
> > ----------------------------------------------------------------
> > Two integrator device tree patches for v3.14:
> >
> > - Delete some static core module mappings.
> >
> > - Move EBI location to the device tree.
> >
> > ----------------------------------------------------------------
> > Linus Walleij (2):
> > ARM: integrator: delete static core module mappings
> > ARM: integrator: move EBI to the device tree
> >
> > Documentation/devicetree/bindings/arm/arm-boards | 8 ++++
>
> This change looks pretty straight forward to me, but it would be extra
> special nice to see an Ack from a DT maintainer on this change. Seems
> you and Mark Rutland had some discussions on an earlier version of this
> change, so maybe he's the right one to bless this one?
I have no issues with this. Feel free to add my ACK.
Thanks,
Mark.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] two Integrator devicetree patches
2013-12-10 10:22 [GIT PULL] two Integrator devicetree patches Linus Walleij
2013-12-10 21:36 ` Kevin Hilman
@ 2013-12-11 16:01 ` Kevin Hilman
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2013-12-11 16:01 UTC (permalink / raw)
To: linux-arm-kernel
Linus Walleij <linus.walleij@linaro.org> writes:
> Hi ARM SoC folks,
>
> here are two patches targeted for v3.14 that I'd like includes
> in ARM SoC for testing in -next.
>
> Please pull them in!
>
> Yours,
> Linus Walleij
>
>
> The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:
>
> Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/integrator-v3.14-1
>
> for you to fetch changes up to 307b96677c98bc444262e3d1a7d26c0ca8a1c6e0:
>
> ARM: integrator: move EBI to the device tree (2013-12-04 16:22:31 +0100)
>
> ----------------------------------------------------------------
> Two integrator device tree patches for v3.14:
>
> - Delete some static core module mappings.
>
> - Move EBI location to the device tree.
>
> ----------------------------------------------------------------
Pulled into next/dt.
Thanks,
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-11 16:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 10:22 [GIT PULL] two Integrator devicetree patches Linus Walleij
2013-12-10 21:36 ` Kevin Hilman
2013-12-11 9:59 ` Mark Rutland
2013-12-11 16:01 ` Kevin Hilman
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).