Re: [PATCH] clk: socfpga: agilex: add clock driver for eASIC N5X platform

2021-02-12 Thread Dinh Nguyen
On 2/10/21 9:05 PM, Stephen Boyd wrote: Quoting Dinh Nguyen (2021-01-05 11:29:56) Add support for Intel's eASIC N5X platform. The clock manager driver for the N5X is very similar to the Agilex platform, we can re-use most of the Agilex clock driver. This patch makes the necessary changes

Re: [PATCH] clk: socfpga: agilex: add clock driver for eASIC N5X platform

2021-02-10 Thread Stephen Boyd
Quoting Dinh Nguyen (2021-01-05 11:29:56) > Add support for Intel's eASIC N5X platform. The clock manager driver for > the N5X is very similar to the Agilex platform, we can re-use most of > the Agilex clock driver. > > This patch makes the necessary changes for the driver to differentiate >

Re: [PATCH] clk: socfpga: agilex: add clock driver for eASIC N5X platform

2021-01-19 Thread Dinh Nguyen
Hi Stephen/Mike, Was wondering if you had a chance to review this patch? Thanks, Dinh On 1/5/21 1:29 PM, Dinh Nguyen wrote: Add support for Intel's eASIC N5X platform. The clock manager driver for the N5X is very similar to the Agilex platform, we can re-use most of the Agilex clock driver.

[PATCH] clk: socfpga: agilex: add clock driver for eASIC N5X platform

2021-01-05 Thread Dinh Nguyen
Add support for Intel's eASIC N5X platform. The clock manager driver for the N5X is very similar to the Agilex platform, we can re-use most of the Agilex clock driver. This patch makes the necessary changes for the driver to differentiate between the Agilex and the N5X platforms. Signed-off-by: