From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 22 Oct 2014 01:30:01 -0700 From: Brian Norris To: Ben Hutchings Subject: Re: [PATCH v2 2/5] spi-nor: Remove spi_nor::read_id operation Message-ID: <20141022083001.GE16128@brian-ubuntu> References: <1412043222.9388.81.camel@decadent.org.uk> <1412043304.9388.83.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1412043304.9388.83.camel@decadent.org.uk> Cc: Andrew Lunn , Jason Cooper , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , MTD Maling List , Ian Campbell , Geert Uytterhoeven , Huang Shijie , linux-arm-kernel@lists.infradead.org, debian-kernel List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Applied this one to l2-mtd.git. Thanks! Brian