Re: [U-Boot] [PATCH] ARM: imx: cm_fx6: Drop ad-hoc SATA binding

2019-05-13 Thread Christopher Spinrath
wrote: > Drop the ad-hoc AHCI binding code, this is superseded by > CONFIG_DWC_AHSATA_AHCI=y resp. drivers/ata/dwc_ahsata.c > > Signed-off-by: Marek Vasut > Cc: Christopher Spinrath > Cc: Fabio Estevam > Cc: Igor Grinberg > Cc: Nikita Kiryanov > Cc: Stefano Babic >

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-07-11 Thread Christopher Spinrath
Hi Nikita, On 10.07.2016 09:52, Nikita Kiryanov wrote: Hi Christopher, On Thu, Jul 07, 2016 at 03:30:25PM +0200, Christopher Spinrath wrote: Hi Nikita, On 07/07/2016 10:53 AM, Nikita Kiryanov wrote: On Wed, Jun 22, 2016 at 07:17:53PM +0300, Igor Grinberg wrote: On 06/19/2016 06:44 PM

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-07-07 Thread Christopher Spinrath
Hi Nikita, On 07/07/2016 10:53 AM, Nikita Kiryanov wrote: > On Wed, Jun 22, 2016 at 07:17:53PM +0300, Igor Grinberg wrote: >> On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >>> The cm-fx6 module has an on-board st,m25p compatible spi flash chip >>> used for u

Re: [U-Boot] [PATCH 3/3] ARM: configs: cm_fx6: add mtd support

2016-06-25 Thread Christopher Spinrath
Hi Igor, On 06/23/2016 11:03 AM, Igor Grinberg wrote: On 06/22/2016 10:27 PM, Christopher Spinrath wrote: Hi Igor, On 06/22/2016 06:15 PM, Igor Grinberg wrote: On 06/19/2016 06:44 PM, Christopher Spinrath wrote: The cm-fx6 module has an on-board spi flash chip. Enable mtd support

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-25 Thread Christopher Spinrath
Hi Igor, On 06/23/2016 10:56 AM, Igor Grinberg wrote: Hi Christopher, On 06/22/2016 10:21 PM, Christopher Spinrath wrote: Hi Igor, On 06/22/2016 06:02 PM, Igor Grinberg wrote: Hi Christopher, On 06/19/2016 06:44 PM, Christopher Spinrath wrote: The cm-fx6 module has an on-board st,m25p

Re: [U-Boot] [PATCH 3/3] ARM: configs: cm_fx6: add mtd support

2016-06-22 Thread Christopher Spinrath
Hi Igor, On 06/22/2016 06:15 PM, Igor Grinberg wrote: > On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >> The cm-fx6 module has an on-board spi flash chip. Enable mtd support >> and the mtdparts command. Also define a default partitioning, add >> it to the default en

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-22 Thread Christopher Spinrath
Hi Igor, On 06/22/2016 06:02 PM, Igor Grinberg wrote: > Hi Christopher, > > On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >> The cm-fx6 module has an on-board st,m25p compatible spi flash chip >> used for u-boot (binary & environment). Overwrite the partiti

Re: [U-Boot] [PATCH 0/3] ARM: imx: enhance support for the cm-fx6 module

2016-06-22 Thread Christopher Spinrath
Hi Igor, thanks for your review! On 06/22/2016 05:46 PM, Igor Grinberg wrote: > Hi Christopher, > > Thanks for doing this work. > > On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >> Hi, >> >> this series aims at enhancing support for the cm-fx6 modul

[U-Boot] [PATCH 1/3] ARM: configs: cm_fx6: improve default environment

2016-06-19 Thread Christopher Spinrath
independent kernel parameters to make it easier to change these settings. Signed-off-by: Christopher Spinrath <christopher.spinr...@rwth-aachen.de> --- include/configs/cm_fx6.h | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/include/configs/cm_fx6.h b/i

[U-Boot] [PATCH 0/3] ARM: imx: enhance support for the cm-fx6 module

2016-06-19 Thread Christopher Spinrath
Hi, this series aims at enhancing support for the cm-fx6 module. In particular, with respect to the upstream linux kernel. The first patch improves the default environment. It is non-functional but makes it more convenient to adapt certain settings. The later two patches add mtd partition

[U-Boot] [PATCH 3/3] ARM: configs: cm_fx6: add mtd support

2016-06-19 Thread Christopher Spinrath
-by: Christopher Spinrath <christopher.spinr...@rwth-aachen.de> --- include/configs/cm_fx6.h | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index f054ca8..c839b03 100644 --- a/include/configs/cm_fx6.h

[U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-19 Thread Christopher Spinrath
ning in the environment and provides a convient way for the user to adapt the partition table. Signed-off-by: Christopher Spinrath <christopher.spinr...@rwth-aachen.de> --- board/compulab/cm_fx6/cm_fx6.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/boar

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Christopher Spinrath
Hi Igor, On 06/16/2016 11:05 AM, Igor Grinberg wrote: > Hi Christopher, > > On 06/15/2016 06:38 PM, Christopher Spinrath wrote: >> Hi Nikita, >> >> On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: >>> Hi CHristopher, >>> >>> On Wed, Jun 08

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Christopher Spinrath
Hi Nikita, On 06/16/2016 12:40 PM, Nikita Kiryanov wrote: > Hi Christopher, > > On Wed, Jun 15, 2016 at 05:38:10PM +0200, Christopher Spinrath wrote: >> Hi Nikita, >> >> On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: >>> Hi CHristopher, >>>

[U-Boot] [PATCH v2] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Christopher Spinrath
detection possible if polling is supported. Signed-off-by: Christopher Spinrath <christopher.spinr...@rwth-aachen.de> Acked-by: Nikita Kiryanov <nik...@compulab.co.il> --- Notes: Changes since v1: - remove Fixes: tag - add Nikita's Acked-By board/compulab/cm_fx6/cm_fx6

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-15 Thread Christopher Spinrath
Hi Nikita, On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: > Hi CHristopher, > > On Wed, Jun 08, 2016 at 09:02:36PM +0200, Christopher Spinrath wrote: >> Old revisions of Utilite (based on cmfx6) do not have a dedicated >> card detect pin. But the card is removable

[U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-08 Thread Christopher Spinrath
detection possible if polling is supported. Fixes: 41855186afd3 ("arm: mx6: cm-fx6: modify device tree for old revisions of utilite") Signed-off-by: Christopher Spinrath <christopher.spinr...@rwth-aachen.de> --- board/compulab/cm_fx6/cm_fx6.c | 2 +- 1 file changed, 1 insertio