* [GIT PULL] DRA7xx core support
@ 2013-08-12 11:34 Rajendra Nayak
2013-08-13 7:40 ` Tony Lindgren
2013-08-13 11:38 ` Rajendra Nayak
0 siblings, 2 replies; 5+ messages in thread
From: Rajendra Nayak @ 2013-08-12 11:34 UTC (permalink / raw)
To: linux-arm-kernel
Hi Tony,
Heres the pull request for the dra7xx core support patches.
The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
are available in the git repository at:
git://github.com/rrnayak/linux.git tags/dra7-core-support-v3
for you to fetch changes up to 41f2119b3037e50482cb14eaa39e6b5c52113fb5:
ARM: DRA7: Add the build support in omap2plus (2013-08-12 15:25:38 +0530)
----------------------------------------------------------------
DRA7xx based SoC core support
----------------------------------------------------------------
R Sricharan (8):
ARM: DRA7: Reuse all of PRCM and MPUSS SMP infra
ARM: DRA7: Reuse io tables and add a new .init_early
ARM: DRA7: Resue the clocksource, clockevent support
ARM: DRA7: board-generic: Add basic DT support
ARM: DRA7: Kconfig: Make ARCH_NR_GPIO default to 512
ARM: DRA7: dts: Add the dts files for dra7 SoC and dra7-evm board
ARM: DRA7: id: Add cpu detection support for DRA7xx based SoCs'
ARM: DRA7: Add the build support in omap2plus
Rajendra Nayak (1):
ARM: DRA7: hwmod: Reuse the soc_ops used for OMAP4/5
.../devicetree/bindings/arm/omap/omap.txt | 3 +
arch/arm/Kconfig | 2 +-
arch/arm/boot/dts/Makefile | 3 +-
arch/arm/boot/dts/dra7-evm.dts | 140 +++++
arch/arm/boot/dts/dra7.dtsi | 567 ++++++++++++++++++++
arch/arm/configs/omap2plus_defconfig | 1 +
arch/arm/mach-omap1/include/mach/soc.h | 1 +
arch/arm/mach-omap2/Kconfig | 12 +-
arch/arm/mach-omap2/Makefile | 6 +
arch/arm/mach-omap2/board-generic.c | 18 +
arch/arm/mach-omap2/common.h | 1 +
arch/arm/mach-omap2/id.c | 4 +-
arch/arm/mach-omap2/io.c | 20 +-
arch/arm/mach-omap2/omap54xx.h | 4 +
arch/arm/mach-omap2/omap_hwmod.c | 2 +-
arch/arm/mach-omap2/soc.h | 17 +
arch/arm/mach-omap2/timer.c | 3 +-
arch/arm/plat-omap/Kconfig | 2 +-
18 files changed, 795 insertions(+), 11 deletions(-)
create mode 100644 arch/arm/boot/dts/dra7-evm.dts
create mode 100644 arch/arm/boot/dts/dra7.dtsi
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DRA7xx core support
2013-08-12 11:34 [GIT PULL] DRA7xx core support Rajendra Nayak
@ 2013-08-13 7:40 ` Tony Lindgren
2013-08-13 11:26 ` Rajendra Nayak
2013-08-13 11:38 ` Rajendra Nayak
1 sibling, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2013-08-13 7:40 UTC (permalink / raw)
To: linux-arm-kernel
* Rajendra Nayak <rnayak@ti.com> [130812 04:41]:
> ARM: DRA7: dts: Add the dts files for dra7 SoC and dra7-evm board
Looks like you just updated the dts patch based on the comments
from Mark?
Actually can you please just drop the .dts patch from this series so it
can be queued separately by Benoit and then reply with an updated
pull request.
Regards,
Tony
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DRA7xx core support
2013-08-13 7:40 ` Tony Lindgren
@ 2013-08-13 11:26 ` Rajendra Nayak
0 siblings, 0 replies; 5+ messages in thread
From: Rajendra Nayak @ 2013-08-13 11:26 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 13 August 2013 01:10 PM, Tony Lindgren wrote:
> * Rajendra Nayak <rnayak@ti.com> [130812 04:41]:
>> ARM: DRA7: dts: Add the dts files for dra7 SoC and dra7-evm board
>
> Looks like you just updated the dts patch based on the comments
> from Mark?
Yeah, I was about to send you an updated pull with the fixes.
>
> Actually can you please just drop the .dts patch from this series so it
> can be queued separately by Benoit and then reply with an updated
> pull request.
ok, I'll drop the dts changes and send an updated pull and repost the
latest dts patch so Benoit can pick it up.
regards,
Rajendra
>
> Regards,
>
> Tony
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DRA7xx core support
2013-08-12 11:34 [GIT PULL] DRA7xx core support Rajendra Nayak
2013-08-13 7:40 ` Tony Lindgren
@ 2013-08-13 11:38 ` Rajendra Nayak
2013-08-14 8:39 ` Tony Lindgren
1 sibling, 1 reply; 5+ messages in thread
From: Rajendra Nayak @ 2013-08-13 11:38 UTC (permalink / raw)
To: linux-arm-kernel
Hi Tony,
Heres an updated pull request dropping the dts files.
The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
are available in the git repository at:
git://github.com/rrnayak/linux.git tags/dra7-core-support-minus-dt
for you to fetch changes up to 8dd21c93197cc465ae87e142435b3f7f262eade9:
ARM: DRA7: Add the build support in omap2plus (2013-08-13 16:58:16 +0530)
----------------------------------------------------------------
DRA7xx based SoC core support
----------------------------------------------------------------
R Sricharan (7):
ARM: DRA7: Reuse all of PRCM and MPUSS SMP infra
ARM: DRA7: Reuse io tables and add a new .init_early
ARM: DRA7: Resue the clocksource, clockevent support
ARM: DRA7: board-generic: Add basic DT support
ARM: DRA7: Kconfig: Make ARCH_NR_GPIO default to 512
ARM: DRA7: id: Add cpu detection support for DRA7xx based SoCs'
ARM: DRA7: Add the build support in omap2plus
Rajendra Nayak (1):
ARM: DRA7: hwmod: Reuse the soc_ops used for OMAP4/5
.../devicetree/bindings/arm/omap/omap.txt | 3 +++
arch/arm/Kconfig | 2 +-
arch/arm/configs/omap2plus_defconfig | 1 +
arch/arm/mach-omap1/include/mach/soc.h | 1 +
arch/arm/mach-omap2/Kconfig | 12 ++++++++++--
arch/arm/mach-omap2/Makefile | 6 ++++++
arch/arm/mach-omap2/board-generic.c | 18 ++++++++++++++++++
arch/arm/mach-omap2/common.h | 1 +
arch/arm/mach-omap2/id.c | 4 ++--
arch/arm/mach-omap2/io.c | 20 ++++++++++++++++++--
arch/arm/mach-omap2/omap54xx.h | 4 ++++
arch/arm/mach-omap2/omap_hwmod.c | 2 +-
arch/arm/mach-omap2/soc.h | 17 +++++++++++++++++
arch/arm/mach-omap2/timer.c | 3 ++-
arch/arm/plat-omap/Kconfig | 2 +-
15 files changed, 86 insertions(+), 10 deletions(-)
On Monday 12 August 2013 05:04 PM, Rajendra Nayak wrote:
> Hi Tony,
>
> Heres the pull request for the dra7xx core support patches.
>
> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
>
> Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
>
> are available in the git repository at:
>
> git://github.com/rrnayak/linux.git tags/dra7-core-support-v3
>
> for you to fetch changes up to 41f2119b3037e50482cb14eaa39e6b5c52113fb5:
>
> ARM: DRA7: Add the build support in omap2plus (2013-08-12 15:25:38 +0530)
>
> ----------------------------------------------------------------
> DRA7xx based SoC core support
>
> ----------------------------------------------------------------
> R Sricharan (8):
> ARM: DRA7: Reuse all of PRCM and MPUSS SMP infra
> ARM: DRA7: Reuse io tables and add a new .init_early
> ARM: DRA7: Resue the clocksource, clockevent support
> ARM: DRA7: board-generic: Add basic DT support
> ARM: DRA7: Kconfig: Make ARCH_NR_GPIO default to 512
> ARM: DRA7: dts: Add the dts files for dra7 SoC and dra7-evm board
> ARM: DRA7: id: Add cpu detection support for DRA7xx based SoCs'
> ARM: DRA7: Add the build support in omap2plus
>
> Rajendra Nayak (1):
> ARM: DRA7: hwmod: Reuse the soc_ops used for OMAP4/5
>
> .../devicetree/bindings/arm/omap/omap.txt | 3 +
> arch/arm/Kconfig | 2 +-
> arch/arm/boot/dts/Makefile | 3 +-
> arch/arm/boot/dts/dra7-evm.dts | 140 +++++
> arch/arm/boot/dts/dra7.dtsi | 567 ++++++++++++++++++++
> arch/arm/configs/omap2plus_defconfig | 1 +
> arch/arm/mach-omap1/include/mach/soc.h | 1 +
> arch/arm/mach-omap2/Kconfig | 12 +-
> arch/arm/mach-omap2/Makefile | 6 +
> arch/arm/mach-omap2/board-generic.c | 18 +
> arch/arm/mach-omap2/common.h | 1 +
> arch/arm/mach-omap2/id.c | 4 +-
> arch/arm/mach-omap2/io.c | 20 +-
> arch/arm/mach-omap2/omap54xx.h | 4 +
> arch/arm/mach-omap2/omap_hwmod.c | 2 +-
> arch/arm/mach-omap2/soc.h | 17 +
> arch/arm/mach-omap2/timer.c | 3 +-
> arch/arm/plat-omap/Kconfig | 2 +-
> 18 files changed, 795 insertions(+), 11 deletions(-)
> create mode 100644 arch/arm/boot/dts/dra7-evm.dts
> create mode 100644 arch/arm/boot/dts/dra7.dtsi
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DRA7xx core support
2013-08-13 11:38 ` Rajendra Nayak
@ 2013-08-14 8:39 ` Tony Lindgren
0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2013-08-14 8:39 UTC (permalink / raw)
To: linux-arm-kernel
* Rajendra Nayak <rnayak@ti.com> [130813 04:45]:
> Hi Tony,
>
> Heres an updated pull request dropping the dts files.
>
> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
>
> Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
>
> are available in the git repository at:
>
> git://github.com/rrnayak/linux.git tags/dra7-core-support-minus-dt
>
> for you to fetch changes up to 8dd21c93197cc465ae87e142435b3f7f262eade9:
>
> ARM: DRA7: Add the build support in omap2plus (2013-08-13 16:58:16 +0530)
>
> ----------------------------------------------------------------
> DRA7xx based SoC core support
Thanks pulling into omap-for-v3.12/soc.
Regards,
Tony
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-14 8:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 11:34 [GIT PULL] DRA7xx core support Rajendra Nayak
2013-08-13 7:40 ` Tony Lindgren
2013-08-13 11:26 ` Rajendra Nayak
2013-08-13 11:38 ` Rajendra Nayak
2013-08-14 8:39 ` Tony Lindgren
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).