<?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 std.marvell</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b8a083ea32f5a58e76280e8787d336a65a24fda2 - gpio: Merge TCA6416 &amp; TCA6408 drivers into TCA64XX</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/std.marvell#b8a083ea32f5a58e76280e8787d336a65a24fda2</link>
        <description>gpio: Merge TCA6416 &amp; TCA6408 drivers into TCA64XXThis merges TCA6416, TCA6408 drivers and adds PCA9555 support.They handle 8 pin and 16 pin ICs with basic INPUT/OUTPUT functionality.The register map is fairly similar so there is no point in having twoseparate drivers.Reviewed by:	kdObtained from:	SemihalfDifferential Revision: https://reviews.freebsd.org/D36559

            List of files:
            /freebsd/sys/arm64/conf/std.marvell</description>
        <pubDate>Fri, 16 Sep 2022 13:33:40 +0200</pubDate>
        <dc:creator>Jakub Ko&#322;odziej &lt;jkol@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>f21c469dbca6ac411a149492f8b02d5aa07ffb92 - Add driver for marvell, a37x0 peripheral clocks</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/std.marvell#f21c469dbca6ac411a149492f8b02d5aa07ffb92</link>
        <description>Add driver for marvell, a37x0 peripheral clocksAdd driver for Marvell, Armada-37xx peripheral clock.Register clocks for various peripheral devices innorth bridge or south bridge domain. Dump clock&apos;sdomain while verbose boot.Reviewed by:Obtained from:		SemihalfDifferential revision:	https://reviews.freebsd.org/D32294

            List of files:
            /freebsd/sys/arm64/conf/std.marvell</description>
        <pubDate>Tue, 10 Aug 2021 16:55:27 +0200</pubDate>
        <dc:creator>Hubert Mazur &lt;hum@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>127e4d9524aec29c036074b9655c12eed89785f8 - Add driver for armada, 37x0-tbg-clock</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/std.marvell#127e4d9524aec29c036074b9655c12eed89785f8</link>
        <description>Add driver for armada, 37x0-tbg-clockDriver for tbg clocks. Read reference frequency from parentand modify it depending on parameters read from register.Reviewed by:		manuObtained from:		SemihalfDifferential revision:	https://reviews.freebsd.org/D32293

            List of files:
            /freebsd/sys/arm64/conf/std.marvell</description>
        <pubDate>Fri, 30 Jul 2021 08:58:11 +0200</pubDate>
        <dc:creator>Hubert Mazur &lt;hum@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>01b9c59fd262590b47f9baaf2f553630f9bb4cbd - Add driver for marvell, armada-3700 oscillator</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/std.marvell#01b9c59fd262590b47f9baaf2f553630f9bb4cbd</link>
        <description>Add driver for marvell, armada-3700 oscillatorDriver registers new clock device. Clock frequency is set dependingon tenth bit&apos;s value obtained from syscon register. Full informationabout the clock is dumped if bootverbose is enabled.Driver was tested on EspressoBin.Reviewed by:		manuObtained from:		SemihalfDifferential revision:	https://reviews.freebsd.org/D32292

            List of files:
            /freebsd/sys/arm64/conf/std.marvell</description>
        <pubDate>Wed, 28 Jul 2021 13:42:12 +0200</pubDate>
        <dc:creator>Hubert Mazur &lt;hum@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>ee1b7811a3e19633aad02eab8bc81eae2ccbd8af - e6000sw: Build the driver as a kernel module</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/std.marvell#ee1b7811a3e19633aad02eab8bc81eae2ccbd8af</link>
        <description>e6000sw: Build the driver as a kernel moduleFix detach routine.Driver was tested on EspressoBin.Remove it from GENERIC, since now it can be loaded automatically.Obtained from:		SemihalfReviewed by:		manuDifferential revision:	https://reviews.freebsd.org/D31580

            List of files:
            /freebsd/sys/arm64/conf/std.marvell</description>
        <pubDate>Mon, 13 Sep 2021 11:42:16 +0200</pubDate>
        <dc:creator>Hubert Mazur &lt;hum@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>0f2c633164a6af70db8a8ecf4f70f61d241e7529 - arm64: Add per SoC family kernel config</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/arm64/conf/std.marvell#0f2c633164a6af70db8a8ecf4f70f61d241e7529</link>
        <description>arm64: Add per SoC family kernel configThere is multiple reason for this :- This makes it easier to see which driver is needed for each SoC- This makes it easier to create a custom config for one SoC- This really reduce boot time (which some people might want)Some explaination about the files :- std.arm64 contains all standard kernel option- std.dev contains all the standard kernel devices- std.&lt;soc&gt; contains all drivers needed to boot on this SoC family- &lt;SOC&gt; includes std.arm64, std.dev and std.&lt;soc&gt;- GENERIC includes std.arm64, std.dev and all std.&lt;soc&gt;Sponsored by:	Diablotin SystemsMFC After:	2 monthsReviewed by:	mmel, cognet, impDifferential Revision:	      https://reviews.freebsd.org/D30474

            List of files:
            /freebsd/sys/arm64/conf/std.marvell</description>
        <pubDate>Fri, 05 Feb 2021 21:41:06 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
