Re: [ANN] U-Boot v2020.07-rc2 released

2020-05-13 Thread Heiko Schocher
Hello Tom, Am 13.05.2020 um 16:56 schrieb Tom Rini: On Wed, May 13, 2020 at 04:52:26PM +0200, Marek Vasut wrote: On 5/13/20 4:49 PM, Tom Rini wrote: On Wed, May 13, 2020 at 08:13:45AM +0200, Heiko Schocher wrote: Hello Heinrich, Am 13.05.2020 um 07:53 schrieb Heinrich Schuchardt: On 5/13

Re: [ANN] U-Boot v2020.07-rc2 released

2020-05-12 Thread Heiko Schocher
Hello Heinrich, Am 13.05.2020 um 07:53 schrieb Heinrich Schuchardt: On 5/13/20 5:54 AM, Heiko Schocher wrote: Hello Tom, Am 12.05.2020 um 15:28 schrieb Heiko Schocher: Hello Tom, Am 12.05.2020 um 00:28 schrieb Tom Rini: Hey all, It's release day and I've tagged v2020.07-rc2

Re: [ANN] U-Boot v2020.07-rc2 released

2020-05-12 Thread Heiko Schocher
Hello Tom, Am 12.05.2020 um 15:28 schrieb Heiko Schocher: Hello Tom, Am 12.05.2020 um 00:28 schrieb Tom Rini: Hey all, It's release day and I've tagged v2020.07-rc2.  At this point out we should be seeing stabilization, clean-up and localized new features. Once again, for a chan

Re: [ANN] U-Boot v2020.07-rc2 released

2020-05-12 Thread Heiko Schocher
Hello Tom, Am 12.05.2020 um 00:28 schrieb Tom Rini: Hey all, It's release day and I've tagged v2020.07-rc2. At this point out we should be seeing stabilization, clean-up and localized new features. Once again, for a changelog, git log --merges v2020.07-rc1..v2020.07-rc2 and as always, I ask f

[PATCH v4 3/3] gpio: search for gpio label if gpio is not found through bank name

2020-05-12 Thread Heiko Schocher
different board versions. If dm_gpio_lookup_name() searches also for the gpio labels, you can give the gpio an unique label name and search for this label, and do not need to differ between board revisions. Signed-off-by: Heiko Schocher --- Example on the aristainetos board: => gpio cl

[PATCH v4 2/3] sandbox, test: add test for GPIO_HOG function

2020-05-12 Thread Heiko Schocher
currently gpio hog function is not tested with "ut dm gpio" so add some basic tests for gpio hog functionality. For this enable GPIO_HOG in sandbox_defconfig, add in DTS some gpio hog entries, and add testcase in "ut dm gpio" command. Signed-off-by: Heiko Schocher --- Chan

[PATCH v4 0/3] gpio: add possibility to search for gpio label name

2020-05-12 Thread Heiko Schocher
basic gpio hog test functions - add comment from Simon Glass move code into seperate function dm_gpio_lookup_label() add test if dm_gpio_lookup_label() works Heiko Schocher (3): gpio-uclass.c: save the GPIOD flags also in the gpio descriptor sandbox, test: add test for GPIO_HOG function

[PATCH v4 1/3] gpio-uclass.c: save the GPIOD flags also in the gpio descriptor

2020-05-12 Thread Heiko Schocher
save the GPIOD_ flags also in the gpio descriptor. Signed-off-by: Heiko Schocher --- Changes in v4: - new in version 4 Changes in v3: None Changes in v2: None drivers/gpio/gpio-uclass.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpio/gpio-uclass.c b/drivers/gpio/gpio

Re: [PATCH v3 1/2] sandbox, test: add test for GPIO_HOG function

2020-05-12 Thread Heiko Schocher
Hello tom, Patrick, Am 12.05.2020 um 08:26 schrieb Heiko Schocher: Hello Tom, Patrick, Am 27.04.2020 um 08:47 schrieb Heiko Schocher: Hello Tom, Patrick, Am 27.04.2020 um 07:16 schrieb Heiko Schocher: Hello Tom, Am 24.04.2020 um 19:45 schrieb Tom Rini: On Wed, Feb 05, 2020 at 07:19:58AM

Re: [PATCH v3 1/2] sandbox, test: add test for GPIO_HOG function

2020-05-11 Thread Heiko Schocher
Hello Tom, Patrick, Am 27.04.2020 um 08:47 schrieb Heiko Schocher: Hello Tom, Patrick, Am 27.04.2020 um 07:16 schrieb Heiko Schocher: Hello Tom, Am 24.04.2020 um 19:45 schrieb Tom Rini: On Wed, Feb 05, 2020 at 07:19:58AM +0100, Heiko Schocher wrote: currently gpio hog function is not

Re: Calling i2c set speed twice for i2c_mux_bus

2020-05-11 Thread Heiko Schocher
Hello Michal, Am 11.05.2020 um 15:36 schrieb Michal Simek: On 07. 05. 20 12:02, Heiko Schocher wrote: Hello Michal, Am 07.05.2020 um 10:18 schrieb Michal Simek: On 06. 05. 20 16:47, Simon Glass wrote: Hi Michal, On Tue, 5 May 2020 at 21:43, Simon Glass wrote: Hi Michal, On Tue, 5 May

Re: wandboard does not boot with current mainline

2020-05-10 Thread Heiko Schocher
Hello Simon, Am 08.05.2020 um 20:33 schrieb Simon Glass: Hi Heiko On Thu, 7 May 2020 at 21:35, Heiko Schocher wrote: Hello Tom, Am 07.05.2020 um 16:38 schrieb Tom Rini: On Thu, May 07, 2020 at 02:53:49PM +0200, Heiko Schocher wrote: Hello Fabio, Am 07.05.2020 um 14:12 schrieb Heiko

Re: wandboard does not boot with current mainline

2020-05-08 Thread Heiko Schocher
Hello Tom, Am 08.05.2020 um 15:09 schrieb Tom Rini: On Fri, May 08, 2020 at 02:39:22PM +0200, Heiko Schocher wrote: Hello Fabio, Am 08.05.2020 um 14:23 schrieb Fabio Estevam: Hi Heiko, On Fri, May 8, 2020 at 12:53 AM Heiko Schocher wrote: BTW: since commit c693f212c5b0 size of u-boot.img

Re: wandboard does not boot with current mainline

2020-05-08 Thread Heiko Schocher
Hello Fabio, Am 08.05.2020 um 14:23 schrieb Fabio Estevam: Hi Heiko, On Fri, May 8, 2020 at 12:53 AM Heiko Schocher wrote: BTW: since commit c693f212c5b0 size of u-boot.img has increased from 561004 bytes to 562068 bytes for the wandboard This commit points to a merge. Do you have a

Re: wandboard does not boot with current mainline

2020-05-07 Thread Heiko Schocher
Hello Fabio, Am 07.05.2020 um 23:16 schrieb Fabio Estevam: Hi Heiko, On Thu, May 7, 2020 at 9:12 AM Heiko Schocher wrote: Hello Fabio, I have my wandboard DL in my automated daily build setup example: http://xeidos.ddns.net/ubtestresults/ and wondered, why my last result is from may 4th

Re: wandboard does not boot with current mainline

2020-05-07 Thread Heiko Schocher
Hello Tom, Am 07.05.2020 um 16:38 schrieb Tom Rini: On Thu, May 07, 2020 at 02:53:49PM +0200, Heiko Schocher wrote: Hello Fabio, Am 07.05.2020 um 14:12 schrieb Heiko Schocher: Hello Fabio, I have my wandboard DL in my automated daily build setup example: http://xeidos.ddns.net

Re: wandboard does not boot with current mainline

2020-05-07 Thread Heiko Schocher
Hello Fabio, Am 07.05.2020 um 14:12 schrieb Heiko Schocher: Hello Fabio, I have my wandboard DL in my automated daily build setup example: http://xeidos.ddns.net/ubtestresults/ and wondered, why my last result is from may 4th ... (Ok, there is a bug, that I do not see not booting boards in

wandboard does not boot with current mainline

2020-05-07 Thread Heiko Schocher
Hello Fabio, I have my wandboard DL in my automated daily build setup example: http://xeidos.ddns.net/ubtestresults/ and wondered, why my last result is from may 4th ... (Ok, there is a bug, that I do not see not booting boards in this page, but this is just a proof of concept page ...) So,

Re: [PATCH] cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping

2020-05-07 Thread Heiko Schocher
Hello Michal, Am 07.05.2020 um 08:39 schrieb Michal Simek: On 07. 05. 20 5:33, Heiko Schocher wrote: Hello Michal, Am 04.05.2020 um 13:54 schrieb Michal Simek: There is no real need to exactly define space for saving patterns for alternate memory test. It is much easier to allocate space on

Re: [PATCH] cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping

2020-05-07 Thread Heiko Schocher
de/configs/xilinx_zynqmp_mini.h | 1 - include/configs/xilinx_zynqmp_r5.h | 1 - scripts/config_whitelist.txt | 1 - 32 files changed, 2 insertions(+), 44 deletions(-) Hmm.. I think this is from old powerpc times, but I do not see a powerpc board in the list, so this makes sense. Reviewed

Re: [PATCH v2] misc: i2c_eeprom: implement different probe test eeprom offset

2020-05-07 Thread Heiko Schocher
to fix the issue instead reverting commit: 5ae84860b0 ("misc: i2c_eeprom: verify that the chip is functional at probe()") Reviewed-by: Heiko Schocher @Baruch, is this Ok for you? bye, Heiko diff --git a/drivers/misc/i2c_eeprom.c b/drivers/misc/i2c_eeprom.c index ef5f103c98..32a1b20856

Re: Calling i2c set speed twice for i2c_mux_bus

2020-05-07 Thread Heiko Schocher
Schocher wrote: Hello Michal, Am 10.04.2020 um 08:46 schrieb Michal Simek: Hi Heiko, On 10. 04. 20 7:11, Heiko Schocher wrote: Hello Michal, Am 09.04.2020 um 16:03 schrieb Michal Simek: Hi Heiko and Simon, I have find out one bug in i2c class. I am using zcu104 revC board which has dts in

Re: [PATCH] misc: i2c_eeprom: implement different probe test eeprom offset

2020-05-07 Thread Heiko Schocher
Hello Baruch, Am 06.05.2020 um 18:47 schrieb Baruch Siach: Hi Eugen, On Wed, May 06 2020, Eugen Hristev wrote: Because of this commit : 5ae84860b0 ("misc: i2c_eeprom: verify that the chip is functional at probe()") at probe time, each eeprom is tested for read at offset 0. The Atmel AT24MAC40

Re: U-Boot i2c bus num 1 is broken on Nokia N900 (Was: Re: U-Boot is broken on real N900 HW)

2020-04-27 Thread Heiko Schocher
ransfer of last byte from the predecessor is aborted and therefore lost. For exmaple when i2c_write(...) is followed by a i2c_setspeed(...) (which has to deactivate and activate master for changing psc,...). Minor cosmetical changes. Signed-off-by: Hannes Petermaier

Re: [PATCH v3 1/2] sandbox, test: add test for GPIO_HOG function

2020-04-26 Thread Heiko Schocher
Hello Tom, Patrick, Am 27.04.2020 um 07:16 schrieb Heiko Schocher: Hello Tom, Am 24.04.2020 um 19:45 schrieb Tom Rini: On Wed, Feb 05, 2020 at 07:19:58AM +0100, Heiko Schocher wrote: currently gpio hog function is not tested with "ut dm gpio" so add some basic tests fo

Re: [PATCH v3 1/2] sandbox, test: add test for GPIO_HOG function

2020-04-26 Thread Heiko Schocher
Hello Tom, Am 24.04.2020 um 19:45 schrieb Tom Rini: On Wed, Feb 05, 2020 at 07:19:58AM +0100, Heiko Schocher wrote: currently gpio hog function is not tested with "ut dm gpio" so add some basic tests for gpio hog functionality. For this enable GPIO_HOG in sandbox_defconfig, add i

Re: [PATCH] lib: strto: Stop detection when invalid char is used

2020-04-22 Thread Heiko Schocher
'9')) + break; } while (var); } } Fixes for me same problem, detected on imx6ull based board, thanks! Tested-by: Heiko Schocher for the records: mtdparts before this patch: => mtdparts device nand

Re: bug: lib: Improve _parse_integer_fixup_radix base 16 detection breaks mtdparts output

2020-04-22 Thread Heiko Schocher
Hello Michal, Am 22.04.2020 um 11:13 schrieb Michal Simek: On 22. 04. 20 11:11, Heiko Schocher wrote: Hello Michal, I see the following reggression on an imx6ull based board with current mainline: With U-Boot 2020.04 I see: U-Boot 2020.04 (Apr 22 2020 - 07:39:27 +) [...] => sf probe

bug: lib: Improve _parse_integer_fixup_radix base 16 detection breaks mtdparts output

2020-04-22 Thread Heiko Schocher
Hello Michal, I see the following reggression on an imx6ull based board with current mainline: With U-Boot 2020.04 I see: U-Boot 2020.04 (Apr 22 2020 - 07:39:27 +) [...] => sf probe SF: Detected s25fl128l with page size 256 Bytes, erase size 4 KiB, total 16 MiB => mtdparts device nand0 , #

[U-Boot] Pull request: u-boot-ubi/master

2020-04-20 Thread Heiko Schocher
Hello Tom, please pull from u-boot-ubi master The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c: Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git t

Re: [PATCH v4] cmd: ubi: add a command to rename volume

2020-04-20 Thread Heiko Schocher
Hello Philippe, Am 23.03.2020 um 19:20 schrieb Philippe Reynes: This commit adds the command ubi rename to rename an ubi volume. The format of the command is: ubi rename . To enable this command, the option CMD_UBI_RENAME must be selected. Signed-off-by: Philippe Reynes --- cmd/Kconfig | 8

Re: [PATCH v3 1/1] drivers: i2c: add brcm iproc I2C driver support

2020-04-20 Thread Heiko Schocher
Schocher --- Changes from v2: -Address all review comments from Heiko Schocher, Use CONFIG_SYS_I2C_IPROC instead of CONFIG_IPROC_I2C, Use speed enum from include/i2c.h instead of own enums. Changes from v1: -Address all review comments from Heiko Schocher drivers/i2c/Kconfig | 8

[U-Boot] Please pull from u-boot-i2c

2020-04-20 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c master The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c: Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git t

Re: [PATCH] cmd: eeprom: Staticize eeprom_i2c_bus

2020-04-20 Thread Heiko Schocher
Hello Marek, Am 07.04.2020 um 13:29 schrieb Marek Vasut: The eeprom_i2c_bus is not used outside of this file, make it static. Signed-off-by: Marek Vasut Cc: Heiko Schocher Cc: Tom Rini --- cmd/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-i2c master

Re: [PATCH] i2c: muxes: pca954x: add PCA9546 variant

2020-04-20 Thread Heiko Schocher
Hello Chris, Am 01.04.2020 um 04:55 schrieb Chris Packham: This adds the PCA9546 4-channel i2c bus switch. Signed-off-by: Chris Packham --- U-boot already supports the PCA9646 which is a pin-compatible (and mostly register compatible) replacement. I still think it's worth making the distinctio

Re: [PATCH v6 4/8] board: presidio-asic: Add I2C support

2020-04-20 Thread Heiko Schocher
Hello Alex, Am 21.04.2020 um 07:29 schrieb Alex Nemirovsky: Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None

Re: [PATCH v6 3/8] i2c: i2c-cortina: added CAxxxx I2C support

2020-04-20 Thread Heiko Schocher
Hello Alex, Am 21.04.2020 um 07:29 schrieb Alex Nemirovsky: From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher CA_I2C: DT binding for I2C controller DT binding document for Cortina I2C

Re: [PATCH v5 4/8] board: presidio-asic: Add I2C support

2020-04-19 Thread Heiko Schocher
Hello Alex, Am 17.04.2020 um 03:38 schrieb Alex Nemirovsky: Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None configs/cortina_presidio

Re: [PATCH v5 3/8] i2c: i2c-cortina: added CAxxxx I2C support

2020-04-19 Thread Heiko Schocher
Hello Alex, Am 17.04.2020 um 03:38 schrieb Alex Nemirovsky: From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v5: None Changes in v4: - Utilize standard I2C macros from

Re: [PATCH v2 4/5] wandboard: Remove CONFIG_DISPLAY_BOARDINFO_LATE

2020-04-17 Thread Heiko Schocher
CONFIG_DISPLAY_BOARDINFO_LATE. Signed-off-by: Fabio Estevam --- Changes since v1: - None configs/wandboard_defconfig | 1 - 1 file changed, 1 deletion(-) Tested-by: Heiko Schocher Thanks! bye, Heiko diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index ee70758f3a..f9a5fe479b 100644

Re: [PATCH v2 5/5] wandboard: Print the board version in board_late_init()

2020-04-17 Thread Heiko Schocher
- 1 file changed, 9 insertions(+), 14 deletions(-) Tested-by: Heiko Schocher Thanks! bye, Heiko diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index 7fd60682a5..fb2f3c1fd2 100644 --- a/board/wandboard/wandboard.c +++ b/board/wandboard/wandboard.c @@ -404,6 +404,7 @@ st

Re: [PATCH v2 3/5] wandboard: Do not print error when PMIC is not present

2020-04-17 Thread Heiko Schocher
+- 1 file changed, 1 insertion(+), 1 deletion(-) Tested-by: Heiko Schocher Thanks! bye, Heiko diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index 90957167b2..7fd60682a5 100644 --- a/board/wandboard/wandboard.c +++ b/board/wandboard/wandboard.c @@ -369,7 +369,7

Re: [PATCH v2 1/5] wandboard: Fix version detection for mx6q/mx6dl revD1

2020-04-17 Thread Heiko Schocher
. Fix this issue by using the revd1 device trees, so that the PMIC node can be found and then the PMIC can be detected by reading its register ID. Imported the revd1 device trees from mainline kernel version 5.7-rc1. Reported-by: Heiko Schocher Reported-by: Derek Atkins Signed-off-by: Fabio

Re: [PATCH v2 2/5] pmic: pfuze100: Change error message level to debug

2020-04-17 Thread Heiko Schocher
PMIC error, so change the error message level to debug instead. Signed-off-by: Fabio Estevam --- Changes since v1: - Reworded the commit log for clarity drivers/power/pmic/pfuze100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tested-by: Heiko Schocher Thanks! bye, Heiko diff

Re: [PATCH 1/5] wandboard: Fix detection for mx6q/mx6dl revD1 revariants

2020-04-17 Thread Heiko Schocher
Hello Fabio, Am 17.04.2020 um 14:30 schrieb Fabio Estevam: Hi Heiko, On Fri, Apr 17, 2020 at 9:00 AM Derek Atkins wrote: Hi, Let me know if you want me to test this on my imx6q d1 Derek confirmed that v2 worked on his imx6q wandboard revD1 and I have just submitted v2 to the list. Hopeful

Re: [PATCH 1/5] wandboard: Fix detection for mx6q/mx6dl revD1 revariants

2020-04-17 Thread Heiko Schocher
. Use the revd1 device trees, so that the PMIC node can be found and then the PMIC can be detected by reading its register ID. Reported-by: Heiko Schocher Reported-by: Derek Atkins Signed-off-by: Fabio Estevam --- Hi Heiko, Could you please try this on your mx6dl wandboard revD1 board? I

Re: [PATCH] pwm: Add PWM driver for SiFive SoC

2020-04-15 Thread Heiko Schocher
Hello Yash Shah, Am 15.04.2020 um 08:32 schrieb Yash Shah: Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC This driver is simple port of Linux pwm sifive driver. So please add more information from exatly which linux version this patch is from, see: https://www.denx.de

Re: [RFC PATCH] powerpc, qe: add DTS support for parallel I/O ports

2020-04-15 Thread Heiko Schocher
Hello Qiang Zhao, Am 15.04.2020 um 10:10 schrieb Qiang Zhao: On 2020/4/15 12:46 Heiko Schocher -Original Message- From: Heiko Schocher Sent: 2020年4月15日 12:46 To: Qiang Zhao Cc: U-Boot Mailing List ; Holger Brunck ; Mario Six ; Wolfgang Denk ; Holger Brunck Subject: Re: [RFC PATCH

Re: [RFC PATCH] net, qe: add DM support for QE UEC ethernet

2020-04-14 Thread Heiko Schocher
Hello Qiang Zhao, Am 15.04.2020 um 06:57 schrieb Heiko Schocher: Hello Qiang Zhao, Am 09.04.2020 um 10:00 schrieb Qiang Zhao: On 2020/4/9 13:20, Heiko Schocher wrote: -Original Message- From: Heiko Schocher Sent: 2020年4月9日 13:19 To: Priyanka Jain Cc: U-Boot Mailing List ; Holger

Re: [RFC PATCH] net, qe: add DM support for QE UEC ethernet

2020-04-14 Thread Heiko Schocher
Hello Qiang Zhao, Am 09.04.2020 um 10:00 schrieb Qiang Zhao: On 2020/4/9 13:20, Heiko Schocher wrote: -Original Message- From: Heiko Schocher Sent: 2020年4月9日 13:19 To: Priyanka Jain Cc: U-Boot Mailing List ; Holger Brunck ; Joe Hershberger ; Mario Six ; Qiang Zhao Subject: Re

Re: [RFC PATCH] powerpc, qe: add DTS support for parallel I/O ports

2020-04-14 Thread Heiko Schocher
Hello Qiang Zhao, Am 09.04.2020 um 08:58 schrieb Qiang Zhao: On 2020/2/18 17:05, Heiko Schocher mailto:h...@denx.de>> wrote: -Original Message- From: Heiko Schocher Sent: 2020年2月18日17:05 To: U-Boot Mailing List Cc: Heiko Schocher ; Holger Brunck ; Mario Six ;

Re: Calling i2c set speed twice for i2c_mux_bus

2020-04-10 Thread Heiko Schocher
Hello Michal, Am 10.04.2020 um 08:46 schrieb Michal Simek: Hi Heiko, On 10. 04. 20 7:11, Heiko Schocher wrote: Hello Michal, Am 09.04.2020 um 16:03 schrieb Michal Simek: Hi Heiko and Simon, I have find out one bug in i2c class. I am using zcu104 revC board which has dts in mainline where

Re: Calling i2c set speed twice for i2c_mux_bus

2020-04-09 Thread Heiko Schocher
Hello Michal, Am 09.04.2020 um 16:03 schrieb Michal Simek: Hi Heiko and Simon, I have find out one bug in i2c class. I am using zcu104 revC board which has dts in mainline where i2c1 has i2c mux with some channels. In DT clock-frequency = <40>; is specified and it is read in i2c_post_probe(

Re: [RFC PATCH] powerpc, qe: add DTS support for parallel I/O ports

2020-04-08 Thread Heiko Schocher
Hello Priyanka, Am 18.02.2020 um 10:05 schrieb Heiko Schocher: add DM support for parallel I/O ports on QUICC Engine Block Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651400509 Open questions / discussion: - may we should move this part

Re: [RFC PATCH] net, qe: add DM support for QE UEC ethernet

2020-04-08 Thread Heiko Schocher
Hello Priyanka, Am 18.02.2020 um 10:05 schrieb Heiko Schocher: add DM/DTS suppor for the UEC ethernet on QUICC Engine Block. Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651400509 - I let the old none DM based implementation in code so

Re: [PATCH] bdinfo: Show information about fdt blob via bdinfo

2020-04-08 Thread Heiko Schocher
Hello Tom, Am 19.02.2020 um 06:19 schrieb Heiko Schocher: PowerPC target supports OF booting, so print the fdt address and size in bdinfo. Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651885430 cmd/bdinfo.c | 3 +++ 1 file changed, 3

Re: [PATCH] mpc83xx, abb: remove suvd3 board

2020-04-08 Thread Heiko Schocher
Hello Mario, Am 18.02.2020 um 18:03 schrieb Heiko Schocher: the mpc83xxx suvd3 variant is not longer used, so remove it. Signed-off-by: Holger Brunck Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651885101 arch/powerpc/cpu/mpc83xx/Kconfig

Re: [RFC PATCH v2 04/13] i2c: add nexell driver

2020-04-08 Thread Heiko Schocher
patch-series appeared in U-Boot Digest ("[RFC PATCH v2 04/13] i2c: add nexell driver" is in Vol 142, Issue 58). bye, Heiko Regards Stefan Am 08.04.20 um 06:08 schrieb Heiko Schocher: Hello Stefan, Am 28.03.2020 um 10:43 schrieb Stefan Bosch: Changes in relation to FriendlyARM's

Re: [PATCH] cmd: eeprom: Staticize eeprom_i2c_bus

2020-04-07 Thread Heiko Schocher
Hello Marek, Am 07.04.2020 um 13:29 schrieb Marek Vasut: The eeprom_i2c_bus is not used outside of this file, make it static. Signed-off-by: Marek Vasut Cc: Heiko Schocher Cc: Tom Rini --- cmd/eeprom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Heiko Schocher

Re: [RFC PATCH v2 04/13] i2c: add nexell driver

2020-04-07 Thread Heiko Schocher
find this patch in patchwork ... Thanks for splitting the big patch into several patches. Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: h...@denx.de

Re: [PATCH v4 4/8] board: presidio-asic: Add I2C support

2020-04-07 Thread Heiko Schocher
Hello Alex, Am 31.03.2020 um 01:51 schrieb Alex Nemirovsky: Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v4: None Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig

Re: [PATCH v4 3/8] i2c: i2c-cortina: added CAxxxx I2C support

2020-04-07 Thread Heiko Schocher
Hello Alex, Am 31.03.2020 um 01:51 schrieb Alex Nemirovsky: From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v4: - Utilize standard I2C macros from - Return ETIMEDOUT in

Re: [PATCH v2 1/1] drivers: i2c: add brcm iproc I2C driver support

2020-04-07 Thread Heiko Schocher
: -Address all review comments from Heiko Schocher drivers/i2c/Kconfig | 8 + drivers/i2c/Makefile| 1 + drivers/i2c/iproc_i2c.c | 713 drivers/i2c/iproc_i2c.h | 344 +++ 4 files changed, 1066 insertions(+) create mode 100644

Re: [PATCH] i2c: muxes: pca954x: add PCA9546 variant

2020-04-07 Thread Heiko Schocher
g the distinction and Linux actually supports the 9546 instead of the 9646 so u-boot will likely encounter dtses with 9546 in the compatible string. drivers/i2c/muxes/Kconfig | 4 ++-- drivers/i2c/muxes/pca954x.c | 6 ++ 2 files changed, 8 insertions(+), 2 deletions(-) Reviewed-by: Heiko Sch

Re: [PATCH v3 0/3] Add command to display or save Linux PStore dumps

2020-03-20 Thread Heiko Schocher
Hello Wolfgang, Heinrich, Am 20.03.2020 um 09:08 schrieb Wolfgang Denk: Dear Heinrich, In message you wrote: To me this sounds very much like what you are adding here (plus a few features more). Does it make sense to unify such code? It seems you are relating to https://lore.kernel.org/l

Re: [PATCH v2 3/8] i2c: i2c-cortina: added CAxxxx I2C support

2020-03-19 Thread Heiko Schocher
Hello Alex, Am 20.03.2020 um 01:57 schrieb Alex Nemirovsky: From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v3: None Changes in v2: None MAINTAINERS | 4

[U-Boot] Please pull from u-boot-i2c/next

2020-03-16 Thread Heiko Schocher
d bootcounter driver ---- Heiko Schocher (1): bootcounter: add DM support for memory based bootcounter Jun Chen (4): i2c: designware_i2c: Fix IC_CON register setting for high speed mode i2c: designware_i2c: check is high speed possib

Re: [PATCH 2/2] misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_data

2020-03-16 Thread Heiko Schocher
Hello Masahiro, Am 28.02.2020 um 14:04 schrieb Masahiro Yamada: Associate the pagesize with compatible strings, and copy it to priv->pagesize. This is more straight-forward. Signed-off-by: Masahiro Yamada --- drivers/misc/i2c_eeprom.c | 32 1 file changed,

Re: [PATCH 1/2] misc: i2c_eeprom: remove pagewidth field from i2c_eeprom

2020-03-16 Thread Heiko Schocher
Hello Masahiro, Am 28.02.2020 um 14:04 schrieb Masahiro Yamada: This struct member is not used in any effective way. Remove it. Signed-off-by: Masahiro Yamada --- drivers/misc/i2c_eeprom.c | 8 +++- include/i2c_eeprom.h | 2 -- 2 files changed, 3 insertions(+), 7 deletions(-) A

Re: [PATCH 4/4] i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed

2020-03-16 Thread Heiko Schocher
Hello Jun Chen, Am 02.03.2020 um 09:58 schrieb Jun Chen: From: Jun Chen Add support for high speed if scl_sda_cfg exist. Signed-off-by: Jun Chen Signed-off-by: Jun Chen --- drivers/i2c/designware_i2c.c | 3 +++ drivers/i2c/designware_i2c.h | 4 2 files changed, 7 insertions(+) A

Re: [PATCH 3/4] i2c: designware_i2c: remove 'has_high_speed'

2020-03-16 Thread Heiko Schocher
Hello Jun Chen, Am 02.03.2020 um 09:58 schrieb Jun Chen: From: Jun Chen Remove 'has_high_speed' config since we can check high speed support from IC_COMP_PARAM_1 register. Signed-off-by: Jun Chen Signed-off-by: Jun Chen --- drivers/i2c/designware_i2c.c | 3 +-- drivers/i2c/designware_i2

Re: [PATCH 2/4] i2c: designware_i2c: check is high speed possible support

2020-03-16 Thread Heiko Schocher
Hello Jun Chen, Am 02.03.2020 um 09:58 schrieb Jun Chen: From: Jun Chen To read IC_COMP_PARAM_1[3:2] to check is high speed possible, and fall back to fast mode if not. Signed-off-by: Jun Chen Signed-off-by: Jun Chen --- drivers/i2c/designware_i2c.c | 10 ++ drivers/i2c/designwa

Re: [PATCH 1/4] i2c: designware_i2c: Fix IC_CON register setting for high speed mode

2020-03-16 Thread Heiko Schocher
Hello Jun Chen, Am 02.03.2020 um 09:58 schrieb Jun Chen: From: Jun Chen IC_CON[2:1] should be 3 for high speed mode Signed-off-by: Jun Chen Signed-off-by: Jun Chen --- drivers/i2c/designware_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-i2c next, thanks

Re: [PATCH 2/2] dm: i2c-gpio: add support for clock stretching

2020-03-16 Thread Heiko Schocher
(indicating that the I2C slave is no longer pulling it low). This is enabled by default; for gpios which cannot be configured as inputs, the i2c-gpio,scl-output-only property can be used to fall back to the previous behavior. Signed-off-by: Michael Auchter Cc: Heiko Schocher --- doc/device-tree

Re: [PATCH] doc: i2c: gpio: Document deblock sequence on probe

2020-03-16 Thread Heiko Schocher
Hello Marek, Am 18.02.2020 um 18:24 schrieb Marek Vasut: Document the gpio-i2c deblocking sequence binding. Signed-off-by: Marek Vasut --- doc/device-tree-bindings/i2c/i2c-gpio.txt | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-i2c next, thanks! bye, Heiko -- DENX Software Eng

Re: [PATCH 1/2] dm: i2c-gpio: rework gpio get/set functions

2020-03-16 Thread Heiko Schocher
Cc: Heiko Schocher --- drivers/i2c/i2c-gpio.c | 133 - 1 file changed, 64 insertions(+), 69 deletions(-) Applied to u-boot-i2c next, thanks! bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office

Re: [PATCH 4/4] i2c: gpio: Run deblock sequence on probe

2020-03-16 Thread Heiko Schocher
Hello Marek, Am 07.02.2020 um 16:57 schrieb Marek Vasut: Add deblock dequence for the I2C bus, needed on some devices. This sequence is issued once, when probing the driver, and is controlled by DT property, "i2c-gpio,deblock". Signed-off-by: Marek Vasut --- drivers/i2c/i2c-gpio.c | 15 +

Re: [PATCH 3/4] i2c: Add option to send start condition after deblocking

2020-03-16 Thread Heiko Schocher
Hello Marek, Am 07.02.2020 um 16:57 schrieb Marek Vasut: Add option to send start condition after deblocking SDA. Signed-off-by: Marek Vasut --- drivers/i2c/i2c-uclass.c | 23 --- include/i2c.h| 4 +++- 2 files changed, 23 insertions(+), 4 deletions(-) Ap

Re: [PATCH 1/4] i2c: Make deblock delay and SCL clock configurable

2020-03-16 Thread Heiko Schocher
Hello Marek, Am 07.02.2020 um 16:57 schrieb Marek Vasut: Make the delay between SCL line changes and the number of SCL clock changes configurable as a parameter of the deblock function. No functional change. Signed-off-by: Marek Vasut --- drivers/i2c/i2c-uclass.c | 21 +++--

Re: [PATCH 2/4] i2c: Export i2c_deblock_gpio_loop()

2020-03-16 Thread Heiko Schocher
Hello Marek, Am 07.02.2020 um 16:57 schrieb Marek Vasut: Export the i2c_deblock_gpio_loop() so it can be used in other places in U-Boot. In particular, this is useful in the GPIO I2C driver, which claims the SDA/SCL GPIOs and thus prevents the i2c_deblock() implementation from claiming the pins

Re: travis build fails for all arm boards

2020-03-16 Thread Heiko Schocher
Hello Tom, Am 16.03.2020 um 19:13 schrieb Tom Rini: On Mon, Mar 16, 2020 at 09:14:15AM +0100, Heiko Schocher wrote: Hello Tom, just started a travis build for i2c next branch, based on origin/next. All arm jobs fail: https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/662944932 because

travis build fails for all arm boards

2020-03-16 Thread Heiko Schocher
Hello Tom, just started a travis build for i2c next branch, based on origin/next. All arm jobs fail: https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/662944932 because problems fetching arm toolchain... Error is: ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_

[PATCH v2] bootcounter: add DM support for memory based bootcounter

2020-03-02 Thread Heiko Schocher
add DM/DTS support for the memory based bootcounter in drivers/bootcount/bootcount.c. Let the old implementation in, so boards which have not yet convert to DM/DTS do not break. Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/657150708 Changes in

[PATCH] imx6, aristainetos2c: add da9063 pmic setup

2020-03-02 Thread Heiko Schocher
On the aristainetos2c boards the PMIC needs to be initialized, because the Ethernet PHY uses a different regulator that is not setup per hardware default. This does not influence the other versions as this regulator isn't used there at all. Signed-off-by: Heiko Schocher --- board/aristai

Re: [RFC PATCH 03/10] i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm)

2020-02-22 Thread Heiko Schocher
stead). So I have done several Bugfixes and improvements appart from your proposals. Regards Stefan Am 04.02.20 um 07:58 schrieb Heiko Schocher: Hello Stefan, Am 03.02.2020 um 21:40 schrieb Stefan Bosch: Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01: - i2c/nx_i2c.c:

Re: [PATCH] bootcounter: add DM support for memory based bootcounter

2020-02-22 Thread Heiko Schocher
Hello Simon, Am 21.02.2020 um 01:50 schrieb Simon Glass: Hi Heiko, On Thu, 20 Feb 2020 at 02:28, Heiko Schocher wrote: add DM/DTS support for the memory based bootcounter in drivers/bootcount/bootcount.c. Let the old implementation in, so boards which have not yet convert to DM/DTS do not

[PATCH] bootcounter: add DM support for memory based bootcounter

2020-02-20 Thread Heiko Schocher
add DM/DTS support for the memory based bootcounter in drivers/bootcount/bootcount.c. Let the old implementation in, so boards which have not yet convert to DM/DTS do not break. Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/652839618 doc

Re: use invd instead of wbinvd in real mode start code

2020-02-19 Thread Heiko Schocher
Hello Tom, Wolfgang, Am 19.02.2020 um 14:42 schrieb Tom Rini: On Wed, Feb 19, 2020 at 02:14:31PM +0100, Wolfgang Denk wrote: Dear Heiko, In message <7d480cee-88aa-f4e3-7e3d-8740bbdcc...@denx.de> you wrote: How the feed back line is organized? I mean how host system will know that a) we d

Re: [PATCH] rename keymile boards to ABB wcom

2020-02-19 Thread Heiko Schocher
Hello Holger, Am 19.02.2020 um 13:53 schrieb Holger Brunck: The ownership has changed to ABB wiredcom for these boards. Therefore rename the keymile folder, headerfiles and vendor strings to wcom. Signed-off-by: Holger Brunck CC: Marek Vasut CC: Heiko Schocher CC: Wolfgang Denk CC

[PATCH] bdinfo: Show information about fdt blob via bdinfo

2020-02-18 Thread Heiko Schocher
PowerPC target supports OF booting, so print the fdt address and size in bdinfo. Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651885430 cmd/bdinfo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c index

Re: [PATCH] doc: i2c: gpio: Document deblock sequence on probe

2020-02-18 Thread Heiko Schocher
Hello Marek, Am 18.02.2020 um 18:24 schrieb Marek Vasut: Document the gpio-i2c deblocking sequence binding. Signed-off-by: Marek Vasut --- doc/device-tree-bindings/i2c/i2c-gpio.txt | 2 ++ 1 file changed, 2 insertions(+) Thanks! Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software

[PATCH] mpc83xx, abb: remove suvd3 board

2020-02-18 Thread Heiko Schocher
the mpc83xxx suvd3 variant is not longer used, so remove it. Signed-off-by: Holger Brunck Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651885101 arch/powerpc/cpu/mpc83xx/Kconfig | 4 - board/keymile/km83xx/Kconfig | 19 board

[U-Boot] Please pull from u-boot-i2c

2020-02-18 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c master branch: The following changes since commit f2a73d6867ef973fbb8471cc87058205999b5e5c: Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-02-14 07:31:47 -0500) are available in the Git repository at:

Re: [PATCH] i2c: designware_i2c: Correct the selection of speed mode

2020-02-18 Thread Heiko Schocher
Hello Simon, Am 13.02.2020 um 21:24 schrieb Simon Glass: Unfortunately a recent change adjusted the order of the checks here such that 400MHz now shows up as fast-plus speed (1Mbps). Fix it. Signed-off-by: Simon Glass Fixes: d96440d1e3 ("i2c: designware_i2c: Add support for fast-plus speed") -

Re: use invd instead of wbinvd in real mode start code

2020-02-18 Thread Heiko Schocher
Hello Andy, Am 18.02.2020 um 11:45 schrieb Andy Shevchenko: On Tue, Feb 18, 2020 at 7:48 AM Heiko Schocher wrote: Am 17.02.2020 um 17:04 schrieb Wolfgang Denk: In message you wrote: On Mon, Feb 17, 2020 at 5:09 PM Wolfgang Denk wrote: In message you wrote: git bisect is the usual

[RFC PATCH] net, qe: add DM support for QE UEC ethernet

2020-02-18 Thread Heiko Schocher
add DM/DTS suppor for the UEC ethernet on QUICC Engine Block. Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651400509 - I let the old none DM based implementation in code so boards should work with old implementation. This Code should be

[RFC PATCH] powerpc, qe: add DTS support for parallel I/O ports

2020-02-18 Thread Heiko Schocher
add DM support for parallel I/O ports on QUICC Engine Block Signed-off-by: Heiko Schocher --- Travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/651400509 Open questions / discussion: - may we should move this part to drivers/pinctrl ? - I let the old none DM based implementation

Re: [PATCH] i2c: designware_i2c: Correct the selection of speed mode

2020-02-17 Thread Heiko Schocher
speed") --- drivers/i2c/designware_i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Heiko Schocher I started travis build, and if successful, I send pull request to Tom soon, thanks for detecting this. bye, Heiko -- DENX Software Engineering GmbH, Managin

Re: [PATCH 2/2] dm: i2c-gpio: add support for clock stretching

2020-02-17 Thread Heiko Schocher
(indicating that the I2C slave is no longer pulling it low). This is enabled by default; for gpios which cannot be configured as inputs, the i2c-gpio,scl-output-only property can be used to fall back to the previous behavior. Signed-off-by: Michael Auchter Cc: Heiko Schocher --- doc/device-tree

Re: [PATCH 1/2] dm: i2c-gpio: rework gpio get/set functions

2020-02-17 Thread Heiko Schocher
Cc: Heiko Schocher --- drivers/i2c/i2c-gpio.c | 133 - 1 file changed, 64 insertions(+), 69 deletions(-) Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office

<    2   3   4   5   6   7   8   9   10   11   >