Re: [U-Boot] [RESEND PATCH v2 12/13] davinci: omapl138-lcdk: enable driver-model in SPL

2019-10-25 Thread Rizvi, Mohammad Faiz Abbas
Hi Barotz, On 10/25/2019 9:40 PM, Bartosz Golaszewski wrote: > czw., 26 wrz 2019 o 01:21 Faiz Abbas napisaƂ(a): >> >> Hi, >> >> On 29/07/19 12:28 PM, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski >>> >>> Enable CONFIG_SPL_DM and enable the driver model for serial by defining >>> an ap

Re: [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

2019-03-13 Thread Rizvi, Mohammad Faiz Abbas
Tom, On 3/12/2019 2:11 PM, Faiz Abbas wrote: > Hi Akashi, > > On 11/09/18 12:29 PM, Akashi, Takahiro wrote: >> From: AKASHI Takahiro >> >> The current write implementation is quite simple: remove existing clusters >> and then allocating new ones and filling them with data. This, inevitably, >> e

Re: [U-Boot] [PATCH v2 09/13] mmc: sdhci: Make set_ios_post() return int

2019-02-11 Thread Rizvi, Mohammad Faiz Abbas
Hi Tom, On 2/7/2019 5:16 AM, Tom Rini wrote: > On Tue, Feb 05, 2019 at 07:42:57PM +0530, Faiz Abbas wrote: > >> Make set_ios_post() return int to faciliate error handling in >> platform drivers. >> >> Signed-off-by: Faiz Abbas >> --- >> drivers/mmc/sdhci.c | 8 ++-- >> drivers/mmc/xen