Re: [linux-yocto] spi: cadence-xspi: Wrap the access to cdns_xspi_dev::cs_defined in #if

2023-11-23 Thread Kevin Hao
On Fri, Nov 24, 2023 at 12:06:45AM -0500, Bruce Ashfield wrote: > In message: [linux-yocto] spi: cadence-xspi: Wrap the access to > cdns_xspi_dev::cs_defined in #if > on 21/11/2023 Kevin Hao wrote: > > > From: Kevin Hao > > > > The cdns_xspi_dev::cs_defined is only defined when > >

Re: [linux-yocto] spi: cadence-xspi: Wrap the access to cdns_xspi_dev::cs_defined in #if

2023-11-23 Thread Bruce Ashfield
In message: [linux-yocto] spi: cadence-xspi: Wrap the access to cdns_xspi_dev::cs_defined in #if on 21/11/2023 Kevin Hao wrote: > From: Kevin Hao > > The cdns_xspi_dev::cs_defined is only defined when > CONFIG_SPI_CADENCE_MRVL_XSPI is enabled. So wrap the access to > cdns_xspi_dev::cs_defined

Re: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc] mxc: hantro_v4l2: Move mutex_lock from getMsg to v4l2_msg_read()

2023-11-23 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc] mxc: hantro_v4l2: Move mutex_lock from getMsg to v4l2_msg_read() on 23/11/2023 Xiaolei Wang wrote: > Move mutex_lock to v4l2_msg_read() to avoid the following warning: >