Re: [PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-10-02 Thread Stephen Boyd
Quoting Nishanth Menon (2018-08-27 17:50:56) > K3_ARCH uses TISCI for clocks as well. Enable the same > for the driver support. > > Signed-off-by: Nishanth Menon > --- Applied to clk-next

Re: [PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-09-21 Thread Nishanth Menon
On 00:55-20180828, Santosh Shilimkar wrote: > On 8/27/2018 5:50 PM, Nishanth Menon wrote: > > K3_ARCH uses TISCI for clocks as well. Enable the same > > for the driver support. > > > > Signed-off-by: Nishanth Menon > > --- > > > > Ref: https://patchwork.kernel.org/patch/10447677/ > > > > Since

Re: [PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-08-27 Thread Santosh Shilimkar
On 8/27/2018 5:50 PM, Nishanth Menon wrote: K3_ARCH uses TISCI for clocks as well. Enable the same for the driver support. Signed-off-by: Nishanth Menon --- Ref: https://patchwork.kernel.org/patch/10447677/ Since ARCH_K3 only got integrated in v4.19-rc1, rebased to v4.19-rc1 tag.. drivers/

[PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-08-27 Thread Nishanth Menon
K3_ARCH uses TISCI for clocks as well. Enable the same for the driver support. Signed-off-by: Nishanth Menon --- Ref: https://patchwork.kernel.org/patch/10447677/ Since ARCH_K3 only got integrated in v4.19-rc1, rebased to v4.19-rc1 tag.. drivers/clk/Makefile | 1 + drivers/clk/keyston

Re: [RFC PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-06-29 Thread Stephen Boyd
Quoting Nishanth Menon (2018-06-04 23:20:46) > K3_ARCH uses TISCI for clocks as well. Enable the same > for the driver support. > > Signed-off-by: Nishanth Menon > --- > > Hi, > > This patch depends on > https://marc.info/?l=linux-arm-kernel&m=152817866312732&w=2 > and is an RFC based off next

[RFC PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-06-04 Thread Nishanth Menon
K3_ARCH uses TISCI for clocks as well. Enable the same for the driver support. Signed-off-by: Nishanth Menon --- Hi, This patch depends on https://marc.info/?l=linux-arm-kernel&m=152817866312732&w=2 and is an RFC based off next-20180604 and will post formally once v4.18-rc1 is available. The