- Oct 19, 2021
-
-
Bruce Ashfield authored
Since the IDE options were made obselete in the kernel, and the PATA driver is the replacement, we haven't had one of the commonly used qemu boot devices enabled in our kernel by default. We change CONFIG_ATA_PIIX to built-in, to re-enable use cases that boot from default qemu 'hardware'. Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Oct 15, 2021
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Oct 13, 2021
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Oct 12, 2021
-
-
Anuj Mittal authored
av7110 and sp8870 have been moved to staging and will be removed in future. Remove the configs so we don't get warnings when including media-pci-capture.scc feature which doesn't enable STAGING_MEDIA explicitly. https://github.com/torvalds/linux/commit/989cf18ed08f8b6efd1d1592d1d0108fa09b98f5 https://github.com/torvalds/linux/commit/b998a59f82f1152605eae4f7617778020549e81a Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Oct 08, 2021
-
-
Jate Sujjavanich authored
Add SCSI_FC_ATTRS for FUSION_FC Add NET_FC for FUSION_LAN Remove SCSI LOGGING configuration options no longer in kernel Signed-off-by:
Jate Sujjavanich <jatedev@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Sep 27, 2021
-
-
Jon Mason authored
Remove Bochs and start using virtio graphics Signed-off-by:
Jon Mason <jdmason@kudzu.us> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Sep 24, 2021
-
-
Jon Mason authored
linux-yocto@yoctoproject.org bounces with a: I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. Update the email address to the new one to correct the issue. Signed-off-by:
Jon Mason <jdmason@kudzu.us> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Sep 23, 2021
-
-
Bruce Ashfield authored
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs: adjust to v5.15 fs changes Date: Thu, 23 Sep 2021 16:43:13 -0400 Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
1/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: kbuild Date: Thu, 23 Sep 2021 11:06:29 -0400 Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com> ] 2/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: base Date: Thu, 23 Sep 2021 11:07:01 -0400 Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com> ] 3/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: mmap Date: Thu, 23 Sep 2021 11:08:04 -0400 Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com> ] 4/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: standalone Date: Thu, 23 Sep 2021 11:08:37 -0400 Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com> ] 5/5 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs5: core Date: Thu, 23 Sep 2021 11:09:25 -0400 Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Sep 21, 2021
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Sep 20, 2021
-
-
Bruce Ashfield authored
commit 91185d55b32e7e377f15fb46a62b216f8d3038d4 Author: Thomas Zimmermann <tzimmermann@suse.de> Date: Thu Apr 15 13:00:40 2021 +0200 drm: Remove DRM_KMS_FB_HELPER Kconfig option It's only used by DRM_FBDEV_EMULATION, so inline it there. Signed-off-by:
Thomas Zimmermann <tzimmermann@suse.de> Acked-by:
Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20210415110040.23525-5-tzimmermann@suse.de Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
Drop references to config_ide, since the driver has been removed from the 5.14 kernel: commit b7fb14d3ac63117e0e8beabe75f4ea52051fbe3a Author: Christoph Hellwig <hch@lst.de> Date: Wed Jun 16 15:46:58 2021 +0200 ide: remove the legacy ide driver The legay ide driver has been replace with libata starting in 2003 and has been scheduled for removal for a while. Finally kill it off so that we can start cleaning up various bits of cruft it forced on the block layer. Signed-off-by:
Christoph Hellwig <hch@lst.de> Signed-off-by:
Jens Axboe <axboe@kernel.dk> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Sep 02, 2021
-
-
Yongxin Liu authored
Signed-off-by:
Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Yongxin Liu authored
Fix the following warning: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 cfg80211: failed to load regulatory.db If CFG80211 is a built-in driver, it will try to load regulatory.db from /lib/firmware. But file system may not be ready at that time. So remove the override and make CFG80211 a loadable module. Signed-off-by:
Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Anuj Mittal authored
Commit 06b93644f4d10 (media: Kconfig: add an option to filter in/out platform drivers) adds an option to filter out platform drivers. Enable MEDIA_PLATFORM_SUPPORT when that feature is requested. Signed-off-by:
Anuj Mittal <anuj.mittal@intel.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Zqiang authored
WARNING: do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: [NOTE]: 'CONFIG_IDE_GD_ATA' last val (y) and .config val (n) do not match [INFO]: CONFIG_IDE_GD_ATA : n [INFO]: raw config text: Config 'IDE_GD_ATA' has the following Direct dependencies (IDE_GD_ATA=n): n Parent dependencies are: [INFO]: config 'CONFIG_IDE_GD_ATA' was set, but it wasn't assignable, check (parent) dependencies remove CONFIG_IDE_GD_ATA from common-pc-drivers.cfg Signed-off-by:
Zqiang <qiang.zhang@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Aug 24, 2021
-
-
Meng Li authored
Remove config CONFIG_MFD_ARIZONA, because it will be selected when enable CONFIG_MFD_ARIZONA_I2C. Signed-off-by:
Meng Li <Meng.Li@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Aug 23, 2021
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Trevor Woerner authored
Add support for enabling zram in the kernel. The zram module creates RAM-based block devices named /dev/zram<id> (<id> = 0, 1, ...). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compression provides good amounts of memory savings. Some of the use cases include /tmp storage, use as swap disks, various caches under /var and maybe many more. Different compression algorithms can be selected which give trade-offs between speed and compression. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Aug 20, 2021
-
-
Bruce Ashfield authored
As discussed here: https://lore.kernel.org/lkml/YRcyqbpVqwwq3P6n@casper.infradead.org/ And also disabled by other distros (ref: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1940392 ) There is a push to remove mandatory file locking. By disabling this option in our kernel types, we'll be prepared for the change. Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Aug 16, 2021
-
-
Bruce Ashfield authored
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: aufs: update kmalloc_index to v5.14+ restrictions Date: Mon, 16 Aug 2021 10:21:01 -0400 commit 588c7fa022d7b [mm, slub: change run-time assertion in kmalloc_index() to compile-time], means that the non-constant aufs kmalloc call, should go (temporarily) to the __kmalloc_index directly, so the compile time BUG is not triggered. Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Aug 15, 2021
-
-
Yongxin Liu authored
The Intel PCH/PCU SPI controller is present in modern Intel hardware and is used to hold BIOS and other persistent settings. Using this driver it is possible to upgrade BIOS directly from Linux. Signed-off-by:
Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Yongxin Liu authored
Signed-off-by:
Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Yongxin Liu authored
The default number of supported 8250/16550 serial ports is 4, which is not enough for some platforms. For example, Intel Elkhart Lake CRB has 6 serial ports in total. Runtime supported ports number can be overridden with the module parameter "nr_uarts", or boot-time parameter 8250.nr_uarts. Signed-off-by:
Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Aug 04, 2021
-
-
Kevin Hao authored
This kernel option has been dropped by kernel commit 55b68fb856b5 ("drm/omap: squash omapdrm sub-modules into one"). Signed-off-by:
Kevin Hao <kexin.hao@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Kevin Hao authored
In order to fix the following configcheck warning: [NOTE]: 'CONFIG_GPIO_SYSFS' last val (y) and .config val (n) do not match [INFO]: CONFIG_GPIO_SYSFS : n [INFO]: raw config text: config GPIO_SYSFS bool "/sys/class/gpio/... (sysfs interface)" if EXPERT select GPIO_CDEV depends on SYSFS && GPIOLIB help Say Y here to add the legacy sysfs interface for GPIOs. This ABI is deprecated. If you want to use GPIO from userspace, use the character device /dev/gpiochipN with the appropriate ioctl() operations instead. Config 'GPIO_SYSFS' has the following Direct dependencies (GPIO_SYSFS=y): SYSFS(=y) && GPIOLIB(=y) Parent dependencies are: GPIOLIB [y] EXPERT [n] SYSFS [y] [INFO]: config 'CONFIG_GPIO_SYSFS' was set, but it wasn't assignable, check (parent) dependencies Signed-off-by:
Kevin Hao <kexin.hao@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Jul 29, 2021
-
-
Bruce Ashfield authored
To make the usbc fragment more generally usable, we enable the Type-C Port Controller driver for TCPCI-compliant controller. Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Jul 14, 2021
-
-
Marek Vasut authored
Since Linux 67951f6380732 ("[SCSI] Fix dependency problems in SCSI drivers"), SCSI_DEBUG is protected by 'if SCSI_LOWLEVEL && SCSI' conditional, so select SCSI_LOWLEVEL too. Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Bruce Ashfield <bruce.ashfield@gmail.com> Cc: Mariano López <just.another.mariano@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Jul 07, 2021
-
-
Quanyang Wang authored
Add this kernel option to enable zynqmp gpio-modepin driver. Signed-off-by:
Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Jul 06, 2021
-
-
Armin Kuster authored
[INFO]: Fragments with badly formatted configuration options: - fragment configs/v5.10/standard/features/ima/ima.cfg has the following issues: #CONFIG_INTEGRITY_SIGNATURE=y - fragment configs/v5.10/standard/features/ima/ima.cfg has the following issues: #CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y - fragment configs/v5.10/standard/features/ima/ima.cfg has the following issues: #CONFIG_INTEGRITY_TRUSTED_KEYRING=y Signed-off-by:
Armin Kuster <akuster808@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Alexander Usyskin authored
LMS service of AMT requires that watchdog sysfs be enabled. Signed-off-by:
Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Jul 04, 2021
-
-
Quanyang Wang authored
Add kernel options to enable features in xilinx-zynqmp. Signed-off-by:
Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
Chandana kalluri authored
Enable XEN_PVCALLS_FRONTEND & XEN_PVCALLS_BACKEND Signed-off-by:
Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-
- Jul 02, 2021
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@gmail.com>
-