提交 dd898b20 编写于 作者: M Mark Brown

regmap: Add kerneldoc for struct regmap_config

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 322a8b03
......@@ -20,6 +20,12 @@
struct i2c_client;
struct spi_device;
/**
* Configuration for the register map of a device.
*
* @reg_bits: Number of bits in a register address, mandatory.
* @val_bits: Number of bits in a register value, mandatory.
*/
struct regmap_config {
int reg_bits;
int val_bits;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册