From: Igor Prusov <ivprusov@salutedevices.com>
To: Neil Armstrong <neil.armstrong@linaro.org>,
Jagan Teki <jagan@amarulasolutions.com>
Cc: <prusovigor@gmail.com>, <kernel@sberdevices.ru>,
Igor Prusov <ivprusov@salutedevices.com>,
<u-boot-amlogic@groups.io>, <u-boot@lists.denx.de>
Subject: [RESEND PATCH v1 0/2] ARM: amlogic: Add A1 SPIFC support
Date: Tue, 17 Oct 2023 20:17:31 +0300 [thread overview]
Message-ID: <20231017171733.3989-1-ivprusov@salutedevices.com> (raw)
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
next reply other threads:[~2023-10-17 17:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-17 17:17 Igor Prusov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231017171733.3989-1-ivprusov@salutedevices.com \
--to=ivprusov@salutedevices.com \
--cc=jagan@amarulasolutions.com \
--cc=kernel@sberdevices.ru \
--cc=neil.armstrong@linaro.org \
--cc=prusovigor@gmail.com \
--cc=u-boot-amlogic@groups.io \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.