All of lore.kernel.org
 help / color / mirror / Atom feed
* Baseline for a new i2c sensor driver
@ 2019-04-01  7:32 Richard Leitner
  2019-04-01 12:20 ` Jacopo Mondi
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Leitner @ 2019-04-01  7:32 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Jacopo Mondi; +Cc: linux-media

Hello linux-media world,
I'm currently working on forward-porting and mainlining a i2c sensor 
driver and would like to know what would be the best reference to base 
this driver on?

Any hints would be greatly appreciated, thanks!

regards;Richard.L

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Baseline for a new i2c sensor driver
  2019-04-01  7:32 Baseline for a new i2c sensor driver Richard Leitner
@ 2019-04-01 12:20 ` Jacopo Mondi
  0 siblings, 0 replies; 2+ messages in thread
From: Jacopo Mondi @ 2019-04-01 12:20 UTC (permalink / raw)
  To: Richard Leitner; +Cc: Mauro Carvalho Chehab, Jacopo Mondi, linux-media

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

Hi Richard,

On Mon, Apr 01, 2019 at 09:32:41AM +0200, Richard Leitner wrote:
> Hello linux-media world,
> I'm currently working on forward-porting and mainlining a i2c sensor driver
> and would like to know what would be the best reference to base this driver
> on?

Which of the exsisting mainline driver is the best base might depends
on which sensor you're trying to support and on your platform.

Anway, the most recent sensor driver added to linux-media are,
according to 'git log --oneline  --diff-filter=A --stat drivers/media/i2c/':

879347f0c258 media: ov8856: Add support for OV8856 sensor
436190596241 media: imx214: Add imx214 camera sensor driver
df0b5c4a7ddd media: add imx355 camera sensor driver
8a89dc62f28c media: add imx319 camera sensor driver
3ee47cad3e69 media: ov2680: Add Omnivision OV2680 sensor driver
aab7ed1c3927 media: i2c: Add driver for Aptina MT9V111

The list cover sensors from OV, Aptina and Sony.

I would also suggest to look at  drivers/media/i2c/smiapp/ which
Sakari generally updates to the latest features added on the framework
side.

Thanks
   j

>
> Any hints would be greatly appreciated, thanks!
>
> regards;Richard.L

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-01 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01  7:32 Baseline for a new i2c sensor driver Richard Leitner
2019-04-01 12:20 ` Jacopo Mondi

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.