From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 3/3] eeprom/of: Add device tree bindings to at25. Date: Tue, 15 May 2012 08:47:17 -0700 Message-ID: <20120515154717.GA15552@kroah.com> References: <1336773923-17866-1-git-send-email-ddaney.cavm@gmail.com> <1336773923-17866-4-git-send-email-ddaney.cavm@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1336773923-17866-4-git-send-email-ddaney.cavm@gmail.com> Sender: linux-doc-owner@vger.kernel.org To: David Daney Cc: devicetree-discuss@lists.ozlabs.org, Grant Likely , Rob Herring , spi-devel-general@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-doc@vger.kernel.org, David Daney , Michael Hennerich , Axel Lin List-Id: devicetree@vger.kernel.org On Fri, May 11, 2012 at 03:05:23PM -0700, David Daney wrote: > From: David Daney > > 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 > Cc: Michael Hennerich > Cc: Greg Kroah-Hartman > Cc: Axel Lin Acked-by: Greg Kroah-Hartman