Re: [U-Boot] [PATCH v5 00/10] spi: Add Atmel QuadSPI driver

2019-07-08 Thread Eugen.Hristev
On 29.06.2019 17:55, Jagan Teki wrote: > Hi Eugen, > > On Tue, Jun 25, 2019 at 9:10 PM Jagan Teki wrote: >> >> On Tue, Jun 25, 2019 at 5:05 PM wrote: >>> >>> Hello Jagan, >>> >>> I can only take these patches through u-boot-atmel tree if you >>> Ack/Review them. >>> Otherwise you can consider

Re: [U-Boot] [PATCH v5 00/10] spi: Add Atmel QuadSPI driver

2019-06-29 Thread Jagan Teki
Hi Eugen, On Tue, Jun 25, 2019 at 9:10 PM Jagan Teki wrote: > > On Tue, Jun 25, 2019 at 5:05 PM wrote: > > > > Hello Jagan, > > > > I can only take these patches through u-boot-atmel tree if you > > Ack/Review them. > > Otherwise you can consider taking them through u-boot-spi ? > > I would need

Re: [U-Boot] [PATCH v5 00/10] spi: Add Atmel QuadSPI driver

2019-06-25 Thread Jagan Teki
On Tue, Jun 25, 2019 at 5:05 PM wrote: > > Hello Jagan, > > I can only take these patches through u-boot-atmel tree if you > Ack/Review them. > Otherwise you can consider taking them through u-boot-spi ? I would need a look on the new version, once ie fine I can pick via spi tree. if possible ple

Re: [U-Boot] [PATCH v5 00/10] spi: Add Atmel QuadSPI driver

2019-06-25 Thread Eugen.Hristev
Hello Jagan, I can only take these patches through u-boot-atmel tree if you Ack/Review them. Otherwise you can consider taking them through u-boot-spi ? Thanks, Eugen On 18.06.2019 11:51, Tudor Ambarus - M18064 wrote: > From: Tudor Ambarus > > Backport the driver from linux v5.1-rc5 and adapt

[U-Boot] [PATCH v5 00/10] spi: Add Atmel QuadSPI driver

2019-06-18 Thread Tudor.Ambarus
From: Tudor Ambarus Backport the driver from linux v5.1-rc5 and adapt it for u-boot. Tested on sama5d2_xplained Rev B with mx25l25635e spi-nor flash, and on sama5d27_som1_ek with sst26vf064b spi-nor flash. V5: drop struct platform_device *pdev; linux leftover, add 2 new blank lines v4: Update K