[U-Boot] Shared logging with u-boot and kernel.

2018-05-31 Thread Gautam Bhat
Hello, I am interested in the shared logging with u-boot and kernel feature and would like to know what is the state of the project? Is it in mainline? I am in need of this feature and would like to know if there is any contribution needed which I can help with. Thanks, Gautam.

Re: [U-Boot] [BUG] SPI NOR for SST25V hangs for TI AM335x.

2018-05-23 Thread Gautam Bhat
On Wed, May 23, 2018 at 11:29 AM, Gautam Bhat <mindentr...@gmail.com> wrote: > On Tue, May 22, 2018 at 4:17 PM, Faiz Abbas <faiz_ab...@ti.com> wrote: >> Hi, >> >> Adding Vignesh. He should be able to help. >> >> On Monday 21 May 2018 11:53 PM, Gaut

Re: [U-Boot] [BUG] SPI NOR for SST25V hangs for TI AM335x.

2018-05-23 Thread Gautam Bhat
On Tue, May 22, 2018 at 4:17 PM, Faiz Abbas <faiz_ab...@ti.com> wrote: > Hi, > > Adding Vignesh. He should be able to help. > > On Monday 21 May 2018 11:53 PM, Gautam Bhat wrote: >> Hi, >> >> There is a bug in the SST25V SPI NOR for the TI AM335x. On a writ

[U-Boot] [BUG] SPI NOR for SST25V hangs for TI AM335x.

2018-05-21 Thread Gautam Bhat
Hi, There is a bug in the SST25V SPI NOR for the TI AM335x. On a write the SPI NOR hangs. This is because of the spi_release_bus(..) in the spi_flash_read_common call done by spi_flash_sr_ready(..) called in the spi_flash_wait_till_ready(..) in sst_write_wp(..). This call clears all the registers

Re: [U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-07-03 Thread Gautam Bhat
On Wed, Jun 28, 2017 at 7:43 PM, Fabio Estevam wrote: > > Hi Gautam, > > On Tue, Jun 27, 2017 at 11:32 PM, mind entropy wrote: > > > Hi Fabio, > > > > The patch for the kernel was supposed to be next. Should I send the kernel > > patch to mainline or

[U-Boot] [PATCH v3 1/1] mx7dsabresd: Set VLD04 output to 2.8V in PMIC initialization.

2017-07-02 Thread Gautam Bhat
This change sets the VLDO4 settings output to 2.8V in PMIC initialization so that the MIPI DSI/CSI input voltage is 2.8V as per the schematics. The original code provides an output of 3.3V which violates the voltage mentioned in the schematics. Signed-off-by: Gautam Bhat <mindentr...@gmail.

[U-Boot] [PATCH v3 0/1] mx7dsabresd: Set VLD04 output to 2.8V in PMIC initialization.

2017-07-02 Thread Gautam Bhat
. Gautam Bhat (1): Set VLD04 output to 2.8V in PMIC initialization. board/freescale/mx7dsabresd/mx7dsabresd.c | 6 ++ 1 file changed, 6 insertions(+) -- 2.11.0 ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v2 0/1] mx7sabresd: Set VLD04 output to 2.8V in PMIC initialization.

2017-07-01 Thread Gautam Bhat
. - Modified subject and commit messages as per the recommendation. Gautam Bhat (1): Set VLD04 output to 2.8V in PMIC initialization. board/freescale/mx7dsabresd/mx7dsabresd.c | 10 ++ 1 file changed, 10 insertions(+) -- 2.11.0 ___ U-Boot

[U-Boot] [PATCH v2 1/1] mx7sabresd: Set VLD04 output to 2.8V in PMIC initialization.

2017-07-01 Thread Gautam Bhat
Signed-off-by: Gautam Bhat <mindentr...@gmail.com> --- Changes in v2: - Removed extra parentheses for 0xF. - Modified subject and commit messages as per the recommendation. board/freescale/mx7dsabresd/mx7dsabresd.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/boa

[U-Boot] [PATCH 1/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-21 Thread Gautam Bhat
This change sets the VLDO4 settings output to 2.8V in PMIC initialization so that the MIPI DSI and MIPI CSI input voltage is 2.8V as per the schematics. Signed-off-by: Gautam Bhat <mindentr...@gmail.com> --- board/freescale/mx7dsabresd/mx7dsabresd.c | 10 ++ 1 file chang

[U-Boot] [PATCH 0/1] Set VLD04 output to 2.8V in PMIC initialization.

2017-06-21 Thread Gautam Bhat
This change sets the VLDO4 settings output to 2.8V in PMIC initialization. I accidentally noticed this when I was testing the DSI voltage input which was 3.3V. Not setting the proper voltage can harm some of the voltage sensitive peripheral. Gautam Bhat (1): Set VLD04 output to 2.8V in PMIC