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