All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cosmetic: sf: hex values are in lower case
@ 2013-10-28  9:26 Luka Perkov
  2013-12-13 12:45 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Luka Perkov @ 2013-10-28  9:26 UTC (permalink / raw)
  To: u-boot

All other hex values in sf_probe.c are in lower case so we should
fix this one too.

Signed-off-by: Luka Perkov <luka@openwrt.org>
---
 drivers/mtd/spi/sf_probe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c
index 5eb8ffe..7ecbd96 100644
--- a/drivers/mtd/spi/sf_probe.c
+++ b/drivers/mtd/spi/sf_probe.c
@@ -66,7 +66,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
 	{"MX25L6405D",	   0xc22017, 0x0,	64 * 1024,   128,	             0},
 	{"MX25L12805",	   0xc22018, 0x0,	64 * 1024,   256,	             0},
 	{"MX25L25635F",	   0xc22019, 0x0,	64 * 1024,   512,	             0},
-	{"MX25L51235F",	   0xc2201A, 0x0,	64 * 1024,  1024,	             0},
+	{"MX25L51235F",	   0xc2201a, 0x0,	64 * 1024,  1024,	             0},
 	{"MX25L12855E",	   0xc22618, 0x0,	64 * 1024,   256,	             0},
 #endif
 #ifdef CONFIG_SPI_FLASH_SPANSION	/* SPANSION */
-- 
1.8.4.1

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

* [U-Boot] [PATCH] cosmetic: sf: hex values are in lower case
  2013-10-28  9:26 [U-Boot] [PATCH] cosmetic: sf: hex values are in lower case Luka Perkov
@ 2013-12-13 12:45 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2013-12-13 12:45 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 28, 2013 at 2:56 PM, Luka Perkov <luka@openwrt.org> wrote:
> All other hex values in sf_probe.c are in lower case so we should
> fix this one too.
>
> Signed-off-by: Luka Perkov <luka@openwrt.org>
> ---
>  drivers/mtd/spi/sf_probe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c
> index 5eb8ffe..7ecbd96 100644
> --- a/drivers/mtd/spi/sf_probe.c
> +++ b/drivers/mtd/spi/sf_probe.c
> @@ -66,7 +66,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
>         {"MX25L6405D",     0xc22017, 0x0,       64 * 1024,   128,                    0},
>         {"MX25L12805",     0xc22018, 0x0,       64 * 1024,   256,                    0},
>         {"MX25L25635F",    0xc22019, 0x0,       64 * 1024,   512,                    0},
> -       {"MX25L51235F",    0xc2201A, 0x0,       64 * 1024,  1024,                    0},
> +       {"MX25L51235F",    0xc2201a, 0x0,       64 * 1024,  1024,                    0},
>         {"MX25L12855E",    0xc22618, 0x0,       64 * 1024,   256,                    0},
>  #endif
>  #ifdef CONFIG_SPI_FLASH_SPANSION       /* SPANSION */

Applied to u-boot-spi/master

-- 
Thanks,
Jagan.
--------
Jagannadha Sutradharudu Teki,
E: jagannadh.teki at gmail.com, P: +91-9676773388
Engineer - System Software Hacker
U-boot - SPI Custodian and Zynq APSOC
Ln: http://www.linkedin.com/in/jaganteki

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

end of thread, other threads:[~2013-12-13 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-28  9:26 [U-Boot] [PATCH] cosmetic: sf: hex values are in lower case Luka Perkov
2013-12-13 12:45 ` Jagan Teki

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.