i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING
Since there are uses for I2C_M_NOSTART which are much more sensible and standard than most of the protocol mangling functionality (the main one being gather writes to devices where something like a register address needs to be inserted before a block of data) create a new I2C_FUNC_NOSTART for this feature and update all the users to use it. Also strengthen the disrecommendation of the protocol mangling while we're at it. In the case of regmap-i2c we remove the requirement for mangling as I2C_M_NOSTART is the only mangling feature which is being used. Signed-off-by:Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
Showing
- Documentation/i2c/functionality 6 additions, 3 deletionsDocumentation/i2c/functionality
- Documentation/i2c/i2c-protocol 8 additions, 1 deletionDocumentation/i2c/i2c-protocol
- drivers/base/regmap/regmap-i2c.c 1 addition, 1 deletiondrivers/base/regmap/regmap-i2c.c
- drivers/i2c/algos/i2c-algo-bit.c 1 addition, 1 deletiondrivers/i2c/algos/i2c-algo-bit.c
- drivers/i2c/busses/i2c-nuc900.c 2 additions, 1 deletiondrivers/i2c/busses/i2c-nuc900.c
- drivers/i2c/busses/i2c-s3c2410.c 2 additions, 1 deletiondrivers/i2c/busses/i2c-s3c2410.c
- drivers/input/joystick/as5011.c 1 addition, 0 deletionsdrivers/input/joystick/as5011.c
- drivers/video/matrox/matroxfb_maven.c 1 addition, 0 deletionsdrivers/video/matrox/matroxfb_maven.c
- include/linux/i2c.h 3 additions, 2 deletionsinclude/linux/i2c.h
Please register or sign in to comment