mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* AM335x fixes
@ 2015-04-28 11:05 Sascha Hauer
  2015-04-28 11:05 ` [PATCH 1/5] usb: musb: dsps: Do not use priv pointer Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2015-04-28 11:05 UTC (permalink / raw)
  To: Barebox List

This series fixes some strange issues on AM335x which I currently
can't reproduce with this series anymore. What happened was that
the device hierarchy was garbled so that the output of devinfo
resulted in an endless loop. There are also some other similar
strange corruption issues. My assumption is that the CPSW driver
wasn't quiesced, so that incoming DMA transfers corrupted the
memory.

Also the 'detect -a' made barebox crash on the musb controller, this
one is fixed aswell.

----------------------------------------------------------------
Sascha Hauer (5):
      usb: musb: dsps: Do not use priv pointer
      usb: musb: set controller->priv pointer
      net: phy: Add missing phy_unregister_device
      eth: halt active ethernet device on unregister
      net: cpsw: unregister device on remove callback

 drivers/net/cpsw.c              | 44 ++++++++++++++++++++++++++++++++++++-----
 drivers/net/phy/phy.c           | 11 +++++++++++
 drivers/usb/musb/musb_barebox.c |  1 +
 drivers/usb/musb/musb_dsps.c    | 21 +++++++++-----------
 include/linux/phy.h             |  1 +
 net/eth.c                       |  3 +++
 6 files changed, 64 insertions(+), 17 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:[~2015-04-28 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28 11:05 AM335x fixes Sascha Hauer
2015-04-28 11:05 ` [PATCH 1/5] usb: musb: dsps: Do not use priv pointer Sascha Hauer
2015-04-28 11:05 ` [PATCH 2/5] usb: musb: set controller->priv pointer Sascha Hauer
2015-04-28 11:05 ` [PATCH 3/5] net: phy: Add missing phy_unregister_device Sascha Hauer
2015-04-28 11:05 ` [PATCH 4/5] eth: halt active ethernet device on unregister Sascha Hauer
2015-04-28 11:05 ` [PATCH 5/5] net: cpsw: unregister device on remove callback Sascha Hauer

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