diff options
author | Brian Norris <computersforpeace@gmail.com> | 2016-07-14 22:49:28 +0300 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-07-16 03:06:26 +0300 |
commit | 1ed106914abdd6d73f7efba333cd6e044c59b316 (patch) | |
tree | b30cc450702e74080b6dc49c14fd8912e092e9b1 /drivers/mtd/nand/jz4780_nand.c | |
parent | 7ddf7c1ea77d10424ae5dfa3c3a4d6a39cdf70a9 (diff) | |
parent | 8490c03bd9d40ce71d9b67dcf93e73788ba0516d (diff) | |
download | linux-1ed106914abdd6d73f7efba333cd6e044c59b316.tar.xz |
Merge tag 'nand/for-4.8' of github.com:linux-nand/linux into mtd
Pull NAND changes from Boris Brezillon:
"""
This pull request contains only one notable change:
* Addition of the MTK NAND controller driver
And a bunch of specific NAND driver improvements/fixes. Here are the
changes that are worth mentioning:
* A few fixes/improvements for the xway NAND controller driver
* A few fixes for the sunxi NAND controller driver
* Support for DMA in the sunxi NAND driver
* Support for the sunxi NAND controller IP embedded in A23/A33 SoCs
* Addition for bitflips detection in erased pages to the brcmnand driver
* Support for new brcmnand IPs
* Update of the OMAP-GPMC binding to support DMA channel description
"""
Diffstat (limited to 'drivers/mtd/nand/jz4780_nand.c')
-rw-r--r-- | drivers/mtd/nand/jz4780_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/jz4780_nand.c b/drivers/mtd/nand/jz4780_nand.c index daf3c4217f4d..175f67da25af 100644 --- a/drivers/mtd/nand/jz4780_nand.c +++ b/drivers/mtd/nand/jz4780_nand.c @@ -412,6 +412,6 @@ static struct platform_driver jz4780_nand_driver = { module_platform_driver(jz4780_nand_driver); MODULE_AUTHOR("Alex Smith <alex@alex-smith.me.uk>"); -MODULE_AUTHOR("Harvey Hunt <harvey.hunt@imgtec.com>"); +MODULE_AUTHOR("Harvey Hunt <harveyhuntnexus@gmail.com>"); MODULE_DESCRIPTION("Ingenic JZ4780 NAND driver"); MODULE_LICENSE("GPL v2"); |