public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Yang, Wenyou" <Wenyou.Yang@Microchip.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
	Richard Weinberger <richard@nod.at>,
	<linux-mtd@lists.infradead.org>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>, <stable@vger.kernel.org>,
	Marek Vasut <marek.vasut@gmail.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>,
	Romain Izard <romain.izard.pro@gmail.com>,
	Brian Norris <computersforpeace@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH] mtd: nand: atmel: Actually use the PM ops
Date: Mon, 9 Oct 2017 11:09:23 +0800	[thread overview]
Message-ID: <7f1dc747-b32f-9bd5-c01a-e3d5bb29b11b@Microchip.com> (raw)
In-Reply-To: <20171005165724.30516-1-boris.brezillon@free-electrons.com>



On 2017/10/6 0:57, Boris Brezillon wrote:
> commit 6e532afaca8e ("mtd: nand: atmel: Add PM ops") was defining PM
> ops but nothing was using/referencing those PM ops.
>
> Fixes: 6e532afaca8e ("mtd: nand: atmel: Add PM ops")
> Cc: <stable@vger.kernel.org>
> Cc: Romain Izard <romain.izard.pro@gmail.com>
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
>   drivers/mtd/nand/atmel/nand-controller.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/nand/atmel/nand-controller.c b/drivers/mtd/nand/atmel/nand-controller.c
> index 29182160bb5f..90a71a56bc23 100644
> --- a/drivers/mtd/nand/atmel/nand-controller.c
> +++ b/drivers/mtd/nand/atmel/nand-controller.c
> @@ -2549,6 +2549,7 @@ static struct platform_driver atmel_nand_controller_driver = {
>   	.driver = {
>   		.name = "atmel-nand-controller",
>   		.of_match_table = of_match_ptr(atmel_nand_controller_of_ids),
> +		.pm = &atmel_nand_controller_pm_ops,
>   	},
>   	.probe = atmel_nand_controller_probe,
>   	.remove = atmel_nand_controller_remove,

Acked-by: Wenyou Yang <wenyou.yang@microchip.com>

  reply	other threads:[~2017-10-09  3:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05 16:57 [PATCH] mtd: nand: atmel: Actually use the PM ops Boris Brezillon
2017-10-09  3:09 ` Yang, Wenyou [this message]
2017-10-11  8:28 ` Romain Izard
2017-10-14 15:12 ` Boris Brezillon

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=7f1dc747-b32f-9bd5-c01a-e3d5bb29b11b@Microchip.com \
    --to=wenyou.yang@microchip.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@wedev4u.fr \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=nicolas.ferre@atmel.com \
    --cc=richard@nod.at \
    --cc=romain.izard.pro@gmail.com \
    --cc=stable@vger.kernel.org \
    /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