All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajendra Nayak <rnayak@ti.com>
To: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: paul@pwsan.com, khilman@linaro.org, tony@atomide.com,
	benoit.cousson@gmail.com, r.sricharan@ti.com, ambresh@ti.com,
	sourav.poddar@ti.com, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/8] DRA7xx core support
Date: Sun, 4 Aug 2013 21:44:26 +0530	[thread overview]
Message-ID: <51FE7DE2.8010205@ti.com> (raw)
In-Reply-To: <51FC327F.9020805@ti.com>

On Saturday 03 August 2013 03:58 AM, Santosh Shilimkar wrote:
> On Tuesday 30 July 2013 07:25 AM, Rajendra Nayak wrote:
>> Changes in v2:
>> -1- Fixed minor changelog details
>> -2- Dropped the SRAM support patch since we need to move to drivers/misc/sram.c
>> -3- Added DTS update patches to this series which were earlier posted as
>> part of the data series (Since they don't have much objections as against the
>> other in-kernel data files)
>> -4- Updated the EVM dts file with pin config details for uart/mcspi and i2c
>>
>> DRA7xx based SoCs' are high-performance, infotainment application devices,
>> based on enhanced OMAP architecture integrated on a 28nm
>> technology.
>>
>> The DRA7xx family is composed of DRA75x and DRA74x devices.
>> The current device for which the patches add support is the
>> DRA752 SoC.
>>
>> Most of the core IPs are similar to those found on the OMAP5
>> devices, including the dual cortex-A15 based MPU subsystem,
>> which has helped quite some reuse from existing OMAP5 support.
>>
>> This series contains only core support patches and none of
>> the PRCM and hwmod data needed for the device to boot.
>>
>> The bootloader support for the platform is already available
>> in mainline u-boot.
>>
>> The patches posted in this series are available at:
>> git://github.com/rrnayak/linux.git for-3.12/dra-core-v2
>>
>> The patches (including the ones for in-kernel data) which boot
>> on dra7xx evm are available at:
>> t://github.com/rrnayak/linux.git out-of-tree/dra-integrated-v2
>>
>> R Sricharan (7):
>>   ARM: DRA7: id: Add cpu detection support for DRA7xx based SoCs'
>>   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
>>
>> Rajendra Nayak (1):
>>   ARM: DRA7: hwmod: Reuse the soc_ops used for OMAP4/5
>>
> I quickly scanned the series and largely it looks good to me.
> The suggestion on dts and soc_id seems to be the valid ones and good
> to address them. Feel free to add my ack when you respin the series
> with those couple of issues addressed.

Thanks, will do.

> 
> Regards,
> Santosh
> 
> 
> 

WARNING: multiple messages have this Message-ID (diff)
From: rnayak@ti.com (Rajendra Nayak)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/8] DRA7xx core support
Date: Sun, 4 Aug 2013 21:44:26 +0530	[thread overview]
Message-ID: <51FE7DE2.8010205@ti.com> (raw)
In-Reply-To: <51FC327F.9020805@ti.com>

On Saturday 03 August 2013 03:58 AM, Santosh Shilimkar wrote:
> On Tuesday 30 July 2013 07:25 AM, Rajendra Nayak wrote:
>> Changes in v2:
>> -1- Fixed minor changelog details
>> -2- Dropped the SRAM support patch since we need to move to drivers/misc/sram.c
>> -3- Added DTS update patches to this series which were earlier posted as
>> part of the data series (Since they don't have much objections as against the
>> other in-kernel data files)
>> -4- Updated the EVM dts file with pin config details for uart/mcspi and i2c
>>
>> DRA7xx based SoCs' are high-performance, infotainment application devices,
>> based on enhanced OMAP architecture integrated on a 28nm
>> technology.
>>
>> The DRA7xx family is composed of DRA75x and DRA74x devices.
>> The current device for which the patches add support is the
>> DRA752 SoC.
>>
>> Most of the core IPs are similar to those found on the OMAP5
>> devices, including the dual cortex-A15 based MPU subsystem,
>> which has helped quite some reuse from existing OMAP5 support.
>>
>> This series contains only core support patches and none of
>> the PRCM and hwmod data needed for the device to boot.
>>
>> The bootloader support for the platform is already available
>> in mainline u-boot.
>>
>> The patches posted in this series are available at:
>> git://github.com/rrnayak/linux.git for-3.12/dra-core-v2
>>
>> The patches (including the ones for in-kernel data) which boot
>> on dra7xx evm are available at:
>> t://github.com/rrnayak/linux.git out-of-tree/dra-integrated-v2
>>
>> R Sricharan (7):
>>   ARM: DRA7: id: Add cpu detection support for DRA7xx based SoCs'
>>   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
>>
>> Rajendra Nayak (1):
>>   ARM: DRA7: hwmod: Reuse the soc_ops used for OMAP4/5
>>
> I quickly scanned the series and largely it looks good to me.
> The suggestion on dts and soc_id seems to be the valid ones and good
> to address them. Feel free to add my ack when you respin the series
> with those couple of issues addressed.

Thanks, will do.

> 
> Regards,
> Santosh
> 
> 
> 

  reply	other threads:[~2013-08-04 16:14 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-30 11:25 [PATCH v2 0/8] DRA7xx core support Rajendra Nayak
2013-07-30 11:25 ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 1/8] ARM: DRA7: id: Add cpu detection support for DRA7xx based SoCs' Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 13:10   ` Felipe Balbi
2013-07-30 13:10     ` Felipe Balbi
2013-07-30 13:18     ` Felipe Balbi
2013-07-30 13:18       ` Felipe Balbi
2013-07-30 13:55       ` Tony Lindgren
2013-07-30 13:55         ` Tony Lindgren
2013-07-30 14:18     ` Sricharan R
2013-07-30 14:18       ` Sricharan R
2013-07-30 14:23       ` Felipe Balbi
2013-07-30 14:23         ` Felipe Balbi
2013-07-30 14:36         ` Sricharan R
2013-07-30 14:36           ` Sricharan R
2013-07-30 15:32           ` Felipe Balbi
2013-07-30 15:32             ` Felipe Balbi
2013-07-30 18:37             ` Sricharan R
2013-07-30 18:37               ` Sricharan R
2013-07-30 18:43               ` Nishanth Menon
2013-07-30 18:43                 ` Nishanth Menon
2013-07-31  6:02                 ` Rajendra Nayak
2013-07-31  6:02                   ` Rajendra Nayak
2013-07-31  6:42                   ` Tony Lindgren
2013-07-31  6:42                     ` Tony Lindgren
2013-07-31  6:49                     ` Rajendra Nayak
2013-07-31  6:49                       ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 2/8] ARM: DRA7: hwmod: Reuse the soc_ops used for OMAP4/5 Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 3/8] ARM: DRA7: Reuse all of PRCM and MPUSS SMP infra Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 12:26   ` Nishanth Menon
2013-07-30 12:26     ` Nishanth Menon
2013-07-30 12:38     ` Rajendra Nayak
2013-07-30 12:38       ` Rajendra Nayak
2013-07-30 12:41       ` Nishanth Menon
2013-07-30 12:41         ` Nishanth Menon
2013-07-30 12:48         ` Rajendra Nayak
2013-07-30 12:48           ` Rajendra Nayak
2013-07-30 12:57           ` Nishanth Menon
2013-07-30 12:57             ` Nishanth Menon
2013-07-30 12:59             ` Rajendra Nayak
2013-07-30 12:59               ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 4/8] ARM: DRA7: Reuse io tables and add a new .init_early Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 5/8] ARM: DRA7: Resue the clocksource, clockevent support Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 6/8] ARM: DRA7: board-generic: Add basic DT support Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 7/8] ARM: DRA7: Kconfig: Make ARCH_NR_GPIO default to 512 Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 11:25 ` [PATCH v2 8/8] ARM: DRA7: dts: Add the dts files for dra7 SoC and dra7-evm board Rajendra Nayak
2013-07-30 11:25   ` Rajendra Nayak
2013-07-30 12:30   ` Nishanth Menon
2013-07-30 12:30     ` Nishanth Menon
2013-07-30 12:41     ` Rajendra Nayak
2013-07-30 12:41       ` Rajendra Nayak
2013-07-30 12:46       ` Nishanth Menon
2013-07-30 12:46         ` Nishanth Menon
2013-07-30 12:56         ` Rajendra Nayak
2013-07-30 12:56           ` Rajendra Nayak
2013-07-30 12:59           ` Nishanth Menon
2013-07-30 12:59             ` Nishanth Menon
2013-07-30 13:01             ` Rajendra Nayak
2013-07-30 13:01               ` Rajendra Nayak
2013-08-12 13:46               ` Benoit Cousson
2013-08-12 13:46                 ` Benoit Cousson
2013-08-12 11:44   ` Mark Rutland
2013-08-12 11:44     ` Mark Rutland
2013-08-13  7:24     ` Rajendra Nayak
2013-08-13  7:24       ` Rajendra Nayak
2013-08-13  9:46       ` Mark Rutland
2013-08-13  9:46         ` Mark Rutland
2013-08-13 10:05         ` Marc Zyngier
2013-08-13 10:05           ` Marc Zyngier
2013-08-14  9:40           ` Rajendra Nayak
2013-08-14  9:40             ` Rajendra Nayak
2013-08-02 22:28 ` [PATCH v2 0/8] DRA7xx core support Santosh Shilimkar
2013-08-02 22:28   ` Santosh Shilimkar
2013-08-04 16:14   ` Rajendra Nayak [this message]
2013-08-04 16:14     ` Rajendra Nayak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51FE7DE2.8010205@ti.com \
    --to=rnayak@ti.com \
    --cc=ambresh@ti.com \
    --cc=benoit.cousson@gmail.com \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=r.sricharan@ti.com \
    --cc=santosh.shilimkar@ti.com \
    --cc=sourav.poddar@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.