Re: [PATCH 3/3] eeprom/of: Add device tree bindings to at25.
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2012-05-15 15:47:26
Also in:
linux-mips, linux-spi, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2012-05-15 15:47:26
Also in:
linux-mips, linux-spi, lkml
On Fri, May 11, 2012 at 03:05:23PM -0700, David Daney wrote:
From: David Daney <redacted> We can extract the "pagesize", "size" and "address-width" from the device tree so that SPI eeproms can be fully specified in the device tree. Also add a MODULE_DEVICE_TABLE so the drivers can be automatically bound. Signed-off-by: David Daney <redacted> Cc: Michael Hennerich <michael.hennerich@analog.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Axel Lin <redacted>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>