Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-18 | mtd: brcmnand: remove double new line from print | Hauke Mehrtens | |
The caller already adds a new line and in the other cases there is no new line added. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Brian Norris <computersforpeace@gmail.com> | |||
2015-05-15 | mtd: brcmnand: add BCM63138 support | Brian Norris | |
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> | |||
2015-05-15 | mtd: brcmnand: add support for Broadcom's IPROC family | Brian Norris | |
Signed-off-by: Brian Norris <computersforpeace@gmail.com> | |||
2015-05-15 | mtd: brcmnand: add extra SoC support to library | Brian Norris | |
There are a few small hooks required for chips like BCM63138 and the iProc family. Let's introduce those now. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> | |||
2015-05-15 | mtd: brcmnand: add support for STB chips | Brian Norris | |
BCM7xxx chips are supported entirely by the library code, since they use generic irqchip interfaces and don't need any extra SoC-specific configuration. Signed-off-by: Brian Norris <computersforpeace@gmail.com> | |||
2015-05-15 | mtd: nand: add NAND driver "library" for Broadcom STB NAND controller | Brian Norris | |
This core originated in Set-Top Box chips (BCM7xxx) but is used in a variety of other Broadcom chips, including some BCM63xxx, BCM33xx, and iProc/Cygnus. It's been used only on ARM and MIPS SoCs, so restrict it to those architectures. There are multiple revisions of this core throughout the years, and almost every version broke register compatibility in some small way, but with some effort, this driver is able to support v4.0, v5.0, v6.x, v7.0, and v7.1. It's been tested on v5.0, v6.0, v6.1, v7.0, and v7.1 recently, so there hopefully are no more lurking inconsistencies. This patch adds just some library support, on which platform drivers can be built. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> |