Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-09-01 Thread Tero Kristo
On 01/09/16 01:31, Stephen Boyd wrote: On 08/31, Tero Kristo wrote: On 24/08/16 11:34, Stephen Boyd wrote: On 08/19, Nishanth Menon wrote: diff --git a/drivers/clk/keystone/sci-clk.c b/drivers/clk/keystone/sci-clk.c new file mode 100644 index ..6c43e097e6d6 --- /dev/null +++

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-09-01 Thread Tero Kristo
On 01/09/16 01:31, Stephen Boyd wrote: On 08/31, Tero Kristo wrote: On 24/08/16 11:34, Stephen Boyd wrote: On 08/19, Nishanth Menon wrote: diff --git a/drivers/clk/keystone/sci-clk.c b/drivers/clk/keystone/sci-clk.c new file mode 100644 index ..6c43e097e6d6 --- /dev/null +++

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-31 Thread Stephen Boyd
On 08/31, Tero Kristo wrote: > On 24/08/16 11:34, Stephen Boyd wrote: > >On 08/19, Nishanth Menon wrote: > >>diff --git a/drivers/clk/keystone/sci-clk.c b/drivers/clk/keystone/sci-clk.c > >>new file mode 100644 > >>index ..6c43e097e6d6 > >>--- /dev/null > >>+++

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-31 Thread Stephen Boyd
On 08/31, Tero Kristo wrote: > On 24/08/16 11:34, Stephen Boyd wrote: > >On 08/19, Nishanth Menon wrote: > >>diff --git a/drivers/clk/keystone/sci-clk.c b/drivers/clk/keystone/sci-clk.c > >>new file mode 100644 > >>index ..6c43e097e6d6 > >>--- /dev/null > >>+++

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-31 Thread Tero Kristo
Hi Stephen, Thanks for comments, inlined replies below. On 24/08/16 11:34, Stephen Boyd wrote: On 08/19, Nishanth Menon wrote: THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER M: Hans Verkuil diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-31 Thread Tero Kristo
Hi Stephen, Thanks for comments, inlined replies below. On 24/08/16 11:34, Stephen Boyd wrote: On 08/19, Nishanth Menon wrote: THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER M: Hans Verkuil diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index e2d9bd760c84..d1724999be78

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-24 Thread Stephen Boyd
On 08/19, Nishanth Menon wrote: > THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER > M: Hans Verkuil > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index e2d9bd760c84..d1724999be78 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -179,6

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-24 Thread Stephen Boyd
On 08/19, Nishanth Menon wrote: > THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER > M: Hans Verkuil > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index e2d9bd760c84..d1724999be78 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -179,6 +179,19 @@ config

[PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-19 Thread Nishanth Menon
From: Tero Kristo In K2G, the clock handling is done through firmware executing on a separate core. Linux kernel needs to communicate to the firmware through TI system control interface to access any power management related resources, including clocks. The keystone sci-clk

[PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-19 Thread Nishanth Menon
From: Tero Kristo In K2G, the clock handling is done through firmware executing on a separate core. Linux kernel needs to communicate to the firmware through TI system control interface to access any power management related resources, including clocks. The keystone sci-clk driver does this, by