Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-02-27 Thread Patrick DELAUNAY
Hi Jagan, > From: Patrick DELAUNAY > Sent: mardi 19 février 2019 13:28 > Subject: RE: [PATCH v3] dm: spi: Read default speed and mode values from DT > > Hi Jagan, > > > From: Jagan Teki > > Sent: jeudi 14 février 2019 18:05 > > > > On Tue, Feb 12, 2019 at 7:14 PM Patrick DELAUNAY > > > > wrot

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-02-19 Thread Patrick DELAUNAY
Hi Jagan, > From: Jagan Teki > Sent: jeudi 14 février 2019 18:05 > > On Tue, Feb 12, 2019 at 7:14 PM Patrick DELAUNAY > wrote: > > > > Hi Jagan > > > > > From: Jagan Teki > > > Sent: samedi 9 février 2019 17:22 > > > Subject: Re: [PATCH v3] dm: spi: Read default speed and mode values > > > fro

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-02-14 Thread Jagan Teki
On Tue, Feb 12, 2019 at 7:14 PM Patrick DELAUNAY wrote: > > Hi Jagan > > > From: Jagan Teki > > Sent: samedi 9 février 2019 17:22 > > Subject: Re: [PATCH v3] dm: spi: Read default speed and mode values from DT > > > > On Mon, Jan 28, 2019 at 2:37 PM Patrick Delaunay > > wrote: > > > > > > This p

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-02-12 Thread Patrick DELAUNAY
Hi Jagan > From: Jagan Teki > Sent: samedi 9 février 2019 17:22 > Subject: Re: [PATCH v3] dm: spi: Read default speed and mode values from DT > > On Mon, Jan 28, 2019 at 2:37 PM Patrick Delaunay > wrote: > > > > This patch update the behavior introduced by commit 96907c0fe50a ("dm: > > spi: Rea

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-02-09 Thread Jagan Teki
On Mon, Jan 28, 2019 at 2:37 PM Patrick Delaunay wrote: > > This patch update the behavior introduced by > commit 96907c0fe50a ("dm: spi: Read default speed and mode values from DT") > > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_* but instead read from DT node. Th

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-01-29 Thread Petr Vorel
Hi Patrick, > This patch update the behavior introduced by > commit 96907c0fe50a ("dm: spi: Read default speed and mode values from DT") ... Reviewed-by: Petr Vorel Nice idea. Kind regards, Petr ___ U-Boot mailing list U-Boot@lists.denx.de https://li

[U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2019-01-28 Thread Patrick Delaunay
This patch update the behavior introduced by commit 96907c0fe50a ("dm: spi: Read default speed and mode values from DT") In case of DT boot, don't read default speed and mode for SPI from CONFIG_* but instead read from DT node. This will make sure that boards with multiple SPI/QSPI controllers can

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-05-09 Thread Vignesh R
On 05/09/2016 08:15 PM, Jagan Teki wrote: > On 13 April 2016 at 15:40, Vignesh R wrote: >> In case of DT boot, don't read default speed and mode for SPI from >> CONFIG_*, instead read from DT node. This will make sure that boards >> with multiple SPI/QSPI controllers can be probed at different >

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-05-09 Thread Jagan Teki
On 13 April 2016 at 15:40, Vignesh R wrote: > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. This will make sure that boards > with multiple SPI/QSPI controllers can be probed at different > bus frequencies and SPI modes. > > Signed-off-by

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-21 Thread Mugunthan V N
On Wednesday 13 April 2016 03:40 PM, Vignesh R wrote: > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. This will make sure that boards > with multiple SPI/QSPI controllers can be probed at different > bus frequencies and SPI modes. > > Sig

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-21 Thread Qianyu Gong
Hi Vignesh, > -Original Message- > From: Vignesh R [mailto:vigne...@ti.com] > Sent: Thursday, April 21, 2016 12:30 PM > To: Qianyu Gong ; jt...@openedev.com; > tr...@konsulko.com > Cc: u-boot@lists.denx.de; s...@denx.de; Mingkai Hu > Subject: Re: [U-Boot] [PATCH v3]

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-20 Thread Vignesh R
Hi Qianyu, [...] @@ -308,6 +307,11 @@ int spi_get_bus_and_cs(int busnum, int cs, int >>> speed, int >>> mode, >>> slave->dev = dev; >>> } >>> >>> + plat = dev_get_parent_platdata(dev); >>> + if (!speed) {

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-20 Thread Qianyu Gong
Teki mailto:jt...@openedev.com>>, Tom > > Rini mailto:tr...@konsulko.com>> > > > >> Cc: u-boot@lists.denx.de <mailto:u-boot@lists.denx.de>, Stefan Roese > > mailto:s...@denx.de>> > > > >> Subject: [U-Boot] [PATCH v3] dm: sp

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-20 Thread Simon Glass
On 13 April 2016 at 04:10, Vignesh R wrote: > In case of DT boot, don't read default speed and mode for SPI from > CONFIG_*, instead read from DT node. This will make sure that boards > with multiple SPI/QSPI controllers can be probed at different > bus frequencies and SPI modes. > > Signed-off-by

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-20 Thread Vignesh R
com>> > >> Cc: u-boot@lists.denx.de <mailto:u-boot@lists.denx.de>, Stefan Roese > mailto:s...@denx.de>> > >> Subject: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode > >> valuesfrom DT > >> Message-ID: <1460542253-105

Re: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-20 Thread Qianyu Gong
> mailto:s...@denx.de>> > Subject: [U-Boot] [PATCH v3] dm: spi: Read default speed and mode > valuesfrom DT > Message-ID: > <1460542253-10580-1-git-send-email-vigne...@ti.com<mailto:1460542253-10580-1-git-send-email-vigne...@ti.com>> > Cont

[U-Boot] [PATCH v3] dm: spi: Read default speed and mode values from DT

2016-04-13 Thread Vignesh R
In case of DT boot, don't read default speed and mode for SPI from CONFIG_*, instead read from DT node. This will make sure that boards with multiple SPI/QSPI controllers can be probed at different bus frequencies and SPI modes. Signed-off-by: Vignesh R --- v3: Update commit message to mention S