Re: [linux-yocto] [yocto-kernel-cache master PATCH] virtio.cfg: enable virtio-vsock

2020-11-30 Thread Bruce Ashfield
Looks good, I've queued the change and will have it in my next pull request to master. Bruce On Sun, Nov 22, 2020 at 5:23 AM Vasyl Vavrychuk wrote: > > virtio-vsock provides a POSIX Sockets API based host/guest > communications capability. > > Signed-off-by: Vasyl Vavrychuk > --- > cfg/virtio.

Re: [linux-yocto] [yocto-kernel-cache master PATCH 0/1] Recently added CONFIG_SERIAL_OF_PLATFORM causes warning on x86.

2020-11-30 Thread Bruce Ashfield
On Sat, Nov 21, 2020 at 12:19 AM Vasyl Vavrychuk wrote: > > Sorry, I was not carefull enough with checking this. Will try to improve in > future. > No worries. I've caused my own fair share of warnings :D We could also mark this as non-hardware and/or exclude it on some arches. When you saw the

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] can: flexcan: fix wrong merging commit cd9f13c594613

2020-11-30 Thread Xulin Sun
This is to fix the below error build: drivers/net/can/flexcan.c:1637:30: error: 'flexcan_irq' undeclared (first use in this function) DEBUG: 1637 | err = request_irq(dev->irq, flexcan_irq, IRQF_SHARED, dev->name, dev); 1637 | err = request_irq(dev->irq, flexcan_irq, IRQF_SHARED, dev->name, de

Re: [linux-yocto] [yocto-kernel-tools][PATCH] merge_config.sh: Translate some env variables to make variables

2020-11-30 Thread Bruce Ashfield
Sorry for the slow reply, I was working on some bugs that were taking up a significant amount of time. I've tossed this into my integration branch and will follow up if there are any issues. Bruce On Tue, Nov 17, 2020 at 11:38 AM Tyler Hicks wrote: > > Pass certain environment variables, meant

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32gen1: pcie: wrap functions with related macro definition

2020-11-30 Thread Xulin Sun
In order to fix below compile warnings: drivers/pci/controller/dwc/pci-s32gen1.c:838:12: warning: 's32gen1_pcie_config_irq' defined but not used [-Wunused-function] 838 | static int s32gen1_pcie_config_irq(int *irq_id, char *irq_name, |^~~ drivers/pci/contr