Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753794AbbEPMli (ORCPT ); Sat, 16 May 2015 08:41:38 -0400 Received: from mail-qc0-f181.google.com ([209.85.216.181]:35119 "EHLO mail-qc0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753490AbbEPMlf (ORCPT ); Sat, 16 May 2015 08:41:35 -0400 MIME-Version: 1.0 In-Reply-To: <1431724994-21601-4-git-send-email-Suravee.Suthikulpanit@amd.com> References: <1431724994-21601-1-git-send-email-Suravee.Suthikulpanit@amd.com> <1431724994-21601-4-git-send-email-Suravee.Suthikulpanit@amd.com> From: Bjorn Helgaas Date: Sat, 16 May 2015 07:41:14 -0500 Message-ID: Subject: Re: [V4 PATCH 3/6] pci: Generic function for setting up PCI device DMA coherency To: Suravee Suthikulpanit Cc: Rafael Wysocki , Len Brown , Catalin Marinas , Will Deacon , thomas.lendacky@amd.com, herbert@gondor.apana.org.au, David Miller , Arnd Bergmann , Mark Salter , Hanjun Guo , Al Stone , Grant Likely , leo.duran@amd.com, linux-arm , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linaro-acpi@lists.linaro.org, netdev , linux-crypto@vger.kernel.org, Rob Herring , Murali Karicheri Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 882 Lines: 22 On Fri, May 15, 2015 at 4:23 PM, Suravee Suthikulpanit wrote: > This patch refactors of_pci_dma_configure() into a more generic > pci_dma_configure(), which can be reused by non-OF code. > Then, it adds support for setting up PCI device DMA coherency from > ACPI _CCA object that should normally be specified in the DSDT node > of its PCI host bridge.. >From the changelog, it sounds like you might be able to split this into two patches: 1) Refactor of_pci_dma_configure(), with no functional change 2) Add support for using _CCA If that's possible, please do so to make this easier to review. Bjorn -- 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/