[U-Boot] Regression from v2013.04-rc3 with sdcard detection

2013-04-21 Thread Nicolas Chauvet
Hi, I'm experiencing a regression from v2013.04-rc3 that I found related to the following commit: 64f4a6192f0670de2d9af98900b750a3e7bf8ce6 1741c64d642a95c4bb88a2b03e96c6dc7ed5fe62 With v2013.04 release, when trying to boot from sdcard, I have: "Card did not respond to voltage select" while detec

[U-Boot] [PATCH] Fix usb buffer size for large descriptor of devices

2013-04-21 Thread Nicolas Chauvet
scanning bus 0 for devices... usb_get_configuration_no: failed to get descriptor - too long: 943 This was experienced on toshiba ac100 aka paz00, when discovering the webcam. This patch is probably wrong, as it raise the buffer for all usb. Instead it could probably be raised only per target syst

Re: [U-Boot] Regression from v2013.04-rc3 with sdcard detection

2013-05-03 Thread Nicolas Chauvet
Thx for the answear on this topic. I will answear when back from vacation. The card was advertised as class 10 sdcard. I know I can see others properties with some uboot *info tool I ve also tested with the release version with theses patches reverted. Nicolas (kwizart) ___

Re: [U-Boot] [PATCH 1/2] ARM: tegra124: Clear IDDQ when enabling PLLC

2015-09-09 Thread Nicolas Chauvet
Tested-by: Nicolas Chauvet Test-HW: jetson-tk1 Fix the issue on recent kernel Nicolas (kwizart) 2015-09-08 11:38 GMT+02:00 Thierry Reding : > From: Thierry Reding > > Enabling a PLL while IDDQ is high. The Linux kernel checks for this > condition and warns about it verbosely, s

[U-Boot] [PATCH] wandboard: Enable SATA for quad

2017-02-16 Thread Nicolas Chauvet
with Fedora 25 workstation armhfp Signed-off-by: Nicolas Chauvet --- include/configs/wandboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 7e9757a..3101d1b 100644 --- a/include/configs/wandboard.h +++ b/include/configs

[U-Boot] [PATCH] Lower USB_MAX_XFER_BLK to 32767 by default for trimslice

2016-05-26 Thread Nicolas Chauvet
file Tested values on tegra20-trimslice: 4095 ok 32767 ok 32768 timeout 36864 timeout 40960 timeout 49150 timeout Tested on current u-boot master Signed-off-by: Nicolas Chauvet --- common/usb_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/usb_storage.c b/c

[U-Boot] [PATCH] Lower USB_MAX_XFER_BLK to 32767 for trimslice

2016-05-30 Thread Nicolas Chauvet
file Tested values on tegra20-trimslice: 4095 ok 32767 ok 32768 timeout 36864 timeout 40960 timeout 49150 timeout v2: - Allow to override if undefined when using CONFIG_USB_EHCI - Only change the value for trimslice - Update description Signed-off-by: Nicolas Chauvet --- common/usb_stor

Re: [U-Boot] [PATCH v2] rtl8169: fix cache misalignment message on transmit.

2016-09-14 Thread Nicolas Chauvet
, and round the size > up to a cacheline. > > Signed-off-by: Peter Chubb > Acked-by: Joe Hershberger > --- > drivers/net/rtl8169.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Tested-by Nicolas Chauvet This fix the following message on trimslice with

[U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties

2018-07-11 Thread Nicolas Chauvet
Since commit f2faffecbd, tegra: Convert to use binman the dm-pre-reloc properties are removed. This lead uboot not to enable the display on paz00 This patch restore the dm-pre-reloc properties allowing the bootloader to output to the display panel Signed-off-by: Nicolas Chauvet --- arch/arm

[U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties

2018-07-11 Thread Nicolas Chauvet
Signed-off-by: Nicolas Chauvet --- arch/arm/dts/tegra20-u-boot.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi index 7c11972552..f64667e549 100644 --- a/arch/arm/dts/tegra20-u-boot.dtsi +++ b/arch/arm/dts/tegra20

[U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties

2018-07-11 Thread Nicolas Chauvet
characters to commit hash Signed-off-by: Nicolas Chauvet Reviewed-by: Simon Glass --- arch/arm/dts/tegra20-u-boot.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi index 7c11972552..f64667e549 100644 --- a/arch/arm/dts

[U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties

2018-07-11 Thread Nicolas Chauvet
characters to commit hash Signed-off-by: Nicolas Chauvet Reviewed-by: Simon Glass --- arch/arm/dts/tegra20-u-boot.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi index 7c11972552..f64667e549 100644 --- a/arch/arm/dts

[U-Boot] [PATCH] arm: tegra: Restore host1x/dc dm-pre-reloc properties

2018-07-11 Thread Nicolas Chauvet
: - Fix few typos v2: - Add more characters to commit hash Signed-off-by: Nicolas Chauvet Reviewed-by: Simon Glass --- arch/arm/dts/tegra20-u-boot.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi index

Re: [U-Boot] [PATCH] video: backlight: fix pwm invertation

2019-07-01 Thread Nicolas Chauvet
This patch fixes the panel on my device (paz00). Can it be applied to 2019-07 ? Thx in advance Le jeu. 27 juin 2019 à 21:52, Marc Dietrich a écrit : > > Am Freitag, 21. Juni 2019, 22:01:35 CEST schrieb Marc Dietrich: > > Fixes: 57e7775413 ("video: backlight: Parse PWM polarity cell") > > > > se

Re: [U-Boot] [PATCH] video: backlight: fix pwm invertation

2019-07-02 Thread Nicolas Chauvet
Le mar. 2 juil. 2019 à 09:41, Stefan Mavrodiev a écrit : > > Hi, > > On 6/27/19 9:56 PM, marvi...@posteo.de wrote: > > Am Freitag, 21. Juni 2019, 22:01:35 CEST schrieb Marc Dietrich: > >> Fixes: 57e7775413 ("video: backlight: Parse PWM polarity cell") > >> > >> set_pwm will always fail if pwm_set_