All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Boris Brezillon <boris.brezillon@collabora.com>
Cc: linux-mtd@lists.infradead.org,
	Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Tudor Ambarus <tudor.ambarus@microchip.com>,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	linux-mips@vger.kernel.org, Krzysztof Kozlowski <krzk@kernel.org>
Subject: Re: [PATCH 3/4] mtd: rawnand: au1550nd: Get rid of the legacy interface implementation
Date: Mon, 27 Apr 2020 17:23:18 +0200	[thread overview]
Message-ID: <20200427172318.63e625d4@xps13> (raw)
In-Reply-To: <20200419193037.1544035-4-boris.brezillon@collabora.com>

Hi Boris,

Boris Brezillon <boris.brezillon@collabora.com> wrote on Sun, 19 Apr
2020 21:30:36 +0200:

> Now that exec_op() is implemented we can get rid of all other hooks.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
> ---

Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>


Thanks,
Miquèl

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Boris Brezillon <boris.brezillon@collabora.com>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Tudor Ambarus <tudor.ambarus@microchip.com>,
	Richard Weinberger <richard@nod.at>,
	linux-mips@vger.kernel.org, Krzysztof Kozlowski <krzk@kernel.org>,
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH 3/4] mtd: rawnand: au1550nd: Get rid of the legacy interface implementation
Date: Mon, 27 Apr 2020 17:23:18 +0200	[thread overview]
Message-ID: <20200427172318.63e625d4@xps13> (raw)
In-Reply-To: <20200419193037.1544035-4-boris.brezillon@collabora.com>

Hi Boris,

Boris Brezillon <boris.brezillon@collabora.com> wrote on Sun, 19 Apr
2020 21:30:36 +0200:

> Now that exec_op() is implemented we can get rid of all other hooks.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
> ---

Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>


Thanks,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2020-04-27 15:23 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-19 19:30 [PATCH 0/4] mtd: rawnand: au1550nd: Convert the driver to exec_op() Boris Brezillon
2020-04-19 19:30 ` Boris Brezillon
2020-04-19 19:30 ` [PATCH 1/4] mtd: rawnand: au1550nd: Stop using IO_ADDR_{R,W} in au_{read,write}_buf[16]() Boris Brezillon
2020-04-19 19:30   ` [PATCH 1/4] mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]() Boris Brezillon
2020-04-27 15:22   ` [PATCH 1/4] mtd: rawnand: au1550nd: Stop using IO_ADDR_{R,W} in au_{read,write}_buf[16]() Miquel Raynal
2020-04-27 15:22     ` Miquel Raynal
2020-05-10 20:06   ` [PATCH 1/4] mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]() Miquel Raynal
2020-05-10 20:06     ` Miquel Raynal
2020-04-19 19:30 ` [PATCH 2/4] mtd: rawnand: au1550nd: Implement exec_op() Boris Brezillon
2020-04-19 19:30   ` Boris Brezillon
2020-04-27 15:23   ` Miquel Raynal
2020-04-27 15:23     ` Miquel Raynal
2020-05-10 20:06   ` Miquel Raynal
2020-05-10 20:06     ` Miquel Raynal
2020-04-19 19:30 ` [PATCH 3/4] mtd: rawnand: au1550nd: Get rid of the legacy interface implementation Boris Brezillon
2020-04-19 19:30   ` Boris Brezillon
2020-04-27 15:23   ` Miquel Raynal [this message]
2020-04-27 15:23     ` Miquel Raynal
2020-05-10 20:06   ` Miquel Raynal
2020-05-10 20:06     ` Miquel Raynal
2020-04-19 19:30 ` [PATCH 4/4] mtd: rawnand: au1550nd: Patch the read/write buf helper prototypes Boris Brezillon
2020-04-19 19:30   ` Boris Brezillon
2020-04-27 15:23   ` Miquel Raynal
2020-04-27 15:23     ` Miquel Raynal
2020-05-10 20:06   ` Miquel Raynal
2020-05-10 20:06     ` Miquel Raynal

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=20200427172318.63e625d4@xps13 \
    --to=miquel.raynal@bootlin.com \
    --cc=boris.brezillon@collabora.com \
    --cc=krzk@kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    --cc=tsbogend@alpha.franken.de \
    --cc=tudor.ambarus@microchip.com \
    --cc=vigneshr@ti.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.