Merge branch 'regmap-interface' into regmap-next
This commit is contained in:
@@ -27,13 +27,13 @@ struct spi_device;
|
|||||||
* @val_bits: Number of bits in a register value, mandatory.
|
* @val_bits: Number of bits in a register value, mandatory.
|
||||||
*
|
*
|
||||||
* @max_register: Optional, specifies the maximum valid register index.
|
* @max_register: Optional, specifies the maximum valid register index.
|
||||||
* @writeable_register: Optional callback returning true if the register
|
* @writeable_reg: Optional callback returning true if the register
|
||||||
* can be written to.
|
* can be written to.
|
||||||
* @readable_register: Optional callback returning true if the register
|
* @readable_reg: Optional callback returning true if the register
|
||||||
* can be read from.
|
* can be read from.
|
||||||
* @volatile_register: Optional callback returning true if the register
|
* @volatile_reg: Optional callback returning true if the register
|
||||||
* value can't be cached.
|
* value can't be cached.
|
||||||
* @precious_register: Optional callback returning true if the rgister
|
* @precious_reg: Optional callback returning true if the rgister
|
||||||
* should not be read outside of a call from the driver
|
* should not be read outside of a call from the driver
|
||||||
* (eg, a clear on read interrupt status register).
|
* (eg, a clear on read interrupt status register).
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user