[U-Boot] [PATCH] fsl espi: Fix reading from device

2012-09-26 Thread Dale P. Smith
Return the actual bytes read from the device. --- drivers/spi/fsl_espi.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c index a1ebd33..c0348db 100644 --- a/drivers/spi/fsl_espi.c +++ b/drivers/spi/fsl_espi.c @@ -291

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-26 Thread Heiko Schocher
Hello Tom, York, On 25.09.2012 22:21, Tom Rini wrote: [...] Tom, Do I need to change this patch in any way? I see it is still "under review" in patchwork. I am fine with it. This falls to Heiko now, thanks. It looks good to me too. I add it in the next merge window. bye, Heiko -- DENX Sof

Re: [U-Boot] [PATCH v3 3/5] arm: exynos4: cpu: Add definition for display

2012-09-26 Thread Piotr Wilczek
Dear Minkyu, > -Original Message- > From: Minkyu Kang [mailto:proms...@gmail.com] > Sent: Thursday, September 27, 2012 2:21 AM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; Kyungmin Park; Donghwa Lee > Subject: Re: [U-Boot] [PATCH v3 3/5] arm: exynos4: cpu: Add definition > for display >

Re: [U-Boot] KernelDoc

2012-09-26 Thread Stefan Roese
On 09/26/2012 09:54 PM, Wolfgang Denk wrote: >>> If I change the calling interface, must I add documentation then? >> >> Of course, yes. > > Didn't we agree that we want to make it easier for people to > contribute code? If somebody who just wants to improve a small detail > in the code is n

Re: [U-Boot] [PATCH v3 2/5] drivers: video: Add ld9040 video driver

2012-09-26 Thread Minkyu Kang
Dear Piotr, On 24 September 2012 22:04, Piotr Wilczek wrote: > This patch add ld9040 video driver: > new file: drivers/video/ld9040.c > new file: include/ld9040.h > modified: drivers/video/Makefile It's a unnecessary information. Please remove it. > > Signed-off-by: Piotr Wilczek > Signe

<    1   2