diff for duplicates of <20160201083228.GY3368@x1> diff --git a/a/1.txt b/N1/1.txt index 39a6c32..f00acb7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,9 +3,9 @@ On Fri, 29 Jan 2016, Rob Herring wrote: > On Wed, Jan 27, 2016 at 07:40:07PM +0530, Laxman Dewangan wrote: > > MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO > > pins. It also supports interrupts from these pins. -> > +> >=20 > > Add GPIO driver for these pins to control via GPIO APIs. -> > +> >=20 > > Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> > > Signed-off-by: Chaitanya Bandi <bandik@nvidia.com> > > --- @@ -13,27 +13,31 @@ On Fri, 29 Jan 2016, Rob Herring wrote: > > - Use the gpiochip_add_data and get the chip data from core APIs. > > - Cleanups based on comment received on mfd/rtc. > > - Avoid duplication on error message. -> > +> >=20 > > Changes form V2: > > - Run coccicheck and checkpatch in strict mode for the alignment. > > - update based on api changes from core. -> > -> > Changes from V3: +> >=20 +> > Changes from V3:=20 > > - Change all sys initcall to module driver. > > - change the max77620_read argument to unisgned int from u8. -> > -> > Changes from V4: -> > - Added DT binding document as devicetree/bindings/gpio/gpio-max77620.txt -> > +> >=20 +> > Changes from V4:=20 +> > - Added DT binding document as devicetree/bindings/gpio/gpio-max77620.t= +xt +> >=20 > > .../devicetree/bindings/gpio/gpio-max77620.txt | 25 ++ > > drivers/gpio/Kconfig | 9 + > > drivers/gpio/Makefile | 1 + -> > drivers/gpio/gpio-max77620.c | 292 +++++++++++++++++++++ +> > drivers/gpio/gpio-max77620.c | 292 +++++++++++++= +++++++++ > > 4 files changed, 327 insertions(+) -> > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-max77620.txt +> > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-max7762= +0.txt > > create mode 100644 drivers/gpio/gpio-max77620.c -> > -> > diff --git a/Documentation/devicetree/bindings/gpio/gpio-max77620.txt b/Documentation/devicetree/bindings/gpio/gpio-max77620.txt +> >=20 +> > diff --git a/Documentation/devicetree/bindings/gpio/gpio-max77620.txt b= +/Documentation/devicetree/bindings/gpio/gpio-max77620.txt > > new file mode 100644 > > index 0000000..410e716 > > --- /dev/null @@ -49,11 +53,11 @@ On Fri, 29 Jan 2016, Rob Herring wrote: > > +- gpio-controller : Marks the device node as a gpio controller. > > +- #gpio-cells : Should be two. The first cell is the pin number and > > + the second cell is used to specify the gpio polarity: -> > + 0 = active high -> > + 1 = active low +> > + 0 =3D active high +> > + 1 =3D active low > > +For more details, please refer generic GPIO DT binding document > > +<devicetree/bindings/gpio/gpio.txt>. -> +>=20 > I would just fold these 2 properties into the main max77620 document. As these are simple/generic options, I'm happy to support that. @@ -61,12 +65,21 @@ As these are simple/generic options, I'm happy to support that. Also happy to support them staying in their own subsystem doc i.e. this one, for consistency. --- +--=20 Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-gpio" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html + +--=20 +--=20 +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +---=20 +You received this message because you are subscribed to the Google Groups "= +rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an e= +mail to rtc-linux+unsubscribe@googlegroups.com. +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 960d6af..e056e58 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01453903808-29788-5-git-send-email-ldewangan@nvidia.com\0" "ref\020160129163035.GA15053@rob-hp-laptop\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH V5 4/5] gpio: max77620: add gpio driver for MAX77620/MAX20024\0" + "Subject\0[rtc-linux] Re: [PATCH V5 4/5] gpio: max77620: add gpio driver for MAX77620/MAX20024\0" "Date\0Mon, 1 Feb 2016 08:32:28 +0000\0" "To\0Rob Herring <robh@kernel.org>\0" "Cc\0Laxman Dewangan <ldewangan@nvidia.com>" @@ -31,9 +31,9 @@ "> On Wed, Jan 27, 2016 at 07:40:07PM +0530, Laxman Dewangan wrote:\n" "> > MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO\n" "> > pins. It also supports interrupts from these pins.\n" - "> > \n" + "> >=20\n" "> > Add GPIO driver for these pins to control via GPIO APIs.\n" - "> > \n" + "> >=20\n" "> > Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>\n" "> > Signed-off-by: Chaitanya Bandi <bandik@nvidia.com>\n" "> > ---\n" @@ -41,27 +41,31 @@ "> > - Use the gpiochip_add_data and get the chip data from core APIs.\n" "> > - Cleanups based on comment received on mfd/rtc.\n" "> > - Avoid duplication on error message.\n" - "> > \n" + "> >=20\n" "> > Changes form V2:\n" "> > - Run coccicheck and checkpatch in strict mode for the alignment.\n" "> > - update based on api changes from core.\n" - "> > \n" - "> > Changes from V3: \n" + "> >=20\n" + "> > Changes from V3:=20\n" "> > - Change all sys initcall to module driver.\n" "> > - change the max77620_read argument to unisgned int from u8.\n" - "> > \n" - "> > Changes from V4: \n" - "> > - Added DT binding document as devicetree/bindings/gpio/gpio-max77620.txt\n" - "> > \n" + "> >=20\n" + "> > Changes from V4:=20\n" + "> > - Added DT binding document as devicetree/bindings/gpio/gpio-max77620.t=\n" + "xt\n" + "> >=20\n" "> > .../devicetree/bindings/gpio/gpio-max77620.txt | 25 ++\n" "> > drivers/gpio/Kconfig | 9 +\n" "> > drivers/gpio/Makefile | 1 +\n" - "> > drivers/gpio/gpio-max77620.c | 292 +++++++++++++++++++++\n" + "> > drivers/gpio/gpio-max77620.c | 292 +++++++++++++=\n" + "++++++++\n" "> > 4 files changed, 327 insertions(+)\n" - "> > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-max77620.txt\n" + "> > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-max7762=\n" + "0.txt\n" "> > create mode 100644 drivers/gpio/gpio-max77620.c\n" - "> > \n" - "> > diff --git a/Documentation/devicetree/bindings/gpio/gpio-max77620.txt b/Documentation/devicetree/bindings/gpio/gpio-max77620.txt\n" + "> >=20\n" + "> > diff --git a/Documentation/devicetree/bindings/gpio/gpio-max77620.txt b=\n" + "/Documentation/devicetree/bindings/gpio/gpio-max77620.txt\n" "> > new file mode 100644\n" "> > index 0000000..410e716\n" "> > --- /dev/null\n" @@ -77,11 +81,11 @@ "> > +- gpio-controller : \tMarks the device node as a gpio controller.\n" "> > +- #gpio-cells : \tShould be two. The first cell is the pin number and\n" "> > +\t\t\tthe second cell is used to specify the gpio polarity:\n" - "> > +\t\t\t\t0 = active high\n" - "> > +\t\t\t\t1 = active low\n" + "> > +\t\t\t\t0 =3D active high\n" + "> > +\t\t\t\t1 =3D active low\n" "> > +For more details, please refer generic GPIO DT binding document\n" "> > +<devicetree/bindings/gpio/gpio.txt>.\n" - "> \n" + ">=20\n" "> I would just fold these 2 properties into the main max77620 document.\n" "\n" "As these are simple/generic options, I'm happy to support that.\n" @@ -89,14 +93,23 @@ "Also happy to support them staying in their own subsystem doc\n" "i.e. this one, for consistency.\n" "\n" - "-- \n" + "--=20\n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-gpio\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "\n" + "--=20\n" + "--=20\n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "---=20\n" + "You received this message because you are subscribed to the Google Groups \"=\n" + "rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an e=\n" + "mail to rtc-linux+unsubscribe@googlegroups.com.\n" + For more options, visit https://groups.google.com/d/optout. -cad635a1e3b2ae43c3f6a9cb4c8ae4f1c331ea24a79034297d92d0b2d006dfe5 +e5bc3f9a7ad334690b331aadc84f821fa6d06343ed5a6a6db088089fc84f2e6e
diff --git a/a/1.txt b/N2/1.txt index 39a6c32..0254e41 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -66,7 +66,3 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-gpio" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 960d6af..d402cf3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -93,10 +93,6 @@ "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-gpio\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Follow Linaro: Facebook | Twitter | Blog -cad635a1e3b2ae43c3f6a9cb4c8ae4f1c331ea24a79034297d92d0b2d006dfe5 +2945167c3b4b8dffc822cbbc9bea513f6e19c2f94279a37a8745be18f382996a
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.