All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Michal Simek <michal.simek@xilinx.com>
Cc: Suneel Garapati <suneel.garapati@xilinx.com>,
	<rtc-linux@googlegroups.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <sorenb@xilinx.com>,
	Alessandro Zummo <a.zummo@towertech.it>, <punnaia@xilinx.com>,
	<anuragku@xilinx.com>, <anirudh@xilinx.com>
Subject: [rtc-linux] Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver
Date: Mon, 24 Aug 2015 11:18:19 +0200	[thread overview]
Message-ID: <55DAE15B.6090602@xilinx.com> (raw)
In-Reply-To: <20150824080800.GG13155@piout.net>

Hi,

On 08/24/2015 10:08 AM, Alexandre Belloni wrote:
> 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=20
>>>> - fix checkpatch errors=20
>>>> - check time in secs arg against max sec val=20
>>>> - order header files=20
>>>> - use ptr_err_or_zero macro=20
>>>> - use time64 variants=20
>>>> Changes v2=20
>>>> - change alm to alarm=20
>>>> ---
>>>>  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.
>>>
>>
>=20
> 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:
>=20
>   suneel.garapati@xilinx.com
>     Unknown User
>=20
> 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=C3=B6ren 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)

Thanks,
Michal

--=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.

WARNING: multiple messages have this Message-ID (diff)
From: michal.simek@xilinx.com (Michal Simek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver
Date: Mon, 24 Aug 2015 11:18:19 +0200	[thread overview]
Message-ID: <55DAE15B.6090602@xilinx.com> (raw)
In-Reply-To: <20150824080800.GG13155@piout.net>

Hi,

On 08/24/2015 10:08 AM, Alexandre Belloni wrote:
> 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 at xilinx.com
>     Unknown User
> 
> 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 at googlegroups.com (open list:REAL TIME CLOCK (RTC) SUBSYSTEM)
linux-arm-kernel at lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTURE)
linux-kernel at vger.kernel.org (open list)

Thanks,
Michal

WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <michal.simek@xilinx.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Michal Simek <michal.simek@xilinx.com>
Cc: Suneel Garapati <suneel.garapati@xilinx.com>,
	<rtc-linux@googlegroups.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <sorenb@xilinx.com>,
	Alessandro Zummo <a.zummo@towertech.it>, <punnaia@xilinx.com>,
	<anuragku@xilinx.com>, <anirudh@xilinx.com>
Subject: Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver
Date: Mon, 24 Aug 2015 11:18:19 +0200	[thread overview]
Message-ID: <55DAE15B.6090602@xilinx.com> (raw)
In-Reply-To: <20150824080800.GG13155@piout.net>

Hi,

On 08/24/2015 10:08 AM, Alexandre Belloni wrote:
> 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?

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)

Thanks,
Michal

  reply	other threads:[~2015-08-24  9:18 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-19  9:53 [rtc-linux] [PATCH v3 1/2] devicetree: bindings: rtc: add bindings for xilinx zynqmp rtc Suneel Garapati
2015-08-19  9:53 ` Suneel Garapati
2015-08-19  9:53 ` Suneel Garapati
2015-08-19  9:53 ` [rtc-linux] [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver Suneel Garapati
2015-08-19  9:53   ` Suneel Garapati
2015-08-19  9:53   ` Suneel Garapati
2015-08-19 18:19   ` [rtc-linux] " Moritz Fischer
2015-08-19 18:19     ` Moritz Fischer
2015-08-19 18:19     ` Moritz Fischer
2015-08-20  4:37     ` [rtc-linux] " suneelgarapati
2015-08-20 16:27       ` Moritz Fischer
2015-08-20 16:27         ` Moritz Fischer
2015-08-20 16:27         ` Moritz Fischer
2015-08-24  7:43   ` [rtc-linux] " Alexandre Belloni
2015-08-24  7:43     ` Alexandre Belloni
2015-08-24  7:43     ` Alexandre Belloni
2015-08-24  7:48     ` [rtc-linux] " Michal Simek
2015-08-24  7:48       ` Michal Simek
2015-08-24  7:48       ` Michal Simek
2015-08-24  8:08       ` [rtc-linux] " Alexandre Belloni
2015-08-24  8:08         ` Alexandre Belloni
2015-08-24  8:08         ` Alexandre Belloni
2015-08-24  9:18         ` Michal Simek [this message]
2015-08-24  9:18           ` Michal Simek
2015-08-24  9:18           ` Michal Simek
2015-08-24  9:45           ` [rtc-linux] " Alexandre Belloni
2015-08-24  9:45             ` Alexandre Belloni
2015-08-24  9:45             ` Alexandre Belloni
2015-08-24  7:42 ` [rtc-linux] Re: [PATCH v3 1/2] devicetree: bindings: rtc: add bindings for xilinx zynqmp rtc Alexandre Belloni
2015-08-24  7:42   ` Alexandre Belloni
2015-08-24  7:42   ` Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55DAE15B.6090602@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=anirudh@xilinx.com \
    --cc=anuragku@xilinx.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=punnaia@xilinx.com \
    --cc=rtc-linux@googlegroups.com \
    --cc=sorenb@xilinx.com \
    --cc=suneel.garapati@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.