summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-03thunderbolt: Add debugfs interfaceGil Fine7-3/+742
2020-09-03thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACEMika Westerberg1-3/+2
2020-09-03thunderbolt: Introduce tb_switch_is_tiger_lake()Gil Fine1-0/+12
2020-09-03thunderbolt: Introduce tb_switch_is_ice_lake()Mika Westerberg1-0/+12
2020-09-03thunderbolt: Check for Intel vendor ID when identifying controllerMika Westerberg1-29/+35
2020-09-03thunderbolt: Introduce tb_port_is_nhi()Mika Westerberg2-1/+6
2020-09-03thunderbolt: Introduce tb_switch_next_cap()Mika Westerberg2-30/+64
2020-09-03thunderbolt: Introduce tb_port_next_cap()Mika Westerberg2-4/+32
2020-09-03thunderbolt: Move struct tb_cap_any to tb_regs.hMika Westerberg2-8/+14
2020-09-03thunderbolt: Add runtime PM for Software CMMika Westerberg3-7/+136
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg4-0/+126
2020-09-03ACPI: Export acpi_get_first_physical_node() to modulesMika Westerberg1-0/+1
2020-09-03PCI / thunderbolt: Switch to use device links instead of PCI quirkMika Westerberg2-57/+66
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg7-3/+231
2020-09-03thunderbolt: Disable lane 1 for XDomain connectionMika Westerberg4-0/+55
2020-09-03thunderbolt: Configure port for XDomainMika Westerberg5-4/+134
2020-09-03thunderbolt: Set port configured for both ends of the linkMika Westerberg4-94/+87
2020-09-03thunderbolt: Configure link after lane bonding is enabledMika Westerberg5-25/+49
2020-09-03thunderbolt: Do not change default USB4 router notification timeoutMika Westerberg1-5/+1
2020-09-03thunderbolt: Initialize TMU again on resumeMika Westerberg1-0/+4
2020-09-03thunderbolt: Tear down DP tunnels when suspendingMika Westerberg1-0/+24
2020-09-03thunderbolt: Send reset only to first generation routersMika Westerberg3-12/+13
2020-09-03thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() failsMika Westerberg1-4/+2
2020-09-03thunderbolt: Do not program NFC buffers for USB4 router protocol adaptersMika Westerberg1-0/+7
2020-09-03thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger LakeMika Westerberg1-1/+4
2020-09-03thunderbolt: Software CM only should set force power in Tiger LakeMika Westerberg1-9/+16
2020-09-03thunderbolt: Optimize NHI LC mailbox command processingRajmohan Mani1-1/+1
2020-09-03thunderbolt: Optimize Force Power logicRajmohan Mani1-2/+2
2020-09-01thunderbolt: Use kobj_to_dev() instead of container_of()Tian Tao2-2/+2
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-10/+9
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-180/+258
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-21/+14
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds24-161/+376
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+6
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-22/+4
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+16
2020-08-29Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+25
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+9
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2020-08-28Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-6/+21
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-11/+18
2020-08-28Merge branch 'acpi-mm'Rafael J. Wysocki1-4/+19
2020-08-28Merge branch 'pm-cpufreq'Rafael J. Wysocki2-5/+8
2020-08-28Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-6/+6
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds42-167/+303
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorLee Jones1-4/+6
2020-08-28usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern1-0/+7