From: Jan Andersson Date: Fri, 6 May 2011 10:00:13 +0000 (+0200) Subject: USB: UHCI: Allow dynamic assignment of bus specific functions X-Git-Tag: v3.0-rc1~337^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7652e1ebc0f5e07929067ece14ca869dad20dd6;p=pandora-kernel.git USB: UHCI: Allow dynamic assignment of bus specific functions This patch is part of a series that extend the UHCI HCD to support non-PCI controllers. This patch changes calls to uhci_reset_hc, uhci_check_and_reset_hc, configure_hc, resume_detect_interrupts_are_broken and global_suspend_mode_is_broken so that they are made through pointers in the uhci hcd struct. This will allow these functions to be replaced with bus/arch specific functions. Signed-off-by: Jan Andersson Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed