mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 8/8] mtd: m25p80: use the SPI nor framework
Date: Tue, 16 Jun 2015 08:48:51 +0300	[thread overview]
Message-ID: <20150616084851.a398757dc38808bc5e83fe50@gmail.com> (raw)
In-Reply-To: <1432828567-14037-9-git-send-email-s.trumtrar@pengutronix.de>

On Thu, 28 May 2015 17:56:07 +0200
Steffen Trumtrar <s.trumtrar@pengutronix.de> wrote:

> Use the spi-nor framework for the m25p80 driver to de-duplicate the code base
> and follow along with the linux kernel version, so bugfixes or features can be
> easier integrated.
> 
> Based on the Linux v4.1-rc3 version of m25p80.c.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
>  drivers/mtd/devices/Kconfig  |   2 +-
>  drivers/mtd/devices/m25p80.c | 998 +++++++------------------------------------
>  2 files changed, 166 insertions(+), 834 deletions(-)
> 
> diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
> index 095a4ca0936c..c941767de94c 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c

...

> +	{"w25q128"},    {"w25q256"},    {"cat25c11"},
> +	{"cat25c03"},   {"cat25c09"},   {"cat25c17"},   {"cat25128"},
> +
> +        /*
> +         * Generic support for SPI NOR that can be identified by the JEDEC READ
> +         * ID opcode (0x9F). Use this, if possible.
> +         */
> +        {"nor-jedec"},
>  	{ },
>  };

Please fix whitespaces here.

Please use checkpatch.pl on your patches before submitting!

-- 
Best regards,
  Antony Pavlov

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

  reply	other threads:[~2015-06-16  5:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28 15:55 [PATCH v2 0/8] Socfpga: QSPI support Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 1/8] mtd: spi-nor: add SPI-NOR framework Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 2/8] mtd: spi-nor: add cadence quadspi driver Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 3/8] ARM: dts: socfpga: add qspi node Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 4/8] ARM: socfpga: socdk add qspi flash Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 5/8] ARM: socfpga: socrates: " Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 6/8] ARM: socfpga: sockit: " Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 7/8] ARM: socfpga: xload: support qspi bootsource Steffen Trumtrar
2015-05-28 15:56 ` [PATCH v2 8/8] mtd: m25p80: use the SPI nor framework Steffen Trumtrar
2015-06-16  5:48   ` Antony Pavlov [this message]
2015-06-17  6:05     ` Sascha Hauer
2015-05-29  7:25 ` [PATCH v2 0/8] Socfpga: QSPI support Sascha Hauer
2015-05-29  7:49   ` Steffen Trumtrar

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=20150616084851.a398757dc38808bc5e83fe50@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.trumtrar@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox