All of lore.kernel.org
 help / color / mirror / Atom feed
From: <mark.marshall@omicronenergy.com>
To: <computersforpeace@gmail.com>, <linux-mtd@lists.infradead.org>,
	<cyrille.pitchen@atmel.com>, <marek.vasut@gmail.com>
Cc: <markmarshall14@gmail.com>, <dwmw2@infradead.org>,
	<richard@nod.at>, <boris.brezillon@free-electrons.com>,
	Mark Marshall <mark.marshall@omicronenergy.com>
Subject: [PATCH v2 0/3] mtd: spi-nor: flash_info table, use a u64 for the ID
Date: Tue, 14 Feb 2017 16:35:50 +0100	[thread overview]
Message-ID: <cover.1487085166.git.mark.marshall@omicronenergy.com> (raw)
In-Reply-To: <6839f623-807d-3704-11d6-773263afca9a@atmel.com>

From: Mark Marshall <mark.marshall@omicronenergy.com>

This is a minor re-write of my previous patch to change the flash_info
table to contain a u64 for the RDID bytes.  It's now split into three
patches, the first changes the flash_info structure and massages the
currently named macros to generate the new table.  The second replaces
the macros in the table with slightly more explicit ones, and the third
patch makes the actual change to the table that I wanted.

I now use macro called JEDEC_ID(_jedec_id, _ext_id, _ext_len) to generate
the IDs.  This could be different, of course.

Mark Marshall (3):
  mtd: spi-nor: flash_info table, use a u64 for the ID
  mtd: spi-nor: Use more explicit macros to generate the flash_info
    table
  mtd: spi-nor: s25fl512s: Set a page size of 512

 drivers/mtd/spi-nor/spi-nor.c | 467 ++++++++++++++++++++++--------------------
 1 file changed, 240 insertions(+), 227 deletions(-)

-- 
2.7.4

  reply	other threads:[~2017-02-14 15:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 13:52 [PATCH] m25p80: Use a 512 byte page size for Spansion flash s25fl512s mark.marshall
2017-01-24 16:48 ` Marek Vasut
2017-01-26 14:58   ` Mark Marshall
2017-02-04 22:25     ` Marek Vasut
2017-02-13 13:53       ` [PATCH] mtd: spi-nor: flash_info table, use a u64 for the ID mark.marshall
2017-02-14  5:02         ` Marek Vasut
2017-02-14 10:22           ` Cyrille Pitchen
2017-02-14 15:35             ` mark.marshall [this message]
2017-02-14 15:35               ` [PATCH v2 1/3] " mark.marshall
2017-02-14 15:35               ` [PATCH v2 2/3] mtd: spi-nor: Use more explicit macros to generate the flash_info table mark.marshall
2017-02-14 15:35               ` [PATCH v2 3/3] mtd: spi-nor: s25fl512s: Set a page size of 512 mark.marshall
2017-08-01 16:49                 ` Cyrille Pitchen

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=cover.1487085166.git.mark.marshall@omicronenergy.com \
    --to=mark.marshall@omicronenergy.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@atmel.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=markmarshall14@gmail.com \
    --cc=richard@nod.at \
    /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.