summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/icm.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-18thunderbolt: Start firmware on Titan Ridge Apple systemsMika Westerberg1-0/+2
2019-04-18thunderbolt: Make rest of the logging to happen at debug levelMika Westerberg1-1/+1
2019-04-18thunderbolt: Make tb_switch_alloc() return ERR_PTR()Mika Westerberg1-3/+3
2019-04-18thunderbolt: Assign remote for both ports in case of dual linkMika Westerberg1-23/+10
2019-04-18thunderbolt: Do not allocate switch if depth is greater than 6Mika Westerberg1-3/+2
2019-04-18thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg1-4/+8
2019-03-28thunderbolt: Fix to check the return value of kmemdupAditya Pakki1-0/+5
2018-10-08Merge 4.19-rc7 into char-misc-nextGreg Kroah-Hartman1-29/+20
2018-10-02thunderbolt: Convert rest of the driver files to use SPDX identifierMika Westerberg1-4/+1
2018-10-02thunderbolt: Do not handle ICM events after domain is stoppedMika Westerberg1-29/+20
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg1-14/+105
2018-07-25thunderbolt: Remove redundant variable 'approved'Colin Ian King1-2/+0
2018-07-25thunderbolt: Use correct ICM commands in system suspendMika Westerberg1-5/+13
2018-07-25thunderbolt: Do not unnecessarily call ICM get routeMika Westerberg1-9/+26
2018-05-15thunderbolt: Handle NULL boot ACL entries properlyMika Westerberg1-1/+1
2018-03-14thunderbolt: Prevent crash when ICM firmware is not runningMika Westerberg1-0/+3
2018-03-09thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky1-0/+382
2018-03-09thunderbolt: Add support for preboot ACLMika Westerberg1-9/+149
2018-03-09thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat1-4/+8
2018-03-09thunderbolt: Move driver ready handling to struct icmMika Westerberg1-11/+31
2018-03-09thunderbolt: Add constant for approval timeoutMika Westerberg1-2/+3
2018-03-09thunderbolt: Factor common ICM add and update operations outMika Westerberg1-49/+87
2018-03-09thunderbolt: Handle rejected Thunderbolt devicesMika Westerberg1-0/+6
2018-03-09thunderbolt: Wait a bit longer for ICM to authenticate the active NVMMika Westerberg1-2/+5
2018-03-09thunderbolt: Wait a bit longer for root switch config spaceMika Westerberg1-1/+2
2018-03-09thunderbolt: Handle connecting device in place of host properlyMika Westerberg1-9/+17
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg1-2/+216
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg1-1/+1
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki1-9/+4
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner1-9/+4
2017-07-31thunderbolt: icm: Ignore mailbox errors in icm_suspend()Rafael J. Wysocki1-1/+8
2017-06-09thunderbolt: Add support for host and device NVM firmware upgradeMika Westerberg1-1/+32
2017-06-09thunderbolt: Add support for Internal Connection Manager (ICM)Mika Westerberg1-0/+1058