From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Josh Wu <josh.wu@atmel.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
linux-mtd@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/1] MTD: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap
Date: Mon, 15 Oct 2012 15:24:15 +0200 [thread overview]
Message-ID: <20121015132415.GV12801@game.jcrosoft.org> (raw)
In-Reply-To: <507BE8C8.8040901@atmel.com>
> > goto err_nand_ioremap;
> > }
> >+ host->io_phys = (dma_addr_t)mem->start;
> > mtd = &host->mtd;
> > nand_chip = &host->nand_chip;
> >@@ -1401,7 +1380,7 @@ static int __init atmel_nand_probe(struct platform_device *pdev)
> > if (pdev->dev.of_node) {
> > res = atmel_of_init_port(host, pdev->dev.of_node);
> > if (res)
> >- goto err_ecc_ioremap;
> >+ goto err_nand_ioremap;
> > } else {
> > memcpy(&host->board, pdev->dev.platform_data,
> > sizeof(struct atmel_nand_data));
> >@@ -1420,44 +1399,42 @@ static int __init atmel_nand_probe(struct platform_device *pdev)
> > if (IS_ERR(pinctrl)) {
> > dev_err(host->dev, "Failed to request pinctrl\n");
> > res = PTR_ERR(pinctrl);
>
> I cannot apply the patch in latest l2-mtd git tree since above line
> of code doesn't committed.
> Seems that code is pinctrl related. Am I missing some patches?
this is base on linux next
and yes with pinctrl
Best Regards,
J.
next prev parent reply other threads:[~2012-10-15 13:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-13 12:06 [PATCH 1/1] MTD: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap Jean-Christophe PLAGNIOL-VILLARD
2012-10-15 7:59 ` Nicolas Ferre
2012-10-15 10:43 ` Josh Wu
2012-10-15 13:24 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-10-18 9:36 ` Artem Bityutskiy
2012-10-18 9:41 ` Jean-Christophe PLAGNIOL-VILLARD
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=20121015132415.GV12801@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=josh.wu@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=nicolas.ferre@atmel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox