public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] bcm47xxnflash: read support for BCM4706
@ 2012-11-12 12:03 Rafał Miłecki
  2012-11-12 12:03 ` [PATCH V2 1/6] bcma: export PLL reading function Rafał Miłecki
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Rafał Miłecki @ 2012-11-12 12:03 UTC (permalink / raw)
  To: linux-mtd, Artem Bityutskiy; +Cc: Rafał Miłecki

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

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

end of thread, other threads:[~2012-11-22  7:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 12:03 [PATCH V2 0/6] bcm47xxnflash: read support for BCM4706 Rafał Miłecki
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox