From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754683AbbCYPzk (ORCPT ); Wed, 25 Mar 2015 11:55:40 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:57683 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753967AbbCYPzg (ORCPT ); Wed, 25 Mar 2015 11:55:36 -0400 Message-ID: <5512DA72.8020204@imgtec.com> Date: Wed, 25 Mar 2015 15:55:30 +0000 From: Zubair Lutfullah Kakakhel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: , CC: , , Subject: Re: [PATCH_V2 0/2] mtd: nand: jz4780: Add nand and bch driver References: <1425902299-53967-1-git-send-email-Zubair.Kakakhel@imgtec.com> In-Reply-To: <1425902299-53967-1-git-send-email-Zubair.Kakakhel@imgtec.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.89] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Just wondering if this has gotten lost in the archives? Regards, ZubairLK On 09/03/15 11:58, Zubair Lutfullah Kakakhel wrote: > Hi, > > Two patches based on 4.0-rc3 that add NAND and BCH controller > drivers for the Ingenic JZ4780 SoC. > > Core JZ4780 support is still in-flight. > > Review and feedback welcome. > > V1 - > V2 > Fixed module license macros > Rebase to 4.0-rc3 > > > Thanks, > ZubairLK > > Alex Smith (2): > dt-bindings: binding for jz4780-{nand,bch} > mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs > > .../bindings/mtd/ingenic,jz4780-nand.txt | 57 ++++ > drivers/mtd/nand/Kconfig | 7 + > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/jz4780_bch.c | 358 ++++++++++++++++++++ > drivers/mtd/nand/jz4780_bch.h | 42 +++ > drivers/mtd/nand/jz4780_nand.c | 372 +++++++++++++++++++++ > 6 files changed, 837 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt > create mode 100644 drivers/mtd/nand/jz4780_bch.c > create mode 100644 drivers/mtd/nand/jz4780_bch.h > create mode 100644 drivers/mtd/nand/jz4780_nand.c >