Re: davinci boot failures in next-20140519

2014-05-21 Thread Sekhar Nori
On Tuesday 20 May 2014 10:32 PM, Prabhakar Lad wrote: Sekhar, I am not sure why this didnt work on your side you can find the boot log at [1], I tested this on latest next. I tried NFS after a long time. It could have been some setup issue. Thanks for testing at your end. Regards, Sekhar

Re: [PATCH] i2c-davinci: Handle signals gracefully

2014-05-21 Thread Wolfram Sang
dev_err(dev-dev, controller timed out\n); davinci_i2c_recover_bus(dev); i2c_davinci_init(dev); @@ -384,7 +384,6 @@ i2c_davinci_xfer_msg(struct i2c_adapter *adap, struct i2c_msg *msg, int stop) if (dev-buf_len) { /* This should be

Re: [PATCH] net: davinci_emac: fix oops caused by uninitialized ndev-dev

2014-05-21 Thread Kevin Hilman
Sekhar Nori nsek...@ti.com writes: Commit e194312854edc22a2faf1931b3c0608fe20cb969 (drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc()) triggered a bug in emac_probe() wherein dev member of net_device is used for devres allocations even before it is initialized. This patch