public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 7/7] mtd: nand: Sync with Linux v4.6
Date: Tue, 31 May 2016 08:48:20 +0200	[thread overview]
Message-ID: <574D33B4.9090102@denx.de> (raw)
In-Reply-To: <1464634678-4398-7-git-send-email-oss@buserror.net>

Hello Scott,

Am 30.05.2016 um 20:57 schrieb Scott Wood:
> Updates the NAND code to match Linux v4.6.  The previous sync was from
> Linux v4.1 in commit d3963721d93fafa.
>
> Note that none of the individual NAND drivers tracked Linux closely
> enough to be synced themselves, other than manually applying a few
> cross-tree changes.
>
> Signed-off-by: Scott Wood <oss@buserror.net>
> ---
>   drivers/mtd/nand/atmel_nand.c   |   6 +-
>   drivers/mtd/nand/davinci_nand.c |   6 +-
>   drivers/mtd/nand/denali.c       |  39 +++--
>   drivers/mtd/nand/denali.h       |   1 -
>   drivers/mtd/nand/denali_spl.c   |   2 +-
>   drivers/mtd/nand/mpc5121_nfc.c  |   1 -
>   drivers/mtd/nand/mxc_nand.c     |   5 +-
>   drivers/mtd/nand/mxc_nand_spl.c |   2 +-
>   drivers/mtd/nand/mxs_nand.c     |   2 +-
>   drivers/mtd/nand/nand_base.c    | 329 ++++++++++++++++++++++++++++------------
>   drivers/mtd/nand/nand_bbt.c     |  30 ++--
>   drivers/mtd/nand/nand_bch.c     |  29 ++--
>   drivers/mtd/nand/nand_ids.c     |  10 +-
>   drivers/mtd/nand/ndfc.c         |   2 +-
>   drivers/mtd/nand/omap_gpmc.c    |   2 +-
>   drivers/mtd/nand/s3c2410_nand.c |   2 +-
>   drivers/mtd/nand/vf610_nfc.c    |   1 -
>   include/linux/mtd/mtd.h         |   5 +
>   include/linux/mtd/nand.h        |  65 +++++---
>   include/linux/mtd/nand_bch.h    |  10 +-
>   20 files changed, 347 insertions(+), 202 deletions(-)

Thanks for your work!

I tested this series on the imx6 based aristainetos board incl. some
basic UBI/UBIFS tests with tbot[1] without errors:

http://xeidos.ddns.net/tests/test_db_auslesen.php#41

beside some checkpatchwarnings:
(you must press on the "[+] control" link, block does not yet unblock
  automagically ...)
http://xeidos.ddns.net/tbot/id_41/html_log.html#96
http://xeidos.ddns.net/tbot/id_41/html_log.html#116
http://xeidos.ddns.net/tbot/id_41/html_log.html#136

I currently disable failing tbot on checkpatch warnings/errors, as I
think this warnings are from linux... or?

UBI Testcases (with first testing on nand) start at:
http://xeidos.ddns.net/tbot/id_41/html_log.html#212

So you can add my

Tested-by: Heiko Schocher <hs@denx.de>

to your series.

More tbot nand testcases appreciated ;-)

I am rebasing my patchseries for the siemens boards (am335x and at91
based boards) to current mainline and your patchset and test them on
this boards, and send the results soon.

bye,
Heiko
[1] tbot
https://github.com/hsdenx/tbot/commits/master
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2016-05-31  6:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 18:57 [U-Boot] [PATCH 1/7] mtd: nand: Remove jz4740 driver Scott Wood
2016-05-30 18:57 ` [U-Boot] [PATCH 2/7] mtd: nand: Remove docg4 driver and palmtreo680 flashing tool Scott Wood
2016-05-30 18:57 ` [U-Boot] [PATCH 3/7] mtd: nand: Remove nand_info_t typedef Scott Wood
2016-05-30 18:57 ` [U-Boot] [PATCH 4/7] nand: Embed mtd_info in struct nand_chip Scott Wood
2016-05-30 18:57 ` [U-Boot] [PATCH 5/7] mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data Scott Wood
2016-06-06 16:02   ` Boris Brezillon
2016-06-10  2:07     ` Scott Wood
2016-06-15  7:59       ` Boris Brezillon
2016-06-15  8:07         ` Boris Brezillon
2016-06-15 17:39           ` Scott Wood
2016-06-15 18:38             ` Boris Brezillon
2016-05-30 18:57 ` [U-Boot] [PATCH 6/7] mtd: nand: Add page argument to write_page() etc Scott Wood
2016-05-30 18:57 ` [U-Boot] [PATCH 7/7] mtd: nand: Sync with Linux v4.6 Scott Wood
2016-05-31  6:48   ` Heiko Schocher [this message]
2016-05-31  7:19     ` Scott Wood
2016-05-31  7:10   ` Boris Brezillon
2016-06-06 16:04   ` Boris Brezillon
2016-06-07  4:20     ` Heiko Schocher

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=574D33B4.9090102@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.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