<?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>0b7c6075 - soc: samsung: exynos-pmu: Add regmap support for SoCs that protect PMU regs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#0b7c6075</link>
        <description>soc: samsung: exynos-pmu: Add regmap support for SoCs that protect PMU regsSome Exynos based SoCs like Tensor gs101 protect the PMU registers forsecurity hardening reasons so that they are only write accessible in el3via an SMC call.As most Exynos drivers that need to write PMU registers currently obtain aregmap via syscon (phys, pinctrl, watchdog). Support for the above usecaseis implemented in this driver using a custom regmap similar to syscon tohandle the SMC call. Platforms that don&apos;t secure PMU registers, get a mmioregmap like before. As regmaps abstract out the underlying register accesschanges to the leaf drivers are minimal.A new API exynos_get_pmu_regmap_by_phandle() is provided for leaf driversthat currently use syscon_regmap_lookup_by_phandle(). This also handlesdeferred probing.Tested-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;Tested-by: Alexey Klimov &lt;alexey.klimov@linaro.org&gt;Reviewed-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;Signed-off-by: Peter Griffin &lt;peter.griffin@linaro.org&gt;Link: https://lore.kernel.org/r/20240220220613.797068-2-peter.griffin@linaro.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Tue, 20 Feb 2024 22:06:12 +0000</pubDate>
        <dc:creator>Peter Griffin &lt;peter.griffin@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>70556c57 - pmdomain: samsung: Move Kconfig option to the pmdomain subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#70556c57</link>
        <description>pmdomain: samsung: Move Kconfig option to the pmdomain subsystemThe Kconfig option belongs closer to the corresponding implementation,hence let&apos;s move it from the soc subsystem to the pmdomain subsystem.Cc: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Cc: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Cc: &lt;linux-samsung-soc@vger.kernel.org&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Tue, 12 Sep 2023 10:48:37 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>2e3ee090 - soc: s3c: remove pm-debug hack</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#2e3ee090</link>
        <description>soc: s3c: remove pm-debug hackCONFIG_SAMSUNG_PM_DEBUG was only used on s3c24xx because of theDEBUG_S3C24XX_UART dependency. Since s3c24xx is now gone, and nobodyever noticed this option being missing from s3c64xx, it can be safelyremoved as well.Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Fri, 30 Sep 2022 14:19:56 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>61b7f892 - ARM: s3c: remove all s3c24xx support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#61b7f892</link>
        <description>ARM: s3c: remove all s3c24xx supportThe platform was deprecated in commit 6a5e69c7ddea (&quot;ARM: s3c: markas deprecated and schedule removal&quot;) and can be removed. This includesall files that are exclusively for s3c24xx and not shared with s3c64xx,as well as the glue logic in Kconfig and the maintainer file entries.Cc: Arnaud Patard &lt;arnaud.patard@rtp-net.org&gt;Cc: Ben Dooks &lt;ben-linux@fluff.org&gt;Cc: Christer Weinigel &lt;christer@weinigel.se&gt;Cc: Guillaume GOURAT &lt;guillaume.gourat@nexvision.tv&gt;Cc: Heiko Stuebner &lt;heiko@sntech.de&gt;Cc: Simtec Linux Team &lt;linux@simtec.co.uk&gt;Cc: openmoko-kernel@lists.openmoko.orgAcked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Thu, 29 Sep 2022 13:33:15 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>442b0c08 - soc: samsung: Fix typo in CONFIG_EXYNOS_USI description</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#442b0c08</link>
        <description>soc: samsung: Fix typo in CONFIG_EXYNOS_USI descriptionThe proper name is Exynos Auto V9, not V0. It was the typo slipped inunnoticed, fix it.Fixes: b603377e408f (&quot;soc: samsung: Add USI driver&quot;)Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;Reviewed-by: Chanho Park &lt;chanho61.park@samsung.com&gt;Link: https://lore.kernel.org/r/20220114144606.24358-1-semen.protsenko@linaro.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Fri, 14 Jan 2022 14:46:06 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>b603377e - soc: samsung: Add USI driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#b603377e</link>
        <description>soc: samsung: Add USI driverUSIv2 IP-core is found on modern ARM64 Exynos SoCs (like Exynos850) andprovides selectable serial protocol (one of: UART, SPI, I2C). USIv2registers usually reside in the same register map as a particularunderlying protocol it implements, but have some particular offset. E.g.on Exynos850 the USI_UART has 0x13820000 base address, where UARTregisters have 0x00..0x40 offsets, and USI registers have 0xc0..0xdcoffsets. Desired protocol can be chosen via SW_CONF register from SystemRegister block of the same domain as USI.Before starting to use a particular protocol, USIv2 must be configuredproperly:  1. Select protocol to be used via System Register  2. Clear &quot;reset&quot; flag in USI_CON  3. Configure HWACG behavior (e.g. for UART Rx the HWACG must be     disabled, so that the IP clock is not gated automatically); this is     done using USI_OPTION register  4. Keep both USI clocks (PCLK and IPCLK) running during USI registers     modificationThis driver implements the above behavior. Of course, USIv2 drivershould be probed before UART/I2C/SPI drivers. It can be achieved byembedding UART/I2C/SPI nodes inside of the USI node (in Device Tree);driver then walks underlying nodes and instantiates those. Driver alsohandles USI configuration on PM resume, as register contents can be lostduring CPU suspend.This driver is designed with different USI versions in mind. So itshould be relatively easy to add new USI revisions to it later.Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;Link: https://lore.kernel.org/r/20211204195757.8600-3-semen.protsenko@linaro.orgTested-by: Chanho Park &lt;chanho61.park@samsung.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Sat, 04 Dec 2021 19:57:54 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>140bbfe7 - soc: samsung: exynos-chipid: do not enforce built-in</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#140bbfe7</link>
        <description>soc: samsung: exynos-chipid: do not enforce built-inAfter converting the Exynos ChipID and ASV driver to a module, allow toactually choose it to be a module, while being a default built-in.  Theside effect is that driver could be now entirely disabled even forkernel with ARCH_EXYNOS, but this is not a critical issue because driveris not necessary for the proper platform boot.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Reviewed-by: Sylwester Nawrocki &lt;snawrocki@kernel.org&gt;Tested-by: Sylwester Nawrocki &lt;snawrocki@kernel.org&gt;Reviewed-by: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Tested-by: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Link: https://lore.kernel.org/r/20210919093114.35987-4-krzysztof.kozlowski@canonical.com

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Sun, 19 Sep 2021 09:31:14 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>1e3e559f - soc: samsung: exynos-chipid: convert to a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#1e3e559f</link>
        <description>soc: samsung: exynos-chipid: convert to a moduleExynos ChipID and ASV (Adaptive Supply Voltage) driver is not essentialto system boot and it can successfully be built and loaded as module.This makes core kernel image smaller and reduces the memory footprintwhen multi-platform kernel is booted on non-Exynos board.  Usually it isalso distro-friendly.Add multiple authors of the driver since its conversion frommach-exynos, ordered alphabetically by first name.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;Reviewed-by: Sylwester Nawrocki &lt;snawrocki@kernel.org&gt;Tested-by: Sylwester Nawrocki &lt;snawrocki@kernel.org&gt;Reviewed-by: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Tested-by: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;Link: https://lore.kernel.org/r/20210919093114.35987-3-krzysztof.kozlowski@canonical.com

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Sun, 19 Sep 2021 09:31:13 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>e37ef6dc - soc: samsung: exynos-pmu: Fix compilation when nothing selects CONFIG_MFD_CORE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#e37ef6dc</link>
        <description>soc: samsung: exynos-pmu: Fix compilation when nothing selects CONFIG_MFD_CORECommit 93618e344a5e (&quot;soc: samsung: exynos-pmu: instantiate clkoutdriver as MFD&quot;) adds a &quot;devm_mfd_add_devices&quot; call in the exynos-pmudriver which depends on CONFIG_MFD_CORE. If no driver selects thatconfig, the build will fail if CONFIG_EXYNOS_PMU is enabled with thefollowing error:  drivers/soc/samsung/exynos-pmu.c:137: undefined reference to `devm_mfd_add_devices&apos;Fix this by making CONFIG_EXYNOS_PMU select CONFIG_MFD_CORE.Fixes: 93618e344a5e (&quot;soc: samsung: exynos-pmu: instantiate clkout driver as MFD&quot;)Cc: &lt;stable@vger.kernel.org&gt;Signed-off-by: David Virag &lt;virag.david003@gmail.com&gt;Link: https://lore.kernel.org/r/20210909222812.108614-1-virag.david003@gmail.comSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@canonical.com&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Thu, 09 Sep 2021 22:28:12 +0000</pubDate>
        <dc:creator>David Virag &lt;virag.david003@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>352bfbb3 - soc: samsung: exynos-chipid: convert to driver and merge exynos-asv</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#352bfbb3</link>
        <description>soc: samsung: exynos-chipid: convert to driver and merge exynos-asvThe Exynos Chip ID driver on Exynos SoCs has so far only informationalpurpose - to expose the SoC device in sysfs.  No other drivers depend onit so there is really no benefit of initializing it early.The code would be the most flexible if converted to a regular driver.However there is already another driver - Exynos ASV (Adaptive SupplyVoltage) - which binds to the device node of Chip ID.The solution is to convert the Exynos Chip ID to a built in driver andmerge the Exynos ASV into it.This has several benefits:1. Although the Exynos ASV driver binds to a device node present in all   Exynos DTS (generic compatible), it fails to probe except on the   supported ones (only Exynos5422).  This means that the regular boot   process has a planned/normal device probe failure.   Merging the ASV into Chip ID will remove this probe failure because   the final driver will always bind, just with disabled ASV features.2. Allows to use dev_info() as the SoC bus is present (since   core_initcall).3. Could speed things up because of execution of Chip ID code in a SMP   environment (after bringing up secondary CPUs, unlike early_initcall),   This reduces the amount of work to be done early, when the kernel has   to bring up critical devices.5. Makes the Chip ID code defer-probe friendly,Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20201207190517.262051-5-krzk@kernel.orgReviewed-by: Pankaj Dubey &lt;pankaj.dubey@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Mon, 07 Dec 2020 18:54:57 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>17132da7 - ARM: samsung: move pm check code to drivers/soc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#17132da7</link>
        <description>ARM: samsung: move pm check code to drivers/socThis is the only part of plat-samsung that is reallyshared between the s3c and s5p ports. Moving it todrivers/soc/ lets us make them completely independent.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20200806182059.2431-16-krzk@kernel.orgSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Thu, 06 Aug 2020 18:20:33 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>00067ca5 - soc: samsung: exynos-regulator-coupler: Add simple voltage coupler for Exynos5800</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#00067ca5</link>
        <description>soc: samsung: exynos-regulator-coupler: Add simple voltage coupler for Exynos5800Add a simple custom voltage regulator coupler for Exynos5800 SoCs, whichrequire coupling between &quot;vdd_arm&quot; and &quot;vdd_int&quot; regulators. This couplerensures that the voltage values don&apos;t go below the bootloader-selectedoperation point during the boot process until the clients set theirconstraints. It is achieved by assuming minimal voltage value equal tothe current value if no constraints are set. This also ensures propervoltage balancing if any of the client driver is missing.The balancing code comes from the regulator/core.c with the additionallogic for handling regulators without client constraints applied added.Link: https://lore.kernel.org/r/20200721180900.13844-5-krzk@kernel.orgSigned-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Reviewed-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Tue, 21 Jul 2020 18:09:00 +0000</pubDate>
        <dc:creator>Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>94500540 - soc: samsung: Rename Samsung and Exynos to lowercase</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#94500540</link>
        <description>soc: samsung: Rename Samsung and Exynos to lowercaseFix up inconsistent usage of upper and lowercase letters in &quot;Samsung&quot;and &quot;Exynos&quot; names.&quot;SAMSUNG&quot; and &quot;EXYNOS&quot; are not abbreviations but regular trademarkednames.  Therefore they should be written with lowercase letters startingwith capital letter.The lowercase &quot;Exynos&quot; name is promoted by its manufacturer SamsungElectronics Co., Ltd., in advertisement materials and on website.Although advertisement materials usually use uppercase &quot;SAMSUNG&quot;, thelowercase version is used in all legal aspects (e.g. on Wikipedia and inprivacy/legal statements onhttps://www.samsung.com/semiconductor/privacy-global/).Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Sat, 04 Jan 2020 15:20:52 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5ea42859 - soc: samsung: Add Exynos Adaptive Supply Voltage driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#5ea42859</link>
        <description>soc: samsung: Add Exynos Adaptive Supply Voltage driverThe Adaptive Supply Voltage (ASV) driver adjusts CPU cluster operatingpoints depending on exact revision of an SoC retrieved from the CHIPIDblock or the OTP memory.  This allows for some power saving as for someCPU clock frequencies we can lower CPU cluster&apos;s supply voltage comparingto safe values common to all the SoC revisions.This patch adds support for Exynos5422/5800 SoC, it is partially basedon code from https://github.com/hardkernel/linux repository,branch odroidxu4-4.14.y, files: arch/arm/mach-exynos/exynos5422-asv.[ch].Tested on Odroid XU3, XU4, XU3 Lite.Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Mon, 28 Oct 2019 15:15:33 +0000</pubDate>
        <dc:creator>Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>28578825 - soc: samsung: chipid: Select missing dependency for EXYNOS_CHIPID</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#28578825</link>
        <description>soc: samsung: chipid: Select missing dependency for EXYNOS_CHIPIDThe chipid driver uses the MFD syscon API but it was not coveredproperly in Kconfig.Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Wed, 21 Aug 2019 15:39:26 +0000</pubDate>
        <dc:creator>Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>3253b7b7 - soc: samsung: Add exynos chipid driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#3253b7b7</link>
        <description>soc: samsung: Add exynos chipid driver supportExynos SoCs have Chipid, for identification of product IDs and SoCrevisions. This patch intends to provide initialization code for allthese functionalities, at the same time it provides some sysfs entriesfor accessing these information to user-space.This driver uses existing binding for exynos-chipid.Changes by Bartlomiej:- fixed return values on errors- removed bogus kfree_const()- added missing Exynos4210 EVT0 id- converted code to use EXYNOS_MASK define- fixed np use after of_node_put()- fixed too early use of dev_info()- made driver fail for unknown SoC-s- added SPDX tag- updated CopyrightsSigned-off-by: Pankaj Dubey &lt;pankaj.dubey@samsung.com&gt;[m.szyprowski: for suggestion and code snippet of product_id_to_soc_id]Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;[s.nawrocki: updated copyright date, removed uneeded headers inclusion]Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Tue, 13 Aug 2019 15:08:19 +0000</pubDate>
        <dc:creator>Pankaj Dubey &lt;pankaj.dubey@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>06512c53 - soc: samsung: Add SPDX license identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#06512c53</link>
        <description>soc: samsung: Add SPDX license identifiersReplace GPL license statements with SPDX GPL-2.0 license identifiers.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Mon, 25 Dec 2017 20:17:59 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a0ebf662 - soc: samsung: Do not build ARMv7 PMU drivers on ARMv8</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#a0ebf662</link>
        <description>soc: samsung: Do not build ARMv7 PMU drivers on ARMv8The Exynos Power Management Unit (PMU) drivers contain quite largestatic arrays of register values necessary for given Exynos SoC to enterlow power mode.  All this data is useless for ARMv8 SoC likeExynos5433, because the image will not be shared between ARMv7 andARMv8.Add additional Kconfig symbol for selecting the SoC-specific driveraddons thus skipping the useless data in the final image (this issimilar approach to chosen for Exynos clock controller drivers): - exynos-pmu driver will be compiled on both architectures ARMv7   and ARMv8, - additional driver_data for ARMv7 SoCs will not be built on ARMv8   and a macro will return NULL for them in of_device_id - this should   be safe as these compatibles cannot match on ARMv7 and driver   anyway handles NULL driver_data, - on ARMv8 compile only exynos-pmu driver which exposes the   syscon-regmap for PMU address space.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Reviewed-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Reviewed-by: Alim Akhtar &lt;alim.akhtar@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Tue, 14 Mar 2017 17:10:27 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9479f7cc - soc: samsung: pm_domains: Enable COMPILE_TEST for build coverage</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#9479f7cc</link>
        <description>soc: samsung: pm_domains: Enable COMPILE_TEST for build coverageIntroduce a platform selectable symbol EXYNOS_PM_DOMAINS which can bealso toggled on by COMPILE_TEST for some build coverage.Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Tue, 10 May 2016 14:31:26 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>b11301d5 - drivers: soc: samsung: Enable COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/samsung/Kconfig#b11301d5</link>
        <description>drivers: soc: samsung: Enable COMPILE_TESTGet some build coverage of Exynos PMU driver. It depends onasm/cputype.h so its compilation is limited to ARM architectures.Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;Reviewed-by: Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;

            List of files:
            /linux-6.15/drivers/soc/samsung/Kconfig</description>
        <pubDate>Tue, 02 Feb 2016 06:24:13 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
