mbox

[resend] i.MX53 Nand support

Message ID 1346226019-23560-1-git-send-email-s.hauer@pengutronix.de
State New, archived
Headers show

Pull-request

git://git.pengutronix.de/git/imx/linux-2.6.git tags/mtd-imx53-nand

Message

Sascha Hauer Aug. 29, 2012, 7:40 a.m. UTC
Hi All,

The following patches add i.MX53 and dt support to mxc_nand. This
is only a resent based on v3.6-rc3 as it seems this series slipped
through the cracks last time I posted it.

So Artem, if there are no objections, please consider applying up to
3/4, I would then take 4/4 through my tree.

Sascha

The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:

  Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/imx/linux-2.6.git tags/mtd-imx53-nand

for you to fetch changes up to 587450da74aa7db28fe0e9a9ee2a3816140fa8f4:

  ARM i.MX5: Add nand oftree support (2012-08-29 09:33:47 +0200)

----------------------------------------------------------------
Add i.MX53 and dt support to the mxc_nand driver

----------------------------------------------------------------
Sascha Hauer (4):
      mtd nand mxc_nand: Use managed resources
      mtd nand mxc_nand: swap iomem resource order
      mtd nand mxc_nand: add i.MX53 support
      ARM i.MX5: Add nand oftree support

 arch/arm/boot/dts/imx51.dtsi                  |    7 ++
 arch/arm/boot/dts/imx53.dtsi                  |    7 ++
 arch/arm/mach-imx/clk-imx51-imx53.c           |    2 +
 arch/arm/plat-mxc/devices/platform-mxc_nand.c |   11 +-
 drivers/mtd/nand/mxc_nand.c                   |  137 ++++++++++++++-----------
 5 files changed, 97 insertions(+), 67 deletions(-)

Comments

Artem Bityutskiy Aug. 30, 2012, 6:29 a.m. UTC | #1
On Wed, 2012-08-29 at 09:40 +0200, Sascha Hauer wrote:
> Hi All,
> 
> The following patches add i.MX53 and dt support to mxc_nand. This
> is only a resent based on v3.6-rc3 as it seems this series slipped
> through the cracks last time I posted it.
> 
> So Artem, if there are no objections, please consider applying up to
> 3/4, I would then take 4/4 through my tree.

Please, take a look at the l2-mtd.git tree, I already have all these
patches. Actually, they are already in dwmw2's tree, the and were
supposed to be merged already, but unfortunately the merge window was
missed because (a) dwmw2 did not send a pull request early enough and
(b) Linus decided to punish late pull-request senders and closed the
merge window 2 days earlier than usually.
Sascha Hauer Aug. 30, 2012, 6:31 a.m. UTC | #2
On Thu, Aug 30, 2012 at 09:29:05AM +0300, Artem Bityutskiy wrote:
> On Wed, 2012-08-29 at 09:40 +0200, Sascha Hauer wrote:
> > Hi All,
> > 
> > The following patches add i.MX53 and dt support to mxc_nand. This
> > is only a resent based on v3.6-rc3 as it seems this series slipped
> > through the cracks last time I posted it.
> > 
> > So Artem, if there are no objections, please consider applying up to
> > 3/4, I would then take 4/4 through my tree.
> 
> Please, take a look at the l2-mtd.git tree, I already have all these
> patches. Actually, they are already in dwmw2's tree, the and were
> supposed to be merged already, but unfortunately the merge window was
> missed because (a) dwmw2 did not send a pull request early enough and
> (b) Linus decided to punish late pull-request senders and closed the
> merge window 2 days earlier than usually.

Ah, I missed to check the tree. Sorry for the noise then.

Thanks
 Sascha