From: Huang Rui Date: Mon, 16 Sep 2013 15:47:27 +0000 (+0800) Subject: usb: pci-quirks: refactor AMD quirk to abstract AMD chipset types X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b4f0cd1d4d98f50213e9a37ead654e80b54b9d;p=pandora-kernel.git usb: pci-quirks: refactor AMD quirk to abstract AMD chipset types This patch abstracts out a AMD chipset type which includes southbridge generation and its revision. When os excutes usb_amd_find_chipset_info routine to initialize AMD chipset type, driver will know which kind of chipset is used. This update has below benifits: - Driver is able to confirm which southbridge generations and their revision are used, with chipset detection once. - To describe chipset generations with enumeration types brings better readability. - It's flexible to filter AMD platforms to implement new quirks in future. Signed-off-by: Huang Rui Cc: Andiry Xu Acked-by: Alan Stern Acked-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed