Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1412879
| From | Benson Leung <bleung@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Dyna-Image AL3320A update, add AL3010 driver |
| Date | 2016-06-03 10:00 +0200 |
| Message-ID | <rFSbo-od-19@gated-at.bofh.it> (permalink) |
| References | <rFOAO-6LJ-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Rocky, On Fri, Jun 3, 2016 at 6:02 AM, Rocky Hsiao <rocky.hsiao@dyna-image.com> wrote: > > 1. Change al3320a.c to match light sensor test flow. > 2. Add al3010.c to add new device AL3010. > original file copy from al3320a.c > > Signed-off-by: Rocky Hsiao <rocky.hsiao@dyna-image.com> > --- > .../config/x86_64/chromiumos-x86_64.flavour.config | 2 + > drivers/iio/light/Kconfig | 10 + > drivers/iio/light/Makefile | 1 + > drivers/iio/light/al3010.c | 301 +++++++++++++++++++++ > drivers/iio/light/al3320a.c | 73 ++++- > 5 files changed, 378 insertions(+), 9 deletions(-) > create mode 100644 drivers/iio/light/al3010.c > > diff --git a/chromeos/config/x86_64/chromiumos-x86_64.flavour.config b/chromeos/config/x86_64/chromiumos-x86_64.flavour.config > index 7d2bed4..7980a14 100644 > --- a/chromeos/config/x86_64/chromiumos-x86_64.flavour.config > +++ b/chromeos/config/x86_64/chromiumos-x86_64.flavour.config This looks like this patch was based on a chromeos-kernel. As was mentioned by Daniel, don't do this for submissions to linux-kernel or linux-iio. Base this on the linux-iio tree. -- Benson Leung Senior Software Engineer, Chrom* OS bleung@chromium.org
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] Dyna-Image AL3320A update, add AL3010 driver Rocky Hsiao <rocky.hsiao@dyna-image.com> - 2016-06-03 06:10 +0200
Re: [PATCH] Dyna-Image AL3320A update, add AL3010 driver Daniel Baluta <daniel.baluta@intel.com> - 2016-06-03 09:50 +0200
Re: [PATCH] Dyna-Image AL3320A update, add AL3010 driver Jonathan Cameron <jic23@kernel.org> - 2016-06-03 10:40 +0200
Re: [PATCH] Dyna-Image AL3320A update, add AL3010 driver Jonathan Cameron <jic23@kernel.org> - 2016-06-03 10:50 +0200
Re: [PATCH] Dyna-Image AL3320A update, add AL3010 driver Benson Leung <bleung@chromium.org> - 2016-06-03 10:00 +0200
Re: [PATCH] Dyna-Image AL3320A update, add AL3010 driver Lars-Peter Clausen <lars@metafoo.de> - 2016-06-03 10:30 +0200
csiph-web