Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-20 Thread Mike Looijmans
On 19-03-18 22:08, Stephen Boyd wrote: Quoting Mike Looijmans (2018-03-19 08:04:15) On 18-03-18 13:52, Rob Herring wrote: On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: +Required properties: + - compatible: One of "silabs,si514a", "silabs,si514b" "silabs,si514c" according +

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-20 Thread Mike Looijmans
On 19-03-18 22:08, Stephen Boyd wrote: Quoting Mike Looijmans (2018-03-19 08:04:15) On 18-03-18 13:52, Rob Herring wrote: On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: +Required properties: + - compatible: One of "silabs,si514a", "silabs,si514b" "silabs,si514c" according +

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-20 Thread Stephen Boyd
Quoting Mike Looijmans (2018-03-20 00:15:36) > Thanks, found them on patchwork, somehow they didn't end up in my mailbox. > > Comments are clear, will incorporate them, I only have trouble with your > remark on the DT documentation "Can this reference stuff go to the bottom of > this

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-20 Thread Stephen Boyd
Quoting Mike Looijmans (2018-03-20 00:15:36) > Thanks, found them on patchwork, somehow they didn't end up in my mailbox. > > Comments are clear, will incorporate them, I only have trouble with your > remark on the DT documentation "Can this reference stuff go to the bottom of > this

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-19 Thread Stephen Boyd
Quoting Mike Looijmans (2018-03-19 08:04:15) > On 18-03-18 13:52, Rob Herring wrote: > > On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: > >> +Required properties: > >> + - compatible: One of "silabs,si514a", "silabs,si514b" "silabs,si514c" > >> according > >> + to

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-19 Thread Stephen Boyd
Quoting Mike Looijmans (2018-03-19 08:04:15) > On 18-03-18 13:52, Rob Herring wrote: > > On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: > >> +Required properties: > >> + - compatible: One of "silabs,si514a", "silabs,si514b" "silabs,si514c" > >> according > >> + to

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-19 Thread Mike Looijmans
On 18-03-18 13:52, Rob Herring wrote: On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: This patch adds the driver and devicetree documentation for the Silicon Labs SI544 clock generator chip. This is an I2C controlled oscillator capable of generating clock signals ranging from

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-19 Thread Mike Looijmans
On 18-03-18 13:52, Rob Herring wrote: On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: This patch adds the driver and devicetree documentation for the Silicon Labs SI544 clock generator chip. This is an I2C controlled oscillator capable of generating clock signals ranging from

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-18 Thread Rob Herring
On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: > This patch adds the driver and devicetree documentation for the > Silicon Labs SI544 clock generator chip. This is an I2C controlled > oscillator capable of generating clock signals ranging from 200kHz > to 1500MHz. > >

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-18 Thread Rob Herring
On Thu, Mar 15, 2018 at 12:50:08PM +0100, Mike Looijmans wrote: > This patch adds the driver and devicetree documentation for the > Silicon Labs SI544 clock generator chip. This is an I2C controlled > oscillator capable of generating clock signals ranging from 200kHz > to 1500MHz. > >

[PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-15 Thread Mike Looijmans
This patch adds the driver and devicetree documentation for the Silicon Labs SI544 clock generator chip. This is an I2C controlled oscillator capable of generating clock signals ranging from 200kHz to 1500MHz. Signed-off-by: Mike Looijmans --- v2: Add u64 cast to

[PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-15 Thread Mike Looijmans
This patch adds the driver and devicetree documentation for the Silicon Labs SI544 clock generator chip. This is an I2C controlled oscillator capable of generating clock signals ranging from 200kHz to 1500MHz. Signed-off-by: Mike Looijmans --- v2: Add u64 cast to ls_div_bits calculation loop