Message ID | cover.1558518323.git.leonard.crestez@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: imx8m: Add GIC clock | expand |
On 19-05-22 09:48:28, Leonard Crestez wrote: > Add gic clk and mark it as critical so that parents are not turned off > by accident. > > Changes since v1: > * Add imx8mq > * Split dt-bindings to separate patch > * Rebase on shawnguo/clk/imx > Link to v1: https://patchwork.kernel.org/patch/10940303/ > For the entire series. Reviewed-by: Abel Vesa <abel.vesa@nxp.com> > Leonard Crestez (2): > dt-bindings: clock: imx8m: Add GIC clock > clk: imx8m: Add GIC clock > > drivers/clk/imx/clk-imx8mm.c | 4 ++++ > drivers/clk/imx/clk-imx8mq.c | 4 ++++ > include/dt-bindings/clock/imx8mm-clock.h | 4 +++- > include/dt-bindings/clock/imx8mq-clock.h | 4 +++- > 4 files changed, 14 insertions(+), 2 deletions(-) > > -- > 2.17.1 >
On Wed, May 22, 2019 at 09:48:28AM +0000, Leonard Crestez wrote: > Add gic clk and mark it as critical so that parents are not turned off > by accident. > > Changes since v1: > * Add imx8mq > * Split dt-bindings to separate patch > * Rebase on shawnguo/clk/imx > Link to v1: https://patchwork.kernel.org/patch/10940303/ > > Leonard Crestez (2): > dt-bindings: clock: imx8m: Add GIC clock > clk: imx8m: Add GIC clock Applied both, thanks.