From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 2/3] rtc: pl031: convert the driver to driver model
Date: Tue, 4 Sep 2018 23:15:22 -0400 [thread overview]
Message-ID: <20180905031522.GA26633@bill-the-cat> (raw)
In-Reply-To: <20180905030644.GF18483@linaro.org>
On Wed, Sep 05, 2018 at 12:06:45PM +0900, AKASHI Takahiro wrote:
> On Tue, Sep 04, 2018 at 07:18:18PM +0200, Heinrich Schuchardt wrote:
> > On 07/23/2018 09:17 AM, AKASHI Takahiro wrote:
> > > On Sat, Jul 21, 2018 at 06:53:16AM +0200, Heinrich Schuchardt wrote:
> > >> On 07/11/2018 11:06 AM, AKASHI Takahiro wrote:
> > >>> With this patch, PL031 driver is converted to driver-model-compliant
> > >>> driver. In addition, CONFIG_SYS_RTC_PL031_BASE is no longer valid.
> > >>>
> > >>> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> > >>> ---
> > >>> drivers/rtc/Kconfig | 6 ++
> > >>> drivers/rtc/pl031.c | 126 ++++++++++++++++++++++-------------
> > >>> scripts/config_whitelist.txt | 1 -
> > >>> 3 files changed, 86 insertions(+), 47 deletions(-)
> > >>>
> > >>> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
> > >>> index a3f8c8aecc..96c4cce410 100644
> > >>> --- a/drivers/rtc/Kconfig
> > >>> +++ b/drivers/rtc/Kconfig
> > >>> @@ -55,6 +55,12 @@ config RTC_MV
> > >>> Enable Marvell RTC driver. This driver supports the rtc that is present
> > >>> on some Marvell SoCs.
> > >>>
> > >>> +config RTC_PL031
> > >>> + bool "Enable ARM PL031 driver"
> > >>> + depends on DM_RTC
> > >>> + help
> > >>> + Enable ARM PL031 driver.
> > >>> +
> > >>
> > >> Tom merged
> > >> http://git.denx.de/?p=u-boot.git;a=commit;h=b19886b9469174213877ef37670ce35c55acb456
> > >> https://patchwork.ozlabs.org/patch/936533/
> > >> ARM: qemu-arm: enable RTC
> > >> which is superseeded by your patch series.
> > >>
> > >> We should avoid duplicate entries CONFIG_RTC_PL031.
> > >>
> > >> Symbol CONFIG_SYS_RTC_PL031_BASE can be removed in
> > >> include/configs/qemu-arm.h with this patch.
> > >>
> > >> Could you, please, respin your patch series.
>
> Thank you for this reminder.
> While it's nothing much for me to respin my patch, I wonder how maintainers
> handle coming patches in ML. I submitted my first counterpart patch
> just a few days after your post in a form of a *reply* to your e-mail.
> Then your patch was merged and mine was just ignored.
I think https://www.denx.de/wiki/U-Boot/ReleaseCycle is somewhat
informative here. We're about a week away from the next release so I am
taking some things like typo fixes and documentation updates (and I'm
weighing the i.mx PR). But new features aren't going in right now.
After the window, big things that are ready can come in, things like
this for example. I am hopeful that the various FAT stuff you've been
working on can at least be partially brought in. Hope this helps!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180904/f8d2b086/attachment.sig>
next prev parent reply other threads:[~2018-09-05 3:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-11 9:06 [U-Boot] [PATCH v3 0/3] subject: arm: qemu-arm: enable PL031 (RTC) AKASHI Takahiro
2018-07-11 9:06 ` [U-Boot] [PATCH v3 1/3] rtc: compile date.c if DM_RTC AKASHI Takahiro
2018-07-11 10:35 ` Heinrich Schuchardt
2018-07-26 19:53 ` [U-Boot] [U-Boot,v3,1/3] " Tom Rini
2018-07-11 9:06 ` [U-Boot] [PATCH v3 2/3] rtc: pl031: convert the driver to driver model AKASHI Takahiro
2018-07-11 10:45 ` Heinrich Schuchardt
2018-07-21 4:53 ` Heinrich Schuchardt
2018-07-23 7:17 ` AKASHI Takahiro
2018-09-04 17:18 ` Heinrich Schuchardt
2018-09-05 3:06 ` AKASHI Takahiro
2018-09-05 3:15 ` Tom Rini [this message]
2018-09-05 5:56 ` Heinrich Schuchardt
2018-07-11 9:06 ` [U-Boot] [PATCH v3 3/3] arm: qemu-arm: enable RTC (PL031) by default AKASHI Takahiro
2018-07-11 10:36 ` Heinrich Schuchardt
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=20180905031522.GA26633@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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