Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1211872 > unrolled thread

Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2015-08-24 09:50 +0200
Last post2015-08-24 11:50 +0200
Articles 3 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-24 09:50 +0200
    Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-24 10:10 +0200
      Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-24 11:50 +0200

#1211872 — Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-08-24 09:50 +0200
SubjectRe: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver
Message-ID<q0UFY-1fv-21@gated-at.bofh.it>
On 19/08/2015 at 15:23:22 +0530, Suneel Garapati wrote :
> adds support for RTC controller found on
> Xilinx Zynq Ultrascale+ MPSoC platform.
> 
> Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
> ---
> Changes v3 
> - fix checkpatch errors 
> - check time in secs arg against max sec val 
> - order header files 
> - use ptr_err_or_zero macro 
> - use time64 variants 
> Changes v2 
> - change alm to alarm 
> ---
>  drivers/rtc/Kconfig      |   7 ++
>  drivers/rtc/Makefile     |   1 +
>  drivers/rtc/rtc-zynqmp.c | 279 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 287 insertions(+)
>  create mode 100644 drivers/rtc/rtc-zynqmp.c
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1211889

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-08-24 10:10 +0200
Message-ID<q0UZk-1RD-27@gated-at.bofh.it>
In reply to#1211872
On 24/08/2015 at 09:48:42 +0200, Michal Simek wrote :
> On 08/24/2015 09:43 AM, Alexandre Belloni wrote:
> > On 19/08/2015 at 15:23:22 +0530, Suneel Garapati wrote :
> >> adds support for RTC controller found on
> >> Xilinx Zynq Ultrascale+ MPSoC platform.
> >>
> >> Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
> >> ---
> >> Changes v3 
> >> - fix checkpatch errors 
> >> - check time in secs arg against max sec val 
> >> - order header files 
> >> - use ptr_err_or_zero macro 
> >> - use time64 variants 
> >> Changes v2 
> >> - change alm to alarm 
> >> ---
> >>  drivers/rtc/Kconfig      |   7 ++
> >>  drivers/rtc/Makefile     |   1 +
> >>  drivers/rtc/rtc-zynqmp.c | 279 +++++++++++++++++++++++++++++++++++++++++++++++
> >>  3 files changed, 287 insertions(+)
> >>  create mode 100644 drivers/rtc/rtc-zynqmp.c
> >>
> > Applied, thanks.
> > 
> 

Actually, I got the following message:
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  suneel.garapati@xilinx.com
    Unknown User

I'm not fond of carrying patches with uncontactable authors. Is that a
permanent error?

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1212036

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2015-08-24 11:50 +0200
Message-ID<q0Wy5-3WH-7@gated-at.bofh.it>
In reply to#1211889
On 24/08/2015 at 11:18:19 +0200, Michal Simek wrote :
> > I'm not fond of carrying patches with uncontactable authors. Is that a
> > permanent error?
> 
> Unfortunately. That guy left Xilinx last week but don't be scared that
> none will be responsible about this driver. I have well proven history
> on Linux and others project and I am here if you need to do some testing
> or ACK for changes. Just let me know when you need something.
> 
> get_maintainer returns me and Soren that's why you shouldn't have any
> problem with it.
> 
> [linux]$ ./scripts/get_maintainer.pl -f drivers/rtc/rtc-zynqmp.c
> Alessandro Zummo <a.zummo@towertech.it> (maintainer:REAL TIME CLOCK
> (RTC) SUBSYSTEM)
> Alexandre Belloni <alexandre.belloni@free-electrons.com>
> (maintainer:REAL TIME CLOCK (RTC) SUBSYSTEM)
> Michal Simek <michal.simek@xilinx.com> (supporter:ARM/ZYNQ ARCHITECTURE)
> "Sören Brinkmann" <soren.brinkmann@xilinx.com> (reviewer)
> rtc-linux@googlegroups.com (open list:REAL TIME CLOCK (RTC) SUBSYSTEM)
> linux-arm-kernel@lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTURE)
> linux-kernel@vger.kernel.org (open list)
> 

Perfect, thanks!


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web