All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joachim Eastwood <manabian@gmail.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: mturquette@gmail.com, "Stephen Boyd" <sboyd@codeaurora.org>,
	henryc.chen@mediatek.com, s.hauer@pengutronix.de,
	jamesjj.liao@mediatek.com,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Heiko Stübner" <heiko@sntech.de>,
	linux-clk@vger.kernel.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v4 1/3] clk: Add regmap support
Date: Fri, 19 Jun 2015 18:01:27 +0200	[thread overview]
Message-ID: <CAGhQ9Vx3qxvawiUYtEjr7z=o6mS3TirCzRd9-UZ0FP=equWEaQ@mail.gmail.com> (raw)
In-Reply-To: <1434464615-9080-2-git-send-email-matthias.bgg@gmail.com>

Hi Matthias,

On 16 June 2015 at 16:23, Matthias Brugger <matthias.bgg@gmail.com> wrote:
> Some devices like SoCs from Mediatek need to use the clock
> through a regmap interface.
> This patch adds regmap support for the simple multiplexer clock,
> the divider clock and the clock gate code.
>
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

I think it looks fine now and I have no further comments, so:
Acked-by: Joachim Eastwood <manabian@gmail.com>

Hope this can go in for 4.3.


regards,
Joachim Eastwood
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at  http://www.tux.org/lkml/

WARNING: multiple messages have this Message-ID (diff)
From: Joachim Eastwood <manabian@gmail.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: mturquette@gmail.com, "Stephen Boyd" <sboyd@codeaurora.org>,
	henryc.chen@mediatek.com, s.hauer@pengutronix.de,
	jamesjj.liao@mediatek.com,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Heiko Stübner" <heiko@sntech.de>,
	linux-clk@vger.kernel.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v4 1/3] clk: Add regmap support
Date: Fri, 19 Jun 2015 18:01:27 +0200	[thread overview]
Message-ID: <CAGhQ9Vx3qxvawiUYtEjr7z=o6mS3TirCzRd9-UZ0FP=equWEaQ@mail.gmail.com> (raw)
In-Reply-To: <1434464615-9080-2-git-send-email-matthias.bgg@gmail.com>

Hi Matthias,

On 16 June 2015 at 16:23, Matthias Brugger <matthias.bgg@gmail.com> wrote:
> Some devices like SoCs from Mediatek need to use the clock
> through a regmap interface.
> This patch adds regmap support for the simple multiplexer clock,
> the divider clock and the clock gate code.
>
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

I think it looks fine now and I have no further comments, so:
Acked-by: Joachim Eastwood <manabian@gmail.com>

Hope this can go in for 4.3.


regards,
Joachim Eastwood
--
To unsubscribe from this list: send the line "unsubscribe linux-clk" in

WARNING: multiple messages have this Message-ID (diff)
From: Joachim Eastwood <manabian@gmail.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: mturquette@gmail.com, "Stephen Boyd" <sboyd@codeaurora.org>,
	henryc.chen@mediatek.com, s.hauer@pengutronix.de,
	jamesjj.liao@mediatek.com,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Heiko Stübner" <heiko@sntech.de>,
	linux-clk@vger.kernel.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v4 1/3] clk: Add regmap support
Date: Fri, 19 Jun 2015 18:01:27 +0200	[thread overview]
Message-ID: <CAGhQ9Vx3qxvawiUYtEjr7z=o6mS3TirCzRd9-UZ0FP=equWEaQ@mail.gmail.com> (raw)
In-Reply-To: <1434464615-9080-2-git-send-email-matthias.bgg@gmail.com>

Hi Matthias,

On 16 June 2015 at 16:23, Matthias Brugger <matthias.bgg@gmail.com> wrote:
> Some devices like SoCs from Mediatek need to use the clock
> through a regmap interface.
> This patch adds regmap support for the simple multiplexer clock,
> the divider clock and the clock gate code.
>
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

I think it looks fine now and I have no further comments, so:
Acked-by: Joachim Eastwood <manabian@gmail.com>

Hope this can go in for 4.3.


regards,
Joachim Eastwood

WARNING: multiple messages have this Message-ID (diff)
From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/3] clk: Add regmap support
Date: Fri, 19 Jun 2015 18:01:27 +0200	[thread overview]
Message-ID: <CAGhQ9Vx3qxvawiUYtEjr7z=o6mS3TirCzRd9-UZ0FP=equWEaQ@mail.gmail.com> (raw)
In-Reply-To: <1434464615-9080-2-git-send-email-matthias.bgg@gmail.com>

Hi Matthias,

On 16 June 2015 at 16:23, Matthias Brugger <matthias.bgg@gmail.com> wrote:
> Some devices like SoCs from Mediatek need to use the clock
> through a regmap interface.
> This patch adds regmap support for the simple multiplexer clock,
> the divider clock and the clock gate code.
>
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

I think it looks fine now and I have no further comments, so:
Acked-by: Joachim Eastwood <manabian@gmail.com>

Hope this can go in for 4.3.


regards,
Joachim Eastwood

  reply	other threads:[~2015-06-19 16:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-16 14:23 [PATCH v4 0/3] clk: Add regmap support for clk mulitplexer Matthias Brugger
2015-06-16 14:23 ` Matthias Brugger
2015-06-16 14:23 ` [PATCH v4 1/3] clk: Add regmap support Matthias Brugger
2015-06-16 14:23   ` Matthias Brugger
2015-06-16 14:23   ` Matthias Brugger
2015-06-19 16:01   ` Joachim Eastwood [this message]
2015-06-19 16:01     ` Joachim Eastwood
2015-06-19 16:01     ` Joachim Eastwood
2015-06-19 16:01     ` Joachim Eastwood
2015-06-19 18:10   ` Heiko Stuebner
2015-06-19 18:10     ` Heiko Stuebner
2015-06-19 18:10     ` Heiko Stuebner
2015-06-16 14:23 ` [PATCH v4 2/3] clk: mediatek: Add support for clk-mux using regmap Matthias Brugger
2015-06-16 14:23   ` Matthias Brugger
2015-06-16 14:23   ` Matthias Brugger
2015-06-16 14:23 ` [PATCH v4 3/3] clk: mediatek: Use regmap clk-mux for mt8135 Matthias Brugger
2015-06-16 14:23   ` Matthias Brugger
2015-07-07 10:37 ` [PATCH v4 0/3] clk: Add regmap support for clk mulitplexer Matthias Brugger
2015-07-07 10:37   ` Matthias Brugger

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='CAGhQ9Vx3qxvawiUYtEjr7z=o6mS3TirCzRd9-UZ0FP=equWEaQ@mail.gmail.com' \
    --to=manabian@gmail.com \
    --cc=heiko@sntech.de \
    --cc=henryc.chen@mediatek.com \
    --cc=jamesjj.liao@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@codeaurora.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.