[PATCH 2/2] imx93_evk: defconfig: add adc support

2023-07-05 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 89edebc4c6..30ef460c80 100644 --- a

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-07-05 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH v5 0/2 RESEND] imx93: add ADC support

2023-07-05 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (2): dm: adc: add iMX93 ADC support imx93_evk: defconfig: add adc support configs/imx93_11x11_evk_defconfig | 1 + drivers/adc/Kconfig | 8 + drivers/adc/Makefile | 1 + drivers

[PATCH 2/2] imx93_evk: defconfig: add adc support

2023-07-03 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 89edebc4c6..30ef460c80 100644 --- a

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-07-03 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[RESEND PATCH v5 0/2] imx93: add ADC support

2023-07-03 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (2): dm: adc: add iMX93 ADC support imx93_evk: defconfig: add adc support configs/imx93_11x11_evk_defconfig | 1 + drivers/adc/Kconfig | 8 + drivers/adc/Makefile | 1 + drivers

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-21 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH 2/2] imx93_evk: defconfig: add adc support

2023-06-21 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 89edebc4c6..30ef460c80 100644 --- a

[PATCH v5 0/2 RESEND] imx93: add ADC support

2023-06-21 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (2): dm: adc: add iMX93 ADC support imx93_evk: defconfig: add adc support configs/imx93_11x11_evk_defconfig | 1 + drivers/adc/Kconfig | 8 + drivers/adc/Makefile | 1 + drivers

[PATCH v5 0/2 RESEND] imx93: add ADC support

2023-06-19 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (2): dm: adc: add iMX93 ADC support imx93_evk: defconfig: add adc support configs/imx93_11x11_evk_defconfig | 1 + drivers/adc/Kconfig | 8 + drivers/adc/Makefile | 1 + drivers

[PATCH 2/2] imx93_evk: defconfig: add adc support

2023-06-19 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 89edebc4c6..30ef460c80 100644 --- a

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-19 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-13 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH 2/2] imx93_evk: defconfig: add adc support

2023-06-13 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 89edebc4c6..30ef460c80 100644 --- a

[PATCH v5 0/2 RESEND] imx93: add ADC support

2023-06-13 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (2): dm: adc: add iMX93 ADC support imx93_evk: defconfig: add adc support configs/imx93_11x11_evk_defconfig | 1 + drivers/adc/Kconfig | 8 + drivers/adc/Makefile | 1 + drivers

[PATCH 2/2] imx93_evk: defconfig: add adc support

2023-06-07 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 89edebc4c6..30ef460c80 100644 --- a

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-07 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH v5 0/2 RESEND] imx93: add ADC support

2023-06-07 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (2): dm: adc: add iMX93 ADC support imx93_evk: defconfig: add adc support configs/imx93_11x11_evk_defconfig | 1 + drivers/adc/Kconfig | 8 + drivers/adc/Makefile | 1 + drivers

[PATCH 3/3] imx93_evk: defconfig: add adc support

2023-05-02 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 477fb25807..fa929dd4ec 100644 --- a

[PATCH 2/3] imx93_evk: add adc node to dts file

2023-05-02 Thread Luca Ellero
This node uses imx93_adc driver under drivers/adc. The node is added keeping dts file in sync with iMX9 evk Linux devicetree. Signed-off-by: Luca Ellero --- arch/arm/dts/imx93-11x11-evk.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts

[PATCH 1/3] dm: adc: add iMX93 ADC support

2023-05-02 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH v5 0/3 RESEND] imx93: add ADC support

2023-05-02 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (3): dm: adc: add iMX93 ADC support imx93_evk: add adc node to dts file imx93_evk: defconfig: add adc support arch/arm/dts/imx93-11x11-evk.dts | 4 + configs/imx93_11x11_evk_defconfig | 1 + drivers/a

[PATCH 1/3] dm: adc: add iMX93 ADC support

2023-03-21 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 290 3 files changed, 299 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH 3/3] imx93_evk: defconfig: add adc support

2023-03-21 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 477fb25807..fa929dd4ec 100644 --- a

[PATCH 2/3] imx93_evk: add adc node to dts file

2023-03-21 Thread Luca Ellero
This node uses imx93_adc driver under drivers/adc. The node is added keeping dts file in sync with iMX9 evk Linux devicetree. Signed-off-by: Luca Ellero --- arch/arm/dts/imx93-11x11-evk.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts

[PATCH v5 0/3] imx93: add ADC support

2023-03-21 Thread Luca Ellero
ges for v5: - simplify code - remove redundant code - add clock handling Luca Ellero (3): dm: adc: add iMX93 ADC support imx93_evk: add adc node to dts file imx93_evk: defconfig: add adc support arch/arm/dts/imx93-11x11-evk.dts | 4 + configs/imx93_11x11_evk_defconfig | 1 + drivers/a

Re: [PATCH 1/3] dm: adc: add iMX93 ADC support

2023-03-17 Thread Luca Ellero
On 17/03/2023 03:54, Bough Chen wrote: -Original Message- From: Luca Ellero Sent: 2023年3月15日 21:36 To: u-boot@lists.denx.de; sba...@denx.de; feste...@gmail.com; dl-uboot-imx ; luca.ell...@brickedbrain.com; Ye Li ; Peng Fan ; Bough Chen Cc: Luca Ellero Subject: [PATCH 1/3] dm: adc: add

[PATCH 3/3] imx93_evk: defconfig: add adc support

2023-03-15 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 477fb25807..fa929dd4ec 100644 --- a

[PATCH 1/3] dm: adc: add iMX93 ADC support

2023-03-15 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 286 3 files changed, 295 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH 2/3] imx93_evk: add adc node to dts file

2023-03-15 Thread Luca Ellero
This node uses imx93_adc driver under drivers/adc. The node is added keeping dts file in sync with iMX9 evk Linux devicetree. Signed-off-by: Luca Ellero --- arch/arm/dts/imx93-11x11-evk.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts

[PATCH v4 0/3] imx93: add ADC support

2023-03-15 Thread Luca Ellero
Add ADC support for NXP iMX93 Changes for v2: - add "static" to functions - enable ADC in iMX93 EVK Changes for v3: - split in 3 commits - keep dts file in sync with Linux devicetree - add comments to commits Changes for v4: - add imx93_adc_power_down() in imx93_adc_stop() Luca

Re: [PATCH 1/3] dm: adc: add iMX93 ADC support

2023-03-14 Thread Luca Ellero
Il 14/03/2023 04:03, Bough Chen ha scritto: -Original Message- From: Luca Ellero Sent: 2023年3月13日 21:06 To: u-boot@lists.denx.de; sba...@denx.de; feste...@gmail.com; dl-uboot-imx ; luca.ell...@brickedbrain.com; Ye Li ; Peng Fan ; Bough Chen Cc: Luca Ellero Subject: [PATCH 1/3] dm: adc

[PATCH 3/3] imx93_evk: defconfig: add adc support

2023-03-13 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 477fb25807..fa929dd4ec 100644 --- a

[PATCH 2/3] imx93_evk: add adc node to dts file

2023-03-13 Thread Luca Ellero
This node uses imx93_adc driver under drivers/adc. The node is added keeping dts file in sync with iMX9 evk Linux devicetree. Signed-off-by: Luca Ellero --- arch/arm/dts/imx93-11x11-evk.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts

[PATCH 1/3] dm: adc: add iMX93 ADC support

2023-03-13 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 284 3 files changed, 293 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH v3 0/3 RESEND] imx93: add ADC support

2023-03-13 Thread Luca Ellero
Add ADC support for NXP iMX93 Changes for v2: - add "static" to functions - enable ADC in iMX93 EVK Changes for v3: - split in 3 commits - keep dts file in sync with Linux devicetree - add comments to commits Luca Ellero (3): dm: adc: add iMX93 ADC support imx93_evk: add adc n

[PATCH 3/3] imx93_evk: defconfig: add adc support

2023-02-27 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 477fb25807..fa929dd4ec 100644 --- a

[PATCH 2/3] imx93_evk: add adc node to dts file

2023-02-27 Thread Luca Ellero
This node uses imx93_adc driver under drivers/adc. The node is added keeping dts file in sync with iMX9 evk Linux devicetree. Signed-off-by: Luca Ellero --- arch/arm/dts/imx93-11x11-evk.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts

[PATCH 1/3] dm: adc: add iMX93 ADC support

2023-02-27 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 284 3 files changed, 293 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH v3 0/3] imx93: add ADC support

2023-02-27 Thread Luca Ellero
Add ADC support for NXP iMX93 Changes for v2: - add "static" to functions - enable ADC in iMX93 EVK Changes for v3: - split in 3 commits - keep dts file in sync with Linux devicetree - add comments to commits Luca Ellero (3): dm: adc: add iMX93 ADC support imx93_evk: add adc n

Re: [PATCH 2/2] imx93_evk: enable ADC

2023-02-24 Thread Luca Ellero
On 24/02/2023 15:31, Fabio Estevam wrote: Hi Luca, On Fri, Feb 24, 2023 at 4:59 AM Luca Ellero wrote: Hi Fabio, thank you for your reply. Ok, I will add a comment to the patch and fix DT node. Should I resend only this patch or both? Please resend the whole series. My suggestion: 1/3

Re: [PATCH 2/2] imx93_evk: enable ADC

2023-02-23 Thread Luca Ellero
On 23/02/2023 15:05, Fabio Estevam wrote: Hi Luca, On Thu, Feb 23, 2023 at 9:52 AM Luca Ellero wrote: Please write a commit log. Signed-off-by: Luca Ellero --- arch/arm/dts/imx93-11x11-evk.dts | 4 configs/imx93_11x11_evk_defconfig | 1 + 2 files changed, 5 insertions(+) diff

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-02-23 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 284 3 files changed, 293 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH 2/2] imx93_evk: enable ADC

2023-02-23 Thread Luca Ellero
Signed-off-by: Luca Ellero --- arch/arm/dts/imx93-11x11-evk.dts | 4 configs/imx93_11x11_evk_defconfig | 1 + 2 files changed, 5 insertions(+) diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts/imx93-11x11-evk.dts index b3a5a3d71e..f7ffe7b3d2 100644 --- a/arch/arm/dts/imx93

[PATCH v2 0/2] imx93: add ADC support

2023-02-23 Thread Luca Ellero
Add ADC support for NXP iMX93 Changes for v2: - add "static" to functions - enable ADC in iMX93 EVK Luca Ellero (2): dm: adc: add iMX93 ADC support imx93_evk: enable ADC arch/arm/dts/imx93-11x11-evk.dts | 4 + configs/imx93_11x11_evk_defconfig | 1 + drivers/a

Re: [PATCH] dm: adc: add iMX93 ADC support

2023-02-21 Thread Luca Ellero
On 21/02/2023 21:28, Fabio Estevam wrote: Hi Luca, On Tue, Feb 21, 2023 at 9:55 AM Luca Ellero wrote: +int imx93_adc_channel_data(struct udevice *dev, int channel, static int +int imx93_adc_start_channel(struct udevice *dev, int channel) static int +int imx93_adc_stop(struct udevice

[PATCH] dm: adc: add iMX93 ADC support

2023-02-21 Thread Luca Ellero
ff-by: Luca Ellero --- drivers/adc/Kconfig | 8 ++ drivers/adc/Makefile| 1 + drivers/adc/imx93-adc.c | 284 3 files changed, 293 insertions(+) create mode 100644 drivers/adc/imx93-adc.c diff --git a/drivers/adc/Kconfig b/drivers/adc/Kconfig

[PATCH v2 2/2] sf: dataflash: add support for AT45DB641E

2022-04-26 Thread Luca Ellero
From: Luca Ellero NOTE: this chip uses "extened device information" Signed-off-by: Luca Ellero --- drivers/mtd/spi/sf_dataflash.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mtd/spi/sf_dataflash.c b/drivers/mtd/spi/sf_dataflash.c index 351c41039a..85867817c7 10

[PATCH v2 1/2] sf: dataflash: add support for "extended ID"

2022-04-26 Thread Luca Ellero
Take as reference Linux kernel code: drivers/mtd/devices/mtd_dataflash.c commit 1da8869a428317a6d3cd8d47184cf87feb34a98b Author: Andrey Smirnov Signed-off-by: Luca Ellero --- Changes for v2: - add reference to Linux kernel commit drivers/mtd/spi/sf_dataflash.c

[PATCH v2 0/2] sf: dataflash: add support for AT45DB641E

2022-04-26 Thread Luca Ellero
or: Andrey Smirnov Changes for v2: - add reference to Linux kernel commit Luca Ellero (2): sf: dataflash: add support for "extended ID" sf: dataflash: add support for AT45DB641E drivers/mtd/spi/sf_dataflash.c | 101 ++--- 1 file changed,

Re: [PATCH 1/2] sf: dataflash: add support for "extended ID"

2022-04-04 Thread Luca Ellero
Il 01/04/2022 10:57, Jagan Teki ha scritto: On Tue, Mar 22, 2022 at 4:26 PM Luca Ellero wrote: From: Luca Ellero Take as reference Linux kernel code: drivers/mtd/devices/mtd_dataflash.c Linux commit id? Hi Jagan, Linux kernel commit is the following: commit

[PATCH] gpio: pca953x_gpio: add PCA957X support

2022-03-22 Thread Luca Ellero
From: Luca Ellero Take as reference Linux kernel code: drivers/gpio/gpio-pca953x.c Signed-off-by: Luca Ellero --- drivers/gpio/pca953x_gpio.c | 50 + 1 file changed, 40 insertions(+), 10 deletions(-) diff --git a/drivers/gpio/pca953x_gpio.c b

[PATCH 2/2] sf: dataflash: add support for AT45DB641E

2022-03-22 Thread Luca Ellero
From: Luca Ellero NOTE: this chip uses "extened device information" Signed-off-by: Luca Ellero --- drivers/mtd/spi/sf_dataflash.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mtd/spi/sf_dataflash.c b/drivers/mtd/spi/sf_dataflash.c index 351c41039a..85867817c7 10

[PATCH 1/2] sf: dataflash: add support for "extended ID"

2022-03-22 Thread Luca Ellero
From: Luca Ellero Take as reference Linux kernel code: drivers/mtd/devices/mtd_dataflash.c Signed-off-by: Luca Ellero --- drivers/mtd/spi/sf_dataflash.c | 98 ++ 1 file changed, 64 insertions(+), 34 deletions(-) diff --git a/drivers/mtd/spi

[PATCH 0/2] sf: dataflash: add support for AT45DB641E

2022-03-22 Thread Luca Ellero
Since AT45DB641E uses "extended device information" for reading JEDEC ID we must first introduce support for this feature. All code is borrowed from Linux kernel source code: drivers/mtd/devices/mtd_dataflash.c Luca Ellero (2): sf: dataflash: add support for "ex

[U-Boot] [PATCH] net: phy: micrel: add support for KSZ8081MNX

2015-03-24 Thread Luca Ellero
This patch adds a support for KSZ8081MNX in MII mode. Signed-off-by: Luca Ellero --- drivers/net/phy/micrel.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 1815b29..49f444a 100644 --- a/drivers/net/phy/micrel.c +++ b

Re: [U-Boot] iMX6 IPU configuration by EDID

2015-03-18 Thread Luca Ellero
On 17/03/2015 15:25, Eric Nelson wrote: Hi Luca, On 03/17/2015 03:04 AM, Luca Ellero wrote: Hi all, I'm trying to configure IPU on a iMX6 based platform by reading EDID from the external monitor. Everything seem to work fine except for the pixelclock. In particular my monitor has a sta

[U-Boot] iMX6 IPU configuration by EDID

2015-03-17 Thread Luca Ellero
me how to get the exact pixelclock I would like to achieve? I've carefully read the iMX6 manual but it's not very useful in this case. Another doubt that I have regards the field "ext_clk" of parameter "ipu_di_signal_cfg_t sig". In this case, is it better to set it

Re: [U-Boot] [PATCH v2] mtd: nand: mxs: fix PIO_WORD number

2015-02-11 Thread Luca Ellero
On 11/02/2015 21:37, Marek Vasut wrote: On Wednesday, February 11, 2015 at 01:55:16 PM, Luca Ellero wrote: As stated in the iMX6 Reference Manual (Ch. 14.2), the CMDPIOWORDS field should reflect the number of pio_words sent in the actual DMA transfer. In all these transfers there is only one

[U-Boot] [PATCH v2] mtd: nand: mxs: fix PIO_WORD number

2015-02-11 Thread Luca Ellero
As stated in the iMX6 Reference Manual (Ch. 14.2), the CMDPIOWORDS field should reflect the number of pio_words sent in the actual DMA transfer. In all these transfers there is only one pio_word, so data field must be 1. Signed-off-by: Luca Ellero --- Changes for v2: - merge together all the

Re: [U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number

2015-02-10 Thread Luca Ellero
On 10/02/2015 14:14, Stefano Babic wrote: Hi Luca, On 16/12/2014 09:06, Luca Ellero wrote: Scheduling the patch for -next it's ok for me. However there are other two points where pio_words number doesn't reflect the pio_words really initiated, one is in mxs_nand_read_buf() and

Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-19 Thread Luca Ellero
Hi Albert, On 19/01/2015 11:28, Albert ARIBAUD wrote: Hello Luca, On Mon, 19 Jan 2015 11:11:34 +0100, Luca Ellero wrote: Hi Albert, On 17/01/2015 07:40, Albert ARIBAUD wrote: Hello Luca, On Mon, 29 Dec 2014 16:10:53 +0100, Luca Ellero wrote: After relocation, exception vectors still

Re: [U-Boot] [PATCH] arm: fix exception vectors

2015-01-19 Thread Luca Ellero
Hi Albert, On 17/01/2015 07:40, Albert ARIBAUD wrote: Hello Luca, On Mon, 29 Dec 2014 16:10:53 +0100, Luca Ellero wrote: After relocation, exception vectors still point to the old code (not relocated). This patch fixes them. Signed-off-by: Luca Ellero --- arch/arm/lib/relocate.S | 15

[U-Boot] [PATCH] arm: fix exception vectors

2014-12-29 Thread Luca Ellero
After relocation, exception vectors still point to the old code (not relocated). This patch fixes them. Signed-off-by: Luca Ellero --- arch/arm/lib/relocate.S | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/lib/relocate.S b/arch/arm/lib/relocate.S index 92f5314

[U-Boot] [PATCH 0/2] mtd: nand: mxs: fix PIO_WORD number

2014-12-16 Thread Luca Ellero
In this driver, the CMDPIOWORDS field doesn't always reflect the real number of pio_words sent in the actual DMA transfer (see iMX6 Reference Manual, Ch. 14.2) This patchset fixes them. Luca Ellero (2): mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf() mtd: nand: mxs: fix PIO_WOR

[U-Boot] [PATCH 1/2] mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()

2014-12-16 Thread Luca Ellero
There is only one pio_word in this DMA transaction so data field must be 1. Signed-off-by: Luca Ellero --- drivers/mtd/nand/mxs_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c index 616c9ca..d17e0d0 100644

[U-Boot] [PATCH 2/2] mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()

2014-12-16 Thread Luca Ellero
There is only one pio_word in this DMA transaction so data field must be 1. Signed-off-by: Luca Ellero --- drivers/mtd/nand/mxs_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c index d17e0d0..428a250 100644

Re: [U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number

2014-12-16 Thread Luca Ellero
On 15/12/2014 12:14, Marek Vasut wrote: On Monday, December 15, 2014 at 09:45:13 AM, Luca Ellero wrote: Hi Marek, On 13/12/2014 14:12, Marek Vasut wrote: On Friday, December 12, 2014 at 04:03:14 PM, Luca Ellero wrote: Hi Marek, On 12/12/2014 13:58, Marek Vasut wrote: On Friday, December 12

Re: [U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number

2014-12-15 Thread Luca Ellero
Hi Marek, On 13/12/2014 14:12, Marek Vasut wrote: On Friday, December 12, 2014 at 04:03:14 PM, Luca Ellero wrote: Hi Marek, On 12/12/2014 13:58, Marek Vasut wrote: On Friday, December 12, 2014 at 01:43:22 PM, Stefan Roese wrote: Hi Luca, On 12.12.2014 13:40, Luca Ellero wrote: On

Re: [U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number

2014-12-12 Thread Luca Ellero
Hi Stefan, On 12/12/2014 09:43, Stefan Roese wrote: Hi Luca, On 10.12.2014 09:24, Luca Ellero wrote: There is only one pio_word in this DMA transaction so data field must be 1. Signed-off-by: Luca Ellero --- drivers/mtd/nand/mxs_nand.c |2 +- 1 file changed, 1 insertion(+), 1

Re: [U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number

2014-12-12 Thread Luca Ellero
Hi Marek, On 12/12/2014 13:58, Marek Vasut wrote: On Friday, December 12, 2014 at 01:43:22 PM, Stefan Roese wrote: Hi Luca, On 12.12.2014 13:40, Luca Ellero wrote: On 10.12.2014 09:24, Luca Ellero wrote: There is only one pio_word in this DMA transaction so data field must be 1. Signed-off

[U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number

2014-12-12 Thread Luca Ellero
There is only one pio_word in this DMA transaction so data field must be 1. Signed-off-by: Luca Ellero --- drivers/mtd/nand/mxs_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c index 7a064ab..616c9ca 100644

Re: [U-Boot] iMX6 Device Tree: status of CONFIG_OF_CONTROL

2014-10-03 Thread Luca Ellero
Hi Fabio, thanks your suggestion. Regards Luca On 03/10/2014 15:41, Fabio Estevam wrote: Hi Luca, On Fri, Oct 3, 2014 at 6:06 AM, Luca Ellero wrote: Hi, I'm about to start the porting of U-Boot on a custom board based on iMX6 (close to SabreSD). My questions are: 1) should I use device

[U-Boot] iMX6 Device Tree: status of CONFIG_OF_CONTROL

2014-10-03 Thread Luca Ellero
particular on iMX6)? Thank you Regards Luca ---- Luca Ellero http://www.brickedbrain.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] u-boot gerrit server

2013-11-15 Thread Luca Ellero
Il 15/11/2013 15:12, Oliver Schinagl ha scritto: On 15-11-13 14:55, James Chargin wrote: Is there an existing mailing list for some other open source project that uses a gerrit server in something like what would be a model for the way U-Boot would use it? Coreboot? OpenOCD oliver It might

[U-Boot] NAND BBI swap on iMX53

2013-11-14 Thread Luca Ellero
cale iMX53 BSP (which use an old u-boot version 2009.08) but not DENX official U-Boot. Isn't this a dangerous behaviour? As far as as I can see it can lead to an irreparable loss of factory bad blocks markers. Can someone please give me some information about this topic. Thanks Best rega

Re: [U-Boot] [PATCH] arm: fix bug on relocation address

2013-02-07 Thread Luca Ellero
Hi all, On 01/02/2013 10.49, Luca Ellero wrote: Hi, On 01/02/2013 11.07, Heiko Schocher wrote: Hello Luce, Am 01.02.2013 09:50, schrieb Luca Ellero: Hi Jeroen, Hi Heiko, On 31/01/2013 20.08, Jeroen Hofstee wrote: Hello Luca, On 01/31/2013 03:29 PM, Luca Ellero wrote: If (N. SDRAM banks

Re: [U-Boot] [PATCH] arm: fix bug on relocation address

2013-02-01 Thread Luca Ellero
Hi, On 01/02/2013 11.07, Heiko Schocher wrote: Hello Luce, Am 01.02.2013 09:50, schrieb Luca Ellero: Hi Jeroen, Hi Heiko, On 31/01/2013 20.08, Jeroen Hofstee wrote: Hello Luca, On 01/31/2013 03:29 PM, Luca Ellero wrote: If (N. SDRAM banks > 1) and they are not contiguous, don't re

Re: [U-Boot] [PATCH] arm: fix bug on relocation address

2013-02-01 Thread Luca Ellero
Hi Jeroen, Hi Heiko, On 31/01/2013 20.08, Jeroen Hofstee wrote: Hello Luca, On 01/31/2013 03:29 PM, Luca Ellero wrote: If (N. SDRAM banks > 1) and they are not contiguous, don't relocate u-boot at (CONFIG_SYS_SDRAM_BASE + gd->ram_size), which is a bug. Instead use the end of 2nd ba

[U-Boot] [PATCH] arm: fix bug on relocation address

2013-01-31 Thread Luca Ellero
If (N. SDRAM banks > 1) and they are not contiguous, don't relocate u-boot at (CONFIG_SYS_SDRAM_BASE + gd->ram_size), which is a bug. Instead use the end of 2nd bank (even if there are more than 2 banks) Signed-off-by: Luca Ellero Cc: Albert Aribaud Cc: Heiko Schocher --- On ARM ar

Re: [U-Boot] CONFIG_SYS_TEXT_BASE and relocaddr

2013-01-29 Thread Luca Ellero
Dear Wolfgang, On 29/01/2013 10.48, Wolfgang Denk wrote: Dear Luca Ellero, In message <51078bfd.60...@gmail.com> you wrote: in U-Boot version 2012.10 I used to skip "relocate_code" setting CONFIG_SYS_TEXT_BASE to relocaddr (obtained from bdinfo command). This since some har

[U-Boot] CONFIG_SYS_TEXT_BASE and relocaddr

2013-01-29 Thread Luca Ellero
;m using latest git version and this isn't working anymore. Can someone explain me way? And what is the suggested way to skip relocation now. Thanks in advance Best regards Luca Ellero ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.d