[PATCH v2 2/5] spi-nor: Remove spi_nor::read_id operation
From: computersforpeace@gmail.com (Brian Norris)
Date: 2014-10-22 08:30:01
From: computersforpeace@gmail.com (Brian Norris)
Date: 2014-10-22 08:30:01
On Tue, Sep 30, 2014 at 03:15:04AM +0100, Ben Hutchings wrote:
There is currently no useful way to override the default implementation of this operation. The returned struct spi_device_id must have a pointer to struct flash_info in its private data, but this structure is defined inside spi-nor. Signed-off-by: Ben Hutchings <redacted>
Applied this one to l2-mtd.git. Thanks! Brian