Re: [PATCH v4 3/5] usb: host: dwc2: add clk support

2020-03-04 Thread Simon Goldschmidt
Am 18.02.2020 um 09:35 schrieb Patrick Delaunay: > Add support for clock with driver model. > > This patch don't added dependency because when CONFIG_CLK > is not activated the clk function are stubbed. > > Signed-off-by: Patrick Delaunay Reviewed-by: Simon Goldschmidt > --- > > Changes in

[PATCH v4 3/5] usb: host: dwc2: add clk support

2020-02-18 Thread Patrick Delaunay
Add support for clock with driver model. This patch don't added dependency because when CONFIG_CLK is not activated the clk function are stubbed. Signed-off-by: Patrick Delaunay --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/usb/host/dwc2.c | 30