From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
To: <dwmw2@infradead.org>, <computersforpeace@gmail.com>
Cc: devicetree@vger.kernel.org, linux-mtd@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH_V2 0/2] mtd: nand: jz4780: Add nand and bch driver
Date: Wed, 25 Mar 2015 15:55:30 +0000 [thread overview]
Message-ID: <5512DA72.8020204@imgtec.com> (raw)
In-Reply-To: <1425902299-53967-1-git-send-email-Zubair.Kakakhel@imgtec.com>
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
>
WARNING: multiple messages have this Message-ID (diff)
From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH_V2 0/2] mtd: nand: jz4780: Add nand and bch driver
Date: Wed, 25 Mar 2015 15:55:30 +0000 [thread overview]
Message-ID: <5512DA72.8020204@imgtec.com> (raw)
In-Reply-To: <1425902299-53967-1-git-send-email-Zubair.Kakakhel-1AXoQHu6uovQT0dZR+AlfA@public.gmane.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
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
To: <dwmw2@infradead.org>, <computersforpeace@gmail.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-mtd@lists.infradead.org>
Subject: Re: [PATCH_V2 0/2] mtd: nand: jz4780: Add nand and bch driver
Date: Wed, 25 Mar 2015 15:55:30 +0000 [thread overview]
Message-ID: <5512DA72.8020204@imgtec.com> (raw)
In-Reply-To: <1425902299-53967-1-git-send-email-Zubair.Kakakhel@imgtec.com>
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
>
next prev parent reply other threads:[~2015-03-25 15:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 11:58 [PATCH_V2 0/2] mtd: nand: jz4780: Add nand and bch driver Zubair Lutfullah Kakakhel
2015-03-09 11:58 ` Zubair Lutfullah Kakakhel
2015-03-09 11:58 ` Zubair Lutfullah Kakakhel
2015-03-09 11:58 ` [PATCH_V2 1/2] dt-bindings: binding for jz4780-{nand,bch} Zubair Lutfullah Kakakhel
2015-03-09 11:58 ` Zubair Lutfullah Kakakhel
2015-03-09 11:58 ` Zubair Lutfullah Kakakhel
2015-03-31 1:59 ` Brian Norris
2015-03-31 1:59 ` Brian Norris
2015-03-09 11:58 ` [PATCH_V2 2/2] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Zubair Lutfullah Kakakhel
2015-03-09 11:58 ` Zubair Lutfullah Kakakhel
2015-03-09 11:58 ` Zubair Lutfullah Kakakhel
2015-03-31 2:42 ` Brian Norris
2015-03-31 2:42 ` Brian Norris
2015-03-25 15:55 ` Zubair Lutfullah Kakakhel [this message]
2015-03-25 15:55 ` [PATCH_V2 0/2] mtd: nand: jz4780: Add nand and bch driver Zubair Lutfullah Kakakhel
2015-03-25 15:55 ` Zubair Lutfullah Kakakhel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5512DA72.8020204@imgtec.com \
--to=zubair.kakakhel@imgtec.com \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.