Re: [PATCH v3 2/2] staging: iio: isl29028: move out of staging

From: Joe Perches
Date: Wed Apr 26 2017 - 01:49:32 EST


On Wed, 2017-04-26 at 06:30 +0100, Jonathan Cameron wrote:
> On 25/04/17 02:34, Brian Masney wrote:
> > Move ISL29028 ALS / Proximity Sensor out of staging and into mainline.
> >
> > Signed-off-by: Brian Masney <masneyb@xxxxxxxxxxxxx>

Hey Brian.

Next time it's better to use git format-patch -M
to reduce the patch size and show renames.

> Applied to the togreg branch of iio.git.
>
> Thanks,
>
> Jonathan
> > ---
> > drivers/iio/light/Kconfig | 10 +
> > drivers/iio/light/Makefile | 1 +
> > drivers/iio/light/isl29028.c | 723 +++++++++++++++++++++++++++++++++++
> > drivers/staging/iio/light/Kconfig | 10 -
> > drivers/staging/iio/light/Makefile | 1 -
> > drivers/staging/iio/light/isl29028.c | 723 -----------------------------------
> > 6 files changed, 734 insertions(+), 734 deletions(-)
> > create mode 100644 drivers/iio/light/isl29028.c
> > delete mode 100644 drivers/staging/iio/light/isl29028.c

[quoted the entire patch]

And Jonathan, please trim your replies a bit more.

Thanks.