i2c: sh_mobile: use direct writes when accessing ICE bit
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 2 Nov 2017 12:47:30 +0000 (13:47 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 27 Nov 2017 17:53:07 +0000 (18:53 +0100)
commit832a522a3ef5e96b517163ee7d4c249545d88626
treeebad3346e5a8e8e2dfc494631609e3b807f194c1
parent91a5e63e3f9879e5030064a3c0d23c3777c4f4d0
i2c: sh_mobile: use direct writes when accessing ICE bit

ICE bit is for resetting the module. Other bits don't matter then, so we
don't need to use the iic_set_clr() function but can use iic_wr().

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-sh_mobile.c