Re: [PATCH v2 0/2] clk: sunxi-ng: H6 related clock fixes

2019-04-04 Thread Maxime Ripard
On Wed, Apr 03, 2019 at 05:14:02PM +0200, Jernej Skrabec wrote: > During linux-next testing on Allwinner H6, I found several issues with > clock driver. This patch series fixes them. > > Patch 1 allows video and vpu related clocks to set parent rate. > Patch 2 adds a comment with short explanation

[PATCH v2 0/2] clk: sunxi-ng: H6 related clock fixes

2019-04-03 Thread Jernej Skrabec
During linux-next testing on Allwinner H6, I found several issues with clock driver. This patch series fixes them. Patch 1 allows video and vpu related clocks to set parent rate. Patch 2 adds a comment with short explanation why zero width check is needed. Please take a look. Best regards, Jerne