Message ID | 1584048699-24186-1-git-send-email-jolly.shah@xilinx.com (mailing list archive) |
---|---|
Headers | show |
Series | drivers: clk: zynqmp: Update fraction clock check from custom type flags | expand |
A gentle reminder for review. Thanks, Jolly Shah On 3/12/20, 2:32 PM, "Jolly Shah" <jolly.shah@xilinx.com> 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
Hi Stephan, Ping. Please review. Thanks, Jolly Shah > ------Original Message------ > From: Jolly Shah <jolly.shah@xilinx.com> > Sent: Thursday, March 12, 2020 2:31PM > To: Olof <olof@lixom.net>, Mturquette <mturquette@baylibre.com>, Sboyd <sboyd@kernel.org>, Michal Simek <michal.simek@xilinx.com>, Arm <arm@kernel.org>, Linux-clk <linux-clk@vger.kernel.org> > Cc: Rajan Vaja <rajanv@xilinx.com>, Linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>, Linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>, Jolly Shah <jolly.shah@xilinx.com> > 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(-) >