mtd: pxa3xx_nand: Remove unused platform-data flash specification
authorEzequiel García <ezequiel@vanguardiasur.com.ar>
Fri, 21 Aug 2015 18:47:28 +0000 (15:47 -0300)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 2 Sep 2015 21:11:40 +0000 (14:11 -0700)
commita9cadf72bfb7185a680eb7599b9bda65d1515b9f
tree00229016189e0e17e864c262dac4ddca686546e2
parente747dbe75e83345379455a78bb208ab7202229df
mtd: pxa3xx_nand: Remove unused platform-data flash specification

The driver supports board files specificating the flash
device, by passing a pxa3xx_nand_flash struct (with
flash parameters) in the platform data struct.

Currently this support is not being used by any board file.
Moreover, we'd like to deprecate such usage in favor of
using the device table in nand_ids.c.

So let's remove the ad-hoc flash specification.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/pxa3xx_nand.c
include/linux/platform_data/mtd-nand-pxa3xx.h
This page took 0.024694 seconds and 5 git commands to generate.