Re: [PATCH v2 0/2] drivers: clk: zynqmp: Update fraction clock check from custom type flags

From: Jolly Shah
Date: Thu Apr 09 2020 - 16:48:35 EST


Hi Stephan,

Ping. Please review.

Thanks,
Jolly Shah

> ------Original Message------
> From: Jolly Shah <jolly.shah@xxxxxxxxxx>
> Sent: Thursday, March 12, 2020 2:31PM
> To: Olof <olof@xxxxxxxxx>, Mturquette <mturquette@xxxxxxxxxxxx>, Sboyd <sboyd@xxxxxxxxxx>, Michal Simek <michal.simek@xxxxxxxxxx>, Arm <arm@xxxxxxxxxx>, Linux-clk <linux-clk@xxxxxxxxxxxxxxx>
> Cc: Rajan Vaja <rajanv@xxxxxxxxxx>, Linux-arm-kernel@xxxxxxxxxxxxxxxxxxx <linux-arm-kernel@xxxxxxxxxxxxxxxxxxx>, Linux-kernel@xxxxxxxxxxxxxxx <linux-kernel@xxxxxxxxxxxxxxx>, Jolly Shah <jolly.shah@xxxxxxxxxx>
> Subject: [PATCH v2 0/2] drivers: clk: zynqmp: Update fraction clock check from custom type flags
>
This patch series adds support for custom type flags passed from
firmware. It also update fraction clock check from custom type
flags since new firmware pass CLK_FRAC flag as a part of custom flags
instead of clkflags as CLK_FRAC is not common clock framework flag.

This patch series maintains backward compatibility with older version
of firmware.
v2:
-PATCH[2/2] Correct BIT index of CLK_FRAC in custom_type_flag

Rajan Vaja (1):
drivers: clk: zynqmp: Add support for custom type flags

Tejas Patel (1):
drivers: clk: zynqmp: Update fraction clock check from custom type
flags

drivers/clk/zynqmp/clk-zynqmp.h | 1 +
drivers/clk/zynqmp/clkc.c | 4 ++++
drivers/clk/zynqmp/divider.c | 6 ++++--
3 files changed, 9 insertions(+), 2 deletions(-)