<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/clients/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/clients/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>16152045 - pps: new client driver using GPIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/clients/Makefile#16152045</link>
        <description>pps: new client driver using GPIOThis client driver allows you to use a GPIO pin as a source for PPSsignals.  Platform data [1] are used to specify the GPIO pin number,label, assert event edge type, and whether clear events are captured.This driver is based on the work by Ricardo Martins who submitted aninitial implementation [2] of a PPS IRQ client driver to the linuxppsmailing-list on Dec 3 2010.[1] include/linux/pps-gpio.h[2] http://ml.enneenne.com/pipermail/linuxpps/2010-December/004155.html[akpm@linux-foundation.org: remove unneeded cast of void*]Signed-off-by: James Nuss &lt;jamesnuss@nanometrics.ca&gt;Cc: Ricardo Martins &lt;rasm@fe.up.pt&gt;Acked-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Signed-off-by: Ricardo Martins &lt;rasm@fe.up.pt&gt;Cc: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Cc: Igor Plyatov &lt;plyatov@gmail.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/clients/Makefile</description>
        <pubDate>Wed, 02 Nov 2011 20:39:38 +0000</pubDate>
        <dc:creator>James Nuss &lt;jamesnuss@nanometrics.ca&gt;</dc:creator>
    </item>
<item>
        <title>26a082dc - pps: change to new flag variable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/clients/Makefile#26a082dc</link>
        <description>pps: change to new flag variableReplace EXTRA_CFLAGS with ccflags-y.Signed-off-by: matt mooney &lt;mfm@muteddisk.com&gt;Acked-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/pps/clients/Makefile</description>
        <pubDate>Fri, 14 Jan 2011 14:12:46 +0000</pubDate>
        <dc:creator>matt mooney &lt;mfm@muteddisk.com&gt;</dc:creator>
    </item>
<item>
        <title>a10203c6 - pps: add parallel port PPS client</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/clients/Makefile#a10203c6</link>
        <description>pps: add parallel port PPS clientAdd parallel port PPS client.  It uses a standard method for capturingtimestamps for assert edge transitions: getting a timestamp soon after aninterrupt has happened.This is not a very precise source of time information due to interrupthandling delays.  However, timestamps for clear edge transitions are muchmore precise because the interrupt handler continuously polls hardwareport until the transition is done.Hardware port operations require only about 1us so the maximum errorshould not exceed this value.  This was my primary goal when developingthis client.Clear edge capture could be disabled using clear_wait parameter.Signed-off-by: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;Acked-by: 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/clients/Makefile</description>
        <pubDate>Thu, 13 Jan 2011 01:00:58 +0000</pubDate>
        <dc:creator>Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&gt;</dc:creator>
    </item>
<item>
        <title>a0880df0 - pps: serial clients support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/clients/Makefile#a0880df0</link>
        <description>pps: serial clients supportAdds support, by using the PPS line discipline, for the PPS sourcesconnected with the CD (Carrier Detect) pin of a serial port.[akpm@linux-foundation.org: fix cast size warnings]Signed-off-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: Greg KH &lt;greg@kroah.com&gt;Cc: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;Cc: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&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/clients/Makefile</description>
        <pubDate>Wed, 10 Mar 2010 23:23:47 +0000</pubDate>
        <dc:creator>Rodolfo Giometti &lt;giometti@linux.it&gt;</dc:creator>
    </item>
<item>
        <title>697fb85f - pps: LinuxPPS clients support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pps/clients/Makefile#697fb85f</link>
        <description>pps: LinuxPPS clients supportEach PPS source can be registered/deregistered into the system by usingspecial modules called &quot;clients&quot;.  They simply define the PPS sources&apos;attributes and implement the time signal registration mechanism.This patch adds a special directory for such clients and adds a dummyclient that can be useful to test system integrity on real systems.[akpm@linux-foundation.org: coding-style fixes]Signed-off-by: Rodolfo Giometti &lt;giometti@linux.it&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: Greg KH &lt;greg@kroah.com&gt;Cc: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;Cc: Alexander Gordeev &lt;lasaine@lvk.cs.msu.su&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/clients/Makefile</description>
        <pubDate>Wed, 10 Mar 2010 23:23:45 +0000</pubDate>
        <dc:creator>Rodolfo Giometti &lt;giometti@linux.it&gt;</dc:creator>
    </item>
</channel>
</rss>
