On Sun, Jun 19, 2022 at 8:59 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > All known major issues with this driver resolved so time to move > it out of staging. > > Note this cleanup work was done using the roadtest framework. > https://lore.kernel.org/all/20220311162445.346685-1-vincent.whitchurch@xxxxxxxx/ > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > --- > drivers/iio/cdc/Kconfig | 10 + > drivers/iio/cdc/Makefile | 1 + > drivers/iio/cdc/ad7746.c | 818 +++++++++++++++++++++++++++++++ > drivers/staging/iio/cdc/ad7746.c | 818 ------------------------------- It's a bit hard to review, perhaps you forgot to add -M -C when generating this patch? (Also note that `git am` able to parse renamings, the only thing which should be in full in patches is when one deletes the file, although it may be already supported by newest versions of Git, dunno) -- With Best Regards, Andy Shevchenko