<?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>5ce19a50 - media: rc: remove ir-rx51 in favour of generic pwm-ir-tx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#5ce19a50</link>
        <description>media: rc: remove ir-rx51 in favour of generic pwm-ir-txThe ir-rx51 is a pwm-based TX driver specific to the N900. This can behandled entirely by the generic pwm-ir-tx driver, and in fact thepwm-ir-tx driver has been compatible with ir-rx51 from the start.Note that the suspend code in the ir-rx51 driver is unnecessary, sinceduring transmit, the process is not in interruptable sleep. The processis not put to sleep until the transmit completes.Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Tested-by: Sicelo A. Mhlongo &lt;absicsz@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Fri, 01 Sep 2023 14:18:56 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>5c89357a - media: Makefiles: sort entries where it fits</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/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/rc/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>95f4325d - media: sir_ir: remove broken driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#95f4325d</link>
        <description>media: sir_ir: remove broken driverThis driver is a port of the lirc_sir driver to rc-core. However, forthis driver I could not find any hardware to test, so it was done withouttesting. This is a mistake.There are clear bugs in the code. For example the two argumentsto ktime_us_delta() are reversed, which means the result is garbage.The driver has been in the kernel for four years, and noone has everreported an issue. So, remove this driver.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/rc/Makefile</description>
        <pubDate>Wed, 13 Oct 2021 12:27:57 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>49be1c78 - media: rc: introduce Meson IR TX driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#49be1c78</link>
        <description>media: rc: introduce Meson IR TX driverThis patch adds the driver for Amlogic Meson IR transmitter.Some Amlogic SoCs such as A311D and T950D4 have IR transmitter(also called blaster) controller onboard. It is capable of sendingIR signals with arbitrary carrier frequency and duty cycle.The driver supports 2 modulation clock sources: - xtal3 clock (xtal divided by 3) - 1us clockSigned-off-by: Viktor Prutyanov &lt;viktor.prutyanov@phystech.edu&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/rc/Makefile</description>
        <pubDate>Mon, 19 Jul 2021 17:05:06 +0000</pubDate>
        <dc:creator>Viktor Prutyanov &lt;viktor.prutyanov@phystech.edu&gt;</dc:creator>
    </item>
<item>
        <title>58c08df5 - media: rc: remove tango ir driver and keymap</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#58c08df5</link>
        <description>media: rc: remove tango ir driver and keymapThe tango platform was removed, so the driver is no longer needed.Cc: Marc Gonzalez &lt;marc.w.gonzalez@free.fr&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Acked-by: Mans Rullgard &lt;mans@mansr.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&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/rc/Makefile</description>
        <pubDate>Wed, 21 Apr 2021 13:58:40 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>799ddc03 - media: rc: remove zte zx ir driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#799ddc03</link>
        <description>media: rc: remove zte zx ir driverThe zte zx platform is getting removed, so this driver is nolonger needed.Cc: Jun Nie &lt;jun.nie@linaro.org&gt;Cc: Shawn Guo &lt;shawnguo@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&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/rc/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 14:25:42 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f09f9f93 - media: rc: compile rc-cec.c into rc-core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#f09f9f93</link>
        <description>media: rc: compile rc-cec.c into rc-coreThe rc-cec keymap is unusual in that it can&apos;t be built as a module,instead it is registered directly in rc-main.c if CONFIG_MEDIA_CEC_RCis set. This is because it can be called from drm_dp_cec_set_edid() viacec_register_adapter() in an asynchronous context, and it is notallowed to use request_module() to load rc-cec.ko in that case. Trying todo so results in a &apos;WARN_ON_ONCE(wait &amp;&amp; current_is_async())&apos;.Since this keymap is only used if CONFIG_MEDIA_CEC_RC is set, wejust compile this keymap into the rc-core module and never as aseparate module.Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Fixes: 2c6d1fffa1d9 (drm: add support for DisplayPort CEC-Tunneling-over-AUX)Reported-by: Hans de Goede &lt;hdegoede@redhat.com&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/rc/Makefile</description>
        <pubDate>Fri, 26 Feb 2021 10:37:47 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>261463db - media: rc: add support for Infrared Toy and IR Droid devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#261463db</link>
        <description>media: rc: add support for Infrared Toy and IR Droid deviceshttp://dangerousprototypes.com/docs/USB_Infrared_Toyhttps://www.irdroid.com/irdroid-usb-ir-transceiver/Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&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/rc/Makefile</description>
        <pubDate>Sun, 03 May 2020 09:27:55 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>721074b0 - media: rc: rcmm decoder and encoder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#721074b0</link>
        <description>media: rc: rcmm decoder and encodermedia: add support for RCMM infrared remote controls.Signed-off-by: Patrick Lerda &lt;patrick9876@free.fr&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Thu, 17 Jan 2019 08:50:13 +0000</pubDate>
        <dc:creator>Patrick Lerda &lt;patrick9876@free.fr&gt;</dc:creator>
    </item>
<item>
        <title>02d32bda - media: rc: add driver for Xbox DVD Movie Playback Kit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#02d32bda</link>
        <description>media: rc: add driver for Xbox DVD Movie Playback KitThe Xbox DVD Movie Playback Kit is a USB dongle with an IR remote for theOriginal Xbox.Historically it has been supported by the out-of-tree lirc_xbox driver,but this one has fallen out of favour and was just dropped from popularKodi (formerly XBMC) distributions.This driver is heavily based on the ati_remote driver where all theboilerplate was taken from - I was mostly just removing code.Signed-off-by: Benjamin Valentin &lt;benpicco@googlemail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Tue, 09 Oct 2018 16:02:11 +0000</pubDate>
        <dc:creator>Benjamin Valentin &lt;benpicco@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>f4364dcf - media: rc: introduce BPF_PROG_LIRC_MODE2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#f4364dcf</link>
        <description>media: rc: introduce BPF_PROG_LIRC_MODE2Add support for BPF_PROG_LIRC_MODE2. This type of BPF program can callrc_keydown() to reported decoded IR scancodes, or rc_repeat() to reportthat the last key should be repeated.The bpf program can be attached to using the bpf(BPF_PROG_ATTACH) syscall;the target_fd must be the /dev/lircN device.Acked-by: Yonghong Song &lt;yhs@fb.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Sun, 27 May 2018 11:24:09 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>447dcc0c - media: rc: add new imon protocol decoder and encoder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#447dcc0c</link>
        <description>media: rc: add new imon protocol decoder and encoderThis makes it possible to use the various iMON remotes with any raw IRRC device.Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Sun, 03 Dec 2017 16:06:54 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>8a4e8f8d - media: rc: new driver for early iMon device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#8a4e8f8d</link>
        <description>media: rc: new driver for early iMon deviceThese devices were supported by the lirc_imon.c driver which was removedfrom staging in commit f41003a23a02 (&quot;[media] staging: lirc_imon: portremaining usb ids to imon and remove&quot;).Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Fri, 05 Jan 2018 19:58:51 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>42e0442f - media: rc: move ir-lirc-codec.c contents into lirc_dev.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#42e0442f</link>
        <description>media: rc: move ir-lirc-codec.c contents into lirc_dev.cSince removing the lirc kapi, ir-lirc-codec.c only contains lirc fopsso the file name is no longer correct. By moving its content intolirc_dev.c the ugly extern struct lirc_fops is not longer needed,and everything lirc related is in one file.Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Thu, 02 Nov 2017 20:39:16 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>a60d64b1 - media: lirc: lirc interface should not be a raw decoder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#a60d64b1</link>
        <description>media: lirc: lirc interface should not be a raw decoderThe lirc user interface exists as a raw decoder, which does not makemuch sense for transmit-only devices.In addition, we want to have lirc char devices for devices which do notuse raw IR, i.e. scancode only devices.Note that rc-code, lirc_dev, ir-lirc-codec are now calling functions ofeach other, so they&apos;ve been merged into one module rc-core to avoidcircular dependencies.Since ir-lirc-codec no longer exists as separate codec module, there is noneed for RC_DRIVER_IR_RAW_TX type drivers to call ir_raw_event_register().Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Sat, 23 Sep 2017 14:41:13 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&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/rc/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/rc/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>d3455273 - media: rc: Add driver for tango HW IR decoder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#d3455273</link>
        <description>media: rc: Add driver for tango HW IR decoderThe tango HW IR decoder supports NEC, RC-5, RC-6 protocols.Signed-off-by: Mans Rullgard &lt;mans@mansr.com&gt;Signed-off-by: Marc Gonzalez &lt;marc_gonzalez@sigmadesigns.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Fri, 06 Oct 2017 12:37:50 +0000</pubDate>
        <dc:creator>Mans Rullgard &lt;mans@mansr.com&gt;</dc:creator>
    </item>
<item>
        <title>b429996c - media: rc: add zx-irdec remote control driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#b429996c</link>
        <description>media: rc: add zx-irdec remote control driverIt adds the remote control driver and corresponding keymap file forIRDEC block found on ZTE ZX family SoCs.Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Sun, 30 Jul 2017 13:23:13 +0000</pubDate>
        <dc:creator>Shawn Guo &lt;shawn.guo@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>db3df876 - media: rc: pwm-ir-tx: add new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#db3df876</link>
        <description>media: rc: pwm-ir-tx: add new driverThis is new driver which uses pwm, so it is more power-efficientthan the bit banging gpio-ir-tx driver.Signed-off-by: Sean Young &lt;sean@mess.org&gt;Reviewed-by: Pavel Machek &lt;pavel@ucw.cz&gt;Tested-by: Matthias Reichl &lt;hias@horus.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Fri, 07 Jul 2017 09:52:02 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>24d79ebc - media: rc: gpio-ir-tx: add new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/rc/Makefile#24d79ebc</link>
        <description>media: rc: gpio-ir-tx: add new driverThis is a simple bit-banging GPIO IR TX driver.Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Matthias Reichl &lt;hias@horus.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/rc/Makefile</description>
        <pubDate>Fri, 07 Jul 2017 09:51:59 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
</channel>
</rss>
