Re: [U-Boot] [PATCH] drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire()

2017-10-29 Thread Ashish Kumar
Hello York, The definition of qbman_swp_acquire(), is not owned by u-boot, it is part of qbman drivers which is owned by Roy. u-boot gets this definition from flib code and same is used in u-boot as it is. So, moving this error handler in qbman_swp_acquire for num == 0, may result in

Re: [U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver

2017-10-29 Thread Florian Fainelli
Le 10/19/17 à 21:45, Stefan Roese a écrit : > On 19.10.2017 23:50, Florian Fainelli wrote: >> On 10/14/2017 06:00 PM, Florian Fainelli wrote: >>> (this time after subscribing to the list) >>> >>> Hi all, >>> >>> This patch series adds support for the Broadcom BCM53xx switches, in >>> particular

Re: [U-Boot] [RFC] mmc: fsl_esdhc: Do not set high speed mode on MX25 and MX51

2017-10-29 Thread Fabio Estevam
Hi Benoît , On Sun, Oct 29, 2017 at 7:18 PM, Benoît Thébaudeau wrote: > Of course we can, but CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 seems to be > the most optimal approach here, so I'll wait for the answer from your > design team before doing anything. I have just

Re: [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system

2017-10-29 Thread Marek Vasut
On 10/29/2017 11:57 PM, Lukasz Majewski wrote: > Hi Marek, > [...] > It would be best to have some kind of common code and extensions > per soc/architecture. I can't see a usecase for that. >>> >>> The use case would be to reuse/tweak this code to be able to load >>>

Re: [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system

2017-10-29 Thread Lukasz Majewski
Hi Marek, > On 10/28/2017 11:43 PM, Lukasz Majewski wrote: > > Hi Marek, > > > >> On 10/27/2017 12:35 PM, Lukasz Majewski wrote: > >> [...] > >  common/Makefile   |   2 + > >  common/load_fs.c  | 163 > > ++ >

Re: [U-Boot] [U-Boot,1/1] checkpatch: Support wide strings

2017-10-29 Thread Tom Rini
On Sun, Oct 29, 2017 at 08:28:52AM +0100, Heinrich Schuchardt wrote: > Allow prefixing typical strings with L for wide strings > > Patch originally by Joe Perches > https://lkml.org/lkml/2017/10/17/1117 > > Signed-off-by: Joe Perches > Signed-off-by: Heinrich Schuchardt

Re: [U-Boot] [U-Boot, 1/1] scripts/get_maintainer.pl: enable find_maintainer_files

2017-10-29 Thread Tom Rini
On Sat, Oct 28, 2017 at 07:34:15AM +0200, Heinrich Schuchardt wrote: > Many MAINTAINERS files are in subdirectories. > We should enable searching these. > > Reported-by: Walt Feasel > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master,

Re: [U-Boot] Please pull u-boot-video/master

2017-10-29 Thread Tom Rini
On Sun, Oct 29, 2017 at 02:50:57PM +0100, Anatolij Gustschin wrote: > Hi Tom, > > please pull some fixes and sunxi video driver changes. The latter were > submitted before merge window closed, so I think these should go into > November release. > > The following changes since commit

Re: [U-Boot] [RFC] mmc: fsl_esdhc: Do not set high speed mode on MX25 and MX51

2017-10-29 Thread Benoît Thébaudeau
Hi Fabio, On Tue, Oct 24, 2017 at 10:50 AM, Fabio Estevam wrote: > On Mon, Oct 23, 2017 at 8:45 PM, Benoît Thébaudeau > wrote: > >> The issue is the timeout in esdhc_setup_data() on line 309. If I >> revert e978a31b and fb823981, then

[U-Boot] [PATCH] mmc: fsl_esdhc: Fix PIO timeout

2017-10-29 Thread Benoît Thébaudeau
The following error has been observed on i.MX25 with a high-speed SDSC card: Data Write Failed in PIO Mode. It was caused by the timeout set on PRSSTAT.BWEN, which was triggered because this bit takes 15 ms to be set after writing the first block to DATPORT with this card. Without this

[U-Boot] [PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4

2017-10-29 Thread Dongjin Kim
Looking at the schematic, LDO15 and LDO17 are tied as a power source of a builtin network chipset. The voltage on LDO15 is corrected to 3.3V and the name of LDO17 is corrected to "vdd_ldo17". Signed-off-by: Dongjin Kim --- arch/arm/dts/exynos5422-odroidxu3.dts | 6 +++--- 1

Re: [U-Boot] [PATCH u-boot 1/3] net: phy: Add Amlogic Meson GXL Internal PHY support

2017-10-29 Thread Neil Armstrong
Le 29/10/2017 13:04, Tom Rini a écrit : > On Thu, Oct 26, 2017 at 03:39:17PM +0200, Neil Armstrong wrote: >> On 22/10/2017 16:36, Simon Glass wrote: >>> On 18 October 2017 at 10:02, Neil Armstrong wrote: The Amlogic Meson GXL/GXM families embeds an internal RMII

Re: [U-Boot] [PATCH 1/2] i2c: add Amlogic Meson driver

2017-10-29 Thread Neil Armstrong
Le 29/10/2017 10:09, Beniamino Galvani a écrit : > Add a driver for the I2C controller available on Amlogic Meson SoCs. > > Signed-off-by: Beniamino Galvani > --- > arch/arm/include/asm/arch-meson/i2c.h | 11 ++ > drivers/i2c/Kconfig | 6 + >

Re: [U-Boot] [PATCH 2/2] odroid-c2: enable I2C

2017-10-29 Thread Neil Armstrong
Le 29/10/2017 10:09, Beniamino Galvani a écrit : > Signed-off-by: Beniamino Galvani > --- > arch/arm/include/asm/arch-meson/gxbb.h | 1 + > board/amlogic/odroid-c2/odroid-c2.c| 1 + > configs/odroid-c2_defconfig| 3 +++ > 3 files changed, 5 insertions(+) >

[U-Boot] Please pull u-boot-video/master

2017-10-29 Thread Anatolij Gustschin
Hi Tom, please pull some fixes and sunxi video driver changes. The latter were submitted before merge window closed, so I think these should go into November release. The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a: Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18

Re: [U-Boot] [PATCH] exynos: video: fix typo in DisplayPort driver

2017-10-29 Thread Anatolij Gustschin
On Fri, 27 Oct 2017 23:08:51 -0400 tobet...@gmail.com tobet...@gmail.com wrote: > From: Dongjin Kim > > Signed-off-by: Dongjin Kim > CC: Simon Glass > CC: Minkyu Kang > --- > drivers/video/exynos/exynos_dp.c |

Re: [U-Boot] [PATCH] video/da8xx-fb: Cache-align memory allocations

2017-10-29 Thread Anatolij Gustschin
On Fri, 27 Oct 2017 14:52:08 +0300 Niko Mauno niko.ma...@vaisala.com wrote: > Resort to malloc_cache_aligned() rather than malloc() which also removes > 'CACHE: Misaligned operation at range' warnings. > > Signed-off-by: Niko Mauno > --- > drivers/video/da8xx-fb.c | 8

Re: [U-Boot] [PATCH v7] cmd: usb: ignore blk, emulation devices in usb tree/info display

2017-10-29 Thread Marek Vasut
On 10/24/2017 02:28 AM, Suneel Garapati wrote: > Usb tree/info commands iterate over all usb uclass devices recursively. > Blk uclass devices based on struct blk_desc are created for mass storage > device, treating them as usb uclass devices based on struct usb_device > and referencing usb config

Re: [U-Boot] [PATCH u-boot 1/3] net: phy: Add Amlogic Meson GXL Internal PHY support

2017-10-29 Thread Tom Rini
On Thu, Oct 26, 2017 at 03:39:17PM +0200, Neil Armstrong wrote: > On 22/10/2017 16:36, Simon Glass wrote: > > On 18 October 2017 at 10:02, Neil Armstrong wrote: > >> The Amlogic Meson GXL/GXM families embeds an internal RMII Ethernet PHY. > >> > >> The PHY acts as a

Re: [U-Boot] efi_loader: Disable env_save() call on boot

2017-10-29 Thread Tom Rini
On Thu, Oct 19, 2017 at 11:23:50PM +0200, Alexander Graf wrote: > With the introduction of EFI variable support, we also wanted to persist > these EFI variables. However, the way it was implemented we ended up > persisting all U-Boot environment variables on every EFI boot. > > That could

Re: [U-Boot] Please pull u-boot-fsl-qoriq master

2017-10-29 Thread Tom Rini
On Fri, Oct 27, 2017 at 09:29:43PM +, York Sun wrote: > Tom, > > The following changes since commit ce0dea889a01d06bdc2d845fd03e90bcf8b49fec: > > Merge git://git.denx.de/u-boot-uniphier (2017-10-22 19:21:04 -0400) > > are available in the git repository at: > >

Re: [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system

2017-10-29 Thread Marek Vasut
On 10/28/2017 11:43 PM, Lukasz Majewski wrote: > Hi Marek, > >> On 10/27/2017 12:35 PM, Lukasz Majewski wrote: >> [...] >  common/Makefile   |   2 + >  common/load_fs.c  | 163 > ++ >  include/load_fs.h |  40

[U-Boot] [PATCH 1/2] i2c: add Amlogic Meson driver

2017-10-29 Thread Beniamino Galvani
Add a driver for the I2C controller available on Amlogic Meson SoCs. Signed-off-by: Beniamino Galvani --- arch/arm/include/asm/arch-meson/i2c.h | 11 ++ drivers/i2c/Kconfig | 6 + drivers/i2c/Makefile | 1 + drivers/i2c/meson_i2c.c

[U-Boot] [PATCH 2/2] odroid-c2: enable I2C

2017-10-29 Thread Beniamino Galvani
Signed-off-by: Beniamino Galvani --- arch/arm/include/asm/arch-meson/gxbb.h | 1 + board/amlogic/odroid-c2/odroid-c2.c| 1 + configs/odroid-c2_defconfig| 3 +++ 3 files changed, 5 insertions(+) diff --git a/arch/arm/include/asm/arch-meson/gxbb.h

[U-Boot] [PATCH 0/2] Amlogic I2C driver for u-boot

2017-10-29 Thread Beniamino Galvani
Hi, this series adds support for the Amlogic Meson I2C controller to u-boot. Beniamino Galvani (2): i2c: add Amlogic Meson driver odroid-c2: enable I2C arch/arm/include/asm/arch-meson/gxbb.h | 1 + arch/arm/include/asm/arch-meson/i2c.h | 11 ++ board/amlogic/odroid-c2/odroid-c2.c|

[U-Boot] [PATCH 1/1] checkpatch: Support wide strings

2017-10-29 Thread Heinrich Schuchardt
Allow prefixing typical strings with L for wide strings Patch originally by Joe Perches https://lkml.org/lkml/2017/10/17/1117 Signed-off-by: Joe Perches Signed-off-by: Heinrich Schuchardt --- scripts/checkpatch.pl | 7 --- 1 file changed, 4