[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1533214434-28761-1-git-send-email-frieder.schrempf@exceet.de>
Date: Thu, 2 Aug 2018 14:53:51 +0200
From: Frieder Schrempf <frieder.schrempf@...eet.de>
To: dwmw2@...radead.org, computersforpeace@...il.com,
boris.brezillon@...tlin.com, marek.vasut@...il.com, richard@....at,
broonie@...nel.org, linux-mtd@...ts.infradead.org,
linux-spi@...r.kernel.org
Cc: cyrille.pitchen@...ev4u.fr, frieder.schrempf@...eet.de,
pp@...ix.com, Zhiqiang.Hou@....com, linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/3] Extend the SPI mem interface to set a custom memory name
These changes were previously send with the series that transforms the FSL QSPI
driver to the SPI mem interface [1]. As these changes are needed for other
drivers too I send them separately now.
The first patch fixes a typo, the second extends the interface to set and get a
custom name for the memory device and the third patch makes use of this in the
m25p80 driver.
[1] https://patchwork.ozlabs.org/cover/939864/
Changes in v3:
==============
* Move fix for typo in spi-mem.h to a separate patch
* Fix documentation of spi_mem_get_name() and get_name()
* Avoid overwriting the name of the memory device in probe of m25p80
* Add Suggested-by tags
Changes in v2:
==============
* Add a name field to struct spi_mem and fill it while probing
Frieder Schrempf (3):
spi: spi-mem: Fix a typo in the documentation of struct spi_mem
spi: spi-mem: Extend the SPI mem interface to set a custom memory name
mtd: m25p80: Call spi_mem_get_name() to let controller set a custom
name
drivers/mtd/devices/m25p80.c | 3 +++
drivers/spi/spi-mem.c | 28 ++++++++++++++++++++++++++++
include/linux/spi/spi-mem.h | 14 +++++++++++++-
3 files changed, 44 insertions(+), 1 deletion(-)
--
2.7.4
Powered by blists - more mailing lists