* [GIT PULL] Allwinner drivers additions for 3.18
@ 2014-09-20 20:28 Maxime Ripard
2014-09-25 16:20 ` Arnd Bergmann
0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2014-09-20 20:28 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
Please pull the following changes for the next merge window.
Thanks!
Maxime
The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-drivers-for-3.18
for you to fetch changes up to 64a1925c00706253aa887431fc45f96db48aa727:
rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc (2014-09-19 12:39:30 +0200)
----------------------------------------------------------------
Allwinner drivers additions for 3.18
Nothing major, just handling the RTC driver changes needed for the A31/A23.
----------------------------------------------------------------
Chen-Yu Tsai (2):
rtc: sun6i: Add sun6i RTC driver
rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc
.../devicetree/bindings/rtc/sun6i-rtc.txt | 17 +
drivers/rtc/Kconfig | 9 +-
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-sun6i.c | 447 +++++++++++++++++++++
4 files changed, 473 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/rtc/sun6i-rtc.txt
create mode 100644 drivers/rtc/rtc-sun6i.c
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140920/341e63c3/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread* [GIT PULL] Allwinner drivers additions for 3.18 2014-09-20 20:28 [GIT PULL] Allwinner drivers additions for 3.18 Maxime Ripard @ 2014-09-25 16:20 ` Arnd Bergmann 2014-09-25 16:31 ` Maxime Ripard 0 siblings, 1 reply; 8+ messages in thread From: Arnd Bergmann @ 2014-09-25 16:20 UTC (permalink / raw) To: linux-arm-kernel On Saturday 20 September 2014, Maxime Ripard wrote: > Hi, > > Please pull the following changes for the next merge window. > Pulled into next/drivers. The patches look good, but please note that the RTC subsystem does have a maintainer and mailing list. You should really keep them in the loop for the reviews *and* the submission. Arnd > The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: > > Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-drivers-for-3.18 > > for you to fetch changes up to 64a1925c00706253aa887431fc45f96db48aa727: > > rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc (2014-09-19 12:39:30 +0200) > > ---------------------------------------------------------------- > Allwinner drivers additions for 3.18 > > Nothing major, just handling the RTC driver changes needed for the A31/A23. > > ---------------------------------------------------------------- > Chen-Yu Tsai (2): > rtc: sun6i: Add sun6i RTC driver > rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc > > .../devicetree/bindings/rtc/sun6i-rtc.txt | 17 + > drivers/rtc/Kconfig | 9 +- > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-sun6i.c | 447 +++++++++++++++++++++ > 4 files changed, 473 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/rtc/sun6i-rtc.txt > create mode 100644 drivers/rtc/rtc-sun6i.c > > -- > Maxime Ripard, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Allwinner drivers additions for 3.18 2014-09-25 16:20 ` Arnd Bergmann @ 2014-09-25 16:31 ` Maxime Ripard 2014-09-25 17:04 ` Arnd Bergmann 2014-09-25 17:18 ` Alessandro Zummo 0 siblings, 2 replies; 8+ messages in thread From: Maxime Ripard @ 2014-09-25 16:31 UTC (permalink / raw) To: linux-arm-kernel Hi, On Thu, Sep 25, 2014 at 06:20:37PM +0200, Arnd Bergmann wrote: > On Saturday 20 September 2014, Maxime Ripard wrote: > > Hi, > > > > Please pull the following changes for the next merge window. > > > > Pulled into next/drivers. The patches look good, but please note that the RTC > subsystem does have a maintainer and mailing list. You should really keep > them in the loop for the reviews *and* the submission. They were. And have been ping'd multiple time, without any answer. Plus, this thread from last december http://lists.infradead.org/pipermail/linux-arm-kernel/2013-December/220778.html, clearly showed that it's nothing new, and that Alessandro doesn't maintain any tree, hence why I ended up merging it. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140925/9ae68e8b/attachment.sig> ^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Allwinner drivers additions for 3.18 2014-09-25 16:31 ` Maxime Ripard @ 2014-09-25 17:04 ` Arnd Bergmann 2014-09-26 15:04 ` Maxime Ripard 2014-09-25 17:18 ` Alessandro Zummo 1 sibling, 1 reply; 8+ messages in thread From: Arnd Bergmann @ 2014-09-25 17:04 UTC (permalink / raw) To: linux-arm-kernel On Thursday 25 September 2014 18:31:03 Maxime Ripard wrote: > On Thu, Sep 25, 2014 at 06:20:37PM +0200, Arnd Bergmann wrote: > > On Saturday 20 September 2014, Maxime Ripard wrote: > > > Hi, > > > > > > Please pull the following changes for the next merge window. > > > > > > > Pulled into next/drivers. The patches look good, but please note that the RTC > > subsystem does have a maintainer and mailing list. You should really keep > > them in the loop for the reviews *and* the submission. > > They were. And have been ping'd multiple time, without any answer. Ok. > Plus, this thread from last december > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-December/220778.html, > clearly showed that it's nothing new, and that Alessandro doesn't > maintain any tree, hence why I ended up merging it. Yes, and that's why I merged it, too. Still you should have him on Cc for the actual pull request. Arnd ^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Allwinner drivers additions for 3.18 2014-09-25 17:04 ` Arnd Bergmann @ 2014-09-26 15:04 ` Maxime Ripard 0 siblings, 0 replies; 8+ messages in thread From: Maxime Ripard @ 2014-09-26 15:04 UTC (permalink / raw) To: linux-arm-kernel On Thu, Sep 25, 2014 at 07:04:51PM +0200, Arnd Bergmann wrote: > > Plus, this thread from last december > > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-December/220778.html, > > clearly showed that it's nothing new, and that Alessandro doesn't > > maintain any tree, hence why I ended up merging it. > > Yes, and that's why I merged it, too. Still you should have him on Cc > for the actual pull request. Yep, my bad :( Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140926/85ff0a79/attachment.sig> ^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Allwinner drivers additions for 3.18 2014-09-25 16:31 ` Maxime Ripard 2014-09-25 17:04 ` Arnd Bergmann @ 2014-09-25 17:18 ` Alessandro Zummo 2014-09-26 15:16 ` Maxime Ripard 1 sibling, 1 reply; 8+ messages in thread From: Alessandro Zummo @ 2014-09-25 17:18 UTC (permalink / raw) To: linux-arm-kernel On Thu, 25 Sep 2014 18:31:03 +0200 Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > Plus, this thread from last december > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-December/220778.html, > clearly showed that it's nothing new, and that Alessandro doesn't > maintain any tree, hence why I ended up merging it. I review the drivers, when appropriate, and Andrew thankfully picks them up. Important emails will usually get my attention. Even if I do not answer, is always a good idea to post in the mailing list, as there are a lot of competent people there. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it ^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Allwinner drivers additions for 3.18 2014-09-25 17:18 ` Alessandro Zummo @ 2014-09-26 15:16 ` Maxime Ripard 2014-09-26 15:24 ` Alessandro Zummo 0 siblings, 1 reply; 8+ messages in thread From: Maxime Ripard @ 2014-09-26 15:16 UTC (permalink / raw) To: linux-arm-kernel On Thu, Sep 25, 2014 at 07:18:00PM +0200, Alessandro Zummo wrote: > On Thu, 25 Sep 2014 18:31:03 +0200 > Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > > > Plus, this thread from last december > > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-December/220778.html, > > clearly showed that it's nothing new, and that Alessandro doesn't > > maintain any tree, hence why I ended up merging it. > > I review the drivers, when appropriate, and Andrew thankfully picks them up. > Important emails will usually get my attention. Even if I do not answer, > is always a good idea to post in the mailing list, as there are a lot > of competent people there. Then may I suggest adding Andrew to the maintainers? Because if you follow get_maintainers.pl right now, it only states that you are the maintainer. That strongly implies that you should be the one doing reviews, and we should at least wait for your Acked-by in order to merge any RTC patches. And past experience show that we can wait for a while. Don't get this wrong, but the way you maintain it is rather unusual, and your silence about this just makes us wonder what to do with your patches, up until completely merging them anyway. For the record, it's something I feel rather uncomfortable about, but it seems like it's the only way to get something merged anyway. Not having time to maintain your subsystem is totally fine, and as a hobbyist maintainer too, I completely understand it. But if you can't cope with the patches anymore, maybe you should find another co-maintainer? Especially if you have reliable contributors, like you're suggesting. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140926/a840a172/attachment-0001.sig> ^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Allwinner drivers additions for 3.18 2014-09-26 15:16 ` Maxime Ripard @ 2014-09-26 15:24 ` Alessandro Zummo 0 siblings, 0 replies; 8+ messages in thread From: Alessandro Zummo @ 2014-09-26 15:24 UTC (permalink / raw) To: linux-arm-kernel On Fri, 26 Sep 2014 17:16:25 +0200 Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > Then may I suggest adding Andrew to the maintainers? Because if you > follow get_maintainers.pl right now, it only states that you are the That would be appropriate, but the decision to add himself is up to Andrew. -- Best regards, Alessandro Zummo, Tower Technologies - Torino, Italy http://www.towertech.it ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-09-26 15:24 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-09-20 20:28 [GIT PULL] Allwinner drivers additions for 3.18 Maxime Ripard 2014-09-25 16:20 ` Arnd Bergmann 2014-09-25 16:31 ` Maxime Ripard 2014-09-25 17:04 ` Arnd Bergmann 2014-09-26 15:04 ` Maxime Ripard 2014-09-25 17:18 ` Alessandro Zummo 2014-09-26 15:16 ` Maxime Ripard 2014-09-26 15:24 ` Alessandro Zummo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).