Re: [PATCH v2 0/2] drivers: clk: zynqmp: Update fraction clock check from custom type flags
From: Jolly Shah
Date: Mon Mar 23 2020 - 17:15:50 EST
A gentle reminder for review.
Thanks,
Jolly Shah
ïOn 3/12/20, 2:32 PM, "Jolly Shah" <jolly.shah@xxxxxxxxxx> wrote:
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(-)
--
2.7.4