From: a.zummo@towertech.it (Alessandro Zummo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] Modify PL031 for Nomadik and U8500 v2
Date: Thu, 4 Feb 2010 10:42:22 +0100 [thread overview]
Message-ID: <20100204104222.1e7ae094@linux.lan.towertech.it> (raw)
In-Reply-To: <1265273123-22421-1-git-send-email-linus.walleij@stericsson.com>
On Thu, 4 Feb 2010 09:45:23 +0100
Linus Walleij <linus.walleij@stericsson.com> wrote:
> This extends the existing PrimeCell PL031 driver with support for
> the ST Microelectronics and ST-Ericsson derivatives, in a first
> and second version as used on the Nomadik and U8500 platforms.
> It also rids the old ioctl() alarm on/off functions in favor of
> the new .alarm_irq_enable field of the RTC class ops.
>
> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
> If you Ack this Alessandro, is it OK that I put it in through
> Russells patch tracker and ARM tree?
Ok. Be sure to have it tested on both versions
of the rtc.
Please also correct white lines between a function call
and the related if:
> + ret = pl031_stv2_tm_to_time(dev, tm, &time, &bcd_year);
----> +
> + if (ret == 0) {
> + writel(bcd_year, ldata->base + RTC_YLR);
> + writel(time, ldata->base + RTC_LR);
> + }
I've seen a couple of those.
--
Best regards,
Alessandro Zummo,
Tower Technologies - Torino, Italy
http://www.towertech.it
next prev parent reply other threads:[~2010-02-04 9:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-04 8:45 [PATCH 1/2] Modify PL031 for Nomadik and U8500 v2 Linus Walleij
2010-02-04 9:42 ` Alessandro Zummo [this message]
2010-02-04 10:22 ` Linus Walleij
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=20100204104222.1e7ae094@linux.lan.towertech.it \
--to=a.zummo@towertech.it \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox