Re: [PATCH v2] ioat: remove chanerr mask setting for IOAT v3.x

2013-03-21 Thread Dave Jiang
. There is no need for this code. Signed-off-by: Dave Jiang --- drivers/dma/ioat/dma_v3.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/dma/ioat/dma_v3.c b/drivers/dma/ioat/dma_v3.c index f7f1dc6..fda3b8a1 100644 --- a/drivers/dma/ioat/dma_v3.c +++ b/drivers

Re: [PATCH 1/2] efi: Make 'efi_enabled' a function to query EFI facilities

2013-01-21 Thread Dave Jiang
irlie Cc: H. Peter Anvin Cc: Corentin Chary Cc: Matthew Garrett Cc: Dave Jiang Cc: Olof Johansson Cc: Peter Jones Cc: Colin Ian King Cc: Steve Langasek Cc: Tony Luck Cc: Konrad Rzeszutek Wilk Cc: Rafael J. Wysocki Cc: stable@vger.kernel.org Signed-off-by: Matt Fleming --- a

[PATCH v2] ioat: remove chanerr mask setting for IOAT v3.x

2012-11-27 Thread Dave Jiang
The existing code set a value in the PCI_CHANERRMSK_INT register for a workaround to address a pre-silicon bug on the Intel 5520 IO hub that has been fixed when the hardware was released. There is no need for this code. Signed-off-by: Dave Jiang --- drivers/dma/ioat/dma_v3.c |7 +-- 1