All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Sekhar Nori <nsekhar@ti.com>,
	"Manjunathappa, Prakash" <prakash.pm@ti.com>
Cc: "rob.herring@calxeda.com" <rob.herring@calxeda.com>,
	"rob@landley.net" <rob@landley.net>,
	"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
	"hs@denx.de" <hs@denx.de>,
	"devicetree-discuss@lists.ozlabs.org"
	<devicetree-discuss@lists.ozlabs.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"davinci-linux-open-source@linux.davincidsp.com"
	<davinci-linux-open-source@linux.davincidsp.com>,
	"spi-devel-general@lists.sourceforge.net"
	<spi-devel-general@lists.sourceforge.net>
Subject: Re: [PATCH v5 0/5] Patch enables support for m25p64 SPI flash support on da850-EVM.
Date: Tue, 16 Apr 2013 11:20:41 +0100	[thread overview]
Message-ID: <20130416102041.CC5633E14C0@localhost> (raw)
In-Reply-To: <516BE92B.90002@ti.com>

On Mon, 15 Apr 2013 17:18:59 +0530, Sekhar Nori <nsekhar@ti.com> wrote:
> On 4/9/2013 11:14 AM, Manjunathappa, Prakash wrote:
> > Hi Grant,
> > 
> > On Wed, Apr 03, 2013 at 19:39:05, Manjunathappa, Prakash wrote:
> >> Testing information:
> >> da850-evm comes with partitions specified in DT blob.
> >> Able to mount/umount and create/delete files on filesystem partition.
> >>
> > 
> > Could you please ack the driver(1/5) and documentation(2/5) changes so
> > that Sekhar can merge the platform changes, he doesn't have any
> > objection on this series.
> > http://marc.info/?l=linux-doc&m=136489750130615&w=1
> 
> I am planning to queue these patches for ARM-SoC today. Grant has not
> acked these but 1/5 just fixes the binding name to not use wild cards
> and 2/5 just documents existing bindings and is something that should
> have been merge last merge window itself (when the bindings were
> accepted). So, the patches pending on Grant's ack seem very low risk to
> me and we are much delayed already to wait further.

For both of those patches:
Acked-by: Grant Likely <grant.likely@secretlab.ca>

WARNING: multiple messages have this Message-ID (diff)
From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/5] Patch enables support for m25p64 SPI flash support on da850-EVM.
Date: Tue, 16 Apr 2013 11:20:41 +0100	[thread overview]
Message-ID: <20130416102041.CC5633E14C0@localhost> (raw)
In-Reply-To: <516BE92B.90002@ti.com>

On Mon, 15 Apr 2013 17:18:59 +0530, Sekhar Nori <nsekhar@ti.com> wrote:
> On 4/9/2013 11:14 AM, Manjunathappa, Prakash wrote:
> > Hi Grant,
> > 
> > On Wed, Apr 03, 2013 at 19:39:05, Manjunathappa, Prakash wrote:
> >> Testing information:
> >> da850-evm comes with partitions specified in DT blob.
> >> Able to mount/umount and create/delete files on filesystem partition.
> >>
> > 
> > Could you please ack the driver(1/5) and documentation(2/5) changes so
> > that Sekhar can merge the platform changes, he doesn't have any
> > objection on this series.
> > http://marc.info/?l=linux-doc&m=136489750130615&w=1
> 
> I am planning to queue these patches for ARM-SoC today. Grant has not
> acked these but 1/5 just fixes the binding name to not use wild cards
> and 2/5 just documents existing bindings and is something that should
> have been merge last merge window itself (when the bindings were
> accepted). So, the patches pending on Grant's ack seem very low risk to
> me and we are much delayed already to wait further.

For both of those patches:
Acked-by: Grant Likely <grant.likely@secretlab.ca>

  reply	other threads:[~2013-04-16 10:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03 14:09 [PATCH v5 0/5] Patch enables support for m25p64 SPI flash support on da850-EVM Manjunathappa, Prakash
2013-04-03 14:09 ` Manjunathappa, Prakash
2013-04-03 14:09 ` Manjunathappa, Prakash
     [not found] ` <1364998150-5980-1-git-send-email-prakash.pm-l0cyMroinI0@public.gmane.org>
2013-04-03 14:09   ` [PATCH v5 1/5] spi/davinci: no wildcards in DT compatible property Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09   ` [PATCH v5 2/5] spi/davinci: add DT binding documentation Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09   ` [PATCH v5 3/5] ARM: davinci: da850: add SPI1 DT node Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09   ` [PATCH v5 4/5] ARM: davinci: da850: override SPI DT node device name Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09     ` Manjunathappa, Prakash
2013-04-03 14:09 ` [PATCH v5 5/5] ARM: davinci: da850-evm: add SPI flash support Manjunathappa, Prakash
2013-04-03 14:09   ` Manjunathappa, Prakash
2013-04-03 14:09   ` Manjunathappa, Prakash
2013-04-09  5:44 ` [PATCH v5 0/5] Patch enables support for m25p64 SPI flash support on da850-EVM Manjunathappa, Prakash
2013-04-09  5:44   ` Manjunathappa, Prakash
2013-04-15 11:48   ` Sekhar Nori
2013-04-15 11:48     ` Sekhar Nori
2013-04-16 10:20     ` Grant Likely [this message]
2013-04-16 10:20       ` Grant Likely
2013-04-16 10:36       ` Sekhar Nori
2013-04-16 10:36         ` Sekhar Nori

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=20130416102041.CC5633E14C0@localhost \
    --to=grant.likely@secretlab.ca \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=hs@denx.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nsekhar@ti.com \
    --cc=prakash.pm@ti.com \
    --cc=rob.herring@calxeda.com \
    --cc=rob@landley.net \
    --cc=spi-devel-general@lists.sourceforge.net \
    /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.