diff options
author | Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com> | 2019-04-02 18:18:27 -0700 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-04-03 22:36:03 +0200 |
commit | a9f0a81ef88bc58af4e1af911e0f9306090b6082 (patch) | |
tree | 64a0624db1ff3c44f7c173020ff32b68a2f78001 /tools/perf/scripts/python/syscall-counts.py | |
parent | 3f98ad45e585c0019327a6547f9bf8e36423ec18 (diff) |
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 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions