Signed-off-by: Amrita Kumari
Signed-off-by: Ashish Kumar
---
include/configs/ls1088aqds.h | 13 +
1 file changed, 13 insertions(+)
diff --git a/include/configs/ls1088aqds.h b/include/configs/ls1088aqds.h
index e60fe49..31efb82 100644
--- a/include/configs/ls1088aqds.h
+++ b/include/
Signed-off-by: Amrita Kumari
Signed-off-by: Ashish Kumar
---
include/configs/ls1088ardb.h | 13 +
1 file changed, 13 insertions(+)
diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index 958d472..8fdc576 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/
On Tue, Oct 17, 2017 at 12:32 PM, Sean Nyekjaer wrote:
> Signed-off-by: Sean Nyekjaer
> ---
> drivers/mtd/spi/spi_flash_ids.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
> index 13f64e773f..2cb0196065 100644
> --- a/d
On Tue, Oct 17, 2017 at 5:17 PM, Goldschmidt Simon
wrote:
> On some boards where the spi flash is not reset during warm reboot,
> the chip has to be manually set into 3-byte address mode.
>
> Signed-off-by: Simon Goldschmidt
> ---
> drivers/mtd/spi/sf_internal.h | 2 ++
> drivers/mtd/spi/spi_fl
Signed-off-by: Ashish Kumar
---
configs/ls1088aqds_qspi_defconfig | 1 +
configs/ls1088ardb_qspi_defconfig | 1 +
include/configs/ls1088aqds.h | 1 -
include/configs/ls1088ardb.h | 1 -
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/ls1088aqds_qspi_defconfig
b/c
On Mon, Oct 16, 2017 at 12:54 PM, Rajat Srivastava
wrote:
> The S25FS-S family physical sectors may be configured as a hybrid
> combination of eight 4-kB parameter sectors at the top or bottom
> of the address space with all but one of the remaining sectors
> being uniform size. The default status
On Sat, Oct 28, 2017 at 5:09 PM, Marek Vasut wrote:
> On 10/27/2017 03:54 PM, Eugeniy Paltsev wrote:
>> On Tue, 2017-10-24 at 15:22 +0530, Jagan Teki wrote:
>>> On Tue, Oct 24, 2017 at 11:38 AM, Marek Vasut wrote:
On 10/23/2017 01:43 PM, Eugeniy Paltsev wrote:
> On Thu, 2017-10-19 at 13:
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
inconsiste
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
>>>
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 asked them to confirm.
This is th
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
>>> firmwar
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
> > ++
>
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
Applied to u-boot/mast
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, thanks!
--
Tom
signature.asc
Description: PGP
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 4c7a211046a3
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 everything works fine. However, the
>> latest calculation is
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 timeout
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 file changed, 3 inser
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 Ethernet PHY.
The
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 +
> drivers/i2c/Makefile
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(+)
>
> diff --git a/arch/a
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 -0
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 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-video/mas
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
> 1 file changed
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 i
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 generic PHY but needs a slight
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 potenti
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:
>
> git://git.denx.de/u-boot
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 ++
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 | 263
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
b/arch/arm/include/asm/arch-meson
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|
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 insertions(+), 3 deletions(-)
diff --git a/scrip
33 matches
Mail list logo