From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: barebox@lists.infradead.org
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>, cphealy@gmail.com
Subject: [PATCH 0/6] Backport support for "extended device ID" for dataflash
Date: Mon, 19 Jun 2017 07:44:25 -0700 [thread overview]
Message-ID: <20170619144431.20843-1-andrew.smirnov@gmail.com> (raw)
Hi everyone,
This series is a backport of almost identical patchset that I did for
linux kernel:
1. lkml.kernel.org/r/20170421163026.24884-1-andrew.smirnov@gmail.com
2. lkml.kernel.org/r/20170421163026.24884-2-andrew.smirnov@gmail.com
3. lkml.kernel.org/r/20170421163026.24884-3-andrew.smirnov@gmail.com
4. lkml.kernel.org/r/20170421163026.24884-4-andrew.smirnov@gmail.com
5. lkml.kernel.org/r/20170421163026.24884-5-andrew.smirnov@gmail.com
6. lkml.kernel.org/r/20170421163026.24884-6-andrew.smirnov@gmail.com
The patchset hasn't hit Linus' tree yet, but it can be found in
linux-next:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/drivers/mtd/devices/mtd_dataflash.c
Let me know if anything needs changing.
Thanks,
Andrey Smirnov
Andrey Smirnov (6):
mtd: dataflash: Replace C99 types with their kernel counterparts
mtd: dataflash: Improve coding style in jedec_probe()
mtd: dataflash: Replace pr_debug, printk with dev_* functions
mtd: dataflash: Get rid of loop counter in jedec_probe()
mtd: dataflash: Make use of "extened device information"
mtd: dataflash: Add flash_info for AT45DB641E
drivers/mtd/devices/mtd_dataflash.c | 202 ++++++++++++++++++++----------------
1 file changed, 113 insertions(+), 89 deletions(-)
--
2.9.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2017-06-19 14:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-19 14:44 Andrey Smirnov [this message]
2017-06-19 14:44 ` [PATCH 1/6] mtd: dataflash: Replace C99 types with their kernel counterparts Andrey Smirnov
2017-06-19 14:44 ` [PATCH 2/6] mtd: dataflash: Improve coding style in jedec_probe() Andrey Smirnov
2017-06-19 14:44 ` [PATCH 3/6] mtd: dataflash: Replace pr_debug, printk with dev_* functions Andrey Smirnov
2017-06-19 14:44 ` [PATCH 4/6] mtd: dataflash: Get rid of loop counter in jedec_probe() Andrey Smirnov
2017-06-19 14:44 ` [PATCH 5/6] mtd: dataflash: Make use of "extened device information" Andrey Smirnov
2017-06-19 14:44 ` [PATCH 6/6] mtd: dataflash: Add flash_info for AT45DB641E Andrey Smirnov
2017-06-20 7:32 ` [PATCH 0/6] Backport support for "extended device ID" for dataflash Sascha Hauer
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=20170619144431.20843-1-andrew.smirnov@gmail.com \
--to=andrew.smirnov@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=cphealy@gmail.com \
/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