Re: [PATCH 12/16] net: dm9000: Pass private data around for IO

2022-04-12 Thread Ramon Fried
On Mon, Apr 11, 2022 at 8:56 PM Marek Vasut wrote: > > Pass private data into IO accessors and use the base addresses of > IO and DATA window from the private data instead of using the hard > coded macros DM9000_IO/DM9000_DATA. Currently both the DM9000_IO > and DM9000_DATA are assigned to the res

[PATCH 12/16] net: dm9000: Pass private data around for IO

2022-04-11 Thread Marek Vasut
Pass private data into IO accessors and use the base addresses of IO and DATA window from the private data instead of using the hard coded macros DM9000_IO/DM9000_DATA. Currently both the DM9000_IO and DM9000_DATA are assigned to the respecive private data fields for the non-DM case backward compat