<?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 Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Kconfig#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/Kconfig</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>ab4f5260 - drivers/pps: use surrounding &quot;if PPS&quot; to remove numerous dependency checks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Kconfig#ab4f5260</link>
        <description>drivers/pps: use surrounding &quot;if PPS&quot; to remove numerous dependency checksAdding high-level &quot;if PPS&quot; makes lower-level dependency tests superfluous.Link: http://lkml.kernel.org/r/alpine.LFD.2.20.1708261050500.8156@localhost.localdomainSigned-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;Acked-by: Rodolfo Giometti &lt;giometti@enneenne.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/Kconfig</description>
        <pubDate>Fri, 08 Sep 2017 23:17:22 +0000</pubDate>
        <dc:creator>Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;</dc:creator>
    </item>
<item>
        <title>98e959d4 - drivers: pps: Make PPS into a menuconfig to ease disabling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Kconfig#98e959d4</link>
        <description>drivers: pps: Make PPS into a menuconfig to ease disablingSo that there&apos;s no need to get into the submenu to disable all related configentries.The BROKEN PPS_GENERATOR_PARPORT now also depends on PPSSigned-off-by: Vincent Legoll &lt;vincent.legoll@gmail.com&gt;Acked-by: Rodolfo Giometti &lt;giometti@enneenne.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pps/generators/Kconfig</description>
        <pubDate>Tue, 11 Apr 2017 14:26:41 +0000</pubDate>
        <dc:creator>Vincent Legoll &lt;vincent.legoll@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>95b90afe - pps: make pps_gen_parport depend on BROKEN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Kconfig#95b90afe</link>
        <description>pps: make pps_gen_parport depend on BROKENThis driver causes hard lockups, when the active clock soure is jiffies.The reason is that it loops with interrupts disabled waiting for atimestamp to be reached by polling getnstimeofday().  Though with ajiffies clocksource, when that code runs on the same CPU which isresponsible for updating jiffies, then we loop in circles for eversimply because the timer interrupt cannot update jiffies.  So both UPand SMP can be affected.There is no easy fix for that problem so make it depend on BROKEN fornow.Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Cc: Rodolfo Giometti &lt;giometti@linux.it&gt;Cc: john stultz &lt;johnstul@us.ibm.com&gt;Cc: Ingo Molnar &lt;mingo@elte.hu&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/Kconfig</description>
        <pubDate>Sat, 05 Mar 2011 01:36:23 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>563558b2 - pps: add parallel port PPS signal generator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/generators/Kconfig#563558b2</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.Signed-off-by: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Cc: Rodolfo Giometti &lt;giometti@linux.it&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/Kconfig</description>
        <pubDate>Thu, 13 Jan 2011 01:01:00 +0000</pubDate>
        <dc:creator>Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&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/Kconfig#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/Kconfig</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>
