aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorKhalil Blaiech <[email protected]>2020-11-03 14:54:40 -0500
committerWolfram Sang <[email protected]>2020-11-06 15:51:57 +0100
commit4b19d806ac5272bb9f64d78ca6832867870eb45d (patch)
tree237f17e1b9630fffbb2ffb65efce47289defa447 /scripts/gdb/linux/utils.py
parent08e019e27a9ed0d6c410176cab4e029e3d233cb8 (diff)
i2c: mlxbf: Remove unecessary wrapper functions
Few wrapper functions are useless and can be inlined. So delete mlxbf_i2c_read() and mlxbf_i2c_write() and replace them with readl() and writel(), respectively. Also delete mlxbf_i2c_read_data() and mlxbf_i2c_write() and replace them with ioread32be() and iowrite32be(), respectively. Fixes: b5b5b32081cd206b ("i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC") Reviewed-by: Leon Romanovsky <[email protected]> Reviewed-by: Vadim Pasternak <[email protected]> Signed-off-by: Khalil Blaiech <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions