<?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 omap1_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>231d703058b2e2ee59884c8531e02c60a2a109ab - Merge tag &apos;soc-defconfig-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#231d703058b2e2ee59884c8531e02c60a2a109ab</link>
        <description>Merge tag &apos;soc-defconfig-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC defconfig updates from Arnd Bergmann: &quot;As usual, we enable a number of additional device drivers as loadable  modules, to support the added platforms. The largest change this time  is for OMAP2/3, which were not that well supported in the generic  arm32 defconfig.  The Tegra SoC platforms are now enabled by default in Kconfig when  ARCH_TEGRA is enabled, which means the defconfig change is done at the  same time as the Kconfig change here&quot;* tag &apos;soc-defconfig-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (25 commits)  arch/arm: Drop CONFIG_FIRMWARE_EDID from defconfig files  arm64: defconfig: Enable DP83TG720 PHY driver  arm64: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC  ARM: tegra: defconfig: Drop redundant ARCH_TEGRA_foo_SOC  arm64: defconfig: enable pci-pwrctrl-generic as module  arm64: defconfig: Enable Lontium LT8713sx driver  arm64: defconfig: Enable Qualcomm Eliza SoC display clock controller  arm64: defconfig: enable IPQ5210 RDP504 base configs  arm64: defconfig: Enable Milos LPASS LPI pinctrl driver  arm64: defconfig: Enable Kaanapali clock controllers  arm64: defconfig: Enable configs for Arduino VENTUNO Q  arm64: defconfig: Enable Qualcomm Eliza basic resource providers  arm64: defconfig: Enable S5KJN1 camera sensor  arm64: defconfig: Enable configurations for Toradex Aquila AM69  arm64: defconfig: remove SENSORS_SA67MCU  arm64: defconfig: Enable Qualcomm WCD937x headphone codec as module  arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs  ARM: shmobile: defconfig: Refresh for v7.0-rc1  arm: multi_v7_defconfig: Enable more OMAP 3/4 related configs  ARM: multi_v7_defconfig: omap2plus_defconfig: Enable ITE IT66121 driver  ...

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Fri, 17 Apr 2026 05:40:20 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>757b23c2cb20dee6692144f2b5fff71cabca9834 - arch/arm: Drop CONFIG_FIRMWARE_EDID from defconfig files</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#757b23c2cb20dee6692144f2b5fff71cabca9834</link>
        <description>arch/arm: Drop CONFIG_FIRMWARE_EDID from defconfig filesCONFIG_FIRMWARE_EDID=y depends on X86 or EFI_GENERIC_STUB. Neither istrue here, so drop the lines from the defconfig files.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Suggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Kevin Hilman (TI) &lt;khilman@baylibre.com&gt;Link: https://lore.kernel.org/r/20260401082533.214103-1-tzimmermann@suse.deSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Wed, 01 Apr 2026 10:25:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0f94e51b5320eacccc2626ab70b8d7e705332334 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#0f94e51b5320eacccc2626ab70b8d7e705332334</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in a needed dependency for the Xe VFIOdriver variant. This should ideally have been done before wecommited that, so we now have a small window in drm-xe-nextwhere that driver doesn&apos;t compile.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202512030331.I8CveRre-lkp@intel.com/Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Wed, 03 Dec 2025 11:22:18 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&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/arch/arm/configs/omap1_defconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>7f3c8f9191254654e6a88cd757ff079dafbd2f0b - Merge tag &apos;sound-fix-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#7f3c8f9191254654e6a88cd757ff079dafbd2f0b</link>
        <description>Merge tag &apos;sound-fix-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundPull sound fixes from Takashi Iwai: &quot;The only slightly large change is the enablement of CIX HD-audio  controller, which took a bit time to be cooked up, while most of other  changes are device-specific small trivial fixes:   - Default disablement of the kconfig for decades old pre-release     alsa-lib PCM API; it&apos;s only the default config value change, so it     can&apos;t lead to any regressions for the existing setups   - Support for CIX HD-audio controller   - A few ASoC ACP fixes   - Fixes for ASoC cirrus, bcm, wcd, qcom, ak platforms   - Trivial hardening for FireWire and USB-audio   - HD-audio Intel binding fix and quirks&quot;* tag &apos;sound-fix-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (30 commits)  ALSA: hda/tas2781: Add new quirk for HP new project  ALSA: hda: cix-ipbloq: Use modern PM ops  ALSA: hda: intel-dsp-config: Prefer legacy driver as fallback  ASoC: amd: acp: update tdm channels for specific DAI  ASoC: cs35l56: Fix incorrect select SND_SOC_CS35L56_CAL_SYSFS_COMMON  ALSA: firewire-motu: add bounds check in put_user loop for DSP events  ASoC: cs35l41: Always return 0 when a subsystem ID is found  ALSA: uapi: Fix typo in asound.h comment  ALSA: Do not build obsolete API  ALSA: hda: add CIX IPBLOQ HDA controller support  ALSA: hda/core: add addr_offset field for bus address translation  ALSA: hda: dt-bindings: add CIX IPBLOQ HDA controller support  ALSA: hda/realtek: Add support for ASUS UM3406GA  ALSA: hda/realtek: Add support for HP Turbine Laptops  ALSA: usb-audio: Initialize status1 to fix uninitialized symbol errors  ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events  ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_hda_read_acpi()  ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO  ASoc: qcom: q6afe: fix bad guard conversion  ASoC: rockchip: Fix Wvoid-pointer-to-enum-cast warning (again)  ...

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Sat, 13 Dec 2025 05:09:10 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>74ac7558ea7630113f0477cff1c718f5b1f54ec8 - ALSA: Do not build obsolete API</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#74ac7558ea7630113f0477cff1c718f5b1f54ec8</link>
        <description>ALSA: Do not build obsolete APIALSA 0.9.0-rc3 is from 2002, 23 years old.Signed-off-by: David Heidelberg &lt;david@ixit.cz&gt;Reviewed-by: Janusz Krzysztofik &lt;jmkrzyszt@gmail.com&gt;Reviewed-by: Christophe Leroy (CS GROUP) &lt;chleroy@kernel.org&gt;Acked-by: Christophe Leroy (CS GROUP) &lt;chleroy@kernel.org&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://patch.msgid.link/20251203-old-alsa-v1-1-ac80704f52c3@ixit.cz

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Wed, 03 Dec 2025 23:34:10 +0100</pubDate>
        <dc:creator>David Heidelberg &lt;david@ixit.cz&gt;</dc:creator>
    </item>
<item>
        <title>d518ec2cbcac1c1175563a115f5024eeb6b4cd8d - Merge 6.18-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#d518ec2cbcac1c1175563a115f5024eeb6b4cd8d</link>
        <description>Merge 6.18-rc3 into usb-nextWe need the USB fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:33:01 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d68eb9096fb065cc0cb5218ae651f54b08de5831 - Merge 6.18-rc3 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#d68eb9096fb065cc0cb5218ae651f54b08de5831</link>
        <description>Merge 6.18-rc3 into staging-nextWe need the staging driver fixes in here to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:09:56 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c428900703aaa528bf141358551287f87e5b2b93 - Merge 6.18-rc3 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/omap1_defconfig#c428900703aaa528bf141358551287f87e5b2b93</link>
        <description>Merge 6.18-rc3 into char-misc-nextWe need the fixes in here, and it resolves a merge conflict in:	drivers/misc/amd-sbi/KconfigSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/arm/configs/omap1_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 07:48:19 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
