<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>03c11eb3b16dc0058589751dfd91f254be2be613 - Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#03c11eb3b16dc0058589751dfd91f254be2be613</link>
        <description>Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branchConflicts:	arch/x86/include/asm/percpu.h	arch/x86/include/asm/text-patching.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Wed, 14 Feb 2024 10:45:07 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ab1c247094e323177a578b38f0325bf79f0317ac - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#ab1c247094e323177a578b38f0325bf79f0317ac</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes that went thru perf-tools for v6.7 and to get in syncwith upstream to check for drift in the copies of headers, etc.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Tue, 19 Dec 2023 01:37:07 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWork that needs to land in drm-intel-gt-next depends on two patches onlypresent in drm-intel-next, absence of which is causing a merge conflict:  3b918f4f0c8b (&quot;drm/i915/pxp: Optimize GET_PARAM:PXP_STATUS&quot;)  ac765b7018f6 (&quot;drm/i915/pxp/mtl: intel_pxp_init_hw needs runtime-pm inside pm-complete&quot;)Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Tue, 24 Oct 2023 10:50:22 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3a8ab4a13d17f2a16cd4f125e5238096c1c55149 - Merge tag &apos;spi-nor/for-6.7&apos; into mtd/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#3a8ab4a13d17f2a16cd4f125e5238096c1c55149</link>
        <description>Merge tag &apos;spi-nor/for-6.7&apos; into mtd/nextFor SPI NOR we cleaned the flash info entries in order to havethem slimmer and self explanatory. In order to make the entriesas slim as possible, we introduced sane default values so thatthe actual flash entries don&apos;t need to specify them. We now usea flexible macro to specify the flash ID instead of the previousINFOx() macros that had hardcoded ID lengths.Instead of:-       { &quot;w25q512nwm&quot;, INFO(0xef8020, 0, 64 * 1024, 0)-               OTP_INFO(256, 3, 0x1000, 0x1000) },We now use:+               .id = SNOR_ID(0xef, 0x80, 0x20),+               .name = &quot;w25q512nwm&quot;,+               .otp = SNOR_OTP(256, 3, 0x1000, 0x1000),We also removed some flash entries: the very old CatalystSPI EEPROMs that were introduced once with the SPI-NOR subsystem,and a Fujitsu MRAM. Both should use the at25 EEPROM driver.The latter even has device tree bindings for the at25 driver.We made sure that the conversion didn&apos;t introduce any unwantedchanges by comparing the .rodata segment before and after theconversion. The patches landed in linux-next immediately afterv6.6-rc2, we haven&apos;t seen any regressions yet.Apart of the autumn cleaning we introduced a new flash entry,at25ff321a, and added block protection support for mt25qu512a.Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Sat, 04 Nov 2023 11:49:52 +0100</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>20cd569d7ee8fce24e8753f0f43af6c420557b1f - Merge branch &apos;for-6.7/config_pm&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#20cd569d7ee8fce24e8753f0f43af6c420557b1f</link>
        <description>Merge branch &apos;for-6.7/config_pm&apos; into for-linus- #ifdef CONFIG_PM removal from HID code (Thomas Wei&#223;schuh)

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Wed, 01 Nov 2023 00:07:35 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>2dc15ff73b6a7b47db0e848498cb5b0479e781c6 - Merge tag &apos;asoc-v6.7-2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#2dc15ff73b6a7b47db0e848498cb5b0479e781c6</link>
        <description>Merge tag &apos;asoc-v6.7-2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v6.7More updates for v6,7 following the early merge request:  - Fixes for handling of component name prefixing when name prefixes    are used by the machine driver.  - Fixes for noise when stopping some Sounwire CODECs.  - Support for AMD ACP 6.3 and 7.0, Awinc AW88399, more Intel    platforms and more Qualcomm SC7180 platforms.

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Tue, 31 Oct 2023 09:01:25 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4fc4db7a68c2c04522880c4f89317f7874a4188f - ASoC: Merge up v6.6-rc7</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#4fc4db7a68c2c04522880c4f89317f7874a4188f</link>
        <description>ASoC: Merge up v6.6-rc7Get fixes needed so we can enable build of ams-delta in moreconfigurations.

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Mon, 23 Oct 2023 20:38:22 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a940daa52167e9db8ecce82213813b735a9d9f23 - Merge branch &apos;linus&apos; into smp/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#a940daa52167e9db8ecce82213813b735a9d9f23</link>
        <description>Merge branch &apos;linus&apos; into smp/corePull in upstream to get the fixes so depending changes can be applied.

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 21:40:46 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>57390019b68b83f96eb98f490367b9df1f2d77cb - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#57390019b68b83f96eb98f490367b9df1f2d77cb</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of Linux v6.6-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 09:50:59 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8db30574db25fa20cdcfa03e374edc3f8b8dc301 - Merge branch &apos;sched/urgent&apos; into sched/core, to pick up fixes and refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#8db30574db25fa20cdcfa03e374edc3f8b8dc301</link>
        <description>Merge branch &apos;sched/urgent&apos; into sched/core, to pick up fixes and refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Sat, 07 Oct 2023 11:32:24 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3fc18b06b8f3408951b5e43548f22984412b0831 - Merge tag &apos;v6.6-rc4&apos; into x86/entry, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#3fc18b06b8f3408951b5e43548f22984412b0831</link>
        <description>Merge tag &apos;v6.6-rc4&apos; into x86/entry, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Thu, 05 Oct 2023 10:05:51 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>16419098e8b301417173d8d2cbfa94a56ac9900b - IPsec packet offload support in multiport RoCE devices</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#16419098e8b301417173d8d2cbfa94a56ac9900b</link>
        <description>IPsec packet offload support in multiport RoCE devicesThis series from Patrisious extends mlx5 to support IPsec packet offloadin multiport devices (MPV, see [1] for more details).These devices have single flow steering logic and two netdev interfaces,which require extra logic to manage IPsec configurations as they performedon netdevs.Thanks[1] https://lore.kernel.org/linux-rdma/20180104152544.28919-1-leon@kernel.org/Link: https://lore.kernel.org/all/20231002083832.19746-1-leon@kernel.orgSigned-of-by: Leon Romanovsky &lt;leon@kernel.org&gt;* mlx5-next: (576 commits)  net/mlx5: Handle IPsec steering upon master unbind/bind  net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV traffic  net/mlx5: Configure IPsec steering for egress RoCEv2 MPV traffic  net/mlx5: Add create alias flow table function to ipsec roce  net/mlx5: Implement alias object allow and create functions  net/mlx5: Add alias flow table bits  net/mlx5: Store devcom pointer inside IPsec RoCE  net/mlx5: Register mlx5e priv to devcom in MPV mode  RDMA/mlx5: Send events from IB driver about device affiliation state  net/mlx5: Introduce ifc bits for migration in a chunk mode  Linux 6.6-rc3  ...

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Wed, 04 Oct 2023 20:21:49 +0200</pubDate>
        <dc:creator>Leon Romanovsky &lt;leon@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7824a88b4286980512de2a46763646100274a5ac - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#7824a88b4286980512de2a46763646100274a5ac</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync up with drm-intel-gt-next and drm-misc-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Wed, 04 Oct 2023 17:06:27 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de80193308f43d3ae52cd3561e8ba77cd1437311 - Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#de80193308f43d3ae52cd3561e8ba77cd1437311</link>
        <description>Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Tue, 03 Oct 2023 09:32:25 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4a710a0b0c68d4bf48ed70083e5a28984e5994c2 - regulator: mt6358: Remove bogus regulators and</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#4a710a0b0c68d4bf48ed70083e5a28984e5994c2</link>
        <description>regulator: mt6358: Remove bogus regulators andMerge series from Chen-Yu Tsai &lt;wenst@chromium.org&gt;:Hi,This is v3 of the remainder of the MT6358 regulator driver cleanupand improvement series. v1 can be found here [1]; v2 is here [2].Changes since v2:- Merged patches dropped- Fixed up pickable linear ranges&apos; selector values- Collected tags- Patch adding missing regulator definitions squashed into patch using  the definitions; recommended by Krzysztof on my MT6366 series.- Remaining dts patch split out to be sent separatelyChanges since v1:- Merged patches dropped- Added patch to move VCN33 regulator status sync after ID check- Added patch to fix VCN33 sync fail error message- Added patch to add missing register definitionsVarious discrepancies were found while preparing to upstream MT8186device trees, which utilize the MT6366 PMIC, that is also covered bythis driver.Patches 1~3 should go through the regulator tree, and patch 4 throughthe soc/mediatek tree.** Note: patch 2 needs an ack from Lee for the mfd header change.This v3 series can be seen as two parts. v1 had three parts, but onepart was fully merged, and then v2 gained another cleanup. v3 dropsthe &quot;fixing bogus regulators&quot; part: driver changes are fully mergedand device tree change will be sent separately.Part 1 - Robust chip ID checking (patch 1)Angelo suggested making the driver fail to probe if an unexpected chipID was found. Patch 1 implements this.Part 2 - Output voltage fine tuning support (patches 2, 3)Many of the LDOs on these PMIC support an extra level of output voltagefine tuning. Most default to no offset, but a couple have a non-zerooffset by default. Previously this was unaccounted for in the driver anddevice tree constraints. On the outputs with non-zero offset, this endsup becoming a discrepancy between the device tree and actual hardware.These two patches adds support for this second level of tuning, modeledas bunch of linear ranges. While it&apos;s unlikely we need this level ofcontrol, it&apos;s nice to be able to read back the accurate hardwaresettings.Please have a look.ThanksChenYu[1] https://lore.kernel.org/linux-arm-kernel/20230609083009.2822259-1-wenst@chromium.org/[2] https://lore.kernel.org/linux-mediatek/20230721082903.2038975-1-wenst@chromium.org/Chen-Yu Tsai (3):  regulator: mt6358: Fail probe on unknown chip ID  regulator: mt6358: Add output voltage fine tuning to fixed regulators  regulator: mt6358: Add output voltage fine tuning to variable LDOs drivers/regulator/mt6358-regulator.c | 304 ++++++++++++--------------- include/linux/mfd/mt6358/registers.h |   6 + 2 files changed, 144 insertions(+), 166 deletions(-)--2.42.0.283.g2d96d420d3-goog

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Tue, 26 Sep 2023 13:57:13 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5804c19b80bf625c6a9925317f845e497434d6d3 - Merge tag &apos;kvm-riscv-fixes-6.6-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#5804c19b80bf625c6a9925317f845e497434d6d3</link>
        <description>Merge tag &apos;kvm-riscv-fixes-6.6-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv fixes for 6.6, take #1- Fix KVM_GET_REG_LIST API for ISA_EXT registers- Fix reading ISA_EXT register of a missing extension- Fix ISA_EXT register handling in get-reg-list test- Fix filtering of AIA registers in get-reg-list test

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Sat, 23 Sep 2023 11:35:55 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6f23fc47c1b2ac226704fb7294f43ed3b0965e51 - Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#6f23fc47c1b2ac226704fb7294f43ed3b0965e51</link>
        <description>Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Mon, 18 Sep 2023 22:17:15 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f2fa1c812c91e99d0317d1fc7d845e1e05f39716 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pmdomain/starfive/Makefile#f2fa1c812c91e99d0317d1fc7d845e1e05f39716</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.No conflicts.Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/pmdomain/starfive/Makefile</description>
        <pubDate>Thu, 14 Sep 2023 19:48:23 +0200</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
