<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c89357a - media: Makefiles: sort entries where it fits</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#5c89357a</link>
        <description>media: Makefiles: sort entries where it fitsAlphabetically sort entries at the Makefiles per group,in ASCII order, e. g., using the output of:	$ LC_ALL=C sort Makefile |grep obj-y	...	$ LC_ALL=C sort Makefile |grep obj.*CONFIG	...Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Wed, 09 Mar 2022 13:17:02 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b998a59f - media: sp8870: move it to staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#b998a59f</link>
        <description>media: sp8870: move it to stagingThis driver is used only by av7110, which is preparing forits retirement. So, move this ancillary driver to stay togetherwith av7110.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Mon, 31 May 2021 20:34:24 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b53f2fa1 - media: mxl692: MaxLinear 692 ATSC demod/tuner driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#b53f2fa1</link>
        <description>media: mxl692: MaxLinear 692 ATSC demod/tuner driverMaxLinear 692 is a combo demod/tuner which has ATSC and QAMcapabilities. Only ATSC is currently advertised via DVBproperties. QAM still has issues.Confirmed working on both big and little endian. Bigendian verified on PowerPC Mac mini.Signed-off-by: Brad Love &lt;brad@nextdimension.cc&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Tue, 26 Jan 2021 01:54:13 +0000</pubDate>
        <dc:creator>Brad Love &lt;brad@nextdimension.cc&gt;</dc:creator>
    </item>
<item>
        <title>1b09dd9f - media: dvb-frontends: add LNBH29 LNB supply driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#1b09dd9f</link>
        <description>media: dvb-frontends: add LNBH29 LNB supply driverAdd support for STMicroelectronics LNBH29 LNB supply driver.Signed-off-by: Katsuhiro Suzuki &lt;suzuki.katsuhiro@socionext.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Fri, 03 Aug 2018 02:08:39 +0000</pubDate>
        <dc:creator>Katsuhiro Suzuki &lt;suzuki.katsuhiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>0f408ce8 - media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#0f408ce8</link>
        <description>media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driverThis patch adds a frontend driver for the Socionext/PanasonicMN884434 and MN884433 ISDB-S/T demodulators.The maximum and minimum frequency of MN88443x comes fromISDB-S and ISDB-T so frequency range is the following:  - ISDB-S (BS/CS110 IF frequency, Local freq 10.678GHz)    - Min: BS-1: 1032MHz    - Max: ND24: 2070MHz  - ISDB-T    - Min: ch13: 470MHz    - Max: ch62: 770MHzSigned-off-by: Katsuhiro Suzuki &lt;suzuki.katsuhiro@socionext.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Mon, 23 Jul 2018 08:51:50 +0000</pubDate>
        <dc:creator>Katsuhiro Suzuki &lt;suzuki.katsuhiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>9dbaad42 - media: cxd2880: Add all Makefile, Kconfig files and Update MAINTAINERS file for the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#9dbaad42</link>
        <description>media: cxd2880: Add all Makefile, Kconfig files and Update MAINTAINERS file for the driverThis is the Makefile, Kconfig files of driverand MAINTAINERS file update about the driverfor the Sony CXD2880 DVB-T2/T tuner + demodulator.Signed-off-by: Yasunari Takiguchi &lt;Yasunari.Takiguchi@sony.com&gt;Signed-off-by: Masayuki Yamamoto &lt;Masayuki.Yamamoto@sony.com&gt;Signed-off-by: Hideki Nozawa &lt;Hideki.Nozawa@sony.com&gt;Signed-off-by: Kota Yonezawa &lt;Kota.Yonezawa@sony.com&gt;Signed-off-by: Toshihiko Matsumoto &lt;Toshihiko.Matsumoto@sony.com&gt;Signed-off-by: Satoshi Watanabe &lt;Satoshi.C.Watanabe@sony.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Thu, 18 Jan 2018 08:59:42 +0000</pubDate>
        <dc:creator>Yasunari Takiguchi &lt;Yasunari.Takiguchi@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>15f757bb - media: cxd2099: move driver out of staging into dvb-frontends</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#15f757bb</link>
        <description>media: cxd2099: move driver out of staging into dvb-frontendsAccording to the TODO file, this driver only landed in staging because ofthe way device nodes and data transfers are handled. Besides that this way(use of secX devices) has become sort of standard to date (ie. VDRsupports this literally since ages via the ddci plugin, TVHeadend receivedthis functionality lately, and minisatip being currently worked onregarding this), most importantly this I2C client only driver isn&apos;t evenresponsible for setting up device nodes, not for handling datatransfer and so on, but only serves as interface for the dvb_ca_en50221subsystem, just like every other DVB card out in the wild, with hard-wiredor such flexible CA interfaces. And, it would even work with cards havingthe cxd2099 controller hard-wired.Also, this driver received quite some love and even is a proper I2C clientdriver by now. So, as this driver acts as a EN50221 frontend device, moveit to dvb-frontends. There is no need to keep it buried in staging.This commit also updates all affected Kconfig and Makefile&apos;s, and addsMEDIA_AUTOSELECT depends to ddbridge and ngene.Signed-off-by: Daniel Scheller &lt;d.scheller@gmx.net&gt;Signed-off-by: Jasmin Jessich &lt;jasmin@anw.at&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Thu, 08 Feb 2018 19:53:17 +0000</pubDate>
        <dc:creator>Daniel Scheller &lt;d.scheller@gmx.net&gt;</dc:creator>
    </item>
<item>
        <title>fada1935 - media: move dvb kAPI headers to include/media</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#fada1935</link>
        <description>media: move dvb kAPI headers to include/mediaExcept for DVB, all media kAPI headers are at include/media.Move the headers to it.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Thu, 28 Dec 2017 18:03:51 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3c4e0415 - media: dvb-frontends: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#3c4e0415</link>
        <description>media: dvb-frontends: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator driverThis adds the frontend driver for the MaxLinear MxL5xx family of tuner-demodulators, as used on Digital Devices MaxS4/8 four/eight-tuner cards.The driver was picked from the dddvb vendor driver package and - judgingsolely from the diff - has undergone a 100% rework: - Silly #define&apos;s used to pass multiple values to functions were   expanded. This resulted in macro/register names not being usable   anymore for such occurences, but makes the code WAY more read-,   understand- and maintainable. - CamelCase was changed to kernel_case - All typedef were removed - Overall code style was fixed, besides &gt;80char lines in _defs.h and   _regs.h, checkpatch is happy. - Also, signal stat acquisition was made to comply with the DVB API   ways to do these things.Permission to reuse and mainline the driver code was formally granted byRalph Metzler &lt;rjkm@metzlerbros.de&gt;.Signed-off-by: Daniel Scheller &lt;d.scheller@gmx.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Sun, 09 Jul 2017 19:42:43 +0000</pubDate>
        <dc:creator>Daniel Scheller &lt;d.scheller@gmx.net&gt;</dc:creator>
    </item>
<item>
        <title>44173fda - media: dvb-frontends: add ST STV6111 DVB-S/S2 tuner frontend driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#44173fda</link>
        <description>media: dvb-frontends: add ST STV6111 DVB-S/S2 tuner frontend driverThis adds a frontend driver for the ST STV6111 DVB-S/S2 tuners. Like thestv0910 demod frontend driver, this driver originates from the DigitalDevices&apos; dddvb vendor driver package as of version 0.9.29, and was cleanedup aswell. No functionality had to be removed though. Any camel case hasbeen converted to kernel_case, fixup patch has been proposed upstream.Permission to reuse and mainline the driver code was formally granted byRalph Metzler &lt;rjkm@metzlerbros.de&gt;.Signed-off-by: Daniel Scheller &lt;d.scheller@gmx.net&gt;Tested-by: Richard Scobie &lt;r.scobie@clear.net.nz&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Mon, 03 Jul 2017 17:20:59 +0000</pubDate>
        <dc:creator>Daniel Scheller &lt;d.scheller@gmx.net&gt;</dc:creator>
    </item>
<item>
        <title>cd21b334 - media: dvb-frontends: add ST STV0910 DVB-S/S2 demodulator frontend driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#cd21b334</link>
        <description>media: dvb-frontends: add ST STV0910 DVB-S/S2 demodulator frontend driverThis adds a multi frontend driver for the ST STV0910 DVB-S/S2 demodulatorfrontends. The driver code originates from the Digital Devices&apos; dddvbvendor driver package as of version 0.9.29, and has been cleaned up fromcore API usage which isn&apos;t supported yet in the kernel, and additionallyall obvious style issues have been resolved. All camel case and allcapshave been converted to kernel_case and lowercase. Patches have been sentto the vendor package maintainers to fix this aswell. Signal statisticsacquisition has been refactored to comply with standards.Permission to reuse and mainline the driver code was formally granted byRalph Metzler &lt;rjkm@metzlerbros.de&gt;.Signed-off-by: Daniel Scheller &lt;d.scheller@gmx.net&gt;Tested-by: Richard Scobie &lt;r.scobie@clear.net.nz&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Mon, 03 Jul 2017 17:20:54 +0000</pubDate>
        <dc:creator>Daniel Scheller &lt;d.scheller@gmx.net&gt;</dc:creator>
    </item>
<item>
        <title>38611529 - [media] MAINTAINERS: remove hd29l2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#38611529</link>
        <description>[media] MAINTAINERS: remove hd29l2Remove unused demod driver. Device that used it never went public.If someone later decide to add support for a device using thischipset, it should be easy enough to retrieve it from githistory.Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Fri, 27 Jan 2017 16:51:32 +0000</pubDate>
        <dc:creator>Antti Palosaari &lt;crope@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>47d65372 - [media] zd1301_demod: ZyDAS ZD1301 DVB-T demodulator driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#47d65372</link>
        <description>[media] zd1301_demod: ZyDAS ZD1301 DVB-T demodulator driverZyDAS ZD1301 is chip having USB interface and DVB-T demodulatorintegrated. This driver is for demodulator part.Driver is very reduced, just basic demodulator functionality, nostatistics at all. It registers as a platform driver to driver core.Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Thu, 23 Jul 2015 21:43:06 +0000</pubDate>
        <dc:creator>Antti Palosaari &lt;crope@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>7a0786c1 - gp8psk: Fix DVB frontend attach</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#7a0786c1</link>
        <description>gp8psk: Fix DVB frontend attachThe DVB binding schema at the DVB core assumes that the frontend is aseparate driver.  Faling to do that causes OOPS when the module isremoved, as it tries to do a symbol_put_addr on an internal symbol,causing craches like:    WARNING: CPU: 1 PID: 28102 at kernel/module.c:1108 module_put+0x57/0x70    Modules linked in: dvb_usb_gp8psk(-) dvb_usb dvb_core nvidia_drm(PO) nvidia_modeset(PO) snd_hda_codec_hdmi snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core snd_pcm snd_timer snd soundcore nvidia(PO) [last unloaded: rc_core]    CPU: 1 PID: 28102 Comm: rmmod Tainted: P        WC O 4.8.4-build.1 #1    Hardware name: MSI MS-7309/MS-7309, BIOS V1.12 02/23/2009    Call Trace:       dump_stack+0x44/0x64       __warn+0xfa/0x120       module_put+0x57/0x70       module_put+0x57/0x70       warn_slowpath_null+0x23/0x30       module_put+0x57/0x70       gp8psk_fe_set_frontend+0x460/0x460 [dvb_usb_gp8psk]       symbol_put_addr+0x27/0x50       dvb_usb_adapter_frontend_exit+0x3a/0x70 [dvb_usb]From Derek&apos;s tests:    &quot;Attach bug is fixed, tuning works, module unloads without     crashing. Everything seems ok!&quot;Reported-by: Derek &lt;user.vdr@gmail.com&gt;Tested-by: Derek &lt;user.vdr@gmail.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Sat, 12 Nov 2016 14:46:28 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>94d0eaa4 - [media] mn88472: move out of staging to media</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#94d0eaa4</link>
        <description>[media] mn88472: move out of staging to mediaMove mn88472 DVB-T/T2/C demod driver out of staging to media.v2: Fix build error reported by kbuild test robot:drivers/staging/media/mn88472/Makefile: No such file or directoryReported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@osg.samsung.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Sat, 14 May 2016 05:08:15 +0000</pubDate>
        <dc:creator>Antti Palosaari &lt;crope@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>2dc1ed4e - [media] Add support Sony HELENE Sat/Ter Tuner</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#2dc1ed4e</link>
        <description>[media] Add support Sony HELENE Sat/Ter TunerThis is Sony HELENE DVB-S/S2 DVB-T/T2 DVB-C/C2 ISDB-T/S tunerdriver (CXD2858ER).Tuner is used on NetUP Dual Universal DVB CI card (hardware revision 1.4).Use &apos;helene_attach_s&apos; to attach tuner in &apos;satellite mode&apos;.Use &apos;helene_attach&apos; for &apos;terrestrial mode&apos;.Satellite delivery systems supported: DVB-S/S2, ISDB-STerrestrial delivery systems supported: DVB-T/T2, ISDB-TCable delivery systems supported: DVB-C/C2Signed-off-by: Abylay Ospan &lt;aospan@netup.ru&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@osg.samsung.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Tue, 22 Mar 2016 01:19:12 +0000</pubDate>
        <dc:creator>Abylay Ospan &lt;aospan@netup.ru&gt;</dc:creator>
    </item>
