fixes for -next
Sascha Hauer
s.hauer at pengutronix.de
Thu Jul 28 03:58:15 EDT 2011
The following has some cleanups and fixes for next.
3/5 fixes a longstanding bug in barebox which possibly affected
everyone. It triggered for me when Jean-Christophe moved some
files around to drivers/base. This changed the link order and
then some data in the fec driver got corrupted which then stopped
working. This one is also intended to go to master.
The other patches fix some regression introduced in the next branch.
Sascha Hauer (5):
net: remove unused fields from struct eth_device
ARM i.MX: Add missing cpu_is_mx53()
Fix memory corruption bug in dev_id()
fix typo
mci: do not use unitialized resource
arch/arm/mach-imx/include/mach/generic.h | 6 ++++++
drivers/base/driver.c | 4 ++--
drivers/mci/mci-core.c | 3 +--
include/driver.h | 2 +-
include/net.h | 2 --
5 files changed, 10 insertions(+), 7 deletions(-)
More information about the barebox
mailing list