<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/drivers/media/pci/saa7164/Kconfig, branch docs-fixes</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-fixes</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-fixes'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2019-05-21T08:50:46+00:00</updated>
<entry>
<title>treewide: Add SPDX license identifier - Makefile/Kconfig</title>
<updated>2019-05-21T08:50:46+00:00</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2019-05-19T12:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1'/>
<id>urn:sha1:ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1</id>
<content type='text'>
Add SPDX license identifiers to all Make/Kconfig files which:

 - Have no license information of any form

These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:

  GPL-2.0-only

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>media: Kconfig files: use the right help coding style</title>
<updated>2019-03-20T10:47:51+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-03-20T10:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=b60a5b8dcf49af9f2c60ae82e0383ee8e62a9a52'/>
<id>urn:sha1:b60a5b8dcf49af9f2c60ae82e0383ee8e62a9a52</id>
<content type='text'>
Checkpatch wants to use 'help' instead of '---help---':

	WARNING: prefer 'help' over '---help---' for new help texts

Let's change it globally at the media subsystem, as otherwise people
would keep using the old way.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
</content>
</entry>
<entry>
<title>[media] saa7164: remove unused videobuf references</title>
<updated>2015-10-01T11:25:06+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hans.verkuil@cisco.com</email>
</author>
<published>2015-08-28T11:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=4e203f7fddecd4c4fc9af2f25bae1d79b28405a8'/>
<id>urn:sha1:4e203f7fddecd4c4fc9af2f25bae1d79b28405a8</id>
<content type='text'>
This driver includes videobuf headers and selects VIDEOBUF_DVB, but
videobuf isn't used at all.

Remove this.

Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>[media] saa7164: Add dependency for V4L2 core</title>
<updated>2012-08-21T11:41:08+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-20T20:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=b4c723e6101b66d35129359fc448e0e98d7e2e28'/>
<id>urn:sha1:b4c723e6101b66d35129359fc448e0e98d7e2e28</id>
<content type='text'>
As Reported by Randy:

&gt; drivers/built-in.o: In function `fops_open':
&gt; saa7164-encoder.c:(.text+0x68ed6f): undefined reference to `video_devdata'
&gt; drivers/built-in.o: In function `fill_queryctrl.clone.4':
&gt; saa7164-encoder.c:(.text+0x68f657): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-encoder.c:(.text+0x68f6a9): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-encoder.c:(.text+0x68f6e0): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-encoder.c:(.text+0x68f71a): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-encoder.c:(.text+0x68f73a): undefined reference to `v4l2_ctrl_query_fill'
&gt; drivers/built-in.o:saa7164-encoder.c:(.text+0x68f757): more undefined references to `v4l2_ctrl_query_fill' follow
&gt; drivers/built-in.o: In function `saa7164_encoder_register':
&gt; (.text+0x68fff7): undefined reference to `video_device_alloc'
&gt; drivers/built-in.o: In function `saa7164_encoder_register':
&gt; (.text+0x690073): undefined reference to `video_device_release'
&gt; drivers/built-in.o: In function `saa7164_encoder_register':
&gt; (.text+0x6900a1): undefined reference to `__video_register_device'
&gt; drivers/built-in.o: In function `saa7164_encoder_unregister':
&gt; (.text+0x690243): undefined reference to `video_unregister_device'
&gt; drivers/built-in.o: In function `saa7164_encoder_unregister':
&gt; (.text+0x690269): undefined reference to `video_device_release'
&gt; drivers/built-in.o: In function `fops_open':
&gt; saa7164-vbi.c:(.text+0x69125f): undefined reference to `video_devdata'
&gt; drivers/built-in.o: In function `fill_queryctrl.clone.4':
&gt; saa7164-vbi.c:(.text+0x6919b4): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-vbi.c:(.text+0x6919ee): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-vbi.c:(.text+0x691a23): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-vbi.c:(.text+0x691a47): undefined reference to `v4l2_ctrl_query_fill'
&gt; saa7164-vbi.c:(.text+0x691a6a): undefined reference to `v4l2_ctrl_query_fill'
&gt; drivers/built-in.o:saa7164-vbi.c:(.text+0x691a87): more undefined references to `v4l2_ctrl_query_fill' follow
&gt; drivers/built-in.o: In function `saa7164_vbi_register':
&gt; (.text+0x69220e): undefined reference to `video_device_alloc'
&gt; drivers/built-in.o: In function `saa7164_vbi_register':
&gt; (.text+0x69228a): undefined reference to `video_device_release'
&gt; drivers/built-in.o: In function `saa7164_vbi_register':
&gt; (.text+0x6922bb): undefined reference to `__video_register_device'
&gt; drivers/built-in.o: In function `saa7164_vbi_unregister':
&gt; (.text+0x6923de): undefined reference to `video_unregister_device'
&gt; drivers/built-in.o: In function `saa7164_vbi_unregister':
&gt; (.text+0x6923f9): undefined reference to `video_device_release'
&gt; drivers/built-in.o:(.rodata+0xb1054): undefined reference to `video_ioctl2'
&gt; drivers/built-in.o:(.rodata+0xb17d4): undefined reference to `video_ioctl2'

That's due to the lack of an explicit Kconfig dependency for the V4L2 core.

Reported-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] Kconfig: merge all customise options into just one</title>
<updated>2012-08-21T11:05:06+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-20T17:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=fccea74ff8b5159935acc7b4b4857ee81ee44661'/>
<id>urn:sha1:fccea74ff8b5159935acc7b4b4857ee81ee44661</id>
<content type='text'>
Instead of having 3 options to allow customizing the media
sub-drivers (tuners, I2C drivers, frontends), merge all of
them into just one.

That simplifies the life for users, as they can just keep
this untouched.

Life for developers is also simpler, as there's now just
one Kconfig item to remember, for the ancillary sub-drivers
providing supports for chips that could change from one
board design to another.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] rename most media/video pci drivers to media/pci</title>
<updated>2012-08-15T19:36:22+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-14T15:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=b285192a43f0432d82c2c10974204e78af0da596'/>
<id>urn:sha1:b285192a43f0432d82c2c10974204e78af0da596</id>
<content type='text'>
Rename all PCI drivers with their own directory under
drivers/media/video into drivers/media/pci and update the
building system.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
</feed>
