All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Chen-Yu Tsai <wens@csie.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Rob Herring <robh+dt@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Emilio Lopez <emilio@elopez.com.ar>,
	Mike Turquette <mturquette@linaro.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-serial@vger.kernel.org, linux-sunxi@googlegroups.com
Subject: Re: [PATCH v4 3/6] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
Date: Tue, 15 Jul 2014 08:11:30 +0100	[thread overview]
Message-ID: <20140715071130.GA4282@lee--X1> (raw)
In-Reply-To: <20140715065515.GE3745@lukather>

On Tue, 15 Jul 2014, Maxime Ripard wrote:

> Hi Lee,
> 
> On Thu, Jul 10, 2014 at 10:37:07AM +0100, Lee Jones wrote:
> > On Wed, 09 Jul 2014, Chen-Yu Tsai wrote:
> > 
> > > The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC.
> > > The differences are the AR100 clock can no longer be modified,
> > > the APB0 clock has different divisors, and some clock gates are
> > > gone.
> > > 
> > > This patch adds a compatible with a modified subdevice list for
> > > the A23.
> > > 
> > > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> > > Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> > > ---
> > >  .../devicetree/bindings/mfd/sun6i-prcm.txt         |  2 +-
> > >  drivers/mfd/sun6i-prcm.c                           | 30 ++++++++++++++++++++++
> > >  2 files changed, 31 insertions(+), 1 deletion(-)
> > 
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> 
> We don't have any dependency on this driver, so it would be simpler if
> you could just take it through your tree I guess.

Verll well, applied thanks.



-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/6] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
Date: Tue, 15 Jul 2014 08:11:30 +0100	[thread overview]
Message-ID: <20140715071130.GA4282@lee--X1> (raw)
In-Reply-To: <20140715065515.GE3745@lukather>

On Tue, 15 Jul 2014, Maxime Ripard wrote:

> Hi Lee,
> 
> On Thu, Jul 10, 2014 at 10:37:07AM +0100, Lee Jones wrote:
> > On Wed, 09 Jul 2014, Chen-Yu Tsai wrote:
> > 
> > > The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC.
> > > The differences are the AR100 clock can no longer be modified,
> > > the APB0 clock has different divisors, and some clock gates are
> > > gone.
> > > 
> > > This patch adds a compatible with a modified subdevice list for
> > > the A23.
> > > 
> > > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> > > Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> > > ---
> > >  .../devicetree/bindings/mfd/sun6i-prcm.txt         |  2 +-
> > >  drivers/mfd/sun6i-prcm.c                           | 30 ++++++++++++++++++++++
> > >  2 files changed, 31 insertions(+), 1 deletion(-)
> > 
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> 
> We don't have any dependency on this driver, so it would be simpler if
> you could just take it through your tree I guess.

Verll well, applied thanks.



-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2014-07-15  7:11 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09  7:54 [PATCH v4 0/6] ARM: sun8i: Support A23 PRCM clock and reset controllers Chen-Yu Tsai
2014-07-09  7:54 ` Chen-Yu Tsai
     [not found] ` <1404892479-12222-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-09  7:54   ` [PATCH v4 1/6] clk: sunxi: sun6i-apb0-gates: use bitmaps for valid gate indicies Chen-Yu Tsai
2014-07-09  7:54     ` Chen-Yu Tsai
     [not found]     ` <1404892479-12222-2-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-15  6:53       ` Maxime Ripard
2014-07-15  6:53         ` Maxime Ripard
2014-07-09  7:54   ` [PATCH v4 2/6] clk: sunxi: sun6i-a31-apb0-gates: Add A23 APB0 support Chen-Yu Tsai
2014-07-09  7:54     ` Chen-Yu Tsai
     [not found]     ` <1404892479-12222-3-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-15  6:53       ` Maxime Ripard
2014-07-15  6:53         ` Maxime Ripard
2014-07-09  7:54   ` [PATCH v4 3/6] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM Chen-Yu Tsai
2014-07-09  7:54     ` Chen-Yu Tsai
     [not found]     ` <1404892479-12222-4-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-10  9:37       ` Lee Jones
2014-07-10  9:37         ` Lee Jones
2014-07-15  6:55         ` Maxime Ripard
2014-07-15  6:55           ` Maxime Ripard
2014-07-15  7:11           ` Lee Jones [this message]
2014-07-15  7:11             ` Lee Jones
2014-07-09  7:54   ` [PATCH v4 4/6] serial: 8250_dw: Add optional reset control support Chen-Yu Tsai
2014-07-09  7:54     ` Chen-Yu Tsai
2014-07-09  7:54   ` [PATCH v4 5/6] serial: 8250_dw: Add support for deferred probing Chen-Yu Tsai
2014-07-09  7:54     ` Chen-Yu Tsai
     [not found]     ` <1404892479-12222-6-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-15  7:00       ` Maxime Ripard
2014-07-15  7:00         ` Maxime Ripard
2014-07-09  7:54   ` [PATCH v4 6/6] ARM: sun8i: Add PRCM clock and reset controller nodes to the DTSI Chen-Yu Tsai
2014-07-09  7:54     ` Chen-Yu Tsai
     [not found]     ` <1404892479-12222-7-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2014-07-10  5:20       ` fireescapefire-Re5JQEeQqe8AvxtiuMwx3w
2014-07-15  6:54       ` Maxime Ripard
2014-07-15  6:54         ` Maxime Ripard

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=20140715071130.GA4282@lee--X1 \
    --to=lee.jones@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=emilio@elopez.com.ar \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=mturquette@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=sameo@linux.intel.com \
    --cc=wens@csie.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 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.