diff for duplicates of <20160410153855.GG5377@piout.net> diff --git a/a/1.txt b/N1/1.txt index 44bbd92..e010c7a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,25 +3,24 @@ On 10/04/2016 at 18:23:01 +0300, Sergei Ianovich wrote : > On Sun, 2016-04-10 at 17:12 +0200, Alexandre Belloni wrote: > > Hi, -> >=20 +> > > > On 10/04/2016 at 23:59:22 +0900, Akinobu Mita wrote : -> > >=20 +> > > > > > This series adds support access to DS1302 with GPIO lines. -> > >=20 -> > > Recently rtc-ds1302 is rewritten using SPI 3wire mode.=C2=A0=C2=A0Thi= -s adds +> > > +> > > Recently rtc-ds1302 is rewritten using SPI 3wire mode. This adds > > > another platform driver using GPIO while supporting both modes. -> > >=20 +> > > > > > Thie series first fixes two problems I found while tesing, secondly > > > introduces the abstraction layer for the register access which > > > enables > > > to share the most code between spi and platform driver, and adds > > > the platform driver using GPIO. -> > >=20 +> > > > > Well, isn't spi-gpio fitting for that use case? I'd like to avoid > > open > > coding gpio bitbanging in the driver. ->=20 +> > No, unfortunately. I've investigated this possibility for my platform. > spi-gpio doesn't support LSB-first and 3-wire options. Adding support > there is a very big change. The best way to add GPIO support is to @@ -30,20 +29,11 @@ s adds Mark, do you have nay opinion on that? ---=20 +-- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com - ---=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. +-- +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/N1/content_digest index 4c4bbf2..cfe91b2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,16 @@ "ref\01460300366-25248-1-git-send-email-akinobu.mita@gmail.com\0" "ref\020160410151237.GD5377@piout.net\0" "ref\01460301781.17404.171.camel@gmail.com\0" - "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" - "Subject\0[rtc-linux] Re: [PATCH 0/4] support control with using GPIO lines\0" + "ref\01460301781.17404.171.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH 0/4] support control with using GPIO lines\0" "Date\0Sun, 10 Apr 2016 17:38:55 +0200\0" - "To\0Sergei Ianovich <ynvich@gmail.com>" - " Mark Brown <broonie@kernel.org>\0" - "Cc\0Akinobu Mita <akinobu.mita@gmail.com>" - rtc-linux@googlegroups.com - devicetree@vger.kernel.org - " Alessandro Zummo <a.zummo@towertech.it>\0" + "To\0Sergei Ianovich <ynvich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + " Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Cc\0Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>\0" "\00:1\0" "b\0" "[Adding Mark]\n" @@ -17,25 +18,24 @@ "On 10/04/2016 at 18:23:01 +0300, Sergei Ianovich wrote :\n" "> On Sun, 2016-04-10 at 17:12 +0200, Alexandre Belloni wrote:\n" "> > Hi,\n" - "> >=20\n" + "> > \n" "> > On 10/04/2016 at 23:59:22 +0900, Akinobu Mita wrote :\n" - "> > >=20\n" + "> > > \n" "> > > This series adds support access to DS1302 with GPIO lines.\n" - "> > >=20\n" - "> > > Recently rtc-ds1302 is rewritten using SPI 3wire mode.=C2=A0=C2=A0Thi=\n" - "s adds\n" + "> > > \n" + "> > > Recently rtc-ds1302 is rewritten using SPI 3wire mode.\302\240\302\240This adds\n" "> > > another platform driver using GPIO while supporting both modes.\n" - "> > >=20\n" + "> > > \n" "> > > Thie series first fixes two problems I found while tesing, secondly\n" "> > > introduces the abstraction layer for the register access which\n" "> > > enables\n" "> > > to share the most code between spi and platform driver, and adds\n" "> > > the platform driver using GPIO.\n" - "> > >=20\n" + "> > > \n" "> > Well, isn't spi-gpio fitting for that use case? I'd like to avoid\n" "> > open\n" "> > coding gpio bitbanging in the driver.\n" - ">=20\n" + "> \n" "> No, unfortunately. I've investigated this possibility for my platform.\n" "> spi-gpio doesn't support LSB-first and 3-wire options. Adding support\n" "> there is a very big change. The best way to add GPIO support is to\n" @@ -44,22 +44,13 @@ "Mark, do you have nay opinion on that?\n" "\n" "\n" - "--=20\n" + "-- \n" "Alexandre Belloni, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" "http://free-electrons.com\n" - "\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. + "--\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 -d8fbc2a1dabd3e5b16d037849897ec5a96c47b4b7816965e0b7b790f36e3984e +84881c2ebfc87253d57a267d49f7b7f662bcdcb75a0ac131cd5bf00f8a096cf0
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.