mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* spi/mtd/m25p80 patches
@ 2013-10-28 12:01 Sascha Hauer
  2013-10-28 12:01 ` [PATCH 1/7] spi: Call spi_of_register_slaves from core Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sascha Hauer @ 2013-10-28 12:01 UTC (permalink / raw)
  To: barebox; +Cc: jbe

The following series fixes usage of multiple SPI masters probed from
devicetree. Also it adds support for persistent devicenames from
devicetree for the m25p80 driver.

Sascha

----------------------------------------------------------------
Sascha Hauer (7):
      spi: Call spi_of_register_slaves from core
      spi: support dynamic bus ids
      spi: Get bus_num from devicetree
      ARM: i.MX6: Add spi aliases to devicetree
      mtd: raw: rename raw device
      mtd: Pass device_id to add_mtd_device
      mtd: m25p80: Allow to specify devicename via devicetree alias

 arch/arm/boards/mioa701/env/bin/barebox_update |  8 ++++----
 arch/arm/boards/mioa701/env/bin/dps1_update    |  6 +++---
 arch/arm/dts/imx6q.dtsi                        |  4 ++++
 arch/arm/dts/imx6qdl.dtsi                      |  4 ++++
 drivers/mtd/core.c                             | 10 +++++++---
 drivers/mtd/devices/docg3.c                    |  2 +-
 drivers/mtd/devices/m25p80.c                   | 23 ++++++++++++++++-------
 drivers/mtd/devices/mtd_dataflash.c            |  2 +-
 drivers/mtd/mtdraw.c                           |  2 +-
 drivers/mtd/nand/nand_base.c                   |  2 +-
 drivers/mtd/nor/cfi_flash.c                    |  2 +-
 drivers/spi/imx_spi.c                          |  2 --
 drivers/spi/mvebu_spi.c                        |  3 ---
 drivers/spi/spi.c                              | 16 +++++++++++++++-
 include/linux/mtd/mtd.h                        |  2 +-
 include/spi/spi.h                              |  2 --
 16 files changed, 59 insertions(+), 31 deletions(-)

_______________________________________________
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:[~2013-10-28 12:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-28 12:01 spi/mtd/m25p80 patches Sascha Hauer
2013-10-28 12:01 ` [PATCH 1/7] spi: Call spi_of_register_slaves from core Sascha Hauer
2013-10-28 12:01 ` [PATCH 2/7] spi: support dynamic bus ids Sascha Hauer
2013-10-28 12:01 ` [PATCH 3/7] spi: Get bus_num from devicetree Sascha Hauer
2013-10-28 12:01 ` [PATCH 4/7] ARM: i.MX6: Add spi aliases to devicetree Sascha Hauer
2013-10-28 12:01 ` [PATCH 5/7] mtd: raw: rename raw device Sascha Hauer
2013-10-28 12:01 ` [PATCH 6/7] mtd: Pass device_id to add_mtd_device Sascha Hauer
2013-10-28 12:01 ` [PATCH 7/7] mtd: m25p80: Allow to specify devicename via devicetree alias Sascha Hauer

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