diff for duplicates of <cover.1443431309.git.cyrille.pitchen@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 54d590f..857bd6a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,14 +18,14 @@ v10: v9: - go back to v5 (use the new "atmel,flexcom-mode" DT property). -- fix the name of the spi node in the DT example: from spi at f8034400 to - spi at 400 +- fix the name of the spi node in the DT example: from spi@f8034400 to + spi@400 - align the fields of the struct platform_driver atmel_flexcom_driver as suggested by Lee Jones. v8: -- fix the name of the spi node in the DT example: from spi at f8034400 to - spi at 2,0 +- fix the name of the spi node in the DT example: from spi@f8034400 to + spi@2,0 - use the return code of op_property_read_u32_index() instead of -EINVAL to report error. - add Acked-by from Nicolas Ferre diff --git a/a/content_digest b/N1/content_digest index af8b42a..a6e3cc6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,21 @@ - "From\0cyrille.pitchen@atmel.com (Cyrille Pitchen)\0" + "From\0Cyrille Pitchen <cyrille.pitchen@atmel.com>\0" "Subject\0[PATCH linux-next v11 0/3] mfd: flexcom: add a driver for Flexcom\0" "Date\0Mon, 28 Sep 2015 11:13:23 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0nicolas.ferre@atmel.com" + boris.brezillon@free-electrons.com + alexandre.belloni@free-electrons.com + sameo@linux.intel.com + " lee.jones@linaro.org\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-kernel@vger.kernel.org + robh+dt@kernel.org + pawel.moll@arm.com + mark.rutland@arm.com + ijc+devicetree@hellion.org.uk + galak@codeaurora.org + devicetree@vger.kernel.org + akpm@linux-foundation.org + " Cyrille Pitchen <cyrille.pitchen@atmel.com>\0" "\00:1\0" "b\0" "This series of patches a support to the Atmel Flexcom, a wrapper which\n" @@ -24,14 +38,14 @@ "\n" "v9:\n" "- go back to v5 (use the new \"atmel,flexcom-mode\" DT property).\n" - "- fix the name of the spi node in the DT example: from spi at f8034400 to\n" - " spi at 400\n" + "- fix the name of the spi node in the DT example: from spi@f8034400 to\n" + " spi@400\n" "- align the fields of the struct platform_driver atmel_flexcom_driver as\n" " suggested by Lee Jones.\n" "\n" "v8:\n" - "- fix the name of the spi node in the DT example: from spi at f8034400 to\n" - " spi at 2,0\n" + "- fix the name of the spi node in the DT example: from spi@f8034400 to\n" + " spi@2,0\n" "- use the return code of op_property_read_u32_index() instead of -EINVAL\n" " to report error.\n" "- add Acked-by from Nicolas Ferre\n" @@ -93,4 +107,4 @@ "-- \n" 1.8.2.2 -16dfbff68c46bfb89eb7985dfec5084771e1b0d3650114831ba778a06de0072a +83b0e73da2c52cffdcbaa2d09183ae5f57285a190a8f42d1b642b183a8a3983e
diff --git a/a/1.txt b/N2/1.txt index 54d590f..857bd6a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -18,14 +18,14 @@ v10: v9: - go back to v5 (use the new "atmel,flexcom-mode" DT property). -- fix the name of the spi node in the DT example: from spi at f8034400 to - spi at 400 +- fix the name of the spi node in the DT example: from spi@f8034400 to + spi@400 - align the fields of the struct platform_driver atmel_flexcom_driver as suggested by Lee Jones. v8: -- fix the name of the spi node in the DT example: from spi at f8034400 to - spi at 2,0 +- fix the name of the spi node in the DT example: from spi@f8034400 to + spi@2,0 - use the return code of op_property_read_u32_index() instead of -EINVAL to report error. - add Acked-by from Nicolas Ferre diff --git a/a/content_digest b/N2/content_digest index af8b42a..2ad7d17 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,21 @@ - "From\0cyrille.pitchen@atmel.com (Cyrille Pitchen)\0" + "From\0Cyrille Pitchen <cyrille.pitchen@atmel.com>\0" "Subject\0[PATCH linux-next v11 0/3] mfd: flexcom: add a driver for Flexcom\0" "Date\0Mon, 28 Sep 2015 11:13:23 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0<nicolas.ferre@atmel.com>" + <boris.brezillon@free-electrons.com> + <alexandre.belloni@free-electrons.com> + <sameo@linux.intel.com> + " <lee.jones@linaro.org>\0" + "Cc\0<linux-arm-kernel@lists.infradead.org>" + <linux-kernel@vger.kernel.org> + <robh+dt@kernel.org> + <pawel.moll@arm.com> + <mark.rutland@arm.com> + <ijc+devicetree@hellion.org.uk> + <galak@codeaurora.org> + <devicetree@vger.kernel.org> + <akpm@linux-foundation.org> + " Cyrille Pitchen <cyrille.pitchen@atmel.com>\0" "\00:1\0" "b\0" "This series of patches a support to the Atmel Flexcom, a wrapper which\n" @@ -24,14 +38,14 @@ "\n" "v9:\n" "- go back to v5 (use the new \"atmel,flexcom-mode\" DT property).\n" - "- fix the name of the spi node in the DT example: from spi at f8034400 to\n" - " spi at 400\n" + "- fix the name of the spi node in the DT example: from spi@f8034400 to\n" + " spi@400\n" "- align the fields of the struct platform_driver atmel_flexcom_driver as\n" " suggested by Lee Jones.\n" "\n" "v8:\n" - "- fix the name of the spi node in the DT example: from spi at f8034400 to\n" - " spi at 2,0\n" + "- fix the name of the spi node in the DT example: from spi@f8034400 to\n" + " spi@2,0\n" "- use the return code of op_property_read_u32_index() instead of -EINVAL\n" " to report error.\n" "- add Acked-by from Nicolas Ferre\n" @@ -93,4 +107,4 @@ "-- \n" 1.8.2.2 -16dfbff68c46bfb89eb7985dfec5084771e1b0d3650114831ba778a06de0072a +8ac6f5b283e628eacb92e136770aea267a05969685b5d6639afa69195dfbab01
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.