Re: [PATCH] i2c: mvtwsi: Add support for DM clocks and resets

2021-09-27 Thread Heiko Schocher
Hello Samuel, On 21.09.21 06:43, Heiko Schocher wrote: > Hello Samuel, > > On 12.09.21 17:21, Samuel Holland wrote: >> The controller may need to have clocks/resets enabled for it to work. >> Add support for this. Since the clocks/resets are optional on some >> platforms (per the device tree bind

Re: [PATCH] i2c: mvtwsi: Add support for DM clocks and resets

2021-09-20 Thread Heiko Schocher
Hello Samuel, On 12.09.21 17:21, Samuel Holland wrote: > The controller may need to have clocks/resets enabled for it to work. > Add support for this. Since the clocks/resets are optional on some > platforms (per the device tree binding), do not prevent probing the > controller if they are missing

[PATCH] i2c: mvtwsi: Add support for DM clocks and resets

2021-09-12 Thread Samuel Holland
The controller may need to have clocks/resets enabled for it to work. Add support for this. Since the clocks/resets are optional on some platforms (per the device tree binding), do not prevent probing the controller if they are missing. Signed-off-by: Samuel Holland --- drivers/i2c/mvtwsi.c | 1