From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: [PATCH V2 0/3] at24: parse OF-data Date: Wed, 17 Nov 2010 13:00:47 +0100 Message-ID: <1289995250-17927-1-git-send-email-w.sang@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org To: devicetree-discuss@ozlabs.org Cc: linuxppc-dev@ozlabs.org List-Id: devicetree@vger.kernel.org Here is the second round of this series: * 1/3 now uses __be32 instead of u32. * 2/3 is new and adds some more sanity checks * 3/3 is unchanged Grant, I hope you can pick 2/3 as well. Should make things easier and it is just a misc-driver (which I maintain) :) Wolfram Sang (3): misc: at24: parse OF-data, too misc: at24: add more sanity checks for parameters powerpc: pcm030/032: add pagesize to dts Documentation/powerpc/dts-bindings/eeprom.txt | 28 ++++++++++++++++ arch/powerpc/boot/dts/pcm030.dts | 1 + arch/powerpc/boot/dts/pcm032.dts | 3 +- drivers/misc/eeprom/at24.c | 43 +++++++++++++++++++++--- 4 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 Documentation/powerpc/dts-bindings/eeprom.txt -- 1.7.2.3