<?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>988609f2 - counter: ti-eqep: Allow eQEP driver to be built for K3 devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#988609f2</link>
        <description>counter: ti-eqep: Allow eQEP driver to be built for K3 devicesTI K3 SoC&apos;s support eQEP hardware, so add ARCH_K3 to the dependsso the TI eQEP driver can be built for K3 devices.Signed-off-by: Judith Mendez &lt;jm@ti.com&gt;Reviewed-by: David Lechner &lt;david@lechnology.com&gt;Link: https://lore.kernel.org/r/20240612135538.2447938-9-jm@ti.comSigned-off-by: William Breathitt Gray &lt;wbg@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 13:55:38 +0000</pubDate>
        <dc:creator>Judith Mendez &lt;jm@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>10d33404 - mfd: rz-mtu3: Link time dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#10d33404</link>
        <description>mfd: rz-mtu3: Link time dependenciesThe new set of drivers for RZ/G2L MTU3a tries to enable compile-testing theindividual client drivers even when the MFD portion is disabled but gets itwrong, causing a link failure when the core is in a loadable module but theother drivers are built-in:x86_64-linux-ld: drivers/pwm/pwm-rz-mtu3.o: in function `rz_mtu3_pwm_apply&apos;:pwm-rz-mtu3.c:(.text+0x4bf): undefined reference to `rz_mtu3_8bit_ch_write&apos;x86_64-linux-ld: pwm-rz-mtu3.c:(.text+0x509): undefined reference to `rz_mtu3_disable&apos;arm-linux-gnueabi-ld: drivers/counter/rz-mtu3-cnt.o: in function `rz_mtu3_cascade_counts_enable_get&apos;:rz-mtu3-cnt.c:(.text+0xbec): undefined reference to `rz_mtu3_shared_reg_read&apos;It seems better not to add the extra complexity here but instead just usea normal hard dependency, so remove the #else portion in the header alongwith the &quot;|| COMPILE_TEST&quot;. This could also be fixed by having slightly moreelaborate Kconfig dependencies or using the cursed &apos;IS_REACHABLE()&apos; helper,but in practice it&apos;s already possible to compile-test all these driversby enabling the mtd portion.Fixes: 254d3a727421c (&quot;pwm: Add Renesas RZ/G2L MTU3a PWM driver&quot;)Fixes: 0be8907359df4 (&quot;counter: Add Renesas RZ/G2L MTU3a counter driver&quot;)Fixes: 654c293e1687b (&quot;mfd: Add Renesas RZ/G2L MTU3a core driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;Reviewed-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20230719090430.1925182-1-arnd@kernel.orgSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Wed, 19 Jul 2023 09:02:23 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>272ffb92 - counter: Fix menuconfig &quot;Counter support&quot; submenu entries disappearance</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#272ffb92</link>
        <description>counter: Fix menuconfig &quot;Counter support&quot; submenu entries disappearanceThe current placement of the I8254 Kconfig entry results in thedisappearance of the &quot;Counter support&quot; submenu items in menuconfig. Movethe I8254 above the menuconfig COUNTER entry to restore the intendedsubmenu behavior.Fixes: d428487471ba (&quot;counter: i8254: Introduce the Intel 8254 interface library module&quot;)Reported-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Closes: https://lore.kernel.org/all/32ddaa7b-53a8-d61f-d526-b545bd561337@linux.intel.com/Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Tested-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Reviewed-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230620170159.556788-1-william.gray@linaro.org/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Tue, 20 Jun 2023 17:01:59 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;william.gray@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>9b53a134 - counter: Fix menuconfig &quot;Counter support&quot; submenu entries disappearance</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#9b53a134</link>
        <description>counter: Fix menuconfig &quot;Counter support&quot; submenu entries disappearanceThe current placement of the I8254 Kconfig entry results in thedisappearance of the &quot;Counter support&quot; submenu items in menuconfig. Movethe I8254 above the menuconfig COUNTER entry to restore the intendedsubmenu behavior.Fixes: d428487471ba (&quot;counter: i8254: Introduce the Intel 8254 interface library module&quot;)Reported-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Closes: https://lore.kernel.org/all/32ddaa7b-53a8-d61f-d526-b545bd561337@linux.intel.com/Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Tested-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Reviewed-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Link: https://lore.kernel.org/r/20230620170159.556788-1-william.gray@linaro.org/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Tue, 20 Jun 2023 17:01:59 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;william.gray@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>d4284874 - counter: i8254: Introduce the Intel 8254 interface library module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#d4284874</link>
        <description>counter: i8254: Introduce the Intel 8254 interface library moduleExposes consumer library functions providing support for interfacescompatible with the venerable Intel 8254 Programmable Interval Timer(PIT).The Intel 8254 PIT first appeared in the early 1980s and was usedinitially in IBM PC compatibles. The popularity of the original Intel825x family of chips led to many subsequent variants and clones of theinterface in various chips and integrated circuits. Although stillpopular, interfaces compatible with the Intel 8254 PIT are nowdaystypically found embedded in larger VLSI processing chips and FPGAcomponents rather than as discrete ICs.A CONFIG_I8254 Kconfig option is introduced by this patch. Moduleswanting access to these i8254 library functions should select thisKconfig option, and import the I8254 symbol namespace.Link: https://lore.kernel.org/r/f6fe32c2db9525d816ab1a01f45abad56c081652.1681665189.git.william.gray@linaro.org/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Sun, 16 Apr 2023 17:36:53 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;william.gray@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>67d91a1e - counter: add HAS_IOPORT_MAP dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#67d91a1e</link>
        <description>counter: add HAS_IOPORT_MAP dependencyThe 104_QUAD_8 counter driver uses devm_ioport_map() without dependingon HAS_IOPORT_MAP. This means the driver is not usable on platforms suchas s390 which do not support I/O port mapping. Add the missingHAS_IOPORT_MAP dependency to make this explicit.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230522105049.1467313-8-schnelle@linux.ibm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Mon, 22 May 2023 10:50:12 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>98ffe025 - counter: 104-quad-8: Migrate to the regmap API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#98ffe025</link>
        <description>counter: 104-quad-8: Migrate to the regmap APIThe regmap API supports IO port accessors so we can take advantage ofregmap abstractions rather than handling access to the device registersdirectly in the driver. With regmap we get boundary checks, read-writepermissions, operation synchronization locks, and more for free. Mostimportant of all, rather than rolling our own we utilize implementationsthat are known to work and gain from any future improvements and fixesthat come.Suggested-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/1f1f7920d2be94aedb6fdf49f429fe6137c8cb24.1681753140.git.william.gray@linaro.org/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Mon, 17 Apr 2023 19:50:50 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;william.gray@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>a4ec431f - counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter value</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#a4ec431f</link>
        <description>counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter valueSupport for 25-bit counter values was removed in commit 4aa3b75c7460(&quot;counter: 104-quad-8: Fix race condition between FLAG and CNTR reads&quot;).Adjust the Kconfig description of CONFIG_104_QUAD_8 to remove referenceof 25-bit counter values.Link: https://lore.kernel.org/r/20230410134516.102886-1-william.gray@linaro.org/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Mon, 10 Apr 2023 13:45:16 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;william.gray@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0be89073 - counter: Add Renesas RZ/G2L MTU3a counter driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#0be89073</link>
        <description>counter: Add Renesas RZ/G2L MTU3a counter driverAdd RZ/G2L MTU3a counter driver. This IP supports the followingphase counting modes on MTU1 and MTU2 channels1) 16-bit phase counting modes on MTU1 and MTU2 channels.2) 32-bit phase counting mode by cascading MTU1 and MTU2 channels.This patch adds 3 counter value channels.	count0: 16-bit phase counter value channel on MTU1	count1: 16-bit phase counter value channel on MTU2	count2: 32-bit phase counter value channel by cascading                MTU1 and MTU2 channels.The external input phase clock pin for the counter value channelsare as follows:	count0: &quot;MTCLKA-MTCLKB&quot;	count1: &quot;MTCLKA-MTCLKB&quot; or &quot;MTCLKC-MTCLKD&quot;	count2: &quot;MTCLKA-MTCLKB&quot; or &quot;MTCLKC-MTCLKD&quot;Use the sysfs variable &quot;external_input_phase_clock_select&quot; to select theexternal input phase clock pin and &quot;cascade_counts_enable&quot; to enable/disable cascading of channels.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Reviewed-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;Acked-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;Signed-off-by: Lee Jones &lt;lee@kernel.org&gt;Link: https://lore.kernel.org/r/20230330111632.169434-5-biju.das.jz@bp.renesas.com

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Thu, 30 Mar 2023 11:16:30 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>01f714ee - counter: fix dependency references for config MICROCHIP_TCB_CAPTURE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#01f714ee</link>
        <description>counter: fix dependency references for config MICROCHIP_TCB_CAPTURECommit dfeef15e73ca (&quot;counter: microchip-tcp-capture: Add appropriate archdeps for TCP driver&quot;) intends to add appropriate dependencies for theconfig MICROCHIP_TCB_CAPTURE. It however prefixes the intended configs withCONFIG, but in Kconfig files in contrast to source files, the configs arereferenced to without prefixing them with CONFIG.Fix the dependency references due to this minor misconception.Fixes: dfeef15e73ca (&quot;counter: microchip-tcp-capture: Add appropriate arch deps for TCP driver&quot;)Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Link: https://lore.kernel.org/r/20230118074659.5909-1-lukas.bulwahn@gmail.com/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Wed, 18 Jan 2023 07:46:59 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dfeef15e - counter: microchip-tcp-capture: Add appropriate arch deps for TCP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#dfeef15e</link>
        <description>counter: microchip-tcp-capture: Add appropriate arch deps for TCP driverAdd the CONFIG_SOC_AT91SAM9 and CONFIG_SOC_SAM_V7 deps for theMicrochip SoCs that support this IP block/driver plus compiletime testing.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Link: https://lore.kernel.org/r/20230108074750.443705-4-pbrobinson@gmail.com/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Sun, 08 Jan 2023 07:47:50 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3760b49a - counter: ftm-quaddec: Depend on the Layerscape SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#3760b49a</link>
        <description>counter: ftm-quaddec: Depend on the Layerscape SoCAt the moment only the Freescale LS1021A is the only HW thatsupports this IP block so add an appropriate dependency andcompile test.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Link: https://lore.kernel.org/r/20230108074750.443705-3-pbrobinson@gmail.com/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Sun, 08 Jan 2023 07:47:49 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>92a33370 - counter: intel-qep: Depend on X86</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#92a33370</link>
        <description>counter: intel-qep: Depend on X86Limit the Intel counter driver to X86, it doesn&apos;tmake sense to build it for all arches if the countersubsystem is enabled.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Link: https://lore.kernel.org/r/20230108074750.443705-2-pbrobinson@gmail.com/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Sun, 08 Jan 2023 07:47:48 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9c5e51f2 - counter: Sort the Kconfig entries alphabetically</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#9c5e51f2</link>
        <description>counter: Sort the Kconfig entries alphabeticallySort the Kconfig menu alphabetically to make it easierto read as the list grows larger.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Link: https://lore.kernel.org/r/20230108074750.443705-1-pbrobinson@gmail.com/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Sun, 08 Jan 2023 07:47:47 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4e2f42aa - counter: ti-ecap-capture: capture driver support for ECAP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#4e2f42aa</link>
        <description>counter: ti-ecap-capture: capture driver support for ECAPECAP hardware on TI AM62x SoC supports capture feature. It can be usedto timestamp events (falling/rising edges) detected on input signal.This commit adds capture driver support for ECAP hardware on AM62x SoC.In the ECAP hardware, capture pin can also be configured to be inPWM mode. Current implementation only supports capture operating mode.Hardware also supports timebase sync between multiple instances, butthis driver supports simple independent capture functionality.Signed-off-by: Julien Panis &lt;jpanis@baylibre.com&gt;Link: https://lore.kernel.org/r/20220923142437.271328-4-jpanis@baylibre.com/Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;Link: https://lore.kernel.org/r/25644ce1f2fd15d116977770ede20e024f658513.1664318353.git.william.gray@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Tue, 27 Sep 2022 22:53:45 +0000</pubDate>
        <dc:creator>Julien Panis &lt;jpanis@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>95c211f0 - counter: 104-quad-8: Add COMPILE_TEST depends</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#95c211f0</link>
        <description>counter: 104-quad-8: Add COMPILE_TEST depends104_QUAD_8 depends on X86, but compiles fine on ARCH=arm. This patchadds support for COMPILE_TEST which is useful for compile testing codechanges to the driver and Counter subsystem.Link: https://lore.kernel.org/r/20220105094137.259111-1-vilhelm.gray@gmail.comCc: Syed Nayyar Waris &lt;syednwaris@gmail.com&gt;Suggested-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Syed Nayyar Waris &lt;syednwaris@gmail.com&gt;Signed-off-by: William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;Link: https://lore.kernel.org/r/3917721e792d362ee108b2f12cd2223675449d05.1647373009.git.vilhelm.gray@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Tue, 15 Mar 2022 19:38:52 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7aa2ba0d - counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#7aa2ba0d</link>
        <description>counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8The LSI/CSI LS7266R1 chip provides programmable output via the FLG pins.When interrupts are enabled on the ACCES 104-QUAD-8, they occur wheneverFLG1 is active. Four functions are available for the FLG1 signal: Carry,Compare, Carry-Borrow, and Index.	Carry:		Interrupt generated on active low Carry signal. Carry		signal toggles every time the respective channel&apos;s		counter overflows.	Compare:		Interrupt generated on active low Compare signal.		Compare signal toggles every time respective channel&apos;s		preset register is equal to the respective channel&apos;s		counter.	Carry-Borrow:		Interrupt generated on active low Carry signal and		active low Borrow signal. Carry signal toggles every		time the respective channel&apos;s counter overflows. Borrow		signal toggles every time the respective channel&apos;s		counter underflows.	Index:		Interrupt generated on active high Index signal.These four functions correspond respectivefly to the following fourCounter event types: COUNTER_EVENT_OVERFLOW, COUNTER_EVENT_THRESHOLD,COUNTER_EVENT_OVERFLOW_UNDERFLOW, and COUNTER_EVENT_INDEX. Interruptspush Counter events to event channel X, where &apos;X&apos; is the respectivechannel whose FLG1 activated.This patch adds IRQ support for the ACCES 104-QUAD-8. The interrupt linenumbers for the devices may be configured via the irq array moduleparameter.Acked-by: Syed Nayyar Waris &lt;syednwaris@gmail.com&gt;Signed-off-by: William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;Link: https://lore.kernel.org/r/e3a28e100840e3a336fa93fce77445f0e9d9a674.1632884256.git.vilhelm.gray@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Wed, 29 Sep 2021 03:16:06 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b711f687 - counter: Add support for Intel Quadrature Encoder Peripheral</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#b711f687</link>
        <description>counter: Add support for Intel Quadrature Encoder PeripheralAdd support for Intel Quadrature Encoder Peripheral found on IntelElkhart Lake platform.Initial implementation was done by Felipe Balbi while he was working atIntel with later changes from Raymond Tan and me.Co-developed-by: Felipe Balbi (Intel) &lt;balbi@kernel.org&gt;Signed-off-by: Felipe Balbi (Intel) &lt;balbi@kernel.org&gt;Co-developed-by: Raymond Tan &lt;raymond.tan@intel.com&gt;Signed-off-by: Raymond Tan &lt;raymond.tan@intel.com&gt;Signed-off-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Acked-by: William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;Link: https://lore.kernel.org/r/20210602113259.158674-1-jarkko.nikula@linux.intel.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Wed, 02 Jun 2021 11:32:59 +0000</pubDate>
        <dc:creator>Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a55ebd47 - counter: add IRQ or GPIO based counter</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#a55ebd47</link>
        <description>counter: add IRQ or GPIO based counterAdd simple IRQ or GPIO base counter. This device is used to measurerotation speed of some agricultural devices, so no high frequency on thecounter pin is expected.The maximal measurement frequency depends on the CPU and system load. Onthe idle iMX6S I was able to measure up to 20kHz without count drops.Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Reviewed-by: Ahmad Fatoum &lt;a.fatoum@pengutronix.de&gt;Reviewed-by: William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;Link: https://lore.kernel.org/r/20210301080401.22190-3-o.rempel@pengutronix.deSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Mon, 01 Mar 2021 08:04:01 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e357e81f - counter: 104-quad-8: Remove IIO counter ABI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/counter/Kconfig#e357e81f</link>
        <description>counter: 104-quad-8: Remove IIO counter ABIThe IIO counter driver has been superseded by the Counter subsystem asdiscussed in [1]. This patch removes the IIO counter ABI from the104-QUAD-8 driver.[1] https://lore.kernel.org/lkml/20210119104105.000010df@Huawei.com/Cc: Syed Nayyar Waris &lt;syednwaris@gmail.com&gt;Signed-off-by: William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;Link: https://lore.kernel.org/r/98a39983d5df761c058a469d1346fd8ffdef8516.1611973018.git.vilhelm.gray@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/counter/Kconfig</description>
        <pubDate>Sat, 30 Jan 2021 02:37:03 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;vilhelm.gray@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