<item>
        <title>877ba50b - [media] mn88473: move out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#877ba50b</link>
        <description>[media] mn88473: move out of stagingMove driver to drivers.Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@osg.samsung.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Fri, 05 Feb 2016 06:04:48 +0000</pubDate>
        <dc:creator>Antti Palosaari &lt;crope@iki.fi&gt;</dc:creator>
    </item>
<item>
        <title>a6dc60ff - [media] cxd2841er: Sony CXD2841ER DVB-S/S2/T/T2/C demodulator driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#a6dc60ff</link>
        <description>[media] cxd2841er: Sony CXD2841ER DVB-S/S2/T/T2/C demodulator driverAdd DVB-C/T/T2/S/S2 demodulator frontend driver Sony CXD2841ER chip.Signed-off-by: Kozlov Sergey &lt;serjk@netup.ru&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@osg.samsung.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Tue, 28 Jul 2015 14:33:03 +0000</pubDate>
        <dc:creator>Kozlov Sergey &lt;serjk@netup.ru&gt;</dc:creator>
    </item>
<item>
        <title>e025273b - [media] lnbh25: LNBH25 SEC controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/dvb-frontends/Makefile#e025273b</link>
        <description>[media] lnbh25: LNBH25 SEC controller driverAdd DVB SEC frontend driver for STM LNBH25PQR chip.[mchehab@osg.samsung.com: fix merge conflict: fe_sec_voltage_t should not be used in kernelspace anymore. instead, it should use enum fe_sec_voltage]Signed-off-by: Kozlov Sergey &lt;serjk@netup.ru&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@osg.samsung.com&gt;

            List of files:
            /linux-6.15/drivers/media/dvb-frontends/Makefile</description>
        <pubDate>Tue, 28 Jul 2015 14:33:02 +0000</pubDate>
        <dc:creator>Kozlov Sergey &lt;serjk@netup.ru&gt;</dc:creator>
    </item>
</channel>
</rss>
