mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* fixes for -next
@ 2011-07-28  7:58 Sascha Hauer
  2011-07-28  7:58 ` [PATCH 1/5] net: remove unused fields from struct eth_device Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2011-07-28  7:58 UTC (permalink / raw)
  To: barebox

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(-)


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-28  7:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28  7:58 fixes for -next Sascha Hauer
2011-07-28  7:58 ` [PATCH 1/5] net: remove unused fields from struct eth_device Sascha Hauer
2011-07-28  7:58 ` [PATCH 2/5] ARM i.MX: Add missing cpu_is_mx53() Sascha Hauer
2011-07-28  7:58 ` [PATCH 3/5] Fix memory corruption bug in dev_id() Sascha Hauer
2011-07-28  7:58 ` [PATCH 4/5] fix typo Sascha Hauer
2011-07-28  7:58 ` [PATCH 5/5] mci: do not use unitialized resource Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox