Re: [PATCH v2 1/5] clk: ingenic: Add missing header in cgu.h

2019-06-25 Thread Paul Cercueil
Le mer. 26 juin 2019 à 0:42, Stephen Boyd a écrit : Quoting Stephen Boyd (2019-06-25 15:17:35) Quoting Paul Cercueil (2019-06-11 11:07:53) > The cgu.h has structures that contain 'clk_onecell_data' and 'clk_hw' > structures (no pointers), so the header should be > included. > > Sig

Re: [PATCH v2 1/5] clk: ingenic: Add missing header in cgu.h

2019-06-25 Thread Stephen Boyd
Quoting Stephen Boyd (2019-06-25 15:17:35) > Quoting Paul Cercueil (2019-06-11 11:07:53) > > The cgu.h has structures that contain 'clk_onecell_data' and 'clk_hw' > > structures (no pointers), so the header should be > > included. > > > > Signed-off-by: Paul Cercueil > > --- > > > > Notes: > >

Re: [PATCH v2 1/5] clk: ingenic: Add missing header in cgu.h

2019-06-25 Thread Stephen Boyd
Quoting Paul Cercueil (2019-06-11 11:07:53) > The cgu.h has structures that contain 'clk_onecell_data' and 'clk_hw' > structures (no pointers), so the header should be > included. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: Rebase on v5.2-rc4 You seemed to miss my review commen

[PATCH v2 1/5] clk: ingenic: Add missing header in cgu.h

2019-06-11 Thread Paul Cercueil
The cgu.h has structures that contain 'clk_onecell_data' and 'clk_hw' structures (no pointers), so the header should be included. Signed-off-by: Paul Cercueil --- Notes: v2: Rebase on v5.2-rc4 drivers/clk/ingenic/cgu.h | 1 + drivers/clk/ingenic/jz4725b-cgu.c | 1 - drivers/clk/in