mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] Add fsl-dspi driver support
@ 2020-03-25  8:36 Sascha Hauer
  2020-03-25  8:36 ` [PATCH 1/5] regmap-mmio: Add missing pieces for 64bit support Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Sascha Hauer @ 2020-03-25  8:36 UTC (permalink / raw)
  To: Barebox List

The fsl-dspi is a SPI core that is found on Freescale Layerscape SoCs. This
series adds support for it. It uses regmap to access registers and it's
connected in big-endian, so we need some regmap patches to support such
maps.

Sascha Hauer (5):
  regmap-mmio: Add missing pieces for 64bit support
  regmap-mmio: Add big endian support
  spi: validate spi messages
  spi: Add fsl-dspi driver
  mtd: spi-nor: Add support for cy15x104q

 drivers/base/regmap/internal.h    |   4 +
 drivers/base/regmap/regmap-mmio.c |  94 ++++-
 drivers/base/regmap/regmap.c      |  44 ++
 drivers/mtd/spi-nor/spi-nor.c     |   3 +
 drivers/spi/Kconfig               |   7 +
 drivers/spi/Makefile              |   1 +
 drivers/spi/spi-fsl-dspi.c        | 655 ++++++++++++++++++++++++++++++
 drivers/spi/spi.c                 |  46 +++
 include/regmap.h                  |  13 +
 include/spi/spi.h                 |   4 +
 10 files changed, 857 insertions(+), 14 deletions(-)
 create mode 100644 drivers/spi/spi-fsl-dspi.c

-- 
2.26.0.rc2


_______________________________________________
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:[~2020-04-14 10:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25  8:36 [PATCH 0/5] Add fsl-dspi driver support Sascha Hauer
2020-03-25  8:36 ` [PATCH 1/5] regmap-mmio: Add missing pieces for 64bit support Sascha Hauer
2020-03-25  8:36 ` [PATCH 2/5] regmap-mmio: Add big endian support Sascha Hauer
2020-03-25  8:36 ` [PATCH 3/5] spi: validate spi messages Sascha Hauer
2020-03-25  8:36 ` [PATCH 4/5] spi: Add fsl-dspi driver Sascha Hauer
2020-04-04 19:14   ` Andrey Smirnov
2020-04-14 10:30     ` Sascha Hauer
2020-03-25  8:36 ` [PATCH 5/5] mtd: spi-nor: Add support for cy15x104q Sascha Hauer

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