All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>,
	Vignesh R <vigneshr@ti.com>,
	Tudor Ambarus <tudor.ambarus@microchip.com>,
	Richard Weinberger <richard@nod.at>,
	Piotr Bugalski <bugalski.piotr@gmail.com>,
	linux-spi@vger.kernel.org, Marek Vasut <marek.vasut@gmail.com>,
	Frieder Schrempf <frieder.schrempf@exceet.de>,
	Cyrille Pitchen <cyrille.pitchen@microchip.com>,
	linux-mtd@lists.infradead.org,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Brian Norris <computersforpeace@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH v3 0/7] spi: spi-mem: Add a direct mapping API
Date: Thu, 15 Nov 2018 11:56:40 -0800	[thread overview]
Message-ID: <20181115195640.GP2089@sirena.org.uk> (raw)
In-Reply-To: <20181106160536.13415-1-boris.brezillon@bootlin.com>


[-- Attachment #1.1: Type: text/plain, Size: 509 bytes --]

On Tue, Nov 06, 2018 at 05:05:29PM +0100, Boris Brezillon wrote:
> Hello,
> 
> Here is a v3 addressing the comment I received from Yogesh on the
> m25p80 modifications. Note that this part is still untested (I only
> tested on a spinand device so far), so that'd be great if someone
> could test it.

The SPI bits are all fine FWIW, leaving for a bit longer for testing but
I could also just apply those bits immediately and send a branch as I
think it's the MTD bits that really need the testing?

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 144 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: David Woodhouse <dwmw2@infradead.org>,
	Brian Norris <computersforpeace@gmail.com>,
	Marek Vasut <marek.vasut@gmail.com>,
	Richard Weinberger <richard@nod.at>,
	linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org,
	Vignesh R <vigneshr@ti.com>,
	Cyrille Pitchen <cyrille.pitchen@microchip.com>,
	Tudor Ambarus <tudor.ambarus@microchip.com>,
	Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>,
	Frieder Schrempf <frieder.schrempf@exceet.de>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Piotr Bugalski <bugalski.piotr@gmail.com>
Subject: Re: [PATCH v3 0/7] spi: spi-mem: Add a direct mapping API
Date: Thu, 15 Nov 2018 11:56:40 -0800	[thread overview]
Message-ID: <20181115195640.GP2089@sirena.org.uk> (raw)
In-Reply-To: <20181106160536.13415-1-boris.brezillon@bootlin.com>

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

On Tue, Nov 06, 2018 at 05:05:29PM +0100, Boris Brezillon wrote:
> Hello,
> 
> Here is a v3 addressing the comment I received from Yogesh on the
> m25p80 modifications. Note that this part is still untested (I only
> tested on a spinand device so far), so that'd be great if someone
> could test it.

The SPI bits are all fine FWIW, leaving for a bit longer for testing but
I could also just apply those bits immediately and send a branch as I
think it's the MTD bits that really need the testing?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  parent reply	other threads:[~2018-11-15 19:56 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 16:05 [PATCH v3 0/7] spi: spi-mem: Add a direct mapping API Boris Brezillon
2018-11-06 16:05 ` Boris Brezillon
2018-11-06 16:05 ` [PATCH v3 1/7] spi: spi-mem: Add missing word in the SPI_MEM_DATA_OUT description Boris Brezillon
2018-11-06 16:05   ` Boris Brezillon
2018-11-06 16:05 ` [PATCH v3 2/7] spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum Boris Brezillon
2018-11-06 16:05   ` Boris Brezillon
2018-11-06 16:05 ` [PATCH v3 3/7] spi: spi-mem: Split spi_mem_exec_op() code Boris Brezillon
2018-11-06 16:05   ` Boris Brezillon
2018-11-06 16:05 ` [PATCH v3 4/7] spi: spi-mem: Add a new API to support direct mapping Boris Brezillon
2018-11-06 16:05   ` Boris Brezillon
2018-11-06 16:05 ` [PATCH v3 5/7] mtd: devices: m25p80: Use the spi-mem dirmap API Boris Brezillon
2018-11-06 16:05   ` Boris Brezillon
2019-01-14  8:49   ` Yogesh Narayan Gaur
2019-01-14  8:49     ` Yogesh Narayan Gaur
2019-01-14  8:59     ` Boris Brezillon
2019-01-14  8:59       ` Boris Brezillon
2019-01-14  9:05   ` Yogesh Narayan Gaur
2019-01-14  9:05     ` Yogesh Narayan Gaur
2018-11-06 16:05 ` [PATCH v3 6/7] mtd: spinand: " Boris Brezillon
2018-11-06 16:05   ` Boris Brezillon
2019-01-15 16:45   ` Miquel Raynal
2019-01-15 16:45     ` Miquel Raynal
2019-01-24  8:49   ` Boris Brezillon
2018-11-06 16:05 ` [PATCH v3 7/7] spi: mxic: Add support for direct mapping Boris Brezillon
2018-11-06 16:05   ` Boris Brezillon
2018-11-15 19:56 ` Mark Brown [this message]
2018-11-15 19:56   ` [PATCH v3 0/7] spi: spi-mem: Add a direct mapping API Mark Brown
2018-11-19 21:13   ` Boris Brezillon
2018-11-19 21:13     ` 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=20181115195640.GP2089@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=boris.brezillon@bootlin.com \
    --cc=bugalski.piotr@gmail.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@microchip.com \
    --cc=dwmw2@infradead.org \
    --cc=frieder.schrempf@exceet.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=marek.vasut@gmail.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    --cc=tudor.ambarus@microchip.com \
    --cc=vigneshr@ti.com \
    --cc=yogeshnarayan.gaur@nxp.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.