[U-Boot] [PATCH] dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()

2019-08-30 Thread Bin Meng
The mmc_spi driver's priv is not available in its bind phase(). Use platdata instead. Fixes: 05e35d429745 ("mmc: mmc_spi: Re-write driver using DM framework") Signed-off-by: Bin Meng --- drivers/mmc/mmc_spi.c | 35 --- 1 file changed, 20 insertions(+), 15 deletio

Re: [U-Boot] [PATCH v4 2/4] USB: host: Add the USB3 host driver

2019-08-30 Thread Sherry Sun
Hi Vignesh, > > > > On 30/08/19 3:36 PM, Sherry Sun wrote: > > Hi Jean, > > > >> > >> > >> On 28/08/2019 13:50, Sherry Sun wrote: > >>> Hi Jean, > >>> > Hi Jean, > > > Hi Marek, Sherry, > > > > > > we keep the cdns3 node for usb gadget driver, then add a usb >

Re: [U-Boot] [PATCH] Revert "vexpress64: fvp dram: add DRAM configuration"

2019-08-30 Thread Linus Walleij
On Tue, Aug 27, 2019 at 12:56 PM Ryan Harkin wrote: > This reverts commit fc04b923541d984b1544056fd3bfa8129d4e5aac where the > FVP DRAM configuration was added. > > Signed-off-by: Ryan Harkin OK if we don't need it let it go: Acked-by: Linus Walleij Yours, Linus Walleij __

Re: [U-Boot] [PATCH] Fix unreliable detection of DRAM size on Orange Pi 3

2019-08-30 Thread Ondřej Jirman
Hi André, On Fri, Aug 30, 2019 at 05:19:02PM +0100, Andre Przywara wrote: > > OTOH, let's visualize it: > > > > CPU address DRAM address > > --- > > [w ] SDRAM_BASE 0 > > [w

[U-Boot] [PATCH 2/2] arm: am437x: cm-t43: Enable DM for MMC, USB, SPI, SPI_FLASH, enable BLK

2019-08-30 Thread sunil . m
From: Suniel Mahesh Enable driver model for USB, MMC, SPI and SPI_FLASH. Also enable BLK. This will remove the following compile warnings: = WARNING == This board does not use CONFIG_DM_MMC. Please update the board to use CONFIG_DM_MMC before the v2019.04

[U-Boot] [PATCH 1/2] arm: am437x: cm-t43: Add device tree, enable OF_CONTROL

2019-08-30 Thread sunil . m
From: Suniel Mahesh Add device tree from Linux for driver model conversion and enable OF_CONTROL. This will remove the following compile warning: == Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build w

Re: [U-Boot] [PATCH] scrapyard: Delete this file and script

2019-08-30 Thread Wolfgang Denk
Dear Tom, In message <20190830130330.GM26850@bill-the-cat> you wrote: > > > Should we not also provide some hints how a user (which eventually > > limited experience in git) can actually find such information? > > > > I would appreciate if we could provide examples at least for the > > trivial c

Re: [U-Boot] [PATCH] mx53loco: Fix U-Boot corruption after saving the environment

2019-08-30 Thread Tom Rini
On Fri, Aug 30, 2019 at 01:58:29PM -0300, Fabio Estevam wrote: > U-Boot binary has grown in such a way that it goes beyond the reserved > area for the environment variables. > > Running "saveenv" causes U-Boot to hang because of this overlap. > > Fix this problem by increasing the CONFIG

Re: [U-Boot] [PATCH v1] common: fix building image.c

2019-08-30 Thread Ricardo Salveti
On Tue, Aug 20, 2019 at 11:09 AM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Wrap image_decomp() and all dependent functions with > !ifdef(USE_HOSTCC) macro, as this function isn't used by > any tool from /tools. > > Without this it leads to compilation issues (because of > CONFIG_LZMA from ne

[U-Boot] [BUG] include/net.h: warning: 'eth_is_on_demand_init' defined but not used

2019-08-30 Thread Heinrich Schuchardt
Hello Joe, compiling U-Boot creates dozens of warnings for include/net.h: CC arch/arm/lib/asm-offsets.s In file included from include/common.h:342, from lib/asm-offsets.c:14: include/net.h:689:28: warning: always_inline function might not be inlinable [-Wattributes] 689

[U-Boot] [PATCH] mx53loco: Fix U-Boot corruption after saving the environment

2019-08-30 Thread Fabio Estevam
U-Boot binary has grown in such a way that it goes beyond the reserved area for the environment variables. Running "saveenv" causes U-Boot to hang because of this overlap. Fix this problem by increasing the CONFIG_ENV_OFFSET size. Also, in order to prevent this same problem in the fu

Re: [U-Boot] [PATCH 1/1] x86: efi_loader: Fix invalid address return from efi_alloc()

2019-08-30 Thread Park, Aiden
Hi Bin, > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Friday, August 30, 2019 12:22 AM > To: Park, Aiden > Cc: Heinrich Schuchardt ; Simon Glass > ; u-boot@lists.denx.de; Alexander Graf > > Subject: Re: [PATCH 1/1] x86: efi_loader: Fix invalid address return f

Re: [U-Boot] [PATCH] Fix unreliable detection of DRAM size on Orange Pi 3

2019-08-30 Thread Andre Przywara
On Fri, 30 Aug 2019 12:56:28 +0200 Ondřej Jirman wrote: Hi Ondřej, > Hello, > > On Fri, Aug 30, 2019 at 01:44:34AM +0100, André Przywara wrote: > > On 25/08/2019 15:41, Siarhei Siamashka wrote: > > > On Sat, 24 Aug 2019 22:07:43 +0200 > > > Ondřej Jirman wrote: > > > > Hi, > > > > >> Hi Jaga

Re: [U-Boot] [PATCH] ARM: exynos5: Try to boot on mmc2 before mmc0/1

2019-08-30 Thread Oleksandr Suvorov
On Fri, Aug 30, 2019 at 4:20 PM Guillaume Gardet wrote: > > Hi, > > I got no feedback on this patch. Is there anything blocking it? > > Guillaume > > > > -Original Message- > > From: Guillaume GARDET > > Sent: 24 July 2019 09:10 > > To: u-boot@lists.denx.de > > Cc: Guillaume Gardet ; Luka

Re: [U-Boot] [PATCH v2 2/8] ARM: bcm283x: Add BCM283x_BASE define

2019-08-30 Thread Matthias Brugger
On 26/07/2019 14:43, Andrei Gherzan wrote: > Hi, > > On 26/07/2019 13.04, Alexander Graf wrote: >> >> >> On 26.07.19 13:55, Matthias Brugger wrote: >>> >>> >>> On 26/07/2019 13:16, Alexander Graf wrote: On 24.07.19 16:39, Andrei Gherzan wrote: > From: Matthias Brugger > >

Re: [U-Boot] [PATCH] mmc: dw_mmc: fix timeout calculate method

2019-08-30 Thread Alexey Brodkin
Hi Kever, [snip] > I think this tree does not including this patch, Peng drop it because of > this issue, > so you need to apply this patch in your branch to reproduce the problem. > I have send out V2 patch for this fix with only using 32bit variable Could you please refer me to the problemati

Re: [U-Boot] [PATCH] ARM: exynos5: Try to boot on mmc2 before mmc0/1

2019-08-30 Thread Guillaume Gardet
Hi, I got no feedback on this patch. Is there anything blocking it? Guillaume > -Original Message- > From: Guillaume GARDET > Sent: 24 July 2019 09:10 > To: u-boot@lists.denx.de > Cc: Guillaume Gardet ; Lukasz Majewski > ; Anand Moon ; Simon Glass > ; Minkyu Kang > Subject: [U-Boot] [

Re: [U-Boot] [PATCH] scrapyard: Delete this file and script

2019-08-30 Thread Tom Rini
On Fri, Aug 30, 2019 at 11:03:22AM +0200, Wolfgang Denk wrote: > Dear Tom, > > In message <1567099239-28108-1-git-send-email-tr...@konsulko.com> you wrote: > > The README.scrapyard file has been inconsistently updated. While well > > intentioned, bad data is worse than no data, and in this case a

[U-Boot] [PATCH V2 2/3] ARM: dts: pico-imx7d: sync device tree with v5.3-rc6

2019-08-30 Thread Joris Offouga
Synchronize device tree with v5.3-rc6 label Signed-off-by: Joris Offouga --- arch/arm/dts/imx7d-pico.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/imx7d-pico.dtsi b/arch/arm/dts/imx7d-pico.dtsi index 33b308ac24..57391fc052 100644 --- a/arch/arm/dts/imx7d-p

[U-Boot] [PATCH V2 3/3] configs: pico-imx7d: Convert to DM_VIDEO

2019-08-30 Thread Joris Offouga
This commit convert all pico-imx7d to DM_VIDEO Signed-off-by: Joris Offouga --- arch/arm/dts/imx7d-pico-u-boot.dtsi | 113 +++ board/technexion/pico-imx7d/pico-imx7d.c | 48 -- configs/pico-hobbit-imx7d_defconfig | 2 +- configs/pico-imx7d_bl33_defconfig

[U-Boot] [PATCH V2 1/3] ARM: dts: pico-imx7d: Add u-boot.dtsi for uboot specific dts change

2019-08-30 Thread Joris Offouga
This commit introduce u-boot.dtsi Signed-off-by: Joris Offouga Suggested-by: Peng Fan --- arch/arm/dts/imx7d-pico-u-boot.dtsi | 11 +++ arch/arm/dts/imx7d-pico.dtsi| 8 +--- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 arch/arm/dts/imx7d-pico-u-boot

[U-Boot] USB failure on i.MX7 based module with v2019.07

2019-08-30 Thread Thomas Schaefer
Hi Marek, I have ported u-boot v2019.07 to our i.MX7 base custom board. When testing, I found that 'usb start' command results in board reset due to data abort exception. Our board has usbotg1, usbotg2 and usbh ports enabled. It works fine with older u-boot versions. I did some investigation

Re: [U-Boot] [PATCH] pico-imx7d: Convert to DM_VIDEO

2019-08-30 Thread Joris Offouga
HI Peng, I send v2 with your suggest Best Regards, Joris Offouga Le 29/08/2019 à 11:35, Peng Fan a écrit : Subject: [PATCH] pico-imx7d: Convert to DM_VIDEO Please write something here. And use x-u-boot.dtsi for uboot specific dts change. Regards, Peng. Signed-off-by: Joris Offouga ---

[U-Boot] [PATCH 6/8] arm: meson: board-g12a: Setup VPU in fdt

2019-08-30 Thread Neil Armstrong
If VIDEO_MESON is enabled, we need to setup the fdt for the framebuffer. Call meson_vpu_rsv_fb() which reserves the framebuffer memory region for EFI, and sets up simple-framebuffer nodes if simplefb support is enabled. Signed-off-by: Neil Armstrong --- arch/arm/mach-meson/board-g12a.c | 5

[U-Boot] [PATCH 4/8] video: meson: sync with linux drm-misc tree

2019-08-30 Thread Neil Armstrong
Synchronize the Amlogic Meson Video driver back with the latest DRM misc tree, adding G12A platform support, from the latest commit: 528a25d040bc ("drm: meson: use match data to detect vpu compatibility") The sync includes the following changes from Linux adapted to U-Boot: - Add support for VIC a

[U-Boot] [PATCH 8/8] configs: sei510: enable Video Display support

2019-08-30 Thread Neil Armstrong
Add the necessary config options to support BMP display over HDMI, and add a preboot command to load the BMP file from a predefined eMMC partition. Signed-off-by: Neil Armstrong --- configs/sei510_defconfig | 11 +++ include/configs/sei510.h | 12 2 files changed, 23 inserti

[U-Boot] [PATCH 3/8] video: meson: remove power domain get

2019-08-30 Thread Neil Armstrong
Remove getting and enabling the node power domain since it's now handled by the dm core directly. Signed-off-by: Neil Armstrong --- drivers/video/meson/meson_vpu.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/video/meson/meson_vpu.c b/drivers/video/meson/meson_vpu.c ind

[U-Boot] [PATCH 5/8] video: meson: add compatible for Amlogic G12A

2019-08-30 Thread Neil Armstrong
Finally add the Amlogic G12A SoC compatible for the VPU driver. Signed-off-by: Neil Armstrong --- drivers/video/meson/meson_vpu.c | 1 + drivers/video/meson/meson_vpu.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/video/meson/meson_vpu.c b/drivers/video/meson/meson_vpu.c index 3

[U-Boot] [PATCH 7/8] ARM: dts: meson-g12a: add U-Boot specific DT for graphics

2019-08-30 Thread Neil Armstrong
Like the meson-gx support, add the U-Boot specific bits in DT to support graphics on G12A SoCs. Signed-off-by: Neil Armstrong --- arch/arm/dts/meson-g12a-sei510-u-boot.dtsi| 7 + arch/arm/dts/meson-g12a-u-boot.dtsi | 29 +++ arch/arm/dts/meson-g12a-u200-u-boot.

[U-Boot] [PATCH 2/8] clk: meson: g12a: add support for VPU/HDMI clocks

2019-08-30 Thread Neil Armstrong
Add necessary clock support to set up clock for the VPU and HDMI support. Signed-off-by: Neil Armstrong --- drivers/clk/meson/g12a.c | 620 +-- 1 file changed, 603 insertions(+), 17 deletions(-) diff --git a/drivers/clk/meson/g12a.c b/drivers/clk/meson/g12a.c

[U-Boot] [PATCH 0/8] arm: meson: add Video support for G12A and SEI510 board

2019-08-30 Thread Neil Armstrong
This patchset adds Amlogic G12A support for HDMI & Composite video output like the Amlogic GXBB/GXL/GXM, by syncing from the latest Linux VPU DRM driver. It also adds VPU/VAPB/HDMI Clock & VPU Power Domain support. Finally it adds the necessary config to show a logo from a fastboot flashed partit

[U-Boot] [PATCH 1/8] power: domain: meson-gx-pwrc: add G12A support

2019-08-30 Thread Neil Armstrong
Add Amlogic G12A support for the gx-pwrc driver, aligned on the Linux v5.2 driver. Signed-off-by: Neil Armstrong --- drivers/power/domain/meson-gx-pwrc-vpu.c | 155 +-- 1 file changed, 145 insertions(+), 10 deletions(-) diff --git a/drivers/power/domain/meson-gx-pwrc-vpu.c

Re: [U-Boot] [PATCH v1] apalis-tk1: use distroboot by default

2019-08-30 Thread Oleksandr Suvorov
On Wed, Aug 28, 2019 at 7:41 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Use distro boot by default instead legacy wrappers. > > Signed-off-by: Igor Opaniuk Reviewed-by: Oleksandr Suvorov > --- > > configs/apalis-tk1_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [U-Boot] [PATCH v4 2/4] USB: host: Add the USB3 host driver

2019-08-30 Thread Vignesh Raghavendra
On 30/08/19 3:36 PM, Sherry Sun wrote: > Hi Jean, > >> >> >> On 28/08/2019 13:50, Sherry Sun wrote: >>> Hi Jean, >>> Hi Jean, > Hi Marek, Sherry, > > > we keep the cdns3 node for usb gadget driver, then add a usb > host node for > xhci-imx8 driver in

Re: [U-Boot] [PATCH V2] mips: bmips: remove unneeded definitions

2019-08-30 Thread Daniel Schwierzeck
Am 30.08.19 um 11:52 schrieb Álvaro Fernández Rojas: > These are no longer needed. > > Signed-off-by: Álvaro Fernández Rojas > --- > v2: CONFIG_SYS_MONITOR_BASE is used for relocation and can't be removed > > include/configs/bmips_common.h | 4 > 1 file changed, 4 deletions(-) > Revie

Re: [U-Boot] [PATCH] bmips: configs: switch to size definitions

2019-08-30 Thread Daniel Schwierzeck
Am 30.08.19 um 11:54 schrieb Álvaro Fernández Rojas: > Signed-off-by: Álvaro Fernández Rojas > --- > include/configs/bmips_bcm3380.h | 6 -- > include/configs/bmips_bcm6318.h | 6 -- > include/configs/bmips_bcm63268.h | 6 -- > include/configs/bmips_bcm6

Re: [U-Boot] [PATCH] Fix unreliable detection of DRAM size on Orange Pi 3

2019-08-30 Thread Ondřej Jirman
Hello, On Fri, Aug 30, 2019 at 01:44:34AM +0100, André Przywara wrote: > On 25/08/2019 15:41, Siarhei Siamashka wrote: > > On Sat, 24 Aug 2019 22:07:43 +0200 > > Ondřej Jirman wrote: > > Hi, > > >> Hi Jagan, > >> > >> can you please apply this patch to the sunxi tree, so that it > >> doesn't ge

[U-Boot] [PATCH] common/memsize: panic if maxsize is not power of two

2019-08-30 Thread Iru Cai
The memory write and recover loop in get_ram_size() work correctly only if maxsize is power of two, otherwise the function will return a small size. Signed-off-by: Iru Cai --- common/memsize.c | 4 1 file changed, 4 insertions(+) diff --git a/common/memsize.c b/common/memsize.c index 13b00

Re: [U-Boot] [PATCH v4 2/4] USB: host: Add the USB3 host driver

2019-08-30 Thread Sherry Sun
Hi Jean, > > > On 28/08/2019 13:50, Sherry Sun wrote: > > Hi Jean, > > > >> Hi Jean, > >> > >>> Hi Marek, Sherry, > >>> > >>> > >>> we keep the cdns3 node for usb gadget driver, then add a usb > >>> host node for > >>> xhci-imx8 driver in *-uboot.dtsi. so here is no need to change >

[U-Boot] [PATCH] bmips: correct name characters

2019-08-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- arch/mips/dts/brcm,bcm6362.dtsi | 2 +- arch/mips/dts/netgear,dgnd3700v2.dts| 2 +- board/netgear/dgnd3700v2/MAINTAINERS| 2 +- board/netgear/dgnd3700v2/dgnd3700v2.c | 2 +-

Re: [U-Boot] [PATCH 02/25] remoteproc: ops: Add elf section size as input parameter to device_to_virt api

2019-08-30 Thread Lokesh Vutla
On 29/08/19 2:14 PM, Fabien DESSENNE wrote: > Hi Lokesh > > > On 28/08/2019 2:55 PM, Lokesh Vutla wrote: >> Introduce a new parameter size that accepts elf section size to remoteproc >> ops callback device_to_virt(). This can enforce more checks on the >> elf section that is being loaded. > >

[U-Boot] [PATCH] bmips: configs: switch to size definitions

2019-08-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- include/configs/bmips_bcm3380.h | 6 -- include/configs/bmips_bcm6318.h | 6 -- include/configs/bmips_bcm63268.h | 6 -- include/configs/bmips_bcm6328.h | 6 -- include/configs/bmips_bcm6338.h

[U-Boot] [PATCH V2] mips: bmips: remove unneeded definitions

2019-08-30 Thread Álvaro Fernández Rojas
These are no longer needed. Signed-off-by: Álvaro Fernández Rojas --- v2: CONFIG_SYS_MONITOR_BASE is used for relocation and can't be removed include/configs/bmips_common.h | 4 1 file changed, 4 deletions(-) diff --git a/include/configs/bmips_common.h b/include/configs/bmips_common.h in

[U-Boot] [PATCH v3 0/1] imx: support i.MX8QM ROM 7720 a1 board

2019-08-30 Thread Oliver Graute
Hello list, I adpated the patch so that its working on latest imx custodian tree master. Best regards, Oliver Oliver Graute (1): imx: support i.MX8QM ROM 7720 a1 board arch/arm/dts/Makefile | 1 + arch/arm/dts/imx8qm-rom7720-a1.dts| 373

[U-Boot] [PATCH v3] imx: support i.MX8QM ROM 7720 a1 board

2019-08-30 Thread Oliver Graute
Add i.MX8QM ROM 7720a1 board support Boot log as below: U-Boot 2019.10-rc2-00283-g198673d9ab (Aug 30 2019 - 10:26:53 +0200) CPU: NXP i.MX8QM RevB A53 at 1200 MHz Model: Advantech iMX8QM Qseven series Board: ROM-7720-A1 4GB Build: SCFW 65afe5f6 Boot: SD2 DRAM: 3.9 GiB MMC: FSL_SDHC: 0, FSL_

Re: [U-Boot] [PATCH] scrapyard: Delete this file and script

2019-08-30 Thread Wolfgang Denk
Dear Tom, In message <1567099239-28108-1-git-send-email-tr...@konsulko.com> you wrote: > The README.scrapyard file has been inconsistently updated. While well > intentioned, bad data is worse than no data, and in this case a pointer > to use the history that git provides. Remove the current cont

Re: [U-Boot] [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board

2019-08-30 Thread Oliver Graute
On 30/08/19, Peng Fan wrote: > > Subject: Re: [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board > > > > On 30/08/19, Peng Fan wrote: > > > > Subject: [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board > > > > > > > > Add i.MX8QM ROM 7720a1 board support > > > > > > > > Boot log as below: > > > > U-

Re: [U-Boot] [PATCH v4 2/4] USB: host: Add the USB3 host driver

2019-08-30 Thread Jean-Jacques Hiblot
On 28/08/2019 13:50, Sherry Sun wrote: Hi Jean, Hi Jean, Hi Marek, Sherry, we keep the cdns3 node for usb gadget driver, then add a usb host node for xhci-imx8 driver in *-uboot.dtsi. so here is no need to change the host driver compatible. But the compatible in gadget driver should be

Re: [U-Boot] [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board

2019-08-30 Thread Peng Fan
> Subject: Re: [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board > > On 30/08/19, Peng Fan wrote: > > > Subject: [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board > > > > > > Add i.MX8QM ROM 7720a1 board support > > > > > > Boot log as below: > > > U-Boot 2019.07-1-g6c912ea4d4 (Aug 28 2019 - 1

Re: [U-Boot] [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board

2019-08-30 Thread Oliver Graute
On 30/08/19, Peng Fan wrote: > > Subject: [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board > > > > Add i.MX8QM ROM 7720a1 board support > > > > Boot log as below: > > U-Boot 2019.07-1-g6c912ea4d4 (Aug 28 2019 - 13:01:45 +0200) > > > > CPU: NXP i.MX8QM RevB A53 at 1200 MHz > > > > Model:

Re: [U-Boot] [PATCH 1/1] x86: efi_loader: Fix invalid address return from efi_alloc()

2019-08-30 Thread Bin Meng
Hi Aiden, On Fri, Aug 30, 2019 at 5:31 AM Park, Aiden wrote: > > Hi Heinrich and Bin, > > > -Original Message- > > From: Heinrich Schuchardt [mailto:xypron.g...@gmx.de] > > Sent: Wednesday, August 28, 2019 10:16 PM > > To: Bin Meng ; Park, Aiden > > Cc: Simon Glass ; u-boot@lists.denx.de

Re: [U-Boot] [PATCH v1] pci: add DM based mpc85xx driver

2019-08-30 Thread Z.q. Hou
Hi Heiko, > -Original Message- > From: Heiko Schocher > Sent: 2019年8月30日 12:17 > To: Z.q. Hou > Cc: u-boot@lists.denx.de; Alexander Graf ; Andrew F. Davis > ; Xiaowei Bao ; Bin Meng > ; Eugen Hristev ; > Heinrich Schuchardt ; Horatiu Vultur > ; Krzysztof Kozlowski ; > Liviu Dudau ; Marek

Re: [U-Boot] [PATCH v1] usb: Guarantee alignment of the string descriptor

2019-08-30 Thread Bin Meng
On Thu, Aug 29, 2019 at 10:46 PM Andy Shevchenko wrote: > > GCC 9.x starts complaining about potential misalignment of the pointer to the > array (in this case alignment=2) in the packed (alignment=1) structures. > > drivers/usb/gadget/composite.c:545:23: warning: taking address of packed > membe

Re: [U-Boot] [PATCH v5 0/7] usb: Add cadence USB3 gadget/host/phy driver

2019-08-30 Thread Sherry Sun
Hi Vignesh, > > Hi, > > On 28/08/19 7:52 PM, Sherry Sun wrote: > > Hi Vignesh, > [...] > >> I see that Cadence USB driver for Linux kernel is still under > >> development and DT compatible binding is supposed to be "cdns,usb3" > not "cdns,usb3-1.0.0". > >> See v11: > >> https://patch > >> > work