All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v1 0/2] ARM: amlogic: Add A1 SPIFC support
@ 2023-10-17 17:17 Igor Prusov
  2023-10-17 17:17 ` [RESEND PATCH v1 1/2] spi: add support for Amlogic A1 SPI Flash Controller Igor Prusov
  2023-10-17 17:17 ` [RESEND PATCH v1 2/2] ARM: amlogic: ad401: enable SPIFC Igor Prusov
  0 siblings, 2 replies; 6+ messages in thread
From: Igor Prusov @ 2023-10-17 17:17 UTC (permalink / raw)
  To: Neil Armstrong, Jagan Teki
  Cc: prusovigor, kernel, Igor Prusov, u-boot-amlogic, u-boot

A1 family boards have new version of SPIFC controller, that is
incompatible with meson_spifc driver. This series ports A1 SPIFC driver
from Linux and enables it for ad401 board.

Igor Prusov (2):
  spi: add support for Amlogic A1 SPI Flash Controller
  ARM: amlogic: ad401: enable SPIFC

 configs/ad401_defconfig      |   1 +
 drivers/spi/Kconfig          |   8 +
 drivers/spi/Makefile         |   1 +
 drivers/spi/meson_spifc_a1.c | 384 +++++++++++++++++++++++++++++++++++
 4 files changed, 394 insertions(+)
 create mode 100644 drivers/spi/meson_spifc_a1.c

-- 
2.34.1



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

end of thread, other threads:[~2023-10-19 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17 17:17 [RESEND PATCH v1 0/2] ARM: amlogic: Add A1 SPIFC support Igor Prusov
2023-10-17 17:17 ` [RESEND PATCH v1 1/2] spi: add support for Amlogic A1 SPI Flash Controller Igor Prusov
2023-10-18  3:33   ` Simon Glass
2023-10-19 15:33     ` Igor Prusov
2023-10-19 20:45     ` Igor Prusov
2023-10-17 17:17 ` [RESEND PATCH v1 2/2] ARM: amlogic: ad401: enable SPIFC Igor Prusov

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.