Re: [PATCH v2] mfd: twl-core: Fix clock initialization

2018-04-16 Thread Lee Jones
On Mon, 09 Apr 2018, Peter Ujfalusi wrote: > When looking up the clock we must use the client->dev as device since that > is the one which is probed via DT. > > Signed-off-by: Peter Ujfalusi > Cc: sta...@vger.kernel.org # 4.16+ > --- > Hi, > > Changes since v1: > - Removed the Fixes line and ad

[PATCH v2] mfd: twl-core: Fix clock initialization

2018-04-09 Thread Peter Ujfalusi
When looking up the clock we must use the client->dev as device since that is the one which is probed via DT. Signed-off-by: Peter Ujfalusi Cc: sta...@vger.kernel.org # 4.16+ --- Hi, Changes since v1: - Removed the Fixes line and add tag only for v4.16 to avoid possible breakage in pre v4.16.