[PATCH 1/1] part: efi: comment for GPT_HEADER_SIGNATURE_UBOOT

2019-12-23 Thread Heinrich Schuchardt
Add a comment indicating that the value of GPT_HEADER_SIGNATURE_UBOOT equals the ASCII string 'EFI PART'. Signed-off-by: Heinrich Schuchardt --- include/part_efi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/part_efi.h b/include/part_efi.h index

RE: [v7 1/8] rtc: pcf8563: Add driver model support

2019-12-23 Thread Biwen Li
> >Subject: [v7 1/8] rtc: pcf8563: Add driver model support > > > >Add support of driver model of pcf8563 > > > >Signed-off-by: Biwen Li > >--- > >Changes in v7: > > - remove copyright > > > >Changes in v6: > > - none > > > >Changes in v5: > > - none > > > >Changes in v4: > > -

[RESEND v7 7/8] dm: arm64: ls1046a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1046A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - none Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright Changes in v3:

[RESEND v7 8/8] dm: arm: ls1021a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1021A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - none Changes in v6: - correct dependencies Changes in v5: - none Changes in v4: - update copyright Changes in v3: -

[RESEND v7 5/8] dm: arm64: ls1012a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1012A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - none Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright Changes in v3:

[RESEND v7 2/8] armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabled

2019-12-23 Thread Biwen Li
Fix below SPL build error when DM_I2C is enabled, - arch/arm/cpu/armv8/built-in.o: In function `board_init_f: arch/arm/cpu/armv8/fsl-layerscape/spl.c:74: undefined reference to `i2c_init_all' arch/arm/cpu/armv8/fsl-layerscape/spl.c:74:(.text.board_init_f+0x30): relocation truncated to fit:

[RESEND v7 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag

2019-12-23 Thread Biwen Li
This adds DM_FLAG_PRE_RELOC flag to probe i2c driver before relocation Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - remove copyright Changes in v6: - none Changes in v5: - none Changes in v4: - update copyright Changes in v3:

[RESEND v7 6/8] dm: arm64: ls1043a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1043A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - none Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright Changes in v3:

[RESEND v7 1/8] rtc: pcf8563: Add driver model support

2019-12-23 Thread Biwen Li
Add support of driver model of pcf8563 Signed-off-by: Biwen Li --- Changes in v7: - none Changes in v6: - none Changes in v5: - none Changes in v4: - update commit messages - update copyright Changes in v3: - update commit messages Changes in

[RESEND v7 4/8] Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LEN

2019-12-23 Thread Biwen Li
The default value of CONFIG_SYS_MALLOC_F_LEN (0x400) leaves U-Boot with not enough memory to load i2c driver before relocate, causing it to hang. Change the default value of CONFIG_SYS_MALLOC_F_LEN for below SoCs, - LS1012A - LS1021A - LS1043A - LS1046A Reviewed-by: Priyanka Jain Signed-off-by:

RE: [v7 1/8] rtc: pcf8563: Add driver model support

2019-12-23 Thread Priyanka Jain
>-Original Message- >From: Biwen Li >Sent: Tuesday, December 24, 2019 8:01 AM >To: Jagdish Gediya ; Priyanka Jain >; h...@denx.de; ja...@amarulasolutions.com; >aford...@gmail.com; Alison Wang ; >jh80.ch...@samsung.com; Pramod Kumar ; >Rajesh Bhagat ; Ruchika Gupta >; olte...@gmail.com

RE: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for non-DM SPL

2019-12-23 Thread Xiaowei Bao
> -Original Message- > From: Xiaowei Bao > Sent: 2019年10月23日 11:26 > To: Schrempf Frieder ; Lukasz Majewski > ; u-boot@lists.denx.de > Subject: RE: [U-Boot] [PATCH v5 1/5] spl: dm: disable SPI DM flash for > non-DM SPL > > > > > -Original Message- > > From: Schrempf Frieder >

Re: [PATCH 2/7] clk: mediatek: adjust common driver for mt8512

2019-12-23 Thread Mingming Lee
On Tue, 2019-12-24 at 03:50 +0800, Ryder Lee wrote: > On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote: > > Update mtk common clock driver to support mt8512 > > 1. add new set_clr_upd mux type and related operation > > 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll > > 3. fix

[v7 8/8] dm: arm: ls1021a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1021A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - remove copyright Changes in v6: - correct dependencies Changes in v5: - none Changes in v4: - update copyright Changes in

[v7 7/8] dm: arm64: ls1046a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1046A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - remove copyright Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright

[v7 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag

2019-12-23 Thread Biwen Li
This adds DM_FLAG_PRE_RELOC flag to probe i2c driver before relocation Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - remove copyright Changes in v6: - none Changes in v5: - none Changes in v4: - update copyright Changes in v3:

[v7 5/8] dm: arm64: ls1012a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1012A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - remove copyright Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright

[v7 6/8] dm: arm64: ls1043a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1043A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v7: - remove copyright Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright

[v7 4/8] Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LEN

2019-12-23 Thread Biwen Li
The default value of CONFIG_SYS_MALLOC_F_LEN (0x400) leaves U-Boot with not enough memory to load i2c driver before relocate, causing it to hang. Change the default value of CONFIG_SYS_MALLOC_F_LEN for below SoCs, - LS1012A - LS1021A - LS1043A - LS1046A Reviewed-by: Priyanka Jain Signed-off-by:

[v7 2/8] armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabled

2019-12-23 Thread Biwen Li
Fix below SPL build error when DM_I2C is enabled, - arch/arm/cpu/armv8/built-in.o: In function `board_init_f: arch/arm/cpu/armv8/fsl-layerscape/spl.c:74: undefined reference to `i2c_init_all' arch/arm/cpu/armv8/fsl-layerscape/spl.c:74:(.text.board_init_f+0x30): relocation truncated to fit:

[v7 1/8] rtc: pcf8563: Add driver model support

2019-12-23 Thread Biwen Li
Add support of driver model of pcf8563 Signed-off-by: Biwen Li --- Changes in v7: - remove copyright Changes in v6: - none Changes in v5: - none Changes in v4: - update commit messages - update copyright Changes in v3: - update commit messages

RE: [PATCH] usb: dwc2: Add small delay after reset

2019-12-23 Thread Tan, Ley Foon
> -Original Message- > From: Marek Vasut > Sent: Monday, December 23, 2019 7:59 PM > To: Tan, Ley Foon ; u-boot@lists.denx.de > Cc: Ley Foon Tan ; See, Chin Liang > ; Chee, Tien Fong > Subject: Re: [PATCH] usb: dwc2: Add small delay after reset > > On 12/23/19 9:07 AM, Ley Foon Tan

RE: [EXT] Re: [v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag

2019-12-23 Thread Biwen Li
> Subject: Re: [EXT] Re: [v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag > > Caution: EXT Email > > On Mon, Dec 23, 2019 at 9:02 AM Biwen Li wrote: > > > > Why do you add the Copyright if you inserted a single line in this patch? > > Accoring NXP's policy, if you modified some files, you

Re: [EXT] Re: [v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag

2019-12-23 Thread Fabio Estevam
On Mon, Dec 23, 2019 at 9:02 AM Biwen Li wrote: > > Why do you add the Copyright if you inserted a single line in this patch? > Accoring NXP's policy, if you modified some files, you need update the > copyright in files. Which does not match U-Boot's policy. Could you just resend the patch

Re: [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

2019-12-23 Thread André Przywara
On 23/12/2019 18:42, Stefan Wahren wrote: Hi Stefan, > Am 20.12.19 um 20:29 schrieb Stefan Wahren: >> Hi Andre, >> >> Am 18.12.19 um 12:59 schrieb Andre Przywara: >>> From: Amit Singh Tomar >>> >>> The Broadcom GENET Ethernet MACs are used in several MIPS based SoCs >>> and in the Broadcom

[PATCH v1 0/1] MIPS: allow override of get_tbclk()

2019-12-23 Thread Alex Nemirovsky
Allow SoC or board layers with reconfigurable cpu clocks capabilties to do implementation specific lookups and service get_tbclk() requests. Alex Nemirovsky (1): MIPS: allow override of get_tbclk() arch/mips/cpu/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4

[PATCH v1] MIPS: allow override of get_tbclk()

2019-12-23 Thread Alex Nemirovsky
Allow SoC or board layers with reconfigurable cpu clocks capabilties to do implementation specific lookups and service get_tbclk() requests. Signed-off-by: Alex Nemirovsky --- arch/mips/cpu/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/cpu/time.c

Re: [PATCH 1/7] ARM: MediaTek: Add support for MediaTek MT8512 SoC

2019-12-23 Thread Oleksandr Rybalko
пн, 23 груд. 2019 о 22:12 Ryder Lee пише: > On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote: > > Add support for MediaTek MT8512 SoC. This include the file > > that will initialize the SoC after boot and its device tree. > > > > Signed-off-by: mingming lee > > --- > >

Re: Garbage UART output on RPI 4 with upstream kernel DTB

2019-12-23 Thread Matthias Brugger
Hi Stefan, On 23/12/2019 19:51, Stefan Wahren wrote: > Am 20.12.19 um 14:58 schrieb Stefan Wahren: >> Hi, >> >> i tried to run current U-Boot (rpi_4_32b_defconfig) on my RPi 4 with >> bcm2711-rpi-4-b.dtb from the upstream kernel. Unfortunately i only see >> garbage on the debug UART (pin 14 &

[PATCH v1 0/1] MIPS: allow override of flush_dcache_range()

2019-12-23 Thread Alex Nemirovsky
Useful in custom HW designs which have a need to flush dcache range in a completely non standard way. Alex Nemirovsky (1): MIPS: allow override of flush_dcache_range() arch/mips/lib/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4

[PATCH v1] MIPS: allow override of flush_dcache_range()

2019-12-23 Thread Alex Nemirovsky
Useful in custom HW designs which have a need to flush dcache range in a completely non standard way. Signed-off-by: Alex Nemirovsky --- arch/mips/lib/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/lib/cache.c b/arch/mips/lib/cache.c index

Re: [PATCH 1/7] ARM: MediaTek: Add support for MediaTek MT8512 SoC

2019-12-23 Thread Ryder Lee
On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote: > Add support for MediaTek MT8512 SoC. This include the file > that will initialize the SoC after boot and its device tree. > > Signed-off-by: mingming lee > --- > arch/arm/dts/mt8512.dtsi | 115 ++ >

Re: [PATCH 2/7] clk: mediatek: adjust common driver for mt8512

2019-12-23 Thread Ryder Lee
On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote: > Update mtk common clock driver to support mt8512 > 1. add new set_clr_upd mux type and related operation > 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll > 3. fix mtk_clk_find_parent_rate data overflow. I think these should be split

Re: mips: SoC or board specific override of flush_dcache_range()

2019-12-23 Thread Alex Nemirovsky
Hi Daniel, I like the way you implemented the cache code to try to make it generic across different MIPS generations. Unfortunately, its a complete replacement of the function implementation for our needs because of our unique cache design. Its not you, its us. :) I’ll submit a patch to make

Re: Garbage UART output on RPI 4 with upstream kernel DTB

2019-12-23 Thread Stefan Wahren
Am 20.12.19 um 14:58 schrieb Stefan Wahren: > Hi, > > i tried to run current U-Boot (rpi_4_32b_defconfig) on my RPi 4 with > bcm2711-rpi-4-b.dtb from the upstream kernel. Unfortunately i only see > garbage on the debug UART (pin 14 & 15). Using the DTB from the > downstream kernel has a proper

Re: MIPS: override of get_tbclk()

2019-12-23 Thread Daniel Schwierzeck
Hi Alex, Am 21.12.19 um 02:04 schrieb Alex Nemirovsky: > Hello Daniel, et. all. > > we have need to override arch/mips/cpu/time.c::get_tbclk()  > to return a non static value. Our board frequency is adjustable  > via jumpers which may be read. > > We would like to change the upstream

Re: [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

2019-12-23 Thread Stefan Wahren
Am 20.12.19 um 20:29 schrieb Stefan Wahren: > Hi Andre, > > Am 18.12.19 um 12:59 schrieb Andre Przywara: >> From: Amit Singh Tomar >> >> The Broadcom GENET Ethernet MACs are used in several MIPS based SoCs >> and in the Broadcom 2711/2838 SoC used on the Raspberry Pi 4. >> There is no publicly

Re: mips: SoC or board specific override of flush_dcache_range()

2019-12-23 Thread Daniel Schwierzeck
Hi Alex, Am 21.12.19 um 01:56 schrieb Alex Nemirovsky: > Hello Daniel et. all, > > We have a need to override what is done inside > arch/mips/lib/cache.c::flush_dcache_range() > for our SoC/board. > > Easiest approach seems to be making the function __weak upstream. i.e. > > -void

Re: [PATCH v1] colibri_imx7: disable HAB and CAAM support

2019-12-23 Thread Breno Matheus Lima
Hi Igor, Em qui., 19 de dez. de 2019 às 07:55, Igor Opaniuk escreveu: > > From: Igor Opaniuk > > Currently Colibri iMX7 NAND version doesn't boot at all with > HABv4 support enabled. If CSF section is included in the final > imx binary, BootROM every time switches to usb recovery mode. >

Re: [PATCH PATCH v6 00/13] Add support for applications of overlays in SPL

2019-12-23 Thread Jean-Jacques Hiblot
Tom, Simon, gentle ping on this series. It has been posted for a long time and I did not push for it because I was working on other stuff. am654x and J7x  SOCs will need this kind of feature. Before sending a version rebased on latest u-boot, I would have liked to have your feeling on the

RE: [EXT] Re: [v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag

2019-12-23 Thread Biwen Li
> > Hi Biwen, > > On Mon, Dec 23, 2019 at 8:47 AM Biwen Li wrote: > > > > This adds DM_FLAG_PRE_RELOC flag to probe i2c driver before relocation > > > > Reviewed-by: Priyanka Jain > > Signed-off-by: Biwen Li > > --- > > Changes in v6: > > - none > > > > Changes in v5: > > -

Re: [PATCH] usb: dwc2: Add small delay after reset

2019-12-23 Thread Marek Vasut
On 12/23/19 9:07 AM, Ley Foon Tan wrote: > In Cyclone 5 SoC platform, the first USB probing is failed but second > probing is success. DWC2 driver read gsnpsid register right after de-assert > reset, but controller is not ready yet and it returns gsnpsid 0. > Adding small delay after de-assert

Re: [v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag

2019-12-23 Thread Fabio Estevam
Hi Biwen, On Mon, Dec 23, 2019 at 8:47 AM Biwen Li wrote: > > This adds DM_FLAG_PRE_RELOC flag to probe i2c driver > before relocation > > Reviewed-by: Priyanka Jain > Signed-off-by: Biwen Li > --- > Changes in v6: > - none > > Changes in v5: > - none > > Changes in v4: >

Re: imx6ulz evk does not detect SD card

2019-12-23 Thread Fabio Estevam
Hi Peng, On Mon, Dec 23, 2019 at 3:48 AM Peng Fan wrote: > Does it hang or just not detected sd card? It does not hang, but it does not detect the SD card.

RE: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C dependecies

2019-12-23 Thread Biwen Li
> -Original Message- > From: Jagdish Gediya > Sent: 2019年12月23日 18:22 > To: Biwen Li ; Priyanka Jain > Cc: u-boot@lists.denx.de; Jiafei Pan ; Biwen Li > > Subject: RE: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C dependecies > > Hi Biwen, > > > -Original Message- > >

RE: [EXT] Re: [v5 8/8] dm: arm: ls1021a: add i2c DM support

2019-12-23 Thread Biwen Li
> Caution: EXT Email > > Hi Biwen, > > On Thu, 19 Dec 2019 at 09:03, Biwen Li wrote: > > > > This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1021A > > > > Reviewed-by: Priyanka Jain > > Signed-off-by: Biwen Li > > --- > > Changes in v5: > > - none > > > > Changes in v4: > >

[v6 7/8] dm: arm64: ls1046a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1046A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright Changes in v3: - none Changes in v2:

[v6 8/8] dm: arm: ls1021a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1021A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v6: - correct dependencies Changes in v5: - none Changes in v4: - update copyright Changes in v3: - none Changes in v2: -

[v6 3/8] i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag

2019-12-23 Thread Biwen Li
This adds DM_FLAG_PRE_RELOC flag to probe i2c driver before relocation Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v6: - none Changes in v5: - none Changes in v4: - update copyright Changes in v3: - none Changes in v2: - none

[v6 5/8] dm: arm64: ls1012a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1012A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright Changes in v3: - none Changes in v2:

[v6 4/8] Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LEN

2019-12-23 Thread Biwen Li
The default value of CONFIG_SYS_MALLOC_F_LEN (0x400) leaves U-Boot with not enough memory to load i2c driver before relocate, causing it to hang. Change the default value of CONFIG_SYS_MALLOC_F_LEN for below SoCs, - LS1012A - LS1021A - LS1043A - LS1046A Reviewed-by: Priyanka Jain Signed-off-by:

[v6 6/8] dm: arm64: ls1043a: add i2c DM support

2019-12-23 Thread Biwen Li
This supports i2c DM and enables CONFIG_DM_I2C for SoC LS1043A Reviewed-by: Priyanka Jain Signed-off-by: Biwen Li --- Changes in v6: - correct dependencies Changes in v5: - update subject Changes in v4: - update copyright Changes in v3: - none Changes in v2:

[v6 2/8] armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabled

2019-12-23 Thread Biwen Li
Fix below SPL build error when DM_I2C is enabled, - arch/arm/cpu/armv8/built-in.o: In function `board_init_f: arch/arm/cpu/armv8/fsl-layerscape/spl.c:74: undefined reference to `i2c_init_all' arch/arm/cpu/armv8/fsl-layerscape/spl.c:74:(.text.board_init_f+0x30): relocation truncated to fit:

[v6 1/8] rtc: pcf8563: Add driver model support

2019-12-23 Thread Biwen Li
Add support of driver model of pcf8563 Signed-off-by: Biwen Li --- Changes in v6: - none Changes in v5: - none Changes in v4: - update commit messages - update copyright Changes in v3: - update commit messages Changes in v2: - none

RE: [U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a and ls2080a EP mode

2019-12-23 Thread Xiaowei Bao
> -Original Message- > From: Priyanka Jain > Sent: 2019年12月23日 18:43 > To: Xiaowei Bao ; M.h. Lian > ; Z.q. Hou ; Mingkai Hu > ; Jagdish Gediya ; Pankaj > Bansal ; u-boot@lists.denx.de > Cc: Xiaowei Bao > Subject: RE: [U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a > and

RE: [U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a and ls2080a EP mode

2019-12-23 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Xiaowei Bao >Sent: Friday, November 22, 2019 1:04 PM >To: M.h. Lian ; Z.q. Hou ; >Mingkai Hu ; Jagdish Gediya ; >Pankaj Bansal ; u-boot@lists.denx.de >Cc: Xiaowei Bao >Subject: [U-Boot] [PATCH 1/3] PCI: layerscape: Add Support for ls2085a

RE: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C dependecies

2019-12-23 Thread Jagdish Gediya
Hi Biwen, > -Original Message- > From: Biwen Li > Sent: Monday, December 23, 2019 12:09 PM > To: Priyanka Jain ; Jagdish Gediya > > Cc: u-boot@lists.denx.de; Jiafei Pan ; Biwen Li > > Subject: [v2] armv8: fsl-layerscape: Kconfig: Correct I2C dependecies > > Don't select

[PATCH 3/7] clk: mediatek: add driver support for MT8512

2019-12-23 Thread mingming lee
Add clock driver for MediaTek MT8512 SoC, include topckgen, apmixedsys and infracfg support. Signed-off-by: mingming lee --- drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mt8512.c | 873 + include/dt-bindings/clock/mt8512-clk.h | 197

[PATCH 4/7] pinctrl: mediatek: add driver for MT8512

2019-12-23 Thread mingming lee
Add Pinctrl driver for MediaTek MT8512 SoC. Signed-off-by: mingming lee --- drivers/pinctrl/mediatek/Kconfig | 4 + drivers/pinctrl/mediatek/Makefile | 1 + drivers/pinctrl/mediatek/pinctrl-mt8512.c | 387 ++ 3 files changed, 392 insertions(+) create

[PATCH 7/7] ARM: MediaTek: add basic support for MT8512 boards

2019-12-23 Thread mingming lee
This adds a general board file based on MT8512 SoCs from MediaTek. Apart from the generic parts (cpu) we add some low level init codes and initialize the early clocks. This commit is adding the basic boot support for the MT8512 eMMC board. Signed-off-by: mingming lee --- arch/arm/dts/Makefile

[PATCH 1/7] ARM: MediaTek: Add support for MediaTek MT8512 SoC

2019-12-23 Thread mingming lee
Add support for MediaTek MT8512 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: mingming lee --- arch/arm/dts/mt8512.dtsi | 115 ++ arch/arm/mach-mediatek/Kconfig| 15 +++

[PATCH 2/7] clk: mediatek: adjust common driver for mt8512

2019-12-23 Thread mingming lee
Update mtk common clock driver to support mt8512 1. add new set_clr_upd mux type and related operation 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll 3. fix mtk_clk_find_parent_rate data overflow Signed-off-by: mingming lee --- drivers/clk/mediatek/clk-mtk.c | 72

[PATCH 6/7] mmc: mtk-sd: fix hang when data read quickly

2019-12-23 Thread mingming lee
For CMD21 tuning data, the 128/64 bytes data may coming in very short time, before msdc_start_data(), the read data has already come, in this case, clear MSDC_INT will cause the interrupt disappear and lead to the thread hang. the solution is just clear all interrupts before command was sent.

[PATCH 5/7] mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCs

2019-12-23 Thread mingming lee
This patch adds mmc support for MediaTek MT8512/MT8110 SoCs. MT8512/MT8110 SoCs puts the tune register at top layer, so need add new code to support it. Signed-off-by: mingming lee --- drivers/mmc/mtk-sd.c | 134 --- 1 file changed, 101 insertions(+), 33

[PATCH 0/7] Add support for MediaTek MT8512 Soc

2019-12-23 Thread mingming lee
This patch series adds basic boot support on eMMC for the MediaTek MT8512 SoC based boards. This series add the clock, pinctrl drivers and the SoC initializaton code. mingming lee (7): ARM: MediaTek: Add support for MediaTek MT8512 SoC clk: mediatek: adjust common driver for mt8512 clk:

[v4 4/4] arch: powerpc: Rewrite the sata node to fit the driver

2019-12-23 Thread Peng Ma
The sata of our powerpc platforms are updated. These changes is to fit the driver probe. Reviewed-by: Stefan Roese Signed-off-by: Peng Ma --- Changed for v4 - no changes arch/powerpc/dts/t2080.dtsi | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git

[v4 3/4] Revert "configs: enable sata device module in T2080QDS"

2019-12-23 Thread Peng Ma
This reverts commit 02dc1599ba0b16eb21ba0c206e5b6f38fe7b67a7 Commit 02dc1599ba0b ("configs: enable sata, eSDHC, USB device module in T2080QDS") has some sata defconfig changes to fit support DM mode, Now the driver will be reverted, So revert it. Reviewed-by: Stefan Roese Signed-off-by: Peng

[v4 1/4] Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"

2019-12-23 Thread Peng Ma
This reverts commit 1ee494291880fd51ef0c5f7342e072bdb069d7ff. Commit 1ee494291880 ("ata: fsl_ahci: Add sata DM support for Freescale powerpc socs") introduced SCSI layer to call AHCI private API in order to support sata operations, In DM mode, This is not necessary for non-AHCI sata. So revert it

[v4 2/4] Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."

2019-12-23 Thread Peng Ma
This reverts commit 856b9cdb53f0e6c8d98f81cf71ef363c16b0aa0e. Commit 856b9cdb53f0 ("powerpc: mpc85xx: delete FSL_SATA for T2080QDS board.") is to fit support sata DM mode, Now the driver will be reverted, So revert it. Reviewed-by: Stefan Roese Signed-off-by: Peng Ma --- Changed for v4

RE: [v3 1/5] Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"

2019-12-23 Thread Priyanka Jain
>-Original Message- >From: Peng Ma >Sent: Tuesday, December 17, 2019 3:34 PM >To: s...@chromium.org; Priyanka Jain ; Marcel >Ziswiler ; Andy Tang >Cc: u-boot@lists.denx.de; Peng Ma >Subject: [v3 1/5] Revert "ata: fsl_ahci: Add sata DM support for Freescale >powerpc socs" > >This reverts

RE: [PATCH 03/12] i2c: designware_i2c: Include clk.h in the header file

2019-12-23 Thread Tan, Ley Foon
> -Original Message- > From: Simon Glass > Sent: Sunday, December 22, 2019 12:15 AM > To: U-Boot Mailing List > Cc: Jun Chen ; Heiko Schocher ; Tan, > Ley Foon ; Simon Glass > Subject: [PATCH 03/12] i2c: designware_i2c: Include clk.h in the header file > > We use struct clk here so

RE: [PATCH 01/12] i2c: designware_i2c: Add more registers

2019-12-23 Thread Tan, Ley Foon
> -Original Message- > From: Simon Glass > Sent: Sunday, December 22, 2019 12:15 AM > To: U-Boot Mailing List > Cc: Jun Chen ; Heiko Schocher ; Tan, > Ley Foon ; Simon Glass > Subject: [PATCH 01/12] i2c: designware_i2c: Add more registers > > Some versions of this peripherals

[PATCH] usb: dwc2: Add small delay after reset

2019-12-23 Thread Ley Foon Tan
In Cyclone 5 SoC platform, the first USB probing is failed but second probing is success. DWC2 driver read gsnpsid register right after de-assert reset, but controller is not ready yet and it returns gsnpsid 0. Adding small delay after de-assert reset solve the issue. Retry with this fix more