commit | 6a4a5c194df8af25390f4ba30250a76fc0256643 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sat May 09 22:34:41 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 12 13:17:23 2020 -0400 |
tree | 63006e9075226a53a4880e5b6bea11d1e4d245cc | |
parent | 26f59c28bdea91617b3acfd132d5affc55e1ef4a [diff] |
net: rtl8139: Split out common and non-DM functions Split the driver into common and non-DM functionality, so that the DM support can later re-use the common code, while we retain the non-DM code until all the platforms are converted. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com>