public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add a "label" property to the mtd device
@ 2017-02-09  9:21 Cédric Le Goater
  2017-02-09  9:21 ` [PATCH v3 1/2] mtd: name the mtd device with an optional label property Cédric Le Goater
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cédric Le Goater @ 2017-02-09  9:21 UTC (permalink / raw)
  To: linux-mtd
  Cc: David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger, Cyrille Pitchen, devicetree, Rob Herring,
	Mark Rutland, Cédric Le Goater

Hello,

Herer are a couple of patches adding a "label" property to the mtd
device, which can be used to identify a specific chip on a system with
multiple chips. This is common on the OpenPower boards, there can be
four chips holding the firmware for the BMC and the firmware for the
host, plus chips with golden images for recovery.

Thanks,

C.

 Changes since v2:

 - only assign device name from label if mtd->name is undefined

 Changes since v1:

 - moved the use of the "label" property from mtd_set_dev_defaults()
   to mtd_set_of_node() to let drivers keep control on how mtd->name
   is set and allocated.

Cédric Le Goater (2):
  mtd: name the mtd device with an optional label property
  dt-bindings: mtd: add a common label property to all mtd devices

 Documentation/devicetree/bindings/mtd/common.txt | 15 +++++++++++++++
 include/linux/mtd/mtd.h                          |  3 +++
 2 files changed, 18 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mtd/common.txt

-- 
2.7.4

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

end of thread, other threads:[~2017-02-10 18:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09  9:21 [PATCH v3 0/2] Add a "label" property to the mtd device Cédric Le Goater
2017-02-09  9:21 ` [PATCH v3 1/2] mtd: name the mtd device with an optional label property Cédric Le Goater
2017-02-09  9:21 ` [PATCH v3 2/2] dt-bindings: mtd: add a common label property to all mtd devices Cédric Le Goater
2017-02-09 20:25 ` [PATCH v3 0/2] Add a "label" property to the mtd device Marek Vasut
2017-02-10 18:31   ` Brian Norris

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