mbox series

[0/3] Add octal DTR support for Macronix flash

Message ID 1611908018-29937-1-git-send-email-zhengxunli@mxic.com.tw
Headers show
Series Add octal DTR support for Macronix flash | expand

Message

Zhengxun Li Jan. 29, 2021, 8:13 a.m. UTC
Hi,

This series adds support for Octal DTR for Macronix flashes. The
first set of patches is add Macronix octaflash series octal dtr
mode support. The second set of patches add the Octal DTR mode
support for host driver. The last set of patches is add the
maximum speed limit of the host to prevent the device from not
working properly.

zhengxunli (3):
  mtd: spi-nor: macronix: add support for Macronix octaflash
  spi: mxic: patch for octal DTR mode support
  spi: mxic: add maximum speed of spi host

 Documentation/devicetree/bindings/spi/spi-mxic.txt |   4 +
 drivers/mtd/spi-nor/macronix.c                     | 122 +++++++++++++++++++++
 drivers/spi/spi-mxic.c                             |  40 +++++--
 3 files changed, 155 insertions(+), 11 deletions(-)