From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Mon, 23 Dec 2013 11:34:55 -0800 Subject: [PATCH 1/4] clk: sunxi: Allwinner A20 output clock support In-Reply-To: <52B86393.8020202@gmail.com> References: <1387787827-11341-1-git-send-email-wens@csie.org> <1387787827-11341-2-git-send-email-wens@csie.org> <52B8613B.9040503@elopez.com.ar> <52B86393.8020202@gmail.com> Message-ID: <20131223193455.25490.66859@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Emilio L?pez (2013-12-23 08:23:47) > Hi again, > > El 23/12/13 13:13, Emilio L?pez escribi?: > > Hi, > > > > El 23/12/13 05:37, Chen-Yu Tsai escribi?: > >> This patch adds support for the external clock outputs on the > >> Allwinner A20 SoC. The clock outputs are similar to "module 0" > >> type clocks, with different offsets and widths for clock factors. > >> > >> Signed-off-by: Chen-Yu Tsai > > > > This patch looks good to me, > > > > Acked-by: Emilio L?pez > > > >> --- > >> drivers/clk/sunxi/clk-sunxi.c | 57 > >> +++++++++++++++++++++++++++++++++++++++++++ > >> 1 file changed, 57 insertions(+) > > Please add the new binding to the binding document; I just noticed it > was missing. You can keep the Ack once you do so. Feel free to add this to your "[PATCH v3 00/13] clk: sunxi: add PLL5 and PLL6 support" pull request. Regards, Mike > > Cheers, > > Emilio