Re: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2021-01-13 Thread Marek Vasut
On 6/29/20 4:01 PM, Tom Rini wrote: On Mon, Jun 29, 2020 at 12:27:08PM +, Ludwig Zenz wrote: On 25/06/20 2:52 PM, Tom Rini wrote: On Thu, Jun 25, 2020 at 02:52:58PM +, Ludwig Zenz wrote: On 22/06/20 9:38 AM, Tom Rini wrote: On Mon, Jun 22, 2020 at 09:38:36AM +, Ludwig Zenz wrote:

AW: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-07-10 Thread Ludwig Zenz
On 7/8/20 3:07 PM, Jagan Teki wrote: > On Mon, Jun 22, 2020 at 3:09 PM 'Ludwig Zenz' via Amarula Linux > wrote: > > > > On 6/13/20 3:55 PM, Jagan Teki wrote: > > > Enable DM_SPI/DM_SPI_FLASH with a related config option. > > > > > > Build fine, but not tested. > > > > Hello, > > > > due to

Re: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-07-08 Thread Jagan Teki
On Mon, Jun 22, 2020 at 3:09 PM 'Ludwig Zenz' via Amarula Linux wrote: > > On 6/13/20 3:55 PM, Jagan Teki wrote: > > Enable DM_SPI/DM_SPI_FLASH with a related config option. > > > > Build fine, but not tested. > > Hello, > > due to memory limitations in the SRAM of the i.MX6S in SPL we have not

Re: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-29 Thread Tom Rini
On Mon, Jun 29, 2020 at 12:27:08PM +, Ludwig Zenz wrote: > On 25/06/20 2:52 PM, Tom Rini wrote: > > On Thu, Jun 25, 2020 at 02:52:58PM +, Ludwig Zenz wrote: > >> On 22/06/20 9:38 AM, Tom Rini wrote: > >> > On Mon, Jun 22, 2020 at 09:38:36AM +, Ludwig Zenz wrote: > >> > > >> >> On

Re: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-29 Thread Ludwig Zenz
On 25/06/20 2:52 PM, Tom Rini wrote: > On Thu, Jun 25, 2020 at 02:52:58PM +, Ludwig Zenz wrote: >> On 22/06/20 9:38 AM, Tom Rini wrote: >> > On Mon, Jun 22, 2020 at 09:38:36AM +, Ludwig Zenz wrote: >> > >> >> On 6/13/20 3:55 PM, Jagan Teki wrote: >> >> > Enable DM_SPI/DM_SPI_FLASH with a

Re: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-25 Thread Simon Glass
Hi Ludwig, On Thu, 25 Jun 2020 at 08:53, Ludwig Zenz wrote: > > On 22/06/20 9:38 AM, Tom Rini wrote: > > On Mon, Jun 22, 2020 at 09:38:36AM +, Ludwig Zenz wrote: > > > >> On 6/13/20 3:55 PM, Jagan Teki wrote: > >> > Enable DM_SPI/DM_SPI_FLASH with a related config option. > >> > > >> > Build

Re: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-25 Thread Tom Rini
On Thu, Jun 25, 2020 at 02:52:58PM +, Ludwig Zenz wrote: > On 22/06/20 9:38 AM, Tom Rini wrote: > > On Mon, Jun 22, 2020 at 09:38:36AM +, Ludwig Zenz wrote: > > > >> On 6/13/20 3:55 PM, Jagan Teki wrote: > >> > Enable DM_SPI/DM_SPI_FLASH with a related config option. > >> > > >> > Build

AW: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-25 Thread Ludwig Zenz
On 22/06/20 9:38 AM, Tom Rini wrote: > On Mon, Jun 22, 2020 at 09:38:36AM +, Ludwig Zenz wrote: > >> On 6/13/20 3:55 PM, Jagan Teki wrote: >> > Enable DM_SPI/DM_SPI_FLASH with a related config option. >> > >> > Build fine, but not tested. >> >> Hello, >> >> due to memory limitations in the

Re: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-22 Thread Tom Rini
On Mon, Jun 22, 2020 at 09:38:36AM +, Ludwig Zenz wrote: > On 6/13/20 3:55 PM, Jagan Teki wrote: > > Enable DM_SPI/DM_SPI_FLASH with a related config option. > > > > Build fine, but not tested. > > Hello, > > due to memory limitations in the SRAM of the i.MX6S in SPL we have not used >

RE: [PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-22 Thread Ludwig Zenz
On 6/13/20 3:55 PM, Jagan Teki wrote: > Enable DM_SPI/DM_SPI_FLASH with a related config option. > > Build fine, but not tested. Hello, due to memory limitations in the SRAM of the i.MX6S in SPL we have not used the device tree. Have the restrictions been removed in the meantime? We need a

[PATCH 03/16] dh_imx6: Switch to full DM-aware

2020-06-13 Thread Jagan Teki
Enable DM_SPI/DM_SPI_FLASH with a related config option. Build fine, but not tested. Cc: Ludwig Zenz Cc: Andreas Geisreiter Signed-off-by: Jagan Teki --- configs/dh_imx6_defconfig | 3 +++ include/configs/dh_imx6.h | 6 -- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git