On Sun, Mar 15, 2020 at 8:19 AM Marek Vasut <[email protected]> wrote: > > Drop the example, for two reasons. First, it is tapping directly into > the IO accessors of the SMC911x, while it should instead go through > the net device API. Second, this makes conversion of the SMC911x driver > to DM real hard. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Joe Hershberger <[email protected]> > Cc: Tom Rini <[email protected]> > --- > examples/standalone/Makefile | 1 - > examples/standalone/smc911x_eeprom.c | 379 --------------------------- > 2 files changed, 380 deletions(-) > delete mode 100644 examples/standalone/smc911x_eeprom.c
Yeah, I was disturbed by this example code. I agree we should drop it. Reviewed-by: Masahiro Yamada <[email protected]> -- Best Regards Masahiro Yamada

