Re: [PATCH 08/12] net: smc911x: Convert IO accessors to {read, write}{w, l}()

2020-03-16 Thread Joe Hershberger
On Sun, Mar 15, 2020 at 12:00 PM Marek Vasut wrote: > > Convert the IO accessors to standard ones instead of using volatile > void pointers, as those do not cover all the bus access details. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Masahiro Yamada Acked-by: Joe Hershberger

[PATCH 08/12] net: smc911x: Convert IO accessors to {read, write}{w, l}()

2020-03-15 Thread Marek Vasut
Convert the IO accessors to standard ones instead of using volatile void pointers, as those do not cover all the bus access details. Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Masahiro Yamada --- drivers/net/smc911x.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-)