<?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>b8a51e95 - pinctrl: sunxi: Add support for the secondary A523 GPIO ports</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#b8a51e95</link>
        <description>pinctrl: sunxi: Add support for the secondary A523 GPIO portsAs most other Allwinner SoCs before, the A523 chip contains a secondGPIO controller, managing banks PL and PM.Use the newly introduced DT based pinctrl driver to describe just thegeneric pinctrl properties, so advertise the number of pins per bankand the interrupt capabilities. The actual function/mux assignment istaken from the devicetree.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Link: https://lore.kernel.org/20250306235827.4895-9-andre.przywara@arm.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Thu, 06 Mar 2025 23:58:27 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>648be4cd - pinctrl: sunxi: Add support for the Allwinner A523</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#648be4cd</link>
        <description>pinctrl: sunxi: Add support for the Allwinner A523The Allwinner A523 contains pins in 10 out of the 11 possible pin banks;it just skips port A.Use the newly introduced DT based pinctrl driver to describe just thegeneric pinctrl properties, so advertise the number of pins per bankand the interrupt capabilities. The actual function/mux assignment istaken from the devicetree.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Link: https://lore.kernel.org/20250306235827.4895-8-andre.przywara@arm.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Thu, 06 Mar 2025 23:58:26 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>f5e2cd34 - pinctrl: sunxi: allow reading mux values from DT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#f5e2cd34</link>
        <description>pinctrl: sunxi: allow reading mux values from DTSo far every Allwinner SoC needs a large table in the kernel code, todescribe the mapping between the pinctrl function names (&quot;uart&quot;) andthe actual pincontroller mux value to be written into the registers.This adds a lot of data into a single image kernel, and also lookssomewhat weird, as the DT can easily store the mux value.Add some code that allows to avoid that table: the struct that describesthe existing pins will be build at *runtime*, based on very basicinformation provided by the respective SoC&apos;s pinctrl driver. Thisconsists of the number of pins per bank, plus information which bankprovides IRQ support, along with the mux value to use for that.The code will then iterate over all children of the pincontroller DTnode (which describe each pin group), and populate that struct with themapping between function names and mux values. The only thing that needsadding in the DT is a property with that value, per pin group.When this table is built, it will be handed over to the existing sunxipinctrl driver, which cannot tell a difference between a hardcodedstruct and this new one built at runtime. It will take care ofregistering the pinctrl device with the pinctrl subsystem.All a new SoC driver would need to do is to provide two arrays, and thencall the sunxi_pinctrl_dt_table_init() function.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Link: https://lore.kernel.org/20250306235827.4895-6-andre.przywara@arm.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Thu, 06 Mar 2025 23:58:24 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>0569af48 - pinctrl: sunxi: Add driver for Allwinner D1</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#0569af48</link>
        <description>pinctrl: sunxi: Add driver for Allwinner D1This SoC contains a pinctrl with a new register layout. Use the variantparameter to set the right register offsets. This pinctrl also increasesthe number of functions per pin from 8 to 16, taking advantage of all 4bits in the mux config field (so far, only functions 0-8 and 14-15 areused). This increases the maximum possible number of functions.Reviewed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Tested-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Signed-off-by: Samuel Holland &lt;samuel@sholland.org&gt;Reviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Link: https://lore.kernel.org/r/20220713025233.27248-7-samuel@sholland.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Wed, 13 Jul 2022 02:52:33 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel@sholland.org&gt;</dc:creator>
    </item>
<item>
        <title>561c1cf1 - pinctrl: sunxi: Add support for the Allwinner H616-R pin controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#561c1cf1</link>
        <description>pinctrl: sunxi: Add support for the Allwinner H616-R pin controllerThere are only two pins left now, used to connect to the PMIC via I2C.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Reviewed-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Link: https://lore.kernel.org/r/20210118020848.11721-6-andre.przywara@arm.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Mon, 18 Jan 2021 02:08:32 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>25adc294 - pinctrl: sunxi: Add support for the Allwinner H616 pin controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#25adc294</link>
        <description>pinctrl: sunxi: Add support for the Allwinner H616 pin controllerPort A is used for an internal connection to some analogue circuitrywhich looks like an AC200 IP (as in the H6), though this is notmentioned in the manual.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://lore.kernel.org/r/20210118020848.11721-5-andre.przywara@arm.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Mon, 18 Jan 2021 02:08:31 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>473436e7 - pinctrl: sunxi: add support for the Allwinner A100 pin controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#473436e7</link>
        <description>pinctrl: sunxi: add support for the Allwinner A100 pin controllerThis commit introduces support for the pin controller on A100.Signed-off-by: Yangtao Li &lt;frank@allwinnertech.com&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Link: https://lore.kernel.org/r/4e331a2ed4a30c883df6157bc5c52bb686aa8e0d.1595572867.git.frank@allwinnertech.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Fri, 24 Jul 2020 07:05:49 +0000</pubDate>
        <dc:creator>Yangtao Li &lt;frank@allwinnertech.com&gt;</dc:creator>
    </item>
<item>
        <title>9088276d - pinctrl: sunxi: add support for suniv F1C100s (newer F-series SoCs)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#9088276d</link>
        <description>pinctrl: sunxi: add support for suniv F1C100s (newer F-series SoCs)The suniv F1C100s chip (several new F-series SoCs) of Allwinner has apincontroller like other SoCs from Allwinner.Add support for it.Signed-off-by: Mesih Kilinc &lt;mesihkilinc@gmail.com&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Sun, 25 Nov 2018 07:43:14 +0000</pubDate>
        <dc:creator>Mesih Kilinc &lt;mesihkilinc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ba5554dc - pinctrl: sunxi: add support for H6 R_PIO pin controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#ba5554dc</link>
        <description>pinctrl: sunxi: add support for H6 R_PIO pin controllerAllwinner H6 SoC has a R_PIO pin controller like other Allwinner SoCs,which controls the PL and PM pin banks.Add support for it.Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.io&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Thu, 03 May 2018 18:38:43 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.io&gt;</dc:creator>
    </item>
<item>
        <title>c8a83090 - pinctrl: sunxi: add support for the Allwinner H6 main pin controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#c8a83090</link>
        <description>pinctrl: sunxi: add support for the Allwinner H6 main pin controllerThe Allwinner H6 SoC has two pin controllers, one main controller(called CPUX-PORT in user manual) and one controller in CPUs powerdomain (called CPUS-PORT in user manual).This commit introduces support for the main pin controller on H6.The pin bank A and B are not wired out and hidden from the SoC&apos;sdocuments, however it&apos;s shown that the &quot;ATE&quot; (an AC200 chipco-packaged with the H6 die) is connected to the main SoC die via thesepin banks. The information about these banks is just copied from the BSPpinctrl driver, but re-formatted to fit the mainline pinctrl driverformat. The GPIO functions are dropped, as they&apos;re impossible to use --except a GPIO&amp;IRQ only pin (PB20) which might be the IRQ of ATE.Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.io&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Reviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Fri, 16 Mar 2018 14:02:10 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.io&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/pinctrl/sunxi/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>41633edf - pinctrl: sunxi: Add support for A83T R_PIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#41633edf</link>
        <description>pinctrl: sunxi: Add support for A83T R_PIOThe R_PIO on the A83T is almost the same as the one found on the A64,except that the CIR_RX function was moved from pin PL11 to pin PL12.Add a driver for it.Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Sat, 03 Jun 2017 14:44:26 +0000</pubDate>
        <dc:creator>Chen-Yu Tsai &lt;wens@csie.org&gt;</dc:creator>
    </item>
<item>
        <title>56efa62f - pinctrl: sunxi: drop dedicated A20 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#56efa62f</link>
        <description>pinctrl: sunxi: drop dedicated A20 driverAs we added A20 support to A10 pinctrl driver, now we can delete thededicated A20 pinctrl driver, which is duplicated code.Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.io&gt;Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;[Drop Makefile entry]Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Sat, 27 May 2017 10:23:02 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.io&gt;</dc:creator>
    </item>
<item>
        <title>14c868b0 - pinctrl: sunxi: Add A64 R_PIO controller support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#14c868b0</link>
        <description>pinctrl: sunxi: Add A64 R_PIO controller supportThe A64 has a R_PIO pin controller, similar to the one found on the H3 SoC.Add support for the pins controlled by the R_PIO controller.Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.xyz&gt;Acked-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Wed, 01 Mar 2017 18:09:30 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.xyz&gt;</dc:creator>
    </item>
<item>
        <title>623461e2 - pinctrl: sunxi: Remove redundant A31s pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#623461e2</link>
        <description>pinctrl: sunxi: Remove redundant A31s pinctrl driverNow that we can support the A31s pin controller with the A31 driverusing the new variants support, the independent A31s driver becomesredundant.Remove it.Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Wed, 01 Feb 2017 16:25:47 +0000</pubDate>
        <dc:creator>Chen-Yu Tsai &lt;wens@csie.org&gt;</dc:creator>
    </item>
<item>
        <title>838adb57 - drivers: pinctrl: add driver for Allwinner H5 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#838adb57</link>
        <description>drivers: pinctrl: add driver for Allwinner H5 SoCBased on the Allwinner H5 datasheet and the pinctrl driver of thebackward-compatible H3 this introduces the pin multiplex assignments forthe H5 SoC.H5 introduced some more pin functions (e.g. three more groups of TSpins, and one more groups of SIM pins) than H3.Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.xyz&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Thu, 26 Jan 2017 15:48:51 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.xyz&gt;</dc:creator>
    </item>
<item>
        <title>56d9e4a7 - pinctrl: sunxi: add driver for V3s SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#56d9e4a7</link>
        <description>pinctrl: sunxi: add driver for V3s SoCV3s SoC features only a pin controller (for the lack of CPUs part).Add a driver for this controller.Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.xyz&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Tue, 03 Jan 2017 15:16:27 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.xyz&gt;</dc:creator>
    </item>
<item>
        <title>d83bb5a4 - pinctrl: sunxi: Remove old sun5i pinctrl drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#d83bb5a4</link>
        <description>pinctrl: sunxi: Remove old sun5i pinctrl driversNow that we have a common pinctrl driver for all the sun5i SoCs, we canremove the old, separate drivers.Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Sun, 08 Jan 2017 21:31:17 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>858f559f - pinctrl: sunxi: Add common sun5i pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#858f559f</link>
        <description>pinctrl: sunxi: Add common sun5i pinctrl driverThe sun5i SoCs (A10s, A13, GR8) are all based on the same die fit indifferent packages. Hence, the pins and functions available are just thebased on the same set, each SoC having a different subset.Introduce a common pinctrl driver that supports multiple variants to allowto put as much as we can in common.Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Sun, 08 Jan 2017 21:31:16 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>ac91ab51 - pinctrl: sunxi: Add GR8 controller support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/sunxi/Makefile#ac91ab51</link>
        <description>pinctrl: sunxi: Add GR8 controller supportJust like the other member of the sunxi family, let&apos;s add a pinctrl tablefor the muxing options.Signed-off-by: Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Acked-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/sunxi/Makefile</description>
        <pubDate>Wed, 07 Sep 2016 14:53:57 +0000</pubDate>
        <dc:creator>Myl&#232;ne Josserand &lt;mylene.josserand@free-electrons.com&gt;</dc:creator>
    </item>
</channel>
</rss>
