]> Pileus Git - ~andy/linux/commit
usb: ohci: use amd_chipset_type to filter for SB800 prefetch
authorHuang Rui <ray.huang@amd.com>
Thu, 3 Oct 2013 15:37:13 +0000 (23:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Oct 2013 22:44:51 +0000 (15:44 -0700)
commit02c123ee99c793f65af2dbda17d5fe87d448f808
treeb162941b0c565ec3119438c778e1ed32a81842fe
parent3ad145b62a15c86150dd0cc229a39a3120d462f9
usb: ohci: use amd_chipset_type to filter for SB800 prefetch

Commit "usb: pci-quirks: refactor AMD quirk to abstract AMD chipset types"
introduced a new AMD chipset type to filter AMD platforms with different
chipsets.

According to a recent thread [1], this patch updates SB800 prefetch routine
in AMD PLL quirk. And make it use the new chipset type to represent SB800
generation.

[1] http://marc.info/?l=linux-usb&m=138012321616452&w=2

Signed-off-by: Huang Rui <ray.huang@amd.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-pci.c
drivers/usb/host/pci-quirks.c
drivers/usb/host/pci-quirks.h