RE: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-14 Thread Michal Simek
ead.org; John Linn; a...@kernel.org > Subject: Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks > > On Thu, Nov 08, 2012 at 03:28:07PM -0800, Soren Brinkmann wrote: > > One note below: > > > > On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: > [..] > &

RE: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-14 Thread Michal Simek
Subject: Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks On Thu, Nov 08, 2012 at 03:28:07PM -0800, Soren Brinkmann wrote: One note below: On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: [..] --- /dev/null +++ b/drivers/clk/clk-zynq.c [..] +struct

Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-13 Thread Josh Cartwright
On Thu, Nov 08, 2012 at 03:28:07PM -0800, Soren Brinkmann wrote: > One note below: > > On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: [..] > > --- /dev/null > > +++ b/drivers/clk/clk-zynq.c [..] > > +struct zynq_periph_clk { > > + struct clk_hw hw; > > + struct

Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-13 Thread Josh Cartwright
On Thu, Nov 08, 2012 at 03:28:07PM -0800, Soren Brinkmann wrote: One note below: On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: [..] --- /dev/null +++ b/drivers/clk/clk-zynq.c [..] +struct zynq_periph_clk { + struct clk_hw hw; + struct clk_onecell_data

RE: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-12 Thread Michal Simek
l Simek; John Linn; a...@kernel.org > Subject: Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks > > One note below: > > On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: > > Provide simplified models for the necessary clocks on the zynq-7000 > > platform

RE: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-12 Thread Michal Simek
Subject: Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks One note below: On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: Provide simplified models for the necessary clocks on the zynq-7000 platform. Currently, the PLLs, the CPU clock network, and the basic

Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-08 Thread Soren Brinkmann
One note below: On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: > Provide simplified models for the necessary clocks on the zynq-7000 > platform. Currently, the PLLs, the CPU clock network, and the basic > peripheral clock networks (for SDIO, SMC, SPI, QSPI, UART) are modelled.

Re: [PATCH v2 2/5] clk: Add support for fundamental zynq clks

2012-11-08 Thread Soren Brinkmann
One note below: On Wed, Oct 31, 2012 at 12:58:52PM -0600, Josh Cartwright wrote: Provide simplified models for the necessary clocks on the zynq-7000 platform. Currently, the PLLs, the CPU clock network, and the basic peripheral clock networks (for SDIO, SMC, SPI, QSPI, UART) are modelled.