diff for duplicates of <20150219001704.40874da0@bbrezillon> diff --git a/a/1.txt b/N1/1.txt index 9ef332d..92028ea 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -142,7 +142,7 @@ CMD_ADDR_CYCLES. > +/* IO registers operations */ > +enum { CMD, DATA_READ, DATA_WRITE, ECC_STATUS }; > + -> +#define INITIAL_TCCS 500 /* ns; from the ONFI spec version 4.0, §4.17.1 */ +> +#define INITIAL_TCCS 500 /* ns; from the ONFI spec version 4.0, ?4.17.1 */ > +#define TIMEOUT_MS 100 > + > +struct digicolor_nfc { diff --git a/a/content_digest b/N1/content_digest index eaa4891..8a3736b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,9 @@ "ref\0e6a998f130c40cee0a72e23b4f7f65bece0d6b21.1423739332.git.baruch@tkos.co.il\0" "ref\0ffec2fc232083355fdb171efb9daf59686ac2fed.1423739332.git.baruch@tkos.co.il\0" - "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" - "Subject\0Re: [PATCH 2/2] mtd: nand: driver for Conexant Digicolor NAND Flash Controller\0" + "From\0boris.brezillon@free-electrons.com (Boris Brezillon)\0" + "Subject\0[PATCH 2/2] mtd: nand: driver for Conexant Digicolor NAND Flash Controller\0" "Date\0Thu, 19 Feb 2015 00:17:04 +0100\0" - "To\0Baruch Siach <baruch@tkos.co.il>\0" - "Cc\0devicetree@vger.kernel.org" - Brian Norris <computersforpeace@gmail.com> - David Woodhouse <dwmw2@infradead.org> - linux-arm-kernel@lists.infradead.org - " linux-mtd@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Baruch,\n" @@ -155,7 +150,7 @@ "> +/* IO registers operations */\n" "> +enum { CMD, DATA_READ, DATA_WRITE, ECC_STATUS };\n" "> +\n" - "> +#define INITIAL_TCCS\t500 /* ns; from the ONFI spec version 4.0, \302\2474.17.1 */\n" + "> +#define INITIAL_TCCS\t500 /* ns; from the ONFI spec version 4.0, ?4.17.1 */\n" "> +#define TIMEOUT_MS\t100\n" "> +\n" "> +struct digicolor_nfc {\n" @@ -796,4 +791,4 @@ "Embedded Linux and Kernel engineering\n" http://free-electrons.com -0fd7407e69cf7d0fc88afecffc2ac45f2f2f5bbd7b655d4ada20dc96eabb1ca8 +ad90ebf754242ea7d833cfc199611a49c947892594a9f5bd0a6e6c46fd9d6155
diff --git a/a/1.txt b/N2/1.txt index 9ef332d..6bf46d3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ Hi Baruch, On Thu, 12 Feb 2015 13:10:19 +0200 -Baruch Siach <baruch@tkos.co.il> wrote: +Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> wrote: > This commit adds driver for the NAND flash controller on the CX92755 SoC. This > SoC is one of the Conexant Digicolor series, and this driver should support @@ -21,7 +21,7 @@ Could you also run mtd test (kernel module tests) and provide their results in your next version ? > -> Signed-off-by: Baruch Siach <baruch@tkos.co.il> +> Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> > --- > drivers/mtd/nand/Kconfig | 6 + > drivers/mtd/nand/Makefile | 1 + @@ -64,7 +64,7 @@ results in your next version ? > +/* > + * Driver for Conexant Digicolor NAND Flash Controller > + * -> + * Author: Baruch Siach <baruch@tkos.co.il> +> + * Author: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> > + * > + * Copyright (C) 2014, 2015 Paradox Innovation Ltd. > + * @@ -782,3 +782,7 @@ Boris Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com +-- +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 diff --git a/a/content_digest b/N2/content_digest index eaa4891..6f1031c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,21 @@ "ref\0e6a998f130c40cee0a72e23b4f7f65bece0d6b21.1423739332.git.baruch@tkos.co.il\0" "ref\0ffec2fc232083355fdb171efb9daf59686ac2fed.1423739332.git.baruch@tkos.co.il\0" - "From\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" + "ref\0ffec2fc232083355fdb171efb9daf59686ac2fed.1423739332.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org\0" + "From\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" "Subject\0Re: [PATCH 2/2] mtd: nand: driver for Conexant Digicolor NAND Flash Controller\0" "Date\0Thu, 19 Feb 2015 00:17:04 +0100\0" - "To\0Baruch Siach <baruch@tkos.co.il>\0" - "Cc\0devicetree@vger.kernel.org" - Brian Norris <computersforpeace@gmail.com> - David Woodhouse <dwmw2@infradead.org> - linux-arm-kernel@lists.infradead.org - " linux-mtd@lists.infradead.org\0" + "To\0Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>\0" + "Cc\0David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>" + Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "Hi Baruch,\n" "\n" "On Thu, 12 Feb 2015 13:10:19 +0200\n" - "Baruch Siach <baruch@tkos.co.il> wrote:\n" + "Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> wrote:\n" "\n" "> This commit adds driver for the NAND flash controller on the CX92755 SoC. This\n" "> SoC is one of the Conexant Digicolor series, and this driver should support\n" @@ -34,7 +35,7 @@ "results in your next version ?\n" "\n" "> \n" - "> Signed-off-by: Baruch Siach <baruch@tkos.co.il>\n" + "> Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>\n" "> ---\n" "> drivers/mtd/nand/Kconfig | 6 +\n" "> drivers/mtd/nand/Makefile | 1 +\n" @@ -77,7 +78,7 @@ "> +/*\n" "> + * Driver for Conexant Digicolor NAND Flash Controller\n" "> + *\n" - "> + * Author: Baruch Siach <baruch@tkos.co.il>\n" + "> + * Author: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>\n" "> + *\n" "> + * Copyright (C) 2014, 2015 Paradox Innovation Ltd.\n" "> + *\n" @@ -794,6 +795,10 @@ "-- \n" "Boris Brezillon, Free Electrons\n" "Embedded Linux and Kernel engineering\n" - http://free-electrons.com + "http://free-electrons.com\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -0fd7407e69cf7d0fc88afecffc2ac45f2f2f5bbd7b655d4ada20dc96eabb1ca8 +c688fca77b4e3ce344b57031c824e39958eddb84c29ca71e9f57e52d43cafaad
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.