Files
android_kernel_xiaomi_sm8450/drivers/base
Markus Pargmann adaac45975 regmap: Introduce max_raw_read/write for regmap_bulk_read/write
There are some buses which have a limit on the maximum number of bytes
that can be send/received. An example for this is
I2C_FUNC_SMBUS_I2C_BLOCK which does not support any reads/writes of more
than 32 bytes. The regmap_bulk operations should still be able to
utilize the full 32 bytes in this case.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-08-30 10:19:22 +01:00
..
2014-07-04 18:05:05 +01:00
2015-06-25 17:00:40 -07:00
2015-05-20 00:15:09 -07:00
2010-05-21 09:37:29 -07:00
2014-09-01 13:48:59 +02:00