Re: [PATCH 06/10] drm/i915/spi: spi register with mtd

2024-02-19 Thread Miquel Raynal
Hi Alexander, alexander.usys...@intel.com wrote on Wed, 14 Feb 2024 12:16:00 +: > Hi Miquel > > Intel Gfx in infinite wisdom decided to create another driver - Xe and > the spi driver part of this series should be moved to some common location. > Should it be drivers/mtd or drivers/spi, or

Re: [Intel-gfx] [PATCH 06/10] drm/i915/spi: spi register with mtd

2023-11-14 Thread Miquel Raynal
Hi Alexander, + Michael and Tudor Folks, any interesting thought about the below discussion? alexander.usys...@intel.com wrote on Tue, 14 Nov 2023 08:47:34 +: > > > > > > > > > + spi->mtd.writesize = SZ_1; /* 1 byte granularity */ > > > > > > > > > > > > You say writesize should be

Re: [Intel-gfx] [PATCH 06/10] drm/i915/spi: spi register with mtd

2023-10-17 Thread Miquel Raynal
Hi Alexander, alexander.usys...@intel.com wrote on Tue, 17 Oct 2023 14:20:32 +: > > > > > + spi->mtd.writesize = SZ_1; /* 1 byte granularity */ > > > > > > > > You say writesize should be aligned with 4 in your next patch? > > > > > > We support unaligned write by reading aligned

Re: [Intel-gfx] [PATCH 06/10] drm/i915/spi: spi register with mtd

2023-10-17 Thread Miquel Raynal
Hi Alexander, alexander.usys...@intel.com wrote on Tue, 17 Oct 2023 11:54:41 +: > Hi Miquel, > > > > +static int i915_spi_init_mtd(struct i915_spi *spi, struct device *device, > > > + unsigned int nparts) > > > +{ > > > + unsigned int i; > > > + unsigned int n; > > > +

Re: [Intel-gfx] [PATCH 06/10] drm/i915/spi: spi register with mtd

2023-10-16 Thread Miquel Raynal
Hi Alexander, > +static int i915_spi_init_mtd(struct i915_spi *spi, struct device *device, > + unsigned int nparts) > +{ > + unsigned int i; > + unsigned int n; > + struct mtd_partition *parts = NULL; > + int ret; > + > + dev_dbg(device, "registering

Re: [Intel-gfx] [PATCH 00/10] drm/i915/spi: spi access for discrete graphics

2023-09-27 Thread Miquel Raynal
Hi Mark, broo...@kernel.org wrote on Wed, 27 Sep 2023 16:37:35 +0200: > On Wed, Sep 27, 2023 at 02:11:47PM +, Usyskin, Alexander wrote: > > > There is a Discreet Graphic device with embedded SPI (controller & flash). > > The embedded SPI is not visible to OS. > > There is another HW in the

Re: [Intel-gfx] [PATCH 00/10] drm/i915/spi: spi access for discrete graphics

2023-09-18 Thread Miquel Raynal
Hi, alexander.usys...@intel.com wrote on Tue, 12 Sep 2023 13:15:58 +: > > > > > The spi controller on discreet graphics card is not visible to user-space. > > > Spi access flows are supported by another hardware module and relevant > > registers are > > > available on graphics device

Re: [Intel-gfx] [PATCH 00/10] drm/i915/spi: spi access for discrete graphics

2023-09-11 Thread Miquel Raynal
Hi Alexander, + Mark Brown + spi list + spi-nor maintainers alexander.usys...@intel.com wrote on Sun, 10 Sep 2023 15:39:39 +0300: > Add driver for access to the discrete graphics card > internal SPI device. > Expose device on auxiliary bus and provide driver to register > this device with MTD

Re: [Intel-gfx] [trivial PATCH] treewide: Convert switch/case fallthrough; to break;

2020-09-15 Thread Miquel Raynal
Hi Joe, For MTD: > drivers/mtd/nand/raw/nandsim.c| 2 +- Reviewed-by: Miquel Raynal Thanks, Miquèl ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx