From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v1 0/3] Clean-up of datastructres and variable names in smmu.c Date: Fri, 27 Mar 2015 12:57:57 +0000 Message-ID: <551553D5.1020604@linaro.org> References: <55150418.6030608@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55150418.6030608@caviumnetworks.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Manish Jaggi , xen Devel , "Kumar, Vijaya" , "Kapoor, Prasun" , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Hello Manish, As for the PCI support series, this patch series is not threaded. Please use git-send-email. It will thread correctly your patch series. Regards, On 27/03/15 07:17, Manish Jaggi wrote: > This series of patches is a clean-up on the naming of the datastructures > and the variable names. It is sometimes hard to understand the flow of > the code and current code readability for understanding flow and making > changes it not intuitive. > > Based on these I will send next set of patches for PCI passthrough support > > manish (3): > xen/arm: smmu: Rename arm_smmu_xen_device with device_iommu_info > xen/arm: smmu: Renaming arm_smmu_xen_domain with domain_iommu_info > xen/arm: smmu: Renaming struct iommu_domain *domain to struct > iommu_domain *iommu_domain > > xen/drivers/passthrough/arm/smmu.c | 136 > ++++++++++++++++++------------------- > 1 file changed, 68 insertions(+), 68 deletions(-) > -- Julien Grall