<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/media/lirc, branch v4.9</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media</title>
<updated>2016-10-11T20:22:22+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2016-10-11T20:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=de34f4da7f62ff59ac6e1ef320b0fcfa3296fce3'/>
<id>de34f4da7f62ff59ac6e1ef320b0fcfa3296fce3</id>
<content type='text'>
Pull media updates from Mauro Carvalho Chehab:

 - Documentation improvements: conversion of all non-DocBook documents
   to Sphinx and lots of fixes to the uAPI media book

 - New PCI driver for Techwell TW5864 media grabber boards

 - New SoC driver for ATMEL Image Sensor Controller

 - Removal of some obsolete SoC drivers (s5p-tv driver and soc_camera
   drivers)

 - Addition of ST CEC driver

 - Lots of drivers fixes, improvements and additions

* tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (464 commits)
  [media] ttusb_dec: avoid the risk of go past buffer
  [media] cx23885: Fix some smatch warnings
  [media] si2165: switch to regmap
  [media] si2165: use i2c_client-&gt;dev instead of i2c_adapter-&gt;dev for logging
  [media] si2165: Remove legacy attach
  [media] cx231xx: attach si2165 driver via i2c_client
  [media] cx231xx: Prepare for attaching new style i2c_client DVB demod drivers
  [media] cx23885: attach si2165 driver via i2c_client
  [media] si2165: support i2c_client attach
  [media] si2165: avoid division by zero
  [media] rcar-vin: add R-Car gen2 fallback compatibility string
  [media] lgdt3306a: remove 20*50 msec unnecessary timeout
  [media] cx25821: Remove deprecated create_singlethread_workqueue
  [media] cx25821: Drop Freeing of Workqueue
  [media] cxd2841er: force 8MHz bandwidth for DVB-C if specified bw not supported
  [media] redrat3: hardware-specific parameters
  [media] redrat3: remove hw_timeout member
  [media] cxd2841er: BER and SNR reading for ISDB-T
  [media] dvb-usb: avoid link error with dib3000m{b,c|
  [media] dvb-usb: split out common parts of dibusb
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull media updates from Mauro Carvalho Chehab:

 - Documentation improvements: conversion of all non-DocBook documents
   to Sphinx and lots of fixes to the uAPI media book

 - New PCI driver for Techwell TW5864 media grabber boards

 - New SoC driver for ATMEL Image Sensor Controller

 - Removal of some obsolete SoC drivers (s5p-tv driver and soc_camera
   drivers)

 - Addition of ST CEC driver

 - Lots of drivers fixes, improvements and additions

* tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (464 commits)
  [media] ttusb_dec: avoid the risk of go past buffer
  [media] cx23885: Fix some smatch warnings
  [media] si2165: switch to regmap
  [media] si2165: use i2c_client-&gt;dev instead of i2c_adapter-&gt;dev for logging
  [media] si2165: Remove legacy attach
  [media] cx231xx: attach si2165 driver via i2c_client
  [media] cx231xx: Prepare for attaching new style i2c_client DVB demod drivers
  [media] cx23885: attach si2165 driver via i2c_client
  [media] si2165: support i2c_client attach
  [media] si2165: avoid division by zero
  [media] rcar-vin: add R-Car gen2 fallback compatibility string
  [media] lgdt3306a: remove 20*50 msec unnecessary timeout
  [media] cx25821: Remove deprecated create_singlethread_workqueue
  [media] cx25821: Drop Freeing of Workqueue
  [media] cxd2841er: force 8MHz bandwidth for DVB-C if specified bw not supported
  [media] redrat3: hardware-specific parameters
  [media] redrat3: remove hw_timeout member
  [media] cxd2841er: BER and SNR reading for ISDB-T
  [media] dvb-usb: avoid link error with dib3000m{b,c|
  [media] dvb-usb: split out common parts of dibusb
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: Replace data type with pointer in sizeof()</title>
<updated>2016-09-27T11:19:10+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-24T16:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1d0a2c5f2c53dc116e4e5dc9ef4661baf2f597ec'/>
<id>1d0a2c5f2c53dc116e4e5dc9ef4661baf2f597ec</id>
<content type='text'>
Replace data type with pointer of same type in sizeof() to resolve
checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace data type with pointer of same type in sizeof() to resolve
checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: Add space around binary operators</title>
<updated>2016-09-27T11:17:59+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-24T16:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=2b21f96d6b8ac0ee91993abf9865e20fd0d215a8'/>
<id>2b21f96d6b8ac0ee91993abf9865e20fd0d215a8</id>
<content type='text'>
Add space around binary operators to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add space around binary operators to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: Remove unnecessary blank lines</title>
<updated>2016-09-27T11:10:47+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-25T11:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e95557654167bbf8005a38957f4cf69550db5d35'/>
<id>e95557654167bbf8005a38957f4cf69550db5d35</id>
<content type='text'>
Remove unneccessary blank lines to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unneccessary blank lines to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: Convert 'unsigned' to 'unsigned int'</title>
<updated>2016-09-27T11:10:47+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-24T16:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a0ba7fcf6a98936afb43acd0a4070b4b0e95bb8e'/>
<id>a0ba7fcf6a98936afb43acd0a4070b4b0e95bb8e</id>
<content type='text'>
Mention data type along with the variable to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention data type along with the variable to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: Replace data type with pointer of same type</title>
<updated>2016-09-27T11:10:47+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-24T16:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=46c539054ecf5b1f4d1e3be07ddfdef5c88cd53c'/>
<id>46c539054ecf5b1f4d1e3be07ddfdef5c88cd53c</id>
<content type='text'>
Replace data type with pointer of same type in sizeof() to resolve
checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace data type with pointer of same type in sizeof() to resolve
checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: Add space around '*'</title>
<updated>2016-09-27T11:10:47+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-24T16:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=d85549a80b3d9d9dfa6922c80034ad78c7587ce2'/>
<id>d85549a80b3d9d9dfa6922c80034ad78c7587ce2</id>
<content type='text'>
Add space around '*' to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add space around '*' to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: Remove multiple blank lines</title>
<updated>2016-09-27T11:10:47+00:00</updated>
<author>
<name>Namrata A Shettar</name>
<email>namrataashettar@gmail.com</email>
</author>
<published>2016-09-24T16:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e2ba2cb3278c5f15240ea4c05639a318e4f90128'/>
<id>e2ba2cb3278c5f15240ea4c05639a318e4f90128</id>
<content type='text'>
Remove multiple blank lines to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove multiple blank lines to resolve checkpatch issue.

Signed-off-by: Namrata A Shettar &lt;namrataashettar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] staging: lirc: add missing platform_device_del() on error</title>
<updated>2016-09-22T15:34:37+00:00</updated>
<author>
<name>Wei Yongjun</name>
<email>yongjun_wei@trendmicro.com.cn</email>
</author>
<published>2016-07-19T11:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0ea92c50ad0d3c20db5ad4ee71bc6588baf1dfa9'/>
<id>0ea92c50ad0d3c20db5ad4ee71bc6588baf1dfa9</id>
<content type='text'>
Add the missing platform_device_del() before return from
lirc_parallel_init() in the error handling case.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the missing platform_device_del() before return from
lirc_parallel_init() in the error handling case.

Signed-off-by: Wei Yongjun &lt;yongjun_wei@trendmicro.com.cn&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: media: lirc: lirc_imon: Fix alignment with the open parenthesis</title>
<updated>2016-09-16T07:51:23+00:00</updated>
<author>
<name>Anchal Jain</name>
<email>anchalj109@gmail.com</email>
</author>
<published>2016-09-13T11:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a54570a8c0ba5a08b017c6afbe5ffed242ea6c59'/>
<id>a54570a8c0ba5a08b017c6afbe5ffed242ea6c59</id>
<content type='text'>
Fix alignment to match open parenthesis.

Signed-off-by: Anchal Jain &lt;anchalj109@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix alignment to match open parenthesis.

Signed-off-by: Anchal Jain &lt;anchalj109@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
