linux-stable/drivers/base/regmap
Mark Brown 2547e201b3 regmap: Just send the buffer directly for single register writes
When doing a single register write we use work_buf for both the register
and the value with the buffer formatted for sending directly to the device
so we can just do a write() directly. This saves allocating a temporary
buffer if we can't do gather writes and is likely to be faster than doing
a gather write.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-08-08 15:52:25 +09:00
..
Kconfig regmap: Add SPI bus support 2011-07-23 07:56:59 +01:00
Makefile regmap: Add SPI bus support 2011-07-23 07:56:59 +01:00
regmap-i2c.c regmap: Add I2C bus support 2011-07-23 07:56:39 +01:00
regmap-spi.c regmap: Add SPI bus support 2011-07-23 07:56:59 +01:00
regmap.c regmap: Just send the buffer directly for single register writes 2011-08-08 15:52:25 +09:00