public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/1][v4] IFC: Change IO accessor based on endianness
       [not found] <1418017580-2749-1-git-send-email-b44839@freescale.com>
@ 2014-12-08 22:56 ` Scott Wood
  2014-12-17  1:26   ` Brian Norris
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2014-12-08 22:56 UTC (permalink / raw)
  To: Jaiprakash Singh; +Cc: B07421, B32579, linux-mtd, arnd, gregkh

On Mon, 2014-12-08 at 11:16 +0530, Jaiprakash Singh wrote:
> From: Jaiprakash Singh <b44839@freescale.com>
> 
> IFC IO accressor are set at run time based
> on IFC IP registers endianness.IFC node in
> DTS file contains information about
> endianness.
> 
> Signed-off-by: Jaiprakash Singh <b44839@freescale.com>
> ---
> Changes for v4
> 	- Review rework as per Scott's comments
> 	- Tested on B4860QDS board
> ---
>  .../bindings/memory-controllers/fsl/ifc.txt        |    3 +
>  drivers/memory/fsl_ifc.c                           |   34 ++-
>  drivers/mtd/nand/fsl_ifc_nand.c                    |  260 ++++++++++----------
>  include/linux/fsl_ifc.h                            |   50 ++++
>  4 files changed, 205 insertions(+), 142 deletions(-)

Acked-by: Scott Wood <scottwood@freescale.com>

-Scott

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1][v4] IFC: Change IO accessor based on endianness
  2014-12-08 22:56 ` [PATCH 1/1][v4] IFC: Change IO accessor based on endianness Scott Wood
@ 2014-12-17  1:26   ` Brian Norris
  2014-12-17  1:33     ` Scott Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Norris @ 2014-12-17  1:26 UTC (permalink / raw)
  To: Scott Wood; +Cc: B07421, arnd, gregkh, linux-mtd, B32579, Jaiprakash Singh

On Mon, Dec 08, 2014 at 04:56:23PM -0600, Scott Wood wrote:
> On Mon, 2014-12-08 at 11:16 +0530, Jaiprakash Singh wrote:
> > From: Jaiprakash Singh <b44839@freescale.com>
> > 
> > IFC IO accressor are set at run time based
> > on IFC IP registers endianness.IFC node in
> > DTS file contains information about
> > endianness.
> > 
> > Signed-off-by: Jaiprakash Singh <b44839@freescale.com>
> > ---
> > Changes for v4
> > 	- Review rework as per Scott's comments
> > 	- Tested on B4860QDS board
> > ---
> >  .../bindings/memory-controllers/fsl/ifc.txt        |    3 +
> >  drivers/memory/fsl_ifc.c                           |   34 ++-
> >  drivers/mtd/nand/fsl_ifc_nand.c                    |  260 ++++++++++----------
> >  include/linux/fsl_ifc.h                            |   50 ++++
> >  4 files changed, 205 insertions(+), 142 deletions(-)
> 
> Acked-by: Scott Wood <scottwood@freescale.com>

I can't locate a patch for this. Did linux-mtd get CC'd? (Or, did any
mailing list get CC'd? I don't see it on any search engines.)

Brian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1][v4] IFC: Change IO accessor based on endianness
  2014-12-17  1:26   ` Brian Norris
@ 2014-12-17  1:33     ` Scott Wood
  2014-12-17  2:39       ` Brian Norris
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2014-12-17  1:33 UTC (permalink / raw)
  To: Brian Norris; +Cc: B07421, arnd, gregkh, linux-mtd, B32579, Jaiprakash Singh

On Tue, 2014-12-16 at 17:26 -0800, Brian Norris wrote:
> On Mon, Dec 08, 2014 at 04:56:23PM -0600, Scott Wood wrote:
> > On Mon, 2014-12-08 at 11:16 +0530, Jaiprakash Singh wrote:
> > > From: Jaiprakash Singh <b44839@freescale.com>
> > > 
> > > IFC IO accressor are set at run time based
> > > on IFC IP registers endianness.IFC node in
> > > DTS file contains information about
> > > endianness.
> > > 
> > > Signed-off-by: Jaiprakash Singh <b44839@freescale.com>
> > > ---
> > > Changes for v4
> > > 	- Review rework as per Scott's comments
> > > 	- Tested on B4860QDS board
> > > ---
> > >  .../bindings/memory-controllers/fsl/ifc.txt        |    3 +
> > >  drivers/memory/fsl_ifc.c                           |   34 ++-
> > >  drivers/mtd/nand/fsl_ifc_nand.c                    |  260 ++++++++++----------
> > >  include/linux/fsl_ifc.h                            |   50 ++++
> > >  4 files changed, 205 insertions(+), 142 deletions(-)
> > 
> > Acked-by: Scott Wood <scottwood@freescale.com>
> 
> I can't locate a patch for this. Did linux-mtd get CC'd? (Or, did any
> mailing list get CC'd? I don't see it on any search engines.)

linux-mtd was CCed, but I don't see this or v3 or anything else from
Jaiprakash in the archives.  

-Scott

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1][v4] IFC: Change IO accessor based on endianness
  2014-12-17  1:33     ` Scott Wood
@ 2014-12-17  2:39       ` Brian Norris
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Norris @ 2014-12-17  2:39 UTC (permalink / raw)
  To: Scott Wood; +Cc: B07421, arnd, gregkh, linux-mtd, B32579, Jaiprakash Singh

On Tue, Dec 16, 2014 at 07:33:04PM -0600, Scott Wood wrote:
> On Tue, 2014-12-16 at 17:26 -0800, Brian Norris wrote:
> > On Mon, Dec 08, 2014 at 04:56:23PM -0600, Scott Wood wrote:
> > > On Mon, 2014-12-08 at 11:16 +0530, Jaiprakash Singh wrote:
> > > > From: Jaiprakash Singh <b44839@freescale.com>
> > > > 
> > > > IFC IO accressor are set at run time based
> > > > on IFC IP registers endianness.IFC node in
> > > > DTS file contains information about
> > > > endianness.
> > > > 
> > > > Signed-off-by: Jaiprakash Singh <b44839@freescale.com>
> > > > ---
> > > > Changes for v4
> > > > 	- Review rework as per Scott's comments
> > > > 	- Tested on B4860QDS board
> > > > ---
> > > >  .../bindings/memory-controllers/fsl/ifc.txt        |    3 +
> > > >  drivers/memory/fsl_ifc.c                           |   34 ++-
> > > >  drivers/mtd/nand/fsl_ifc_nand.c                    |  260 ++++++++++----------
> > > >  include/linux/fsl_ifc.h                            |   50 ++++
> > > >  4 files changed, 205 insertions(+), 142 deletions(-)
> > > 
> > > Acked-by: Scott Wood <scottwood@freescale.com>
> > 
> > I can't locate a patch for this. Did linux-mtd get CC'd? (Or, did any
> > mailing list get CC'd? I don't see it on any search engines.)
> 
> linux-mtd was CCed, but I don't see this or v3 or anything else from
> Jaiprakash in the archives.  

Perhaps Jaiprakash missed some bounce emails? I don't have list
moderator access, so I can't check up on this.

Jaiprakash, when resending, please confirm that you don't receive any
bounce emails from the list server and that your patch shows up here:

  http://lists.infradead.org/pipermail/linux-mtd/

Brian

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-17  2:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1418017580-2749-1-git-send-email-b44839@freescale.com>
2014-12-08 22:56 ` [PATCH 1/1][v4] IFC: Change IO accessor based on endianness Scott Wood
2014-12-17  1:26   ` Brian Norris
2014-12-17  1:33     ` Scott Wood
2014-12-17  2:39       ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox