From: Artem Bityutskiy <dedekind1@gmail.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Artem.Bityutskiy@nokia.com, Li Yang-R58472 <r58472@freescale.com>,
"linuxppc-dev@lists.ozlabs.org list"
<linuxppc-dev@lists.ozlabs.org>,
"b35362@freescale.com>" <b35362@freescale.com>,
"linux-kernel@vger.kernel.org Kernel"
<linux-kernel@vger.kernel.org>,
linux-mtd@lists.infradead.org,
Scott Wood <scottwood@freescale.com>,
Andrew Morton <akpm@linux-foundation.org>,
David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH v2] Integrated Flash Controller support
Date: Tue, 29 Nov 2011 23:40:57 +0200 [thread overview]
Message-ID: <1322602860.2150.10.camel@koala> (raw)
In-Reply-To: <8EDB3DC6-63E5-4D5C-BB52-15F32B85C5DD@kernel.crashing.org>
On Thu, 2011-11-24 at 08:24 -0600, Kumar Gala wrote:
> On Nov 22, 2011, at 9:41 PM, Kumar Gala wrote:
>
> >
> > On Oct 31, 2011, at 4:38 AM, <b35362@freescale.com> <b35362@freescale.com> wrote:
> >
> >> From: Liu Shuo <b35362@freescale.com>
> >>
> >> Integrated Flash Controller supports various flashes like NOR, NAND
> >> and other devices using NOR, NAND and GPCM Machine available on it.
> >> IFC supports four chip selects.
> >>
> >> Signed-off-by: Dipen Dudhat <Dipen.Dudhat@freescale.com>
> >> Signed-off-by: Scott Wood <scottwood@freescale.com>
> >> Signed-off-by: Li Yang <leoli@freescale.com>
> >> Signed-off-by: Liu Shuo <b35362@freescale.com>
> >> ---
> >> arch/powerpc/Kconfig | 4 +
> >> arch/powerpc/include/asm/fsl_ifc.h | 834 ++++++++++++++++++++++++++++++++++++
> >> arch/powerpc/sysdev/Makefile | 1 +
> >> arch/powerpc/sysdev/fsl_ifc.c | 322 ++++++++++++++
> >> 4 files changed, 1161 insertions(+), 0 deletions(-)
> >> create mode 100644 arch/powerpc/include/asm/fsl_ifc.h
> >> create mode 100644 arch/powerpc/sysdev/fsl_ifc.c
> >
> > Guys,
> >
> > How are we handling this patchset since it touches drivers/mtd/nand?
I do not see it touching MTD from the diffstat above. I am a little bit
confused why a flash controller is added to
arch/powerpc/sysdev/fsl_ifc.c ?
Artem.
WARNING: multiple messages have this Message-ID (diff)
From: Artem Bityutskiy <dedekind1@gmail.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Li Yang-R58472 <r58472@freescale.com>,
Artem.Bityutskiy@nokia.com,
"b35362@freescale.com>" <b35362@freescale.com>,
"linux-kernel@vger.kernel.org Kernel"
<linux-kernel@vger.kernel.org>,
linux-mtd@lists.infradead.org,
Scott Wood <scottwood@freescale.com>,
Andrew Morton <akpm@linux-foundation.org>,
David Woodhouse <dwmw2@infradead.org>,
"linuxppc-dev@lists.ozlabs.org list"
<linuxppc-dev@lists.ozlabs.org>
Subject: Re: [PATCH v2] Integrated Flash Controller support
Date: Tue, 29 Nov 2011 23:40:57 +0200 [thread overview]
Message-ID: <1322602860.2150.10.camel@koala> (raw)
In-Reply-To: <8EDB3DC6-63E5-4D5C-BB52-15F32B85C5DD@kernel.crashing.org>
On Thu, 2011-11-24 at 08:24 -0600, Kumar Gala wrote:
> On Nov 22, 2011, at 9:41 PM, Kumar Gala wrote:
>
> >
> > On Oct 31, 2011, at 4:38 AM, <b35362@freescale.com> <b35362@freescale.com> wrote:
> >
> >> From: Liu Shuo <b35362@freescale.com>
> >>
> >> Integrated Flash Controller supports various flashes like NOR, NAND
> >> and other devices using NOR, NAND and GPCM Machine available on it.
> >> IFC supports four chip selects.
> >>
> >> Signed-off-by: Dipen Dudhat <Dipen.Dudhat@freescale.com>
> >> Signed-off-by: Scott Wood <scottwood@freescale.com>
> >> Signed-off-by: Li Yang <leoli@freescale.com>
> >> Signed-off-by: Liu Shuo <b35362@freescale.com>
> >> ---
> >> arch/powerpc/Kconfig | 4 +
> >> arch/powerpc/include/asm/fsl_ifc.h | 834 ++++++++++++++++++++++++++++++++++++
> >> arch/powerpc/sysdev/Makefile | 1 +
> >> arch/powerpc/sysdev/fsl_ifc.c | 322 ++++++++++++++
> >> 4 files changed, 1161 insertions(+), 0 deletions(-)
> >> create mode 100644 arch/powerpc/include/asm/fsl_ifc.h
> >> create mode 100644 arch/powerpc/sysdev/fsl_ifc.c
> >
> > Guys,
> >
> > How are we handling this patchset since it touches drivers/mtd/nand?
I do not see it touching MTD from the diffstat above. I am a little bit
confused why a flash controller is added to
arch/powerpc/sysdev/fsl_ifc.c ?
Artem.
next prev parent reply other threads:[~2011-11-29 21:41 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-31 9:38 [PATCH v2] Integrated Flash Controller support b35362
2011-10-31 9:38 ` b35362
2011-10-31 9:38 ` [PATCH] mtd/nand : set Nand flash page address to FBAR and FPAR correctly b35362
2011-10-31 9:38 ` b35362
2011-10-31 9:38 ` [PATCH 2/2] NAND Machine support for Integrated Flash Controller b35362
2011-10-31 9:38 ` b35362
2011-11-23 3:41 ` [PATCH v2] Integrated Flash Controller support Kumar Gala
2011-11-23 3:41 ` Kumar Gala
2011-11-23 3:41 ` Kumar Gala
2011-11-24 14:24 ` Kumar Gala
2011-11-24 14:24 ` Kumar Gala
2011-11-24 14:24 ` Kumar Gala
2011-11-29 21:40 ` Artem Bityutskiy [this message]
2011-11-29 21:40 ` Artem Bityutskiy
2011-11-29 21:48 ` Scott Wood
2011-11-29 21:48 ` Scott Wood
2011-11-29 21:48 ` Scott Wood
2011-11-30 1:47 ` Kumar Gala
2011-11-30 1:47 ` Kumar Gala
2011-11-30 1:47 ` Kumar Gala
2011-11-30 8:51 ` Artem Bityutskiy
2011-11-30 8:51 ` Artem Bityutskiy
2011-12-14 11:13 ` Li Yang-R58472
2011-12-14 11:13 ` Li Yang-R58472
2011-12-14 11:13 ` Li Yang-R58472
2011-12-17 16:40 ` Artem Bityutskiy
2011-12-17 16:40 ` Artem Bityutskiy
2011-12-17 16:40 ` Artem Bityutskiy
2011-11-29 21:36 ` Artem Bityutskiy
2011-11-29 21:36 ` Artem Bityutskiy
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=1322602860.2150.10.camel@koala \
--to=dedekind1@gmail.com \
--cc=Artem.Bityutskiy@nokia.com \
--cc=akpm@linux-foundation.org \
--cc=b35362@freescale.com \
--cc=dwmw2@infradead.org \
--cc=galak@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=r58472@freescale.com \
--cc=scottwood@freescale.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.