[PATCH v4 4/4] iio: humidity: si7020: added No Hold read mode
Lars-Peter Clausen
lars at metafoo.de
Wed Oct 28 02:38:05 PDT 2015
On 10/28/2015 07:58 AM, Nicola Corna wrote:
[...]
> + holdmode = !((*client)->adapter->quirks &&
> + (*client)->adapter->quirks->flags &
[...]
> + client->adapter->quirks &&
> + client->adapter->quirks->flags & I2C_AQ_NO_CLK_STRETCH)
This is rather ugly, can we get a helper in the I2C core something along the
lines of
i2c_check_quirks(client->adapter, I2C_AQ_NO_CLK_STRETCH)
- Lars
More information about the linux-arm-kernel
mailing list