aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-26thunderbolt: Clear hops before overwritingAndreas Noever1-1/+20
2014-07-13thunderbolt: Use kcallocHimangi Saraogi1-6/+4
2014-07-07thunderbolt: Correct the size argument to devm_kzallocHimangi Saraogi1-2/+2
2014-06-21thunderbolt: select CRC32 in KconfigAndreas Noever1-0/+1
2014-06-20thunderbolt: Make tb_eeprom_get_drom_offset staticAndreas Noever1-1/+1
2014-06-20thunderbolt: Make enum tb_drom_entry_type unsignedAndreas Noever1-1/+2
2014-06-20thunderbolt: Fix header declaration of tb_find_capAndreas Noever1-1/+1
2014-06-20thunderbolt: Add casts to prevent endianness warningsAndreas Noever1-2/+2
2014-06-20thunderbolt: fix format string for size_tArnd Bergmann1-1/+1
2014-06-20thunderbolt: add PCI dependencyArnd Bergmann1-1/+1
2014-06-20thunderbolt: Staticize nhi_idsSachin Kamat1-1/+1
2014-06-20thunderbolt: Use NULL instead of 0 in nhi.cSachin Kamat1-1/+1
2014-06-20thunderbolt: Use NULL instead of 0 in ctl.cSachin Kamat1-2/+2
2014-06-20thunderbolt: Use NULL instead of 0 in switch.cSachin Kamat1-3/+3
2014-06-20thunderbolt: Fix build error in switch.cSachin Kamat1-0/+1
2014-06-20thunderbolt: Fix build error in eeprom.cSachin Kamat1-0/+1
2014-06-19thunderbolt: Fix nontrivial endpoint devices.Andreas Noever3-18/+31
2014-06-19thunderbolt: Read port configuration from eeprom.Andreas Noever3-7/+270
2014-06-19thunderbolt: Add suspend/hibernate supportAndreas Noever4-0/+183
2014-06-19thunderbolt: Read switch uid from EEPROMAndreas Noever4-1/+198
2014-06-19thunderbolt: Add support for simple pci tunnelsAndreas Noever5-1/+399
2014-06-19thunderbolt: Add path setup code.Andreas Noever4-1/+312
2014-06-19thunderbolt: Handle hotplug eventsAndreas Noever3-2/+89
2014-06-19thunderbolt: Scan for downstream switchesAndreas Noever3-0/+157
2014-06-19thunderbolt: Enable plug eventsAndreas Noever2-0/+53
2014-06-19thunderbolt: Add thunderbolt capability handlingAndreas Noever3-1/+119
2014-06-19thunderbolt: Initialize root switch and portsAndreas Noever4-1/+333
2014-06-19thunderbolt: Add tb_regs.hAndreas Noever2-0/+218
2014-06-19thunderbolt: Setup control channelAndreas Noever4-3/+186
2014-06-19thunderbolt: Add control channel interfaceAndreas Noever3-1/+807
2014-06-19thunderbolt: Add initial cactus ridge NHI supportAndreas Noever5-0/+860