Re: [PATCH v3 0/5] MTD: Add Initial Hyperbus support

From: Vignesh Raghavendra
Date: Tue Apr 23 2019 - 02:12:19 EST




On 23/04/19 11:36 AM, Vignesh Raghavendra wrote:
>
>
> Vignesh Raghavendra (5):
> mtd: cfi_cmdset_0002: Add support for polling status register
> dt-bindings: mtd: Add binding documentation for HyperFlash
> mtd: Add support for HyperBus memory devices
> dt-bindings: mtd: Add bindings for TI's AM654 HyperBus memory
> controller
> mtd: hyperbus: Add driver for TI's HyperBus memory controller

Please ignore this series. Ended up sending from stale patch output
directory. Sorry for the noise.

>
> .../bindings/mtd/cypress,hyperflash.txt | 6 +
> .../devicetree/bindings/mtd/ti,am654-hbmc.txt | 31 +++
> MAINTAINERS | 8 +
> drivers/mtd/Kconfig | 2 +
> drivers/mtd/Makefile | 1 +
> drivers/mtd/chips/cfi_cmdset_0002.c | 90 ++++++++
> drivers/mtd/hyperbus/Kconfig | 23 +++
> drivers/mtd/hyperbus/Makefile | 4 +
> drivers/mtd/hyperbus/hbmc-am654.c | 115 +++++++++++
> drivers/mtd/hyperbus/hyperbus-core.c | 192 ++++++++++++++++++
> include/linux/mtd/cfi.h | 5 +
> include/linux/mtd/hyperbus.h | 91 +++++++++
> 12 files changed, 568 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
> create mode 100644 Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt
> create mode 100644 drivers/mtd/hyperbus/Kconfig
> create mode 100644 drivers/mtd/hyperbus/Makefile
> create mode 100644 drivers/mtd/hyperbus/hbmc-am654.c
> create mode 100644 drivers/mtd/hyperbus/hyperbus-core.c
> create mode 100644 include/linux/mtd/hyperbus.h
>

--
Regards
Vignesh