<?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>fce85f3d - auxdisplay: MAX6959 should select BITREVERSE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#fce85f3d</link>
        <description>auxdisplay: MAX6959 should select BITREVERSEIf CONFIG_BITREVERSE is not enabled:    max6959.c:(.text+0x92): undefined reference to `byte_rev_table&apos;Fixes: a9bcd02fa42217c7 (&quot;auxdisplay: Add driver for MAX695x 7-segment LED controllers&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/202502161703.3Vr4M7qg-lkp@intel.com/Signed-off-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-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Thu, 20 Feb 2025 07:48:42 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>8fc38062 - fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#8fc38062</link>
        <description>fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEDo not select BACKLIGHT_CLASS_DEVICE from FB_BACKLIGHT. The latteronly controls backlight support within fbdev core code and datastructures.Make fbdev drivers depend on BACKLIGHT_CLASS_DEVICE and let usersselect it explicitly. Fixes warnings about recursive dependencies,such aserror: recursive dependency detected!	symbol BACKLIGHT_CLASS_DEVICE is selected by FB_BACKLIGHT	symbol FB_BACKLIGHT is selected by FB_SH_MOBILE_LCDC	symbol FB_SH_MOBILE_LCDC depends on FB_DEVICE	symbol FB_DEVICE depends on FB_CORE	symbol FB_CORE is selected by DRM_GEM_DMA_HELPER	symbol DRM_GEM_DMA_HELPER is selected by DRM_PANEL_ILITEK_ILI9341	symbol DRM_PANEL_ILITEK_ILI9341 depends on BACKLIGHT_CLASS_DEVICEBACKLIGHT_CLASS_DEVICE is user-selectable, so making drivers adapt toit is the correct approach in any case. For most drivers, backlightsupport is also configurable separately.v3:- Select BACKLIGHT_CLASS_DEVICE in PowerMac defconfigs (Christophe)- Fix PMAC_BACKLIGHT module dependency corner cases (Christophe)v2:- s/BACKLIGHT_DEVICE_CLASS/BACKLIGHT_CLASS_DEVICE (Helge)- Fix fbdev driver-dependency corner case (Arnd)Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20241216074450.8590-2-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 16 Dec 2024 07:42:47 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c8ffef98 - auxdisplay: linedisp: Support configuring the boot message</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#c8ffef98</link>
        <description>auxdisplay: linedisp: Support configuring the boot messageLike we do for charlcd, allow the configuration of the initial messageon line-display devices.Signed-off-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&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-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Thu, 30 May 2024 23:20:54 +0000</pubDate>
        <dc:creator>Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;</dc:creator>
    </item>
<item>
        <title>16934de4 - auxdisplay: linedisp: Group display drivers together</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#16934de4</link>
        <description>auxdisplay: linedisp: Group display drivers togetherFor better usability group the display drivers together in Kconfig.With this we will have the following sections:  - Character LCD  - Samsung KS0108 LCD controller  - Single character line display  - Character LCD with non-conforming interfaceKeep Makefile entries sorted alphabetically.While at it, drop redundant &apos;default n&apos; entries.Tested-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-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 26 Mar 2024 19:02:27 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>899383f9 - auxdisplay: Add 7-segment LED display driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#899383f9</link>
        <description>auxdisplay: Add 7-segment LED display driverAdd a driver for a 7-segment LED display. At the moment only onecharacter is supported but it should be possible to expand this tosupport more characters and/or 14-segment displays in the future.Signed-off-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&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-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Thu, 07 Mar 2024 19:50:51 +0000</pubDate>
        <dc:creator>Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;</dc:creator>
    </item>
<item>
        <title>a9bcd02f - auxdisplay: Add driver for MAX695x 7-segment LED controllers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#a9bcd02f</link>
        <description>auxdisplay: Add driver for MAX695x 7-segment LED controllersAdd initial driver for the MAX6958 and MAX6959 7-segment LEDcontrollers.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-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 26 Feb 2024 16:19:21 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>df558d53 - auxdisplay/ht16k33: Initialize fb_ops with fbdev macros</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#df558d53</link>
        <description>auxdisplay/ht16k33: Initialize fb_ops with fbdev macrosInitialize the instance of struct fb_ops with fbdev initializermacros for framebuffers in virtual address space. Set the read/write,draw and mmap callbacks to the correct implementation and avoidimplicit defaults. Also select the necessary helpers in Kconfig.Fbdev drivers sometimes rely on the callbacks being NULL for adefault I/O-memory-based implementation to be invoked; hencerequiring the I/O helpers to be built in any case. Setting allcallbacks in all drivers explicitly will allow to make the I/Ohelpers optional. This benefits systems that do not use thesefunctions.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Miguel Ojeda &lt;ojeda@kernel.org&gt;Cc: Robin van der Gracht &lt;robin@protonic.nl&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Acked-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;Reviewed-by: Robin van der Gracht &lt;robin@protonic.nl&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231127131655.4020-11-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 27 Nov 2023 13:15:39 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>36e6cacd - auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macros</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#36e6cacd</link>
        <description>auxdisplay/cfag12864bfb: Initialize fb_ops with fbdev macrosInitialize the instance of struct fb_ops with fbdev initializermacros for framebuffers in virtual address space. Set the read/write,draw and mmap callbacks to the correct implementation and avoidimplicit defaults. Also select the necessary helpers in Kconfig.Fbdev drivers sometimes rely on the callbacks being NULL for adefault I/O-memory-based implementation to be invoked; hencerequiring the I/O helpers to be built in any case. Setting allcallbacks in all drivers explicitly will allow to make the I/Ohelpers optional. This benefits systems that do not use thesefunctions.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Cc: Miguel Ojeda &lt;ojeda@kernel.org&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Acked-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231127131655.4020-9-tzimmermann@suse.de

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 27 Nov 2023 13:15:37 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>5d343f7c - auxdisplay: ht16k33: Make use of device properties</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#5d343f7c</link>
        <description>auxdisplay: ht16k33: Make use of device propertiesThe device property API allows drivers to gather device resources fromdifferent sources, such as ACPI, and lift the dependency on Device Tree.Convert the driver to unleash the power of the device property API.Suggested-by: Marek Beh&#250;n &lt;kabel@kernel.org&gt;Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Acked-by: Robin van der Gracht &lt;robin@protonic.nl&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 19 Oct 2021 14:45:20 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>c223d9c6 - auxdisplay: ht16k33: Add LED support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#c223d9c6</link>
        <description>auxdisplay: ht16k33: Add LED supportInstantiate a single LED based on the &quot;led&quot; subnode in DT.This allows the user to control display brightness and blinking (backedby hardware support) through the LED class API and triggers, and exposesthe display color.  The LED will be named&quot;auxdisplay:&lt;color&gt;:&lt;function&gt;&quot;.When running in dot-matrix mode and if no &quot;led&quot; subnode is found, thedriver falls back to the traditional backlight mode, to preservebackwards compatibility.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Marek Beh&#250;n &lt;kabel@kernel.org&gt;Reviewed-by: Robin van der Gracht &lt;robin@protonic.nl&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 19 Oct 2021 14:45:19 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>a0428724 - auxdisplay: ht16k33: Add support for segment displays</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#a0428724</link>
        <description>auxdisplay: ht16k33: Add support for segment displaysThe Holtek HT16K33 LED controller is not only used for drivingdot-matrix displays, but also for driving segment displays.Add support for 4-digit 7-segment and quad 14-segment alphanumericdisplays, like the Adafruit 7-segment and 14-segment display backpackand FeatherWing expansion boards.  Use the character line display coresupport to display a message, which will be scrolled if it doesn&apos;t fit.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Robin van der Gracht &lt;robin@protonic.nl&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 19 Oct 2021 14:45:17 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>7e76aece - auxdisplay: Extract character line display core support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#7e76aece</link>
        <description>auxdisplay: Extract character line display core supportExtract the character line display core support from the simple ASCIILCD driver for the MIPS Boston, Malta &amp; SEAD3 development boards intoits own subdriver, so it can be reused for other displays.As this moves the &quot;message&quot; device attribute in sysfs in a &quot;linedisp.N&quot;subdirectory, a symlink is added to preserve backwards compatibility.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 19 Oct 2021 14:45:05 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>b4561644 - auxdisplay: Fix duplicate CHARLCD config symbol</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#b4561644</link>
        <description>auxdisplay: Fix duplicate CHARLCD config symbolA second CHARLCD config symbol was added instead of moving the existingone.  Fix this by removing the old one.Fixes: 718e05ed92ecac0d (&quot;auxdisplay: Introduce hd44780_common.[ch]&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Fri, 22 Jan 2021 16:01:02 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>ffdf726d - auxdisplay: hd44780_common: Fix build error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#ffdf726d</link>
        <description>auxdisplay: hd44780_common: Fix build errorWhen building the hd44780_common driver without a driver that actuallyuses it like panel or hd44780 you get a build error, becausehd44780_common uses charlcd, but did not select it. Its users didselect it.This is fixed now. hd4478_common now selects charlcd in Kconfig andpanel and hd44780 do not. They only select hd44780_common.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Lars Poeschel &lt;poeschel@lemonage.de&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Mon, 09 Nov 2020 09:31:54 +0000</pubDate>
        <dc:creator>Lars Poeschel &lt;poeschel@lemonage.de&gt;</dc:creator>
    </item>
<item>
        <title>8c9108d0 - auxdisplay: add a driver for lcd2s character display</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#8c9108d0</link>
        <description>auxdisplay: add a driver for lcd2s character displayThis driver allows to use a lcd2s 20x4 character display from Modtronixengineering as an auxdisplay charlcd device.Signed-off-by: Lars Poeschel &lt;poeschel@lemonage.de&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 03 Nov 2020 09:58:28 +0000</pubDate>
        <dc:creator>Lars Poeschel &lt;poeschel@lemonage.de&gt;</dc:creator>
    </item>
<item>
        <title>718e05ed - auxdisplay: Introduce hd44780_common.[ch]</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#718e05ed</link>
        <description>auxdisplay: Introduce hd44780_common.[ch]There is some hd44780 specific code in charlcd and this code is used bymultiple drivers. To make charlcd independent from this device specificcode this has to be moved to a place where the multiple drivers canshare their common code. This common place is now introduced ashd44780_common.Reviewed-by: Willy Tarreau &lt;w@1wt.eu&gt;Signed-off-by: Lars Poeschel &lt;poeschel@lemonage.de&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Tue, 03 Nov 2020 09:58:05 +0000</pubDate>
        <dc:creator>Lars Poeschel &lt;poeschel@lemonage.de&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d568bbd2 - auxdisplay: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#d568bbd2</link>
        <description>auxdisplay: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:	$ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Miguel Ojeda &lt;miguel.ojeda.sandonis@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 03:20:41 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ba2c1340 - auxdisplay: charlcd: add help text for backlight initial state</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#ba2c1340</link>
        <description>auxdisplay: charlcd: add help text for backlight initial stateWhile the individual CHARLCD_BL_xxx options have help texts, themenu itself does not.  Fix this.Suggested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Signed-off-by: Mans Rullgard &lt;mans@mansr.com&gt;[Added a bit more text to address Linus&apos; suggestion]Signed-off-by: Miguel Ojeda &lt;miguel.ojeda.sandonis@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Thu, 04 Jul 2019 19:33:54 +0000</pubDate>
        <dc:creator>Mans Rullgard &lt;mans@mansr.com&gt;</dc:creator>
    </item>
<item>
        <title>76b5a6e8 - docs: admin-guide: add auxdisplay files to it after conversion to ReST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/auxdisplay/Kconfig#76b5a6e8</link>
        <description>docs: admin-guide: add auxdisplay files to it after conversion to ReSTThose two files describe userspace-faced information. While part ofit might fit on uAPI, it sounds to me that the admin guide is thebest place for them.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Acked-by: Miguel Ojeda &lt;miguel.ojeda.sandonis@gmail.com&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/drivers/auxdisplay/Kconfig</description>
        <pubDate>Fri, 26 Jul 2019 12:51:21 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
