mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v1 0/4] extend support for SAMA5D27 SOM1 EK
@ 2019-08-20  7:06 Oleksij Rempel
  2019-08-20  7:06 ` [PATCH v1 1/4] serial: atmel: set linux_console_name Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Oleksij Rempel @ 2019-08-20  7:06 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

This patches are needed to make Quad SPI work on SAMA5D27 SOM1 EK.
Proper/fixed devicetree will be needed as well. Currently none of
upstream projects (kernel or u-boot) do not have all needed parts/fixes
to make QSPI work with this boards. All changes was ported from
linux4sam repository.

Oleksij Rempel (4):
  serial: atmel: set linux_console_name
  mtd: spi-nor: add UNLOCK_GLOBAL_BLOCK support
  mtd: spi-nor: add support for sst26vf series
  spi: add atmel-quadspi support

 drivers/mtd/spi-nor/spi-nor.c |  50 +++-
 drivers/serial/atmel.c        |   1 +
 drivers/spi/Kconfig           |   9 +
 drivers/spi/Makefile          |   1 +
 drivers/spi/atmel-quadspi.c   | 541 ++++++++++++++++++++++++++++++++++
 include/linux/mtd/spi-nor.h   |   1 +
 6 files changed, 602 insertions(+), 1 deletion(-)
 create mode 100644 drivers/spi/atmel-quadspi.c

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-08-21  6:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20  7:06 [PATCH v1 0/4] extend support for SAMA5D27 SOM1 EK Oleksij Rempel
2019-08-20  7:06 ` [PATCH v1 1/4] serial: atmel: set linux_console_name Oleksij Rempel
2019-08-20  7:06 ` [PATCH v1 2/4] mtd: spi-nor: add UNLOCK_GLOBAL_BLOCK support Oleksij Rempel
2019-08-20  7:06 ` [PATCH v1 3/4] mtd: spi-nor: add support for sst26vf series Oleksij Rempel
2019-08-20  7:06 ` [PATCH v1 4/4] spi: add atmel-quadspi support Oleksij Rempel
2019-08-21  6:43   ` Sascha Hauer
2019-08-21  6:48     ` Oleksij Rempel
2019-08-21  6:52       ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox