All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1 0/4] mainly add a new SoC support for spi-mtk-nor
@ 2022-01-14  6:24 guochun.mao
  2022-01-14  6:24 ` [PATCH v1 1/4] dt-bindings: spi: add mt8186-nor compatible string guochun.mao
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: guochun.mao @ 2022-01-14  6:24 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Matthias Brugger
  Cc: Zhen Zhang, Bayi Cheng, Chuanhong Guo, linux-mediatek, srv_heupstream

There is a new SoC mt8186, which spi-nor controller has some differences.
It needs one more clk, axi_s, for dma feature.
And also needs 1 extra dummy bit when reads flash registers.

Guochun Mao (4):
  dt-bindings: spi: add mt8186-nor compatible string
  spi: spi-mtk-nor: improve device table for adding more capabilities
  spi: spi-mtk-nor: add new soc mt8186 support
  spi: spi-mtk-nor: add axi_s clock for mt8186

 .../bindings/spi/mediatek,spi-mtk-nor.yaml    |  4 ++
 drivers/spi/spi-mtk-nor.c                     | 63 ++++++++++++++++---
 2 files changed, 58 insertions(+), 9 deletions(-)

-- 
2.25.1



_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-01-18  1:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14  6:24 [PATCH V1 0/4] mainly add a new SoC support for spi-mtk-nor guochun.mao
2022-01-14  6:24 ` [PATCH v1 1/4] dt-bindings: spi: add mt8186-nor compatible string guochun.mao
2022-01-14 14:54   ` Rob Herring
2022-01-17  2:08     ` Guochun Mao
2022-01-14  6:24 ` [PATCH v1 2/4] spi: spi-mtk-nor: improve device table for adding more capabilities guochun.mao
2022-01-14 10:40   ` AngeloGioacchino Del Regno
2022-01-17  2:30     ` Guochun Mao
2022-01-17 10:16       ` AngeloGioacchino Del Regno
2022-01-18  1:12         ` Guochun Mao
2022-01-14  6:24 ` [PATCH v1 3/4] spi: spi-mtk-nor: add new soc mt8186 support guochun.mao
2022-01-14  6:24 ` [PATCH v1 4/4] spi: spi-mtk-nor: add axi_s clock for mt8186 guochun.mao
2022-01-14 10:41   ` AngeloGioacchino Del Regno

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.