Re: [PATCH v7 1/2] mfd: cros_ec: Register cros_ec_lid_angle driver when presented

2019-06-03 Thread Lee Jones
On Fri, 17 May 2019, Gwendal Grignou wrote: > Register driver when EC indicates has precise lid angle calculation code > running. > Fix incorrect extra resource allocation in cros_ec_sensors_register(). > > Signed-off-by: Gwendal Grignou > --- > Changes in v7: > - Split patch in two: This is

[PATCH v7 1/2] mfd: cros_ec: Register cros_ec_lid_angle driver when presented

2019-05-17 Thread Gwendal Grignou
Register driver when EC indicates has precise lid angle calculation code running. Fix incorrect extra resource allocation in cros_ec_sensors_register(). Signed-off-by: Gwendal Grignou --- Changes in v7: - Split patch in two: This is the MFD section. drivers/mfd/cros_ec_dev.c | 13 ++---