Re: [U-Boot] [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment

2018-09-07 Thread Wolfram Sang
On Fri, Sep 07, 2018 at 08:02:05AM +0200, Michal Simek wrote: > Include xilinx soft i2c controller to Zynq fragment to make clear who is > responsible for it. > > Signed-off-by: Michal Simek Applied to for-current, thanks! signature.asc Description: PGP signature _

Re: [U-Boot] [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment

2018-09-07 Thread Wolfram Sang
On Fri, Sep 07, 2018 at 08:02:05AM +0200, Michal Simek wrote: > Include xilinx soft i2c controller to Zynq fragment to make clear who is > responsible for it. > > Signed-off-by: Michal Simek Cool, thanks! > --- > > Normally we are handling all these drivers via one fragment to make sure > that

Re: [U-Boot] [PATCH] mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problems

2012-12-05 Thread Wolfram Sang
On Wed, Dec 05, 2012 at 09:35:26PM -0200, Fabio Estevam wrote: > Hi Wolfram, > > On Wed, Dec 5, 2012 at 6:48 PM, Wolfram Sang wrote: > > > diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c > > index 4701be8..e38e151 100644 > > --- a/drivers

[U-Boot] [PATCH] mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problems

2012-12-05 Thread Wolfram Sang
consistent state already before sending commands to NAND. This behaviour was observed in barebox and kernel, so I assume it affects U-Boot as well. I chose to keep the extra reset for BCH when changing the flash layout to be on the safe side. Signed-off-by: Wolfram Sang --- Only compile tested. Test

[U-Boot] [PATCH] apbh_dma: return error value on timeout

2011-11-18 Thread Wolfram Sang
When a timeout occurs, the return value is prepared but never returned. Fix that. Signed-off-by: Uwe Kleine-König Signed-off-by: Wolfram Sang Cc: Marek Vasut --- drivers/dma/apbh_dma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dma/apbh_dma.c b/drivers

Re: [U-Boot] [PATCH 05/15] iMX28: Add I2C bus driver

2011-09-13 Thread Wolfram Sang
> Oh I2C, not SPI. Sorry. > > Will add Based on line, cheers! Cool, thanks. -- Pengutronix e.K. | Wolfram Sang| Industrial Linux Solutions | http://www.pengutronix.de/ | signature.asc Description: Digital

Re: [U-Boot] [PATCH 05/15] iMX28: Add I2C bus driver

2011-09-13 Thread Wolfram Sang
if ((i & 3) == 2) writel(data, i2c->regs + MXS_I2C_DATA); } /* Write out the remaining bytes if any */ shifts_left = 24 - (i & 3) * 8; if (shifts_left) writel(data >> shifts_left, i2c->regs + MX

Re: [U-Boot] [PATCH 05/15] iMX28: Add I2C bus driver

2011-09-13 Thread Wolfram Sang
n if you didn't like some of the variable names and defines :) Regards, Wolfram -- Pengutronix e.K. | Wolfram Sang| Industrial Linux Solutions | http://www.pengutronix.de/ | signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] nand/davinci: make sure ECC calculation has really started

2010-09-09 Thread Wolfram Sang
Due to a register glitch (result code <4 might show up right after the start-calculation-bit was set), make sure the ECC has really started. See 1c3275b656045aff9a75bb2c9f3251af1043ebb3 in the kernel. Signed-off-by: Wolfram Sang Cc: Sandeep Paulraj --- drivers/mtd/nand/davinci_nand.c |

Re: [U-Boot] MPC5200B: Trouble with config pins

2008-11-26 Thread Wolfram Sang
was "too long". Next revision of the PHY will have this fixed. (Yeah, next revision, sigh...) All the best, Wolfram -- Dipl.-Ing. Wolfram Sang | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry signature.asc Descri