mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fix device tree corruption
@ 2012-12-12 14:07 Sascha Hauer
  2012-12-12 14:07 ` [PATCH 1/2] fs: move dev_add_child before device_register Sascha Hauer
  2012-12-12 14:07 ` [PATCH 2/2] drivers/base: fix corrupt device tree Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2012-12-12 14:07 UTC (permalink / raw)
  To: barebox


This fixes a device tree corruption on current master. Reported by Jan Lübbe

Sascha

----------------------------------------------------------------
Sascha Hauer (2):
      fs: move dev_add_child before device_register
      drivers/base: fix corrupt device tree

 common/console.c           |    2 +-
 drivers/base/driver.c      |   32 +++++++++++---------------------
 drivers/i2c/i2c.c          |    4 ----
 drivers/mci/mci-core.c     |    2 +-
 drivers/mtd/core.c         |    4 +---
 drivers/net/phy/mdio_bus.c |    4 ----
 drivers/net/phy/phy.c      |    3 ++-
 drivers/spi/spi.c          |    2 +-
 drivers/w1/w1.c            |    4 ----
 fs/fs.c                    |   10 +++++-----
 include/driver.h           |    5 -----
 net/eth.c                  |    2 +-
 12 files changed, 23 insertions(+), 51 deletions(-)


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

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

end of thread, other threads:[~2012-12-12 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-12 14:07 [PATCH] fix device tree corruption Sascha Hauer
2012-12-12 14:07 ` [PATCH 1/2] fs: move dev_add_child before device_register Sascha Hauer
2012-12-12 14:07 ` [PATCH 2/2] drivers/base: fix corrupt device tree Sascha Hauer

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