<?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>992f1a3d - platform: cznic: Add preliminary support for Turris Omnia MCU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#992f1a3d</link>
        <description>platform: cznic: Add preliminary support for Turris Omnia MCUAdd the basic skeleton for a new platform driver for the microcontrollerfound on the Turris Omnia board.Signed-off-by: Marek Beh&#250;n &lt;kabel@kernel.org&gt;Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Acked-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;Link: https://lore.kernel.org/r/20240701113010.16447-3-kabel@kernel.orgSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Mon, 01 Jul 2024 11:30:04 +0000</pubDate>
        <dc:creator>Marek Beh&#250;n &lt;kabel@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>13bbe1c8 - platform/arm64: build drivers even on non-ARM64 platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#13bbe1c8</link>
        <description>platform/arm64: build drivers even on non-ARM64 platformsThe Kconfig for platforms/arm64 has &apos;depends on ARM64 || COMPILE_TEST&apos;.However due to Makefile having just obj-$(CONFIG_ARM64) the subdir willnot be descended for !ARM64 platforms and thus the drivers won&apos;t getbuilt. This breaks modular builds of other driver drivers which dependon arm64 platform drivers.Reported-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Fixes: 363c8aea2572 (&quot;platform: Add ARM64 platform directory&quot;)Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://lore.kernel.org/r/20240624-ucsi-yoga-ec-driver-v9-1-53af411a9bd6@linaro.orgReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Mon, 24 Jun 2024 15:08:12 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>363c8aea - platform: Add ARM64 platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#363c8aea</link>
        <description>platform: Add ARM64 platform directorySome ARM64 based laptops and computers require vendor/board specificdrivers for their embedded controllers. Even though usually the mostimportant functionality of those devices is implemented inside ACPI,unfortunately Linux doesn&apos;t currently have great support for ACPI onplatforms like Qualcomm Snapdragon that are used in most ARM64 laptopstoday. Instead Linux relies on Device Tree for Qualcomm based devicesand it&apos;s significantly easier to reimplement the EC functionality ina dedicated driver than to make use of ACPI code.This commit introduces a new platform/arm64 subdirectory to give aplace to such drivers for EC-like devices.A new MAINTAINERS entry is added for this directory. Patches to files inthis directory will be taken up by the platform-drivers-x86 team (i.e.Hans de Goede and Ilpo J&#228;rvinen) with additional review from BryanO&apos;Donoghue to represent ARM64 maintainers.Signed-off-by: Nikita Travkin &lt;nikita@trvn.ru&gt;Acked-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240315-aspire1-ec-v5-2-f93381deff39@trvn.ruReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Fri, 15 Mar 2024 13:51:16 +0000</pubDate>
        <dc:creator>Nikita Travkin &lt;nikita@trvn.ru&gt;</dc:creator>
    </item>
<item>
        <title>6246ed09 - LoongArch: Add ACPI-based generic laptop driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#6246ed09</link>
        <description>LoongArch: Add ACPI-based generic laptop driverThis add ACPI-based generic laptop driver for Loongson-3. Some of thecodes are derived from drivers/platform/x86/thinkpad_acpi.c.Signed-off-by: Jianmin Lv &lt;lvjianmin@loongson.cn&gt;Signed-off-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Wed, 12 Oct 2022 08:36:20 +0000</pubDate>
        <dc:creator>Jianmin Lv &lt;lvjianmin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>1e3a2bc8 - platform: Add Surface platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#1e3a2bc8</link>
        <description>platform: Add Surface platform directoryIt may make sense to split the Microsoft Surface hardware platformdrivers out to a separate subdirectory, since some of it may be sharedbetween ARM and x86 in the future (regarding devices like the SurfacePro X).Further, newer Surface devices will require additional platform driversfor fundamental support (mostly regarding their embedded controller),which may also warrant this split from a size perspective.This commit introduces a new platform/surface subdirectory for theSurface device family, with subsequent commits moving existing Surfacedrivers over from platform/x86.A new MAINTAINERS entry is added for this directory. Patches to files inthis directory will be taken up by the platform-drivers-x86 team (i.e.Hans de Goede and Mark Gross) after they have been reviewed byMaximilian Luz.Signed-off-by: Maximilian Luz &lt;luzmaximilian@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/20201009141128.683254-2-luzmaximilian@gmail.comSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Fri, 09 Oct 2020 14:11:24 +0000</pubDate>
        <dc:creator>Maximilian Luz &lt;luzmaximilian@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0c3d931b - Platform: OLPC: Add XO-1.75 EC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#0c3d931b</link>
        <description>Platform: OLPC: Add XO-1.75 EC driverIt&apos;s based off the driver from the OLPC kernel sources. Somewhatmodernized and cleaned up, for better or worse.Modified to plug into the olpc-ec driver infrastructure (so that batteryinterface and debugfs could be reused) and the SPI slave framework.Signed-off-by: Lubomir Rintel &lt;lkundrak@v3.sk&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Mon, 13 May 2019 07:56:37 +0000</pubDate>
        <dc:creator>Lubomir Rintel &lt;lkundrak@v3.sk&gt;</dc:creator>
    </item>
<item>
        <title>1f976f69 - platform/x86: Move Mellanox platform hotplug driver to platform/mellanox</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#1f976f69</link>
        <description>platform/x86: Move Mellanox platform hotplug driver to platform/mellanoxIn preparation for making the hotplug driver build for differentarchitectures, move mlxcpld-hotplug.c to platform/mellanox and theheader to include/linux/platform_data as mlxreg.h to reflect the newinterface changes to come.Replace references to CPLD with REG throughout the files, consistentwith the new name.Signed-off-by: Vadim Pasternak &lt;vadimp@mellanox.com&gt;Acked-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;[dvhart: update copyright, rewrite commit message]Signed-off-by: Darren Hart (VMware) &lt;dvhart@infradead.org&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Wed, 17 Jan 2018 18:21:53 +0000</pubDate>
        <dc:creator>Vadim Pasternak &lt;vadimp@mellanox.com&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/platform/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/platform/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>64f09aa9 - MIPS: Loongson-3: Add CPU Hwmon platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#64f09aa9</link>
        <description>MIPS: Loongson-3: Add CPU Hwmon platform driverThis add CPU Hwmon (temperature sensor) platform driver for Loongson-3.Signed-off-by: Huacai Chen &lt;chenhc@lemote.com&gt;Cc: Steven J. Hill &lt;Steven.Hill@imgtec.com&gt;Cc: linux-mips@linux-mips.orgCc: Fuxin Zhang &lt;zhangfx@lemote.com&gt;Cc: Zhangjin Wu &lt;wuzhangjin@gmail.com&gt;Patchwork: https://patchwork.linux-mips.org/patch/9617/Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Sun, 29 Mar 2015 02:54:09 +0000</pubDate>
        <dc:creator>Huacai Chen &lt;chenhc@lemote.com&gt;</dc:creator>
    </item>
<item>
        <title>ab043105 - platform: add chrome platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#ab043105</link>
        <description>platform: add chrome platform directoryIt makes sense to split out the Chromebook/Chromebox hardware platformdrivers to a separate subdirectory, since some of it will be sharedbetween ARM and x86.This moves over the existing chromeos_laptop driver without makingany other changes, and adds appropriate Kconfig entries for the newdirectory. It also adds a MAINTAINERS entry for the new subdir.Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;Signed-off-by: Matthew Garrett &lt;matthew.garrett@nebula.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Thu, 07 Nov 2013 22:25:45 +0000</pubDate>
        <dc:creator>Olof Johansson &lt;olof@lixom.net&gt;</dc:creator>
    </item>
<item>
        <title>e809c22b - goldfish: add the goldfish virtual bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#e809c22b</link>
        <description>goldfish: add the goldfish virtual busThis imports the current Google code and cleans it up slightly to use pr_ andto properly request its resources.Goldfish is an emulator used for Android development. It has a virtual bus wherethe emulator passes platform device information to the guest which then createsthe appropriate devices.This part of the emulation is not architecture specific so should not be hidingin architecture trees as it does in the Google Android tree. The constants ituses do depend on the platform and the platform creates the bus device which thentalks to the emulator to ascertain the actual devices present.Signed-off-by: Sheng Yang &lt;sheng@linux.intel.com&gt;Signed-off-by: Yunhong Jiang &lt;yunhong.jiang@intel.com&gt;Signed-off-by: Xiaohui Xin &lt;xiaohui.xin@intel.com&gt;Signed-off-by: Jun Nakajima &lt;jun.nakajima@intel.com&gt;Signed-off-by: Bruce Beare &lt;bruce.j.beare@intel.com&gt;[Moved out of x86, cleaned up headers]Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Mon, 21 Jan 2013 23:48:07 +0000</pubDate>
        <dc:creator>Jun Nakajima &lt;jnakajim@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>392a325c - Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#392a325c</link>
        <description>Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverThe OLPC EC driver has outgrown arch/x86/platform/.  It&apos;s time to bothshare common code amongst different architectures, as well as move it outof arch/x86/.  The XO-1.75 is ARM-based, and the EC driver shares a lot ofcode with the x86 code.Signed-off-by: Andres Salomon &lt;dilinger@queued.net&gt;Acked-by: Paul Fox &lt;pgf@laptop.org&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Wed, 11 Jul 2012 02:31:51 +0000</pubDate>
        <dc:creator>Andres Salomon &lt;dilinger@queued.net&gt;</dc:creator>
    </item>
<item>
        <title>41b16dce - create drivers/platform/x86/ from drivers/misc/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/Makefile#41b16dce</link>
        <description>create drivers/platform/x86/ from drivers/misc/Move x86 platform specific drivers from drivers/misc/to a new home under drivers/platform/x86/.The community has been maintaining x86 vendor-specificplatform specific drivers under /drivers/misc/ for a few years.The oldest ones started life under drivers/acpi.They moved out of drivers/acpi/ because they don&apos;t actuallyimplement the ACPI specification, but either simplyuse ACPI, or implement vendor-specific ACPI extensions.In the future we anticipate...drivers/misc/ will go away.other architectures will create drivers/platform/&lt;arch&gt;Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/Makefile</description>
        <pubDate>Mon, 01 Dec 2008 05:09:47 +0000</pubDate>
        <dc:creator>Len Brown &lt;len.brown@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
