<?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 arm-charlcd.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 23 Feb 2026 09:09:45 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5b785b83c2414f2e09927ab6c8b82e3985081dc6 - Merge tag &apos;auxdisplay-v6.20-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#5b785b83c2414f2e09927ab6c8b82e3985081dc6</link>
        <description>Merge tag &apos;auxdisplay-v6.20-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplayPull auxdisplay updates from Andy Shevchenko: - A good refactoring of arm-charlcd to use modern kernel APIs* tag &apos;auxdisplay-v6.20-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay:  auxdisplay: max6959: Replace slab.h with device/devres.h  auxdisplay: arm-charlcd: Remove redundant ternary operators  auxdisplay: arm-charlcd: Join string literals back  auxdisplay: arm-charlcd: Use readl_poll_timeout  auxdisplay: arm-charlcd: Don&apos;t use &quot;proxy&quot; headers  auxdisplay: arm-charlcd: drop of_match_ptr()  auxdisplay: arm-charlcd: Remove unneeded info message  auxdisplay: arm-charlcd: convert to use device managed APIs  auxdisplay: arm-charlcd: fix release_mem_region() size

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 09 Feb 2026 17:32:33 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c18bde85706ddbd7ad1e130498b26d33a3733371 - auxdisplay: arm-charlcd: Remove redundant ternary operators</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#c18bde85706ddbd7ad1e130498b26d33a3733371</link>
        <description>auxdisplay: arm-charlcd: Remove redundant ternary operatorsFor ternary operators in the form of a ? true : false, if a itself returnsa boolean result, the ternary operator can be omitted. Remove redundantternary operators to clean up the code.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 29 Dec 2025 13:51:19 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>548d6800fad6b55086addc8450d1f243a9167f35 - auxdisplay: arm-charlcd: Join string literals back</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#548d6800fad6b55086addc8450d1f243a9167f35</link>
        <description>auxdisplay: arm-charlcd: Join string literals backFor easy grepping on debug purposes join string literals back inthe messages.No functional change.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Fri, 17 Mar 2023 15:47:08 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b7eda5634e9b1e8bb1930c7b27511fde4ed8efa5 - auxdisplay: arm-charlcd: Use readl_poll_timeout</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#b7eda5634e9b1e8bb1930c7b27511fde4ed8efa5</link>
        <description>auxdisplay: arm-charlcd: Use readl_poll_timeoutUse readl_poll_timeout_atomic() from &lt;iopoll.h&gt; instead of usingcustom poll loops.The timeout settings are different, but that shouldn&apos;t be much of aproblem. Instead of polling 10 times in a close loop, it polls forone millisecond.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 29 Dec 2025 13:42:32 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de2248f7a4965f629390322063a1ff1742014efa - auxdisplay: arm-charlcd: Don&apos;t use &quot;proxy&quot; headers</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#de2248f7a4965f629390322063a1ff1742014efa</link>
        <description>auxdisplay: arm-charlcd: Don&apos;t use &quot;proxy&quot; headersUpdate header inclusions to follow IWYU (Include What You Use) principle.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Tue, 11 Nov 2025 11:18:36 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c77851631c36fa002c72064d4f10d77707b58ca9 - auxdisplay: arm-charlcd: drop of_match_ptr()</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#c77851631c36fa002c72064d4f10d77707b58ca9</link>
        <description>auxdisplay: arm-charlcd: drop of_match_ptr()The general recommendation is to not use of_match_ptr(). Drop it.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 29 Dec 2025 12:53:38 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a8f4a4fb34accd19081484d54631f8cacf1eb06b - auxdisplay: arm-charlcd: Remove unneeded info message</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#a8f4a4fb34accd19081484d54631f8cacf1eb06b</link>
        <description>auxdisplay: arm-charlcd: Remove unneeded info messageWhen probe succeeds we have other means to check if it was successful,no need to pollute kernel log with the practically duplicated info.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 29 Dec 2025 13:16:32 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>483d86cf4b94f7a390b2a9e5e26a81f3a14bd145 - auxdisplay: arm-charlcd: convert to use device managed APIs</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#483d86cf4b94f7a390b2a9e5e26a81f3a14bd145</link>
        <description>auxdisplay: arm-charlcd: convert to use device managed APIsThe current probe function of the driver is implemented by usingplain old APIs. As Geert noted, one of the error paths has a mistakethat may lead to a wrong call. Instead of targeting that particularissue, convert the driver to use device managed APIs altogether.It&apos;s not needed per se (driver can never be removed once loaded),but it simplifies coding and error handling.Reported-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Closes: https://lore.kernel.org/r/CAMuHMdVquNEoxRQkcBEH0nC+CDuib6o0H6m3CBk3ZN2267LpQw@mail.gmail.comSigned-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 29 Dec 2025 13:03:06 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b5c23a4d291d2ac1dfdd574a68a3a68c8da3069e - auxdisplay: arm-charlcd: fix release_mem_region() size</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#b5c23a4d291d2ac1dfdd574a68a3a68c8da3069e</link>
        <description>auxdisplay: arm-charlcd: fix release_mem_region() sizeIt seems like, after the request_mem_region(), the correspondingrelease_mem_region() must take the same size. This was donein (now removed due to previous refactoring) charlcd_remove()but not in the error path in charlcd_probe().Fixes: ce8962455e90 (&quot;ARM: 6214/2: driver for the character LCD found in ARM refdesigns&quot;)Signed-off-by: Thomas Fourier &lt;fourier.thomas@gmail.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Tue, 16 Dec 2025 17:47:13 +0000</pubDate>
        <dc:creator>Thomas Fourier &lt;fourier.thomas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Wed, 05 Feb 2025 09:29:14 +0000</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Fri, 20 Sep 2024 08:24:24 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f057b57270c2a17d3f45c177e9434fa5745caa48 - Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into next</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#f057b57270c2a17d3f45c177e9434fa5745caa48</link>
        <description>Merge branch &apos;ib/6.11-rc6-matrix-keypad-spitz&apos; into nextBring in changes removing support for platform data from matrix-keypaddriver.

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Fri, 06 Sep 2024 04:49:07 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>50c374c6d1a43db9444cb74cc09552c817db2a9b - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#50c374c6d1a43db9444cb74cc09552c817db2a9b</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfCross-merge bpf fixes after downstream PR includingimportant fixes (from bpf-next point of view):commit 41c24102af7b (&quot;selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp&quot;)commit fdad456cbcca (&quot;bpf: Fix updating attached freplace prog in prog_array map&quot;)No conflicts.Adjacent changes in:include/linux/bpf_verifier.hkernel/bpf/verifier.ctools/testing/selftests/bpf/MakefileLink: https://lore.kernel.org/bpf/20240813234307.82773-1-alexei.starovoitov@gmail.com/Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Thu, 22 Aug 2024 16:27:59 +0000</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ed7171ff9fabc49ae6ed42fbd082a576473836fc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#ed7171ff9fabc49ae6ed42fbd082a576473836fc</link>
        <description>Merge drm/drm-next into drm-xe-nextGet drm-xe-next on v6.11-rc2 and synchronized with drm-intel-next forthe display side. This resolves the current conflict for theenable_display module parameter and allows further pending refactors.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Fri, 16 Aug 2024 17:05:54 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ee057c8c194b9283f4137b253b70e292693a39f0 - Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/core</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#ee057c8c194b9283f4137b253b70e292693a39f0</link>
        <description>Merge tag &apos;v6.11-rc3&apos; into trace/ring-buffer/coreThe &quot;reserve_mem&quot; kernel command line parameter has been pulled intov6.11. Merge the latest -rc3 to allow the persistent ring buffer memory tobe able to be mapped at the address specified by the &quot;reserve_mem&quot; commandline parameter.Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Wed, 14 Aug 2024 20:56:42 +0000</pubDate>
        <dc:creator>Steven Rostedt &lt;rostedt@goodmis.org&gt;</dc:creator>
    </item>
<item>
        <title>50470d3899cdf06fd58def74dec87f31e13cda6f - Merge remote-tracking branch &apos;vfs/stable-struct_fd&apos;</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#50470d3899cdf06fd58def74dec87f31e13cda6f</link>
        <description>Merge remote-tracking branch &apos;vfs/stable-struct_fd&apos;Merge Al Viro&apos;s struct fd refactorings.Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Tue, 13 Aug 2024 20:52:30 +0000</pubDate>
        <dc:creator>Andrii Nakryiko &lt;andrii@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5c61f59824b5e46516ea5d0543ad7a8871567416 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#5c61f59824b5e46516ea5d0543ad7a8871567416</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to the state of v6.11-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Mon, 12 Aug 2024 12:14:18 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4436e6da008fee87d54c038e983e5be9a6baf8fb - Merge branch &apos;linus&apos; into x86/mm</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#4436e6da008fee87d54c038e983e5be9a6baf8fb</link>
        <description>Merge branch &apos;linus&apos; into x86/mmBring x86 and selftests up to date

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Fri, 02 Aug 2024 12:10:55 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>5fa35bd39ce106889909444c937a10b2d3a79f08 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://opengrok.net:8080/history/linux/drivers/auxdisplay/arm-charlcd.c#5fa35bd39ce106889909444c937a10b2d3a79f08</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.No conflicts or adjacent changes.Link: https://patch.msgid.link/20240801131917.34494-1-pabeni@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/auxdisplay/arm-charlcd.c</description>
        <pubDate>Thu, 01 Aug 2024 17:43:15 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
