Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1628894

Re: [PATCH v5 1/6] mtd: dataflash: Replace C99 types with their kernel counterparts

From Chris Healy <cphealy@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH v5 1/6] mtd: dataflash: Replace C99 types with their kernel counterparts
Date 2017-04-23 02:40 +0200
Message-ID <tzdJf-1iM-1@gated-at.bofh.it> (permalink)
References <tyKee-8vc-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> diff --git a/drivers/mtd/devices/mtd_dataflash.c b/drivers/mtd/devices/mtd_dataflash.c
> index f9e9bd1..a566231 100644
> --- a/drivers/mtd/devices/mtd_dataflash.c
> +++ b/drivers/mtd/devices/mtd_dataflash.c
> @@ -84,7 +84,7 @@
>
>

On a Freescale i.MX51 SoC I tested this full patchset with both the
AT45DB642D and AT45DB641E SPI NOR devices.  Both were correctly
identified:

With AT45DB642D part:
[    2.560788] mtd_dataflash spi0.1: at45db642d (8192 KBytes) pagesize
1024 bytes (OTP)
With AT45DB641E part:
[    2.572970] mtd_dataflash spi0.1: at45db641e (8192 KBytes) pagesize
256 bytes (OTP)

Tested-by: Chris Healy <cphealy@gmail.com>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v5 1/6] mtd: dataflash: Replace C99 types with their kernel counterparts Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-21 19:10 +0200
  [PATCH v5 2/6] mtd: dataflash: Improve coding style in jedec_probe() Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-21 21:10 +0200
  [PATCH v5 3/6] mtd: dataflash: Replace pr_debug, printk with dev_* functions Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-21 21:20 +0200
  [PATCH v5 6/6] mtd: dataflash: Add flash_info for AT45DB641E Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-21 21:20 +0200
  Re: [PATCH v5 1/6] mtd: dataflash: Replace C99 types with their  kernel counterparts Chris Healy <cphealy@gmail.com> - 2017-04-23 02:40 +0200

csiph-web