public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] thunderbolt: Fix issues with more complex endpoints.
@ 2014-06-12 21:11 Andreas Noever
  2014-06-12 21:11 ` [PATCH 1/2] thunderbolt: Read port configuration from eeprom Andreas Noever
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andreas Noever @ 2014-06-12 21:11 UTC (permalink / raw)
  To: linux-kernel, Greg KH; +Cc: Matthew Garrett, Andreas Noever

Hi,

I have got my hand on a slightly more complex Thunderbolt device (a Startech
docking station). This series fixes the following issues that I have observed
with this device:

 - Some ports on this device are disabled. Accessing them results in an error.
 - This device uses both Thunderbolt links which are represented as two ports on
   the switch. We have to ensure that we only scan one of these ports.

Part 1 of the series reads the switch configuration (disabled ports and which
port pairs are "dual link ports") from eeprom. Part 2 uses this information to
avoid scanning these ports.

Andreas Noever (2):
  thunderbolt: Read port configuration from eeprom.
  thunderbolt: Fix nontrivial endpoint devices.

 drivers/thunderbolt/ctl.c    |   2 +-
 drivers/thunderbolt/eeprom.c | 266 ++++++++++++++++++++++++++++++++++++++++++-
 drivers/thunderbolt/switch.c |  44 ++++---
 drivers/thunderbolt/tb.c     |   5 +
 drivers/thunderbolt/tb.h     |   7 +-
 5 files changed, 300 insertions(+), 24 deletions(-)

-- 
2.0.0


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

end of thread, other threads:[~2014-06-19 21:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12 21:11 [PATCH 0/2] thunderbolt: Fix issues with more complex endpoints Andreas Noever
2014-06-12 21:11 ` [PATCH 1/2] thunderbolt: Read port configuration from eeprom Andreas Noever
2014-06-12 21:11 ` [PATCH 2/2] thunderbolt: Fix nontrivial endpoint devices Andreas Noever
2014-06-12 22:06 ` [PATCH 0/2] thunderbolt: Fix issues with more complex endpoints Greg KH
2014-06-19 21:15 ` Greg KH

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