linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ovm6211 linux driver
@ 2021-12-03  9:08 Petko Manolov
  2021-12-03  9:43 ` Hans Verkuil
  2021-12-03  9:43 ` Aw: " Robert Schlabbach
  0 siblings, 2 replies; 5+ messages in thread
From: Petko Manolov @ 2021-12-03  9:08 UTC (permalink / raw)
  To: linux-media

	Hi guys,

On request by certain company we've developed a media driver for OmniVision's 
ovm6211 camera sensor.  We just got permission to mainline the code.  How shall 
i proceed?


cheers,
Petko

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

* Re: ovm6211 linux driver
  2021-12-03  9:08 ovm6211 linux driver Petko Manolov
@ 2021-12-03  9:43 ` Hans Verkuil
  2021-12-03  9:55   ` Hans Verkuil
  2021-12-03  9:43 ` Aw: " Robert Schlabbach
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2021-12-03  9:43 UTC (permalink / raw)
  To: Petko Manolov, linux-media

Hi Petko,

On 03/12/2021 10:08, Petko Manolov wrote:
> 	Hi guys,
> 
> On request by certain company we've developed a media driver for OmniVision's 
> ovm6211 camera sensor.  We just got permission to mainline the code.  How shall 
> i proceed?
> 
> 
> cheers,
> Petko
> 

You found the correct mailinglist, so that's good :-)

This is a good starting page:

https://www.linuxtv.org/wiki/index.php/Developer_section

Check the 'Kernel driver development' - 'Submitting Your Work:' links.

Regards,

	Hans

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

* Aw: ovm6211 linux driver
  2021-12-03  9:08 ovm6211 linux driver Petko Manolov
  2021-12-03  9:43 ` Hans Verkuil
@ 2021-12-03  9:43 ` Robert Schlabbach
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Schlabbach @ 2021-12-03  9:43 UTC (permalink / raw)
  To: Petko Manolov; +Cc: linux-media

From: "Petko Manolov" <petko.manolov@konsulko.com>
> On request by certain company we've developed a media driver for OmniVision's
> ovm6211 camera sensor. We just got permission to mainline the code. How shall
> i proceed?

Hi Petko, the Linux kernel documentation has all the information you need:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/process/submitting-patches.rst

Best Regards,
-Robert

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

* Re: ovm6211 linux driver
  2021-12-03  9:43 ` Hans Verkuil
@ 2021-12-03  9:55   ` Hans Verkuil
  2021-12-03 10:00     ` Petko Manolov
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2021-12-03  9:55 UTC (permalink / raw)
  To: Petko Manolov, linux-media

On 03/12/2021 10:43, Hans Verkuil wrote:
> Hi Petko,
> 
> On 03/12/2021 10:08, Petko Manolov wrote:
>> 	Hi guys,
>>
>> On request by certain company we've developed a media driver for OmniVision's 
>> ovm6211 camera sensor.  We just got permission to mainline the code.  How shall 
>> i proceed?
>>
>>
>> cheers,
>> Petko
>>
> 
> You found the correct mailinglist, so that's good :-)
> 
> This is a good starting page:
> 
> https://www.linuxtv.org/wiki/index.php/Developer_section
> 
> Check the 'Kernel driver development' - 'Submitting Your Work:' links.
> 
> Regards,
> 
> 	Hans
> 

Actually, this is a better source (for the media-subsystem-specific stuff):

https://www.kernel.org/doc/html/latest/driver-api/media/maintainer-entry-profile.html

together with this (general kernel development):

https://www.kernel.org/doc/html/latest/process/index.html

Regards,

	Hans

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

* Re: ovm6211 linux driver
  2021-12-03  9:55   ` Hans Verkuil
@ 2021-12-03 10:00     ` Petko Manolov
  0 siblings, 0 replies; 5+ messages in thread
From: Petko Manolov @ 2021-12-03 10:00 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media

On 21-12-03 10:55:15, Hans Verkuil wrote:
> On 03/12/2021 10:43, Hans Verkuil wrote:
> > Hi Petko,
> > 
> > On 03/12/2021 10:08, Petko Manolov wrote:
> >> 	Hi guys,
> >>
> >> On request by certain company we've developed a media driver for 
> >> OmniVision's ovm6211 camera sensor.  We just got permission to mainline the 
> >> code.  How shall i proceed?
> >>
> >>
> >> cheers, Petko
> >>
> > 
> > You found the correct mailinglist, so that's good :-)
> > 
> > This is a good starting page:
> > 
> > https://www.linuxtv.org/wiki/index.php/Developer_section
> > 
> > Check the 'Kernel driver development' - 'Submitting Your Work:' links.
> > 
> > Regards,
> > 
> > 	Hans
> > 
> 
> Actually, this is a better source (for the media-subsystem-specific stuff):
> 
> https://www.kernel.org/doc/html/latest/driver-api/media/maintainer-entry-profile.html

Thanks for the pointers.  Perhaps i should have mentioned that i am already 
maintaining several kernel drivers.  This is my first 'media' driver and my 
question was more in the lines of how you guys are doing it, although i did not 
vocalize it explicitly.  I assume the above link will give me the bits i still 
don't know about.

I'll send the v0 patch shortly.


thanks,
Petko

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

end of thread, other threads:[~2021-12-03 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03  9:08 ovm6211 linux driver Petko Manolov
2021-12-03  9:43 ` Hans Verkuil
2021-12-03  9:55   ` Hans Verkuil
2021-12-03 10:00     ` Petko Manolov
2021-12-03  9:43 ` Aw: " Robert Schlabbach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).