thunderbolt: Add initial cactus ridge NHI support
Thunderbolt hotplug is supposed to be handled by the firmware. But Apple decided to implement thunderbolt at the operating system level. The firmare only initializes thunderbolt devices that are present at boot time. This driver enables hotplug of thunderbolt of non-chained thunderbolt devices on Apple systems with a cactus ridge controller. This first patch adds the Kconfig file as well the parts of the driver which talk directly to the hardware (that is pci device setup, interrupt handling and RX/TX ring management). Signed-off-by: NAndreas Noever <andreas.noever@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
drivers/thunderbolt/Kconfig
0 → 100644
drivers/thunderbolt/Makefile
0 → 100644
drivers/thunderbolt/nhi.c
0 → 100644
drivers/thunderbolt/nhi.h
0 → 100644
drivers/thunderbolt/nhi_regs.h
0 → 100644
想要评论请 注册 或 登录