From: Marc Kleine-Budde <mkl@pengutronix.de>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Juergen Borleis <jbe@pengutronix.de>
Cc: kernel@pengutronix.de, Alessandro Zummo <a.zummo@towertech.it>,
linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [rtc-linux] [PATCHv2] RTC/i.MX/DryICE: add recovery routines to the driver
Date: Sun, 3 May 2015 17:13:54 +0200 [thread overview]
Message-ID: <55463B32.3010508@pengutronix.de> (raw)
In-Reply-To: <20150503151203.GY12076@piout.net>
[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]
On 05/03/2015 05:12 PM, Alexandre Belloni wrote:
> BTW, I guess your email address has been recycled as patchwork recognize
> it has belonging to Juergen Beisert ;)
No, Jürgen just got a new name, but stuck to his old email address.
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
--
--
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.
---
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 email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: mkl@pengutronix.de (Marc Kleine-Budde)
To: linux-arm-kernel@lists.infradead.org
Subject: [rtc-linux] [PATCHv2] RTC/i.MX/DryICE: add recovery routines to the driver
Date: Sun, 3 May 2015 17:13:54 +0200 [thread overview]
Message-ID: <55463B32.3010508@pengutronix.de> (raw)
In-Reply-To: <20150503151203.GY12076@piout.net>
On 05/03/2015 05:12 PM, Alexandre Belloni wrote:
> BTW, I guess your email address has been recycled as patchwork recognize
> it has belonging to Juergen Beisert ;)
No, J?rgen just got a new name, but stuck to his old email address.
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150503/086eab6d/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Juergen Borleis <jbe@pengutronix.de>
Cc: kernel@pengutronix.de, Alessandro Zummo <a.zummo@towertech.it>,
linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [rtc-linux] [PATCHv2] RTC/i.MX/DryICE: add recovery routines to the driver
Date: Sun, 3 May 2015 17:13:54 +0200 [thread overview]
Message-ID: <55463B32.3010508@pengutronix.de> (raw)
In-Reply-To: <20150503151203.GY12076@piout.net>
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
On 05/03/2015 05:12 PM, Alexandre Belloni wrote:
> BTW, I guess your email address has been recycled as patchwork recognize
> it has belonging to Juergen Beisert ;)
No, Jürgen just got a new name, but stuck to his old email address.
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next prev parent reply other threads:[~2015-05-03 15:14 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 13:59 [rtc-linux] [PATCHv2] RTC/i.MX/DryICE: add recovery routines to the driver Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` [rtc-linux] [PATCH 1/6] RTC/i.MX/DryIce: avoid the __raw* register access functions Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` [rtc-linux] [PATCH 2/6] RTC/i.MX/DryIce: add some background info about the states the machine can be in Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` [rtc-linux] [PATCH 3/6] RTC/i.MX/DryIce: add the unit recovery code Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` [rtc-linux] [PATCH 4/6] RTC/i.MX/DryIce: monitor a security violation at runtime Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` [rtc-linux] [PATCH 5/6] RTC/i.MX/DryIce: when locked, do not fail silently Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` [rtc-linux] [PATCH 6/6] RTC/i.MX/DryIce: prepare to force a security violation Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-04-27 13:59 ` Juergen Borleis
2015-05-03 15:12 ` [rtc-linux] [PATCHv2] RTC/i.MX/DryICE: add recovery routines to the driver Alexandre Belloni
2015-05-03 15:12 ` Alexandre Belloni
2015-05-03 15:12 ` Alexandre Belloni
2015-05-03 15:13 ` Marc Kleine-Budde [this message]
2015-05-03 15:13 ` Marc Kleine-Budde
2015-05-03 15:13 ` Marc Kleine-Budde
2015-05-03 15:38 ` Alexandre Belloni
2015-05-03 15:38 ` Alexandre Belloni
2015-05-03 15:38 ` Alexandre Belloni
2015-05-04 10:12 ` Jürgen Borleis
2015-05-04 10:12 ` Jürgen Borleis
2015-05-04 10:12 ` Jürgen Borleis
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=55463B32.3010508@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=a.zummo@towertech.it \
--cc=alexandre.belloni@free-electrons.com \
--cc=jbe@pengutronix.de \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rtc-linux@googlegroups.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.