Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753091AbaBMDDG (ORCPT ); Wed, 12 Feb 2014 22:03:06 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:39241 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753026AbaBMDDB (ORCPT ); Wed, 12 Feb 2014 22:03:01 -0500 From: Magnus Damm To: linux-pci@vger.kernel.org Cc: horms@verge.net.au, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, valentine.barshak@cogentembedded.com, ben.dooks@codethink.co.uk, geert@linux-m68k.org, bhelgaas@google.com, Magnus Damm Date: Thu, 13 Feb 2014 12:04:13 +0900 Message-Id: <20140213030413.10398.20246.sendpatchset@w520> In-Reply-To: <20140213030302.10398.37322.sendpatchset@w520> References: <20140213030302.10398.37322.sendpatchset@w520> Subject: [PATCH 07/08] PCI: rcar: Enable BOUNCE in case of HIGHMEM Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Magnus Damm Select BOUNCE in case of HIGHMEM to enable bounce buffers in the block layer. Without this patch the DMABOUNCE code will error out due to lack of HIGHMEM support, and without DMABOUNCE there will be silent errors. Signed-off-by: Magnus Damm --- drivers/pci/host/Kconfig | 1 + 1 file changed, 1 insertion(+) --- 0009/drivers/pci/host/Kconfig +++ work/drivers/pci/host/Kconfig 2014-02-04 16:11:27.000000000 +0900 @@ -30,6 +30,7 @@ config PCI_RCAR_GEN2 depends on ARM && (ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST) select GENERIC_ALLOCATOR select DMABOUNCE + select BOUNCE if HIGHMEM help Say Y here if you want internal PCI support on R-Car Gen2 SoC. There are 3 internal PCI controllers available with a single -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/