All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Passing camera module type using "camera" argument.
       [not found]   ` <CACKLOr1m9EgzO-P+4yPVVj6tNgmOFPS4_LJAxOY03H73oLHqqg@mail.gmail.com>
@ 2011-08-22 16:15       ` Koen Kooi
  0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-08-22 16:15 UTC (permalink / raw)
  To: javier Martin; +Cc: linux-omap, linux-arm-kernel


Op 22 aug. 2011, om 08:42 heeft javier Martin het volgende geschreven:

> 
> Hi Koen,
> 
> On 19 August 2011 17:07, Koen Kooi <koen@beagleboard.org> wrote:
> 
> 
> Op 19 aug. 2011 om 14:39 heeft javier Martin <javier.martin@vista-silicon.com> het volgende geschreven:
> 
>> Hi,
>> I've been digging into the code of linux-omap kernel in Angstrom for Beagleboard and I've noticed there is an argument called "camera" which can be passed to the kernel. This allows telling the linux kernel what camera module is actually connected to the platform.
>> 
>> However, when I look the mainline kernel 3.0 I see those changed have not yet made into it. Is this mechanism accepted by the community?
> 
> When I asked a few months ago the consensus was that there currently is no better way. DT might solve it, but that's still some time away
> 
> So, as I understand, using a command line argument for this purpose is the preferred way by the community but, at the same time, they won't accept patches that implement this approach.

>From what I understood a patch doing that wouldn't be rejected, but Laurent/Tony would have to chime in to confirm that.

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

* Passing camera module type using "camera" argument.
@ 2011-08-22 16:15       ` Koen Kooi
  0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-08-22 16:15 UTC (permalink / raw)
  To: linux-arm-kernel


Op 22 aug. 2011, om 08:42 heeft javier Martin het volgende geschreven:

> 
> Hi Koen,
> 
> On 19 August 2011 17:07, Koen Kooi <koen@beagleboard.org> wrote:
> 
> 
> Op 19 aug. 2011 om 14:39 heeft javier Martin <javier.martin@vista-silicon.com> het volgende geschreven:
> 
>> Hi,
>> I've been digging into the code of linux-omap kernel in Angstrom for Beagleboard and I've noticed there is an argument called "camera" which can be passed to the kernel. This allows telling the linux kernel what camera module is actually connected to the platform.
>> 
>> However, when I look the mainline kernel 3.0 I see those changed have not yet made into it. Is this mechanism accepted by the community?
> 
> When I asked a few months ago the consensus was that there currently is no better way. DT might solve it, but that's still some time away
> 
> So, as I understand, using a command line argument for this purpose is the preferred way by the community but, at the same time, they won't accept patches that implement this approach.

>From what I understood a patch doing that wouldn't be rejected, but Laurent/Tony would have to chime in to confirm that.

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

* Re: Passing camera module type using "camera" argument.
       [not found]       ` <CACKLOr0bApYaN=T9fZOy98A22S1pBx=V8K+aRB0Q+7LX=gLm9w@mail.gmail.com>
@ 2011-08-23 10:24           ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2011-08-23 10:24 UTC (permalink / raw)
  To: javier Martin; +Cc: Koen Kooi, linux-omap, linux-arm-kernel, Tony Lindgren

Hi Javier,

On Tuesday 23 August 2011 12:16:16 javier Martin wrote:
> On 22 August 2011 18:15, Koen Kooi <koen@beagleboard.org> wrote:
> > Op 22 aug. 2011, om 08:42 heeft javier Martin het volgende geschreven:
> > > On 19 August 2011 17:07, Koen Kooi <koen@beagleboard.org> wrote:
> > > Op 19 aug. 2011 om 14:39 heeft javier Martin het volgende geschreven:
> > >> Hi,
> > >> I've been digging into the code of linux-omap kernel in Angstrom for
> > >> Beagleboard and I've noticed there is an argument called "camera" which
> > >> can be passed to the kernel. This allows telling the linux kernel what
> > >> camera module is actually connected to the platform.
> > >>
> > >> However, when I look the mainline kernel 3.0 I see those changed have
> > >> not yet made into it. Is this mechanism accepted by the community?
> > >
> > > When I asked a few months ago the consensus was that there currently is
> > > no better way. DT might solve it, but that's still some time away
> > >
> > > So, as I understand, using a command line argument for this purpose is
> > > the preferred way by the community but, at the same time, they won't
> > > accept patches that implement this approach.
> > 
> > From what I understood a patch doing that wouldn't be rejected, but
> > Laurent/Tony would have to chime in to confirm that.
> 
> Ok,
> I add to Laurent and Tony to CC to see what is their opinion on this.

I won't reject a patch that implements this (provided that it's clean enough 
of course :-)), but I'm really not sure if it's worth it. I think we should 
work on DT support instead.

-- 
Regards,

Laurent Pinchart

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

* Passing camera module type using "camera" argument.
@ 2011-08-23 10:24           ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2011-08-23 10:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Javier,

On Tuesday 23 August 2011 12:16:16 javier Martin wrote:
> On 22 August 2011 18:15, Koen Kooi <koen@beagleboard.org> wrote:
> > Op 22 aug. 2011, om 08:42 heeft javier Martin het volgende geschreven:
> > > On 19 August 2011 17:07, Koen Kooi <koen@beagleboard.org> wrote:
> > > Op 19 aug. 2011 om 14:39 heeft javier Martin het volgende geschreven:
> > >> Hi,
> > >> I've been digging into the code of linux-omap kernel in Angstrom for
> > >> Beagleboard and I've noticed there is an argument called "camera" which
> > >> can be passed to the kernel. This allows telling the linux kernel what
> > >> camera module is actually connected to the platform.
> > >>
> > >> However, when I look the mainline kernel 3.0 I see those changed have
> > >> not yet made into it. Is this mechanism accepted by the community?
> > >
> > > When I asked a few months ago the consensus was that there currently is
> > > no better way. DT might solve it, but that's still some time away
> > >
> > > So, as I understand, using a command line argument for this purpose is
> > > the preferred way by the community but, at the same time, they won't
> > > accept patches that implement this approach.
> > 
> > From what I understood a patch doing that wouldn't be rejected, but
> > Laurent/Tony would have to chime in to confirm that.
> 
> Ok,
> I add to Laurent and Tony to CC to see what is their opinion on this.

I won't reject a patch that implements this (provided that it's clean enough 
of course :-)), but I'm really not sure if it's worth it. I think we should 
work on DT support instead.

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2011-08-23 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CACKLOr03ZzpytdYrnk-bJv2A7sbTTa_y_Dj+JspyiYJKgX8wog@mail.gmail.com>
     [not found] ` <28378F63-781A-412C-A18A-5007E48A98A3@beagleboard.org>
     [not found]   ` <CACKLOr1m9EgzO-P+4yPVVj6tNgmOFPS4_LJAxOY03H73oLHqqg@mail.gmail.com>
2011-08-22 16:15     ` Passing camera module type using "camera" argument Koen Kooi
2011-08-22 16:15       ` Koen Kooi
     [not found]       ` <CACKLOr0bApYaN=T9fZOy98A22S1pBx=V8K+aRB0Q+7LX=gLm9w@mail.gmail.com>
2011-08-23 10:24         ` Laurent Pinchart
2011-08-23 10:24           ` Laurent Pinchart

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.