Re: [PATCH v6 00/12] spi: add driver for Intel discrete graphics

2024-09-19 Thread Mark Brown
On Thu, Sep 19, 2024 at 06:56:39AM +, Usyskin, Alexander wrote: > > On Mon, Sep 16, 2024 at 04:49:16PM +0300, Alexander Usyskin wrote: > > As far as I can tell this does not actually provide a SPI driver, there > > is no call to any SPI API that I've noticed here. The SPI framework > > does h

RE: [PATCH v6 00/12] spi: add driver for Intel discrete graphics

2024-09-18 Thread Usyskin, Alexander
> On Mon, Sep 16, 2024 at 04:49:16PM +0300, Alexander Usyskin wrote: > > Add driver for access to Intel discrete graphics card > > internal SPI device. > > Expose device on auxiliary bus by i915 and Xe drivers and > > provide spi driver to register this device with MTD framework. > > As far as I c

Re: [PATCH v6 00/12] spi: add driver for Intel discrete graphics

2024-09-18 Thread Mark Brown
On Mon, Sep 16, 2024 at 04:49:16PM +0300, Alexander Usyskin wrote: > Add driver for access to Intel discrete graphics card > internal SPI device. > Expose device on auxiliary bus by i915 and Xe drivers and > provide spi driver to register this device with MTD framework. As far as I can tell this d

[PATCH v6 00/12] spi: add driver for Intel discrete graphics

2024-09-16 Thread Alexander Usyskin
Add driver for access to Intel discrete graphics card internal SPI device. Expose device on auxiliary bus by i915 and Xe drivers and provide spi driver to register this device with MTD framework. This is a rewrite of "drm/i915/spi: spi access for discrete graphics" series with connection to the Xe