<?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>c89755d1 - pps: generators: Add PPS Generator TIO Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Makefile#c89755d1</link>
        <description>pps: generators: Add PPS Generator TIO DriverThe Intel Timed IO PPS generator driver outputs a PPS signal usingdedicated hardware that is more accurate than software actuated PPS.The Timed IO hardware generates output events using the ART timer.The ART timer period varies based on platform type, but is less than 100nanoseconds for all current platforms. Timed IO output accuracy iswithin 1 ART period.PPS output is enabled by writing &apos;1&apos; the &apos;enable&apos; sysfs attribute. Thedriver uses hrtimers to schedule a wake-up 10 ms before each event(edge) target time. At wakeup, the driver converts the target time interms of CLOCK_REALTIME to ART trigger time and writes this to the TimedIO hardware. The Timed IO hardware generates an event precisely at therequested system time without software involvement.Co-developed-by: Christopher Hall &lt;christopher.s.hall@intel.com&gt;Signed-off-by: Christopher Hall &lt;christopher.s.hall@intel.com&gt;Co-developed-by: Pandith N &lt;pandith.n@intel.com&gt;Signed-off-by: Pandith N &lt;pandith.n@intel.com&gt;Co-developed-by: Thejesh Reddy T R &lt;thejesh.reddy.t.r@intel.com&gt;Signed-off-by: Thejesh Reddy T R &lt;thejesh.reddy.t.r@intel.com&gt;Signed-off-by: Lakshmi Sowjanya D &lt;lakshmi.sowjanya.d@intel.com&gt;Reviewed-by: Eddie Dong &lt;eddie.dong@intel.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Acked-by: Rodolfo Giometti &lt;giometti@enneenne.com&gt;Signed-off-by: Subramanian Mohan &lt;subramanian.mohan@intel.com&gt;Link: https://lore.kernel.org/r/20250219040618.70962-3-subramanian.mohan@intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/generators/Makefile</description>
        <pubDate>Wed, 19 Feb 2025 04:06:16 +0000</pubDate>
        <dc:creator>Subramanian Mohan &lt;subramanian.mohan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>580afe4a - drivers pps/generators: add dummy PPS generator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Makefile#580afe4a</link>
        <description>drivers pps/generators: add dummy PPS generatorThis dummy PPS generator can be used for debugging and documentationpurposes.Signed-off-by: Rodolfo Giometti &lt;giometti@enneenne.com&gt;Link: https://lore.kernel.org/r/20241108073115.759039-3-giometti@enneenne.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/generators/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 07:31:13 +0000</pubDate>
        <dc:creator>Rodolfo Giometti &lt;giometti@enneenne.com&gt;</dc:creator>
    </item>
<item>
        <title>86b525be - drivers pps: add PPS generators support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Makefile#86b525be</link>
        <description>drivers pps: add PPS generators supportSometimes one needs to be able not only to catch PPS signals but toproduce them also. For example, running a distributed simulation,which requires computers&apos; clock to be synchronized very tightly.This patch adds PPS generators class in order to have a well-definedinterface for these devices.Signed-off-by: Rodolfo Giometti &lt;giometti@enneenne.com&gt;Link: https://lore.kernel.org/r/20241108073115.759039-2-giometti@enneenne.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/generators/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 07:31:12 +0000</pubDate>
        <dc:creator>Rodolfo Giometti &lt;giometti@enneenne.com&gt;</dc:creator>
    </item>
<item>
        <title>e3a59056 - pps: use cflags-y instead of EXTRA_CFLAGS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Makefile#e3a59056</link>
        <description>pps: use cflags-y instead of EXTRA_CFLAGSCommit f77bf01425b1 (&quot;kbuild: introduce ccflags-y, asflags-y andldflags-y&quot;) deprecates use of EXTRA_CFLAGS in the kernel build.This has been cleaned up in the whole kernel tree long ago, but this onesingle place must have been missed.Replace the EXTRA_CFLAGS use by the common pattern for such debug flags.No functional change.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Acked-by: Rodolfo Giometti &lt;giometti@enneenne.com&gt;Link: https://lore.kernel.org/r/20240306120515.15711-1-lukas.bulwahn@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/generators/Makefile</description>
        <pubDate>Wed, 06 Mar 2024 12:05:15 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-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/pps/generators/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>46b402a0 - pps: add parallel port PPS signal generator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Makefile#46b402a0</link>
        <description>pps: add parallel port PPS signal generatorAdd PPS signal generator which utilizes STROBE pin of a parallel port tosend PPS signals.  It uses parport abstraction layer and hrtimers toprecisely control the signal.[akpm@linux-foundation.org: fix build]Signed-off-by: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Acked-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Cc: john stultz &lt;johnstul@us.ibm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/generators/Makefile</description>
        <pubDate>Thu, 13 Jan 2011 01:00:59 +0000</pubDate>
        <dc:creator>Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;</dc:creator>
    </item>
</channel>
</rss>
