From: "Rafał Miłecki" <zajec5@gmail.com>
To: linux-mtd@lists.infradead.org, Artem Bityutskiy <dedekind1@gmail.com>
Cc: "Rafał Miłecki" <zajec5@gmail.com>
Subject: [PATCH V2 0/6] bcm47xxnflash: read support for BCM4706
Date: Mon, 12 Nov 2012 13:03:19 +0100 [thread overview]
Message-ID: <1352721805-14064-1-git-send-email-zajec5@gmail.com> (raw)
I believe I've made "verify" tool working in my system and fixed
all warning/errors reported by it.
Rafał Miłecki (6):
bcma: export PLL reading function
mtd: prepare place for BCMA NAND flash driver(s)
mtd: bcm47xxnflash: init NAND on BCM4706
mtd: bcm47xxnflash: support for NAND_CMD_READID command
mtd: bcm47xxnflash: implement reading
mtd: bcm47xxnflash: enable BCM4706 driver
drivers/bcma/driver_chipcommon_pmu.c | 3 +-
drivers/mtd/nand/Kconfig | 9 +
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/bcm47xxnflash/Makefile | 4 +
drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h | 22 ++
drivers/mtd/nand/bcm47xxnflash/main.c | 108 ++++++++
drivers/mtd/nand/bcm47xxnflash/ops_bcm4706.c | 316 ++++++++++++++++++++++++
include/linux/bcma/bcma.h | 1 +
8 files changed, 463 insertions(+), 1 deletions(-)
create mode 100644 drivers/mtd/nand/bcm47xxnflash/Makefile
create mode 100644 drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h
create mode 100644 drivers/mtd/nand/bcm47xxnflash/main.c
create mode 100644 drivers/mtd/nand/bcm47xxnflash/ops_bcm4706.c
--
1.7.7
next reply other threads:[~2012-11-12 12:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-12 12:03 Rafał Miłecki [this message]
2012-11-12 12:03 ` [PATCH V2 1/6] bcma: export PLL reading function Rafał Miłecki
2012-11-12 12:03 ` [PATCH V2 2/6] mtd: prepare place for BCMA NAND flash driver(s) Rafał Miłecki
2012-11-12 12:03 ` [PATCH V2 3/6] mtd: bcm47xxnflash: init NAND on BCM4706 Rafał Miłecki
2012-11-12 12:03 ` [PATCH V2 4/6] mtd: bcm47xxnflash: support for NAND_CMD_READID command Rafał Miłecki
2012-11-12 12:03 ` [PATCH V2 5/6] mtd: bcm47xxnflash: implement reading Rafał Miłecki
2012-11-12 12:03 ` [PATCH V2 6/6] mtd: bcm47xxnflash: enable BCM4706 driver Rafał Miłecki
2012-11-21 15:19 ` [PATCH V2 0/6] bcm47xxnflash: read support for BCM4706 Artem Bityutskiy
2012-11-21 16:19 ` Rafał Miłecki
2012-11-22 7:35 ` Artem Bityutskiy
2012-11-22 7:36 ` Rafał Miłecki
2012-11-22 7:33 ` Artem Bityutskiy
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=1352721805-14064-1-git-send-email-zajec5@gmail.com \
--to=zajec5@gmail.com \
--cc=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/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