On Thu, Aug 25, 2016 at 10:06 PM, Stephen Boyd [off-list ref] wrote=
:
On 08/22, Linus Walleij wrote:
quoted
@@ -143,6 +180,17 @@ static int vco_set(struct clk_icst *icst, struct ic=
st_vco vco)
quoted
if (vco.r !=3D 22)
pr_err("ICST error: tried to use RDW !=3D 22\n");
break;
+ case ICST_INTEGRATOR_AP_SYS:
+ mask =3D INTEGRATOR_AP_SYS_BITS;
+ val &=3D ~0xFF; /* Uses 8 bits */
drivers/clk/versatile/clk-icst.c: In function =E2=80=98icst_set_rate=E2=
=80=99:
drivers/clk/versatile/clk-icst.c:185:7: warning: =E2=80=98val=E2=80=99 ma=
y be used uninitialized in this function [-Wuninitialized]
Sorry, a dangling oneliner. Resent only this patch as v3.
Yours,
Linus Walleij