From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Jaggi Subject: [PATCH v1 0/3] Clean-up of datastructres and variable names in smmu.c Date: Fri, 27 Mar 2015 12:47:44 +0530 Message-ID: <55150418.6030608@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen Devel , "Kumar, Vijaya" , "Kapoor, Prasun" , Ian Campbell , Stefano Stabellini , Julien Grall List-Id: xen-devel@lists.xenproject.org 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(-) -- 1.9.1