From: Boris Brezillon <boris.brezillon@collabora•com>
To: <Tudor.Ambarus@microchip•com>
Cc: kstewart@linuxfoundation•org, alexandre.belloni@bootlin•com,
vigneshr@ti•com, linux-aspeed@lists•ozlabs.org,
thor.thayer@linux•intel.com, michal.simek@xilinx•com,
rfontana@redhat•com, linux-mtd@lists•infradead.org,
miquel.raynal@bootlin•com, opensource@jilayne•com,
richard@nod•at, jethro@fortanix•com,
Ludovic.Desroches@microchip•com, joel@jms•id.au,
nishkadg.linux@gmail•com, john.garry@huawei•com,
swboyd@chromium•org, alexander.sverdlin@nokia•com,
matthias.bgg@gmail•com, tglx@linutronix•de, vz@mleia•com,
mika.westerberg@linux•intel.com, allison@lohutok•net,
linux-arm-kernel@lists•infradead.org, bbrezillon@kernel•org,
andrew@aj•id.au, linux-kernel@vger•kernel.org,
dinguyen@kernel•org, michael@walle•cc, ludovic.barre@st•com,
linux-mediatek@lists•infradead.org, info@metux•net
Subject: Re: [PATCH 03/23] mtd: spi-nor: Move SFDP logic out of the core
Date: Sat, 7 Mar 2020 15:50:26 +0100 [thread overview]
Message-ID: <20200307155026.20deb026@collabora.com> (raw)
In-Reply-To: <20200302180730.1886678-4-tudor.ambarus@microchip.com>
On Mon, 2 Mar 2020 18:07:46 +0000
<Tudor.Ambarus@microchip•com> wrote:
> From: Tudor Ambarus <tudor.ambarus@microchip•com>
>
> It makes the core file a bit smaller and provides better separation
> between the SFDP parsing and core logic.
>
> Keep the core.h and sfdp.h definitions private in drivers/mtd/spi-nor/.
> Both expose just the definitions that are required by the core and
> manufacturer drivers. None of the SPI NOR controller drivers should
> include them.
>
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip•com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora•com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-03-07 14:50 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-02 18:07 [PATCH 00/23] mtd: spi-nor: Move manufacturer/SFDP code out of the core Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 01/23] mtd: spi-nor: Stop prefixing generic functions with a manufacturer name Tudor.Ambarus
2020-03-13 6:04 ` Vignesh Raghavendra
2020-03-13 9:30 ` Boris Brezillon
2020-03-13 14:30 ` Tudor.Ambarus
2020-03-13 15:50 ` Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 02/23] mtd: spi-nor: Prepare core / manufacturer code split Tudor.Ambarus
2020-03-13 6:08 ` Vignesh Raghavendra
2020-03-13 14:41 ` Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 03/23] mtd: spi-nor: Move SFDP logic out of the core Tudor.Ambarus
2020-03-07 14:50 ` Boris Brezillon [this message]
2020-03-02 18:07 ` [PATCH 04/23] mtd: spi-nor: Expose stuctures and functions to manufacturer drivers Tudor.Ambarus
2020-03-13 6:38 ` Vignesh Raghavendra
2020-03-02 18:07 ` [PATCH 05/23] mtd: spi-nor: Add the concept of SPI NOR manufacturer driver Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 06/23] mtd: spi-nor: Move Atmel bits out of core.c Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 07/23] mtd: spi-nor: Move Eon " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 08/23] mtd: spi-nor: Move ESMT " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 09/23] mtd: spi-nor: Move Everspin " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 10/23] mtd: spi-nor: Move Fujitsu " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 12/23] mtd: spi-nor: Move Intel " Tudor.Ambarus
2020-03-03 10:22 ` Mika Westerberg
2020-03-02 18:07 ` [PATCH 11/23] mtd: spi-nor: Move GigaDevice " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 13/23] mtd: spi-nor: Move ISSI " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 14/23] mtd: spi-nor: Move Macronix " Tudor.Ambarus
2020-03-04 7:20 ` chenxiang (M)
2020-03-02 18:07 ` [PATCH 16/23] mtd: spi-nor: Move Spansion " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 15/23] mtd: spi-nor: Move Micron/ST " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 17/23] mtd: spi-nor: Move SST " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 18/23] mtd: spi-nor: Move Winbond " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 19/23] mtd: spi-nor: Move Catalyst " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 21/23] mtd: spi-nor: Move XMC " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 20/23] mtd: spi-nor: Move Xilinx " Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 22/23] mtd: spi-nor: Get rid of the now empty spi_nor_ids[] table Tudor.Ambarus
2020-03-02 18:07 ` [PATCH 23/23] mtd: spi-nor: Trim what is exposed in spi-nor.h Tudor.Ambarus
2020-03-07 14:49 ` Boris Brezillon
2020-03-13 8:13 ` Vignesh Raghavendra
2020-03-13 8:27 ` Tudor.Ambarus
2020-03-03 7:15 ` [PATCH 00/23] mtd: spi-nor: Move manufacturer/SFDP code out of the core Joel Stanley
2020-03-03 7:28 ` Tudor.Ambarus
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=20200307155026.20deb026@collabora.com \
--to=boris.brezillon@collabora$(echo .)com \
--cc=Ludovic.Desroches@microchip$(echo .)com \
--cc=Tudor.Ambarus@microchip$(echo .)com \
--cc=alexander.sverdlin@nokia$(echo .)com \
--cc=alexandre.belloni@bootlin$(echo .)com \
--cc=allison@lohutok$(echo .)net \
--cc=andrew@aj$(echo .)id.au \
--cc=bbrezillon@kernel$(echo .)org \
--cc=dinguyen@kernel$(echo .)org \
--cc=info@metux$(echo .)net \
--cc=jethro@fortanix$(echo .)com \
--cc=joel@jms$(echo .)id.au \
--cc=john.garry@huawei$(echo .)com \
--cc=kstewart@linuxfoundation$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-aspeed@lists$(echo .)ozlabs.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=linux-mtd@lists$(echo .)infradead.org \
--cc=ludovic.barre@st$(echo .)com \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=michael@walle$(echo .)cc \
--cc=michal.simek@xilinx$(echo .)com \
--cc=mika.westerberg@linux$(echo .)intel.com \
--cc=miquel.raynal@bootlin$(echo .)com \
--cc=nishkadg.linux@gmail$(echo .)com \
--cc=opensource@jilayne$(echo .)com \
--cc=rfontana@redhat$(echo .)com \
--cc=richard@nod$(echo .)at \
--cc=swboyd@chromium$(echo .)org \
--cc=tglx@linutronix$(echo .)de \
--cc=thor.thayer@linux$(echo .)intel.com \
--cc=vigneshr@ti$(echo .)com \
--cc=vz@mleia$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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