From: Michal Kazior Date: Mon, 25 Nov 2013 13:06:22 +0000 (+0100) Subject: ath10k: don't use interrupts for BMI X-Git-Tag: v3.14-rc1~94^2~482^2^2~43^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85622cde05c18371c79a7f2a6a122271170f3ff1;p=pandora-kernel.git ath10k: don't use interrupts for BMI It's not really necessary for interrupts to be used for BMI. BMI already assumes there's only one caller at a time and it works directly with CE. Make BMI poll for CE completions instead of waiting for interrupts. This makes disabling interrupts during early boot possible. Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed