* [GIT PULL for 4.15] More sensor driver patches
@ 2017-10-13 22:23 Sakari Ailus
2017-10-17 0:00 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 6+ messages in thread
From: Sakari Ailus @ 2017-10-13 22:23 UTC (permalink / raw)
To: linux-media
Hi Mauro,
Here's the second set of sensor driver patches for 4.15.
Please pull.
The following changes since commit 8382e556b1a2f30c4bf866f021b33577a64f9ebf:
Simplify major/minor non-dynamic logic (2017-10-11 15:32:11 -0400)
are available in the git repository at:
ssh://linuxtv.org/git/sailus/media_tree.git for-4.15-2
for you to fetch changes up to 5164fc93c2d8c2e9a2de1461bfba9d6b2911ce9e:
imx274: V4l2 driver for Sony imx274 CMOS sensor (2017-10-14 01:06:10 +0300)
----------------------------------------------------------------
Leon Luo (2):
imx274: device tree binding file
imx274: V4l2 driver for Sony imx274 CMOS sensor
.../devicetree/bindings/media/i2c/imx274.txt | 33 +
drivers/media/i2c/Kconfig | 8 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx274.c | 1811 ++++++++++++++++++++
4 files changed, 1853 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/imx274.txt
create mode 100644 drivers/media/i2c/imx274.c
--
Sakari Ailus
e-mail: sakari.ailus@iki.fi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL for 4.15] More sensor driver patches
2017-10-13 22:23 [GIT PULL for 4.15] More sensor driver patches Sakari Ailus
@ 2017-10-17 0:00 ` Mauro Carvalho Chehab
[not found] ` <CADu3m9wEkSo=9wU2eoeA4Q5ptLL8__C5-vXYwhVCH+iTafiOSw@mail.gmail.com>
0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2017-10-17 0:00 UTC (permalink / raw)
To: Sakari Ailus; +Cc: linux-media, Leon Luo
Em Sat, 14 Oct 2017 01:23:45 +0300
Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> Hi Mauro,
>
> Here's the second set of sensor driver patches for 4.15.
>
> Please pull.
>
>
> The following changes since commit 8382e556b1a2f30c4bf866f021b33577a64f9ebf:
>
> Simplify major/minor non-dynamic logic (2017-10-11 15:32:11 -0400)
>
> are available in the git repository at:
>
> ssh://linuxtv.org/git/sailus/media_tree.git for-4.15-2
>
> for you to fetch changes up to 5164fc93c2d8c2e9a2de1461bfba9d6b2911ce9e:
>
> imx274: V4l2 driver for Sony imx274 CMOS sensor (2017-10-14 01:06:10 +0300)
>
> ----------------------------------------------------------------
> Leon Luo (2):
> imx274: device tree binding file
> imx274: V4l2 driver for Sony imx274 CMOS sensor
As checkpatch complained:
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#69:
new file mode 100644
Who will maintain this driver?
Regards,
Mauro
Cheers,
Mauro
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL for 4.15] More sensor driver patches
[not found] ` <CADu3m9wEkSo=9wU2eoeA4Q5ptLL8__C5-vXYwhVCH+iTafiOSw@mail.gmail.com>
@ 2017-10-17 7:34 ` Sakari Ailus
2017-10-25 10:24 ` Sakari Ailus
0 siblings, 1 reply; 6+ messages in thread
From: Sakari Ailus @ 2017-10-17 7:34 UTC (permalink / raw)
To: Leon Luo; +Cc: Mauro Carvalho Chehab, linux-media
On Mon, Oct 16, 2017 at 05:25:47PM -0700, Leon Luo wrote:
> Hi Mauro,
>
> I am maintaining the driver. I am not sure how to clear this warning
> though. If you could shed some light on it, it will be helpful. Thanks.
Please add an entry to the MAINTAINERS file. Look for e.g. SMIA for an
example.
--
Sakari Ailus
e-mail: sakari.ailus@iki.fi
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL for 4.15] More sensor driver patches
@ 2017-10-19 15:16 Sakari Ailus
0 siblings, 0 replies; 6+ messages in thread
From: Sakari Ailus @ 2017-10-19 15:16 UTC (permalink / raw)
To: linux-media
Hi Mauro,
Here's the third set of sensor driver patches for 4.15.
Please pull.
The following changes since commit 61065fc3e32002ba48aa6bc3816c1f6f9f8daf55:
Merge commit '3728e6a255b5' into patchwork (2017-10-17 17:22:20 -0700)
are available in the git repository at:
ssh://linuxtv.org/git/sailus/media_tree.git for-4.15-3
for you to fetch changes up to 2afbb0b3e1e139028e08d2099c72a1e3e3e61f86:
tc358743: validate lane count (2017-10-19 14:02:56 +0300)
----------------------------------------------------------------
Jacob Chen (2):
media: i2c: OV5647: ensure clock lane in LP-11 state before streaming on
media: i2c: OV5647: change to use macro for the registers
Philipp Zabel (1):
tc358743: validate lane count
Wenyou Yang (3):
media: ov7670: Add entity pads initialization
media: ov7670: Add the get_fmt callback
media: ov7670: Add the ov7670_s_power function
drivers/media/i2c/ov5647.c | 51 ++++++++++++-----
drivers/media/i2c/ov7670.c | 129 ++++++++++++++++++++++++++++++++++++++++---
drivers/media/i2c/tc358743.c | 5 ++
3 files changed, 163 insertions(+), 22 deletions(-)
--
Kind regards,
Sakari Ailus
e-mail: sakari.ailus@iki.fi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL for 4.15] More sensor driver patches
2017-10-17 7:34 ` Sakari Ailus
@ 2017-10-25 10:24 ` Sakari Ailus
2017-10-26 6:58 ` Leon Luo
0 siblings, 1 reply; 6+ messages in thread
From: Sakari Ailus @ 2017-10-25 10:24 UTC (permalink / raw)
To: Leon Luo; +Cc: Mauro Carvalho Chehab, linux-media
On Tue, Oct 17, 2017 at 10:34:06AM +0300, Sakari Ailus wrote:
> On Mon, Oct 16, 2017 at 05:25:47PM -0700, Leon Luo wrote:
> > Hi Mauro,
> >
> > I am maintaining the driver. I am not sure how to clear this warning
> > though. If you could shed some light on it, it will be helpful. Thanks.
>
> Please add an entry to the MAINTAINERS file. Look for e.g. SMIA for an
> example.
Ping.
--
Sakari Ailus
e-mail: sakari.ailus@iki.fi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL for 4.15] More sensor driver patches
2017-10-25 10:24 ` Sakari Ailus
@ 2017-10-26 6:58 ` Leon Luo
0 siblings, 0 replies; 6+ messages in thread
From: Leon Luo @ 2017-10-26 6:58 UTC (permalink / raw)
To: Sakari Ailus; +Cc: Mauro Carvalho Chehab, linux-media
submitted V9
add an entry in MAINTAINERS
fix a bug in probe
Regards,
Leon Luo
1130 Cadillac CT
Milpitas, CA 95035
Phone: (510)371-1169
Fax: (408) 217-1960
Email: leonl@leopardimaging.com
www.leopardimaging.com
On Wed, Oct 25, 2017 at 3:24 AM, Sakari Ailus <sakari.ailus@iki.fi> wrote:
> On Tue, Oct 17, 2017 at 10:34:06AM +0300, Sakari Ailus wrote:
>> On Mon, Oct 16, 2017 at 05:25:47PM -0700, Leon Luo wrote:
>> > Hi Mauro,
>> >
>> > I am maintaining the driver. I am not sure how to clear this warning
>> > though. If you could shed some light on it, it will be helpful. Thanks.
>>
>> Please add an entry to the MAINTAINERS file. Look for e.g. SMIA for an
>> example.
>
> Ping.
>
> --
> Sakari Ailus
> e-mail: sakari.ailus@iki.fi
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-10-26 6:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 22:23 [GIT PULL for 4.15] More sensor driver patches Sakari Ailus
2017-10-17 0:00 ` Mauro Carvalho Chehab
[not found] ` <CADu3m9wEkSo=9wU2eoeA4Q5ptLL8__C5-vXYwhVCH+iTafiOSw@mail.gmail.com>
2017-10-17 7:34 ` Sakari Ailus
2017-10-25 10:24 ` Sakari Ailus
2017-10-26 6:58 ` Leon Luo
-- strict thread matches above, loose matches on Subject: below --
2017-10-19 15:16 Sakari Ailus
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.