Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: keguang.zhang@gmail.com
Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
	zhzhl555@gmail.com, peppe.cavallaro@st.com, wuzhangjin@gmail.com,
	r0bertz@gentoo.org
Subject: Re: [PATCH V3 4/5] MIPS: Add RTC support for Loongson1B
Date: Thu, 17 Nov 2011 12:42:26 +0000	[thread overview]
Message-ID: <20111117124226.GB16467@linux-mips.org> (raw)
In-Reply-To: <1321522748-21391-4-git-send-email-keguang.zhang@gmail.com>

On Thu, Nov 17, 2011 at 05:39:07PM +0800, keguang.zhang@gmail.com wrote:

> From: Kelvin Cheung <keguang.zhang@gmail.com>
> 
> This patch adds RTC support(TOY counter0) for Loongson1B.
> Thanks Zhao Zhang for implementing this.
> 
> Signed-off-by: zhao zhang <zhzhl555@gmail.com>
> Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
> ---
>  arch/mips/include/asm/mach-loongson1/platform.h |    1 +
>  arch/mips/loongson1/common/platform.c           |    5 +
>  arch/mips/loongson1/ls1b/board.c                |    1 +
>  drivers/rtc/Kconfig                             |   10 +
>  drivers/rtc/Makefile                            |    1 +
>  drivers/rtc/rtc-ls1x.c                          |  210 +++++++++++++++++++++++
>  6 files changed, 228 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/rtc/rtc-ls1x.c

Please send to the RTC list & maintainers, see MAINTAINERS for the
addresses.  I can accept the RTC patch only with the RTC maintainer's
Acked-by.

Also you may want to split this patch in two patches.  Send the
drivers/rtc/ part to the RTC maintainer & list and merge the
arch/mips bits into patch 2/5.

Thanks,

  Ralf

  reply	other threads:[~2011-11-17 12:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-17  9:39 [PATCH V3 1/5] MIPS: Add CPU support for Loongson1B keguang.zhang
2011-11-17  9:39 ` [PATCH V3 2/5] MIPS: Add board " keguang.zhang
2011-11-17 12:36   ` Ralf Baechle
2011-11-17  9:39 ` [PATCH V3 3/5] MIPS: Add Makefile and Kconfig " keguang.zhang
2011-11-17  9:39 ` [PATCH V3 4/5] MIPS: Add RTC support " keguang.zhang
2011-11-17 12:42   ` Ralf Baechle [this message]
2011-11-17  9:39 ` [PATCH V3 5/5] MIPS: Add defconfig " keguang.zhang

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=20111117124226.GB16467@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=keguang.zhang@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=peppe.cavallaro@st.com \
    --cc=r0bertz@gentoo.org \
    --cc=wuzhangjin@gmail.com \
    --cc=zhzhl555@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox