* [GIT PATCHES FOR 3.2] S5K6AAFX sensor driver and a videobuf2 update
@ 2011-09-30 16:10 Sylwester Nawrocki
2011-09-30 21:16 ` Sakari Ailus
0 siblings, 1 reply; 5+ messages in thread
From: Sylwester Nawrocki @ 2011-09-30 16:10 UTC (permalink / raw)
To: linux-media@vger.kernel.org; +Cc: Mauro Carvalho Chehab
Hi Mauro,
please pull from
git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
for S5K6AAFX sensor subdev driver, a videbuf2 enhancement for non-MMU systems
and minor s5p-mfc amendment changing the firmware name to something more
generic as the driver supports multiple SoC versions.
The following changes since commit 446b792c6bd87de4565ba200b75a708b4c575a06:
[media] media: DocBook: Fix trivial typo in Sub-device Interface (2011-09-27
09:14:58 -0300)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
Sachin Kamat (1):
MFC: Change MFC firmware binary name
Scott Jiang (1):
vb2: add vb2_get_unmapped_area in vb2 core
Sylwester Nawrocki (2):
v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control
v4l: Add v4l2 subdev driver for S5K6AAFX sensor
Documentation/DocBook/media/v4l/controls.xml | 5 +-
drivers/media/video/Kconfig | 7 +
drivers/media/video/Makefile | 1 +
drivers/media/video/s5k6aa.c | 1688 ++++++++++++++++++++++++++
drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c | 4 +-
drivers/media/video/v4l2-ctrls.c | 1 +
drivers/media/video/videobuf2-core.c | 31 +
include/linux/videodev2.h | 1 +
include/media/s5k6aa.h | 51 +
include/media/videobuf2-core.h | 7 +
10 files changed, 1792 insertions(+), 4 deletions(-)
create mode 100644 drivers/media/video/s5k6aa.c
create mode 100644 include/media/s5k6aa.h
Regards
--
Sylwester Nawrocki
Samsung Poland R&D Center
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PATCHES FOR 3.2] S5K6AAFX sensor driver and a videobuf2 update
2011-09-30 16:10 [GIT PATCHES FOR 3.2] S5K6AAFX sensor driver and a videobuf2 update Sylwester Nawrocki
@ 2011-09-30 21:16 ` Sakari Ailus
2011-10-01 9:44 ` Sylwester Nawrocki
0 siblings, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2011-09-30 21:16 UTC (permalink / raw)
To: Sylwester Nawrocki; +Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab
Hi Sylwester,
On Fri, Sep 30, 2011 at 06:10:47PM +0200, Sylwester Nawrocki wrote:
> Hi Mauro,
>
> please pull from
> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
>
> for S5K6AAFX sensor subdev driver, a videbuf2 enhancement for non-MMU systems
> and minor s5p-mfc amendment changing the firmware name to something more
> generic as the driver supports multiple SoC versions.
>
>
> The following changes since commit 446b792c6bd87de4565ba200b75a708b4c575a06:
>
> [media] media: DocBook: Fix trivial typo in Sub-device Interface (2011-09-27
> 09:14:58 -0300)
>
> are available in the git repository at:
> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
>
> Sachin Kamat (1):
> MFC: Change MFC firmware binary name
>
> Scott Jiang (1):
> vb2: add vb2_get_unmapped_area in vb2 core
>
> Sylwester Nawrocki (2):
> v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control
> v4l: Add v4l2 subdev driver for S5K6AAFX sensor
I'd like to ask you what's your intention regarding the preset functionality
in this driver? My understanding it it isn't provided to user space
currently, nor we have such drivers currently (that I know of).
Regards,
--
Sakari Ailus
e-mail: sakari.ailus@iki.fi jabber/XMPP/Gmail: sailus@retiisi.org.uk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCHES FOR 3.2] S5K6AAFX sensor driver and a videobuf2 update
2011-09-30 21:16 ` Sakari Ailus
@ 2011-10-01 9:44 ` Sylwester Nawrocki
2011-10-02 7:36 ` Sakari Ailus
0 siblings, 1 reply; 5+ messages in thread
From: Sylwester Nawrocki @ 2011-10-01 9:44 UTC (permalink / raw)
To: Sakari Ailus
Cc: Sylwester Nawrocki, linux-media@vger.kernel.org,
Mauro Carvalho Chehab
Hi Sakari,
On 09/30/2011 11:16 PM, Sakari Ailus wrote:
> Hi Sylwester,
>
> On Fri, Sep 30, 2011 at 06:10:47PM +0200, Sylwester Nawrocki wrote:
>> Hi Mauro,
>>
>> please pull from
>> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
>>
>> for S5K6AAFX sensor subdev driver, a videbuf2 enhancement for non-MMU systems
>> and minor s5p-mfc amendment changing the firmware name to something more
>> generic as the driver supports multiple SoC versions.
>>
>>
>> The following changes since commit 446b792c6bd87de4565ba200b75a708b4c575a06:
>>
>> [media] media: DocBook: Fix trivial typo in Sub-device Interface (2011-09-27
>> 09:14:58 -0300)
>>
>> are available in the git repository at:
>> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
>>
>> Sachin Kamat (1):
>> MFC: Change MFC firmware binary name
>>
>> Scott Jiang (1):
>> vb2: add vb2_get_unmapped_area in vb2 core
>>
>> Sylwester Nawrocki (2):
>> v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control
>> v4l: Add v4l2 subdev driver for S5K6AAFX sensor
>
> I'd like to ask you what's your intention regarding the preset functionality
> in this driver? My understanding it it isn't provided to user space
> currently, nor we have such drivers currently (that I know of).
The user configuration register sets present in the device are separated by
the driver from user space. So there is no such thing like user-space preset
functionality coming with this driver. I think it's pretty clear from the code.
Also please see my response to the previous e-mail (v2 thread).
If there is anything that should be fixed in this driver I'd like Mauro to
decide about this.
Cheers, S.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCHES FOR 3.2] S5K6AAFX sensor driver and a videobuf2 update
2011-10-01 9:44 ` Sylwester Nawrocki
@ 2011-10-02 7:36 ` Sakari Ailus
2011-10-06 20:08 ` Sylwester Nawrocki
0 siblings, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2011-10-02 7:36 UTC (permalink / raw)
To: Sylwester Nawrocki
Cc: Sylwester Nawrocki, linux-media@vger.kernel.org,
Mauro Carvalho Chehab
On Sat, Oct 01, 2011 at 11:44:05AM +0200, Sylwester Nawrocki wrote:
> Hi Sakari,
Hi Sylwester,
> On 09/30/2011 11:16 PM, Sakari Ailus wrote:
> > Hi Sylwester,
> >
> > On Fri, Sep 30, 2011 at 06:10:47PM +0200, Sylwester Nawrocki wrote:
> >> Hi Mauro,
> >>
> >> please pull from
> >> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
> >>
> >> for S5K6AAFX sensor subdev driver, a videbuf2 enhancement for non-MMU systems
> >> and minor s5p-mfc amendment changing the firmware name to something more
> >> generic as the driver supports multiple SoC versions.
> >>
> >>
> >> The following changes since commit 446b792c6bd87de4565ba200b75a708b4c575a06:
> >>
> >> [media] media: DocBook: Fix trivial typo in Sub-device Interface (2011-09-27
> >> 09:14:58 -0300)
> >>
> >> are available in the git repository at:
> >> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
> >>
> >> Sachin Kamat (1):
> >> MFC: Change MFC firmware binary name
> >>
> >> Scott Jiang (1):
> >> vb2: add vb2_get_unmapped_area in vb2 core
> >>
> >> Sylwester Nawrocki (2):
> >> v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control
> >> v4l: Add v4l2 subdev driver for S5K6AAFX sensor
> >
> > I'd like to ask you what's your intention regarding the preset functionality
> > in this driver? My understanding it it isn't provided to user space
> > currently, nor we have such drivers currently (that I know of).
>
> The user configuration register sets present in the device are separated by
> the driver from user space. So there is no such thing like user-space preset
> functionality coming with this driver. I think it's pretty clear from the code.
> Also please see my response to the previous e-mail (v2 thread).
> If there is anything that should be fixed in this driver I'd like Mauro to
> decide about this.
Agreed; the preset functionality isn't shown to the user space. The sensor
implements it and in my understanding some sensor features (not implemented
in the driver) like flash strobe timing requires it.
We should discuss at some point how to best support sensors like this, but I
don't think it has to be now.
I see no reason why this patch (v4l: Add v4l2 subdev driver for S5K6AAFX
sensor) shouldn't go in right now.
Regards,
--
Sakari Ailus
e-mail: sakari.ailus@iki.fi jabber/XMPP/Gmail: sailus@retiisi.org.uk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCHES FOR 3.2] S5K6AAFX sensor driver and a videobuf2 update
2011-10-02 7:36 ` Sakari Ailus
@ 2011-10-06 20:08 ` Sylwester Nawrocki
0 siblings, 0 replies; 5+ messages in thread
From: Sylwester Nawrocki @ 2011-10-06 20:08 UTC (permalink / raw)
To: Sakari Ailus
Cc: Sylwester Nawrocki, linux-media@vger.kernel.org,
Mauro Carvalho Chehab
Hi Sakari,
On 10/02/2011 09:36 AM, Sakari Ailus wrote:
> On Sat, Oct 01, 2011 at 11:44:05AM +0200, Sylwester Nawrocki wrote:
>> On 09/30/2011 11:16 PM, Sakari Ailus wrote:
>>> On Fri, Sep 30, 2011 at 06:10:47PM +0200, Sylwester Nawrocki wrote:
>>>> Hi Mauro,
>>>>
>>>> please pull from
>>>> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
>>>>
>>>> for S5K6AAFX sensor subdev driver, a videbuf2 enhancement for non-MMU systems
>>>> and minor s5p-mfc amendment changing the firmware name to something more
>>>> generic as the driver supports multiple SoC versions.
>>>>
>>>>
>>>> The following changes since commit 446b792c6bd87de4565ba200b75a708b4c575a06:
>>>>
>>>> [media] media: DocBook: Fix trivial typo in Sub-device Interface (2011-09-27
>>>> 09:14:58 -0300)
>>>>
>>>> are available in the git repository at:
>>>> git://git.infradead.org/users/kmpark/linux-2.6-samsung s5k6aafx
>>>>
>>>> Sachin Kamat (1):
>>>> MFC: Change MFC firmware binary name
>>>>
>>>> Scott Jiang (1):
>>>> vb2: add vb2_get_unmapped_area in vb2 core
>>>>
>>>> Sylwester Nawrocki (2):
>>>> v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control
>>>> v4l: Add v4l2 subdev driver for S5K6AAFX sensor
>>>
>>> I'd like to ask you what's your intention regarding the preset functionality
>>> in this driver? My understanding it it isn't provided to user space
>>> currently, nor we have such drivers currently (that I know of).
>>
>> The user configuration register sets present in the device are separated by
>> the driver from user space. So there is no such thing like user-space preset
>> functionality coming with this driver. I think it's pretty clear from the code.
>> Also please see my response to the previous e-mail (v2 thread).
>> If there is anything that should be fixed in this driver I'd like Mauro to
>> decide about this.
>
> Agreed; the preset functionality isn't shown to the user space. The sensor
> implements it and in my understanding some sensor features (not implemented
> in the driver) like flash strobe timing requires it.
Yes, that's exactly right.
>
> We should discuss at some point how to best support sensors like this, but I
> don't think it has to be now.
>
> I see no reason why this patch (v4l: Add v4l2 subdev driver for S5K6AAFX
> sensor) shouldn't go in right now.
Thanks.
Sylwester
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-06 20:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 16:10 [GIT PATCHES FOR 3.2] S5K6AAFX sensor driver and a videobuf2 update Sylwester Nawrocki
2011-09-30 21:16 ` Sakari Ailus
2011-10-01 9:44 ` Sylwester Nawrocki
2011-10-02 7:36 ` Sakari Ailus
2011-10-06 20:08 ` Sylwester Nawrocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox