diff options
author | Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com> | 2019-04-03 04:18:27 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-04-03 23:36:03 +0300 |
commit | a9f0a81ef88bc58af4e1af911e0f9306090b6082 (patch) | |
tree | 64a0624db1ff3c44f7c173020ff32b68a2f78001 /Documentation/devicetree/bindings/sound/wm8523.txt | |
parent | 3f98ad45e585c0019327a6547f9bf8e36423ec18 (diff) | |
download | linux-a9f0a81ef88bc58af4e1af911e0f9306090b6082.tar.xz |
i2c: iproc: use wrapper for read/write access
Use the following wrapper for read/write access of iProc i2c registers:
u32 iproc_i2c_rd_reg(struct bcm_iproc_i2c_dev *iproc_i2c,
u32 offset)
void iproc_i2c_wr_reg(struct bcm_iproc_i2c_dev *iproc_i2c, u32 offset,
u32 val)
This preps the driver for support of indirect register access required
by certain SoCs with this iProc I2C block integrated
Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8523.txt')
0 files changed, 0 insertions, 0 deletions