From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932846AbcLSIRq (ORCPT ); Mon, 19 Dec 2016 03:17:46 -0500 Received: from mailout2.samsung.com ([203.254.224.25]:36100 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932728AbcLSIRn (ORCPT ); Mon, 19 Dec 2016 03:17:43 -0500 X-AuditID: cbfee61b-f79d86d00000197e-9c-585797a5bd7f From: Jaehoon Chung To: linux-pci@vger.kernel.org Cc: helgaas@google.com, krzk@kernel.org, linux-kernel@vger.kernel.org, jingoohan1@gmail.com, javier@osg.samsung.com, kgene@kernel.org, linux-samsung-soc@vger.kernel.org, cpgs@samsung.com, Jaehoon Chung Subject: [PATCH 0/4] PCI: exynos: cleans the minor things Date: Mon, 19 Dec 2016 17:17:36 +0900 Message-id: <20161219081740.5457-1-jh80.chung@samsung.com> X-Mailer: git-send-email 2.10.2 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrGLMWRmVeSWpSXmKPExsVy+t9jQd1l08MjDD6fYrR4eUjTYtbzPawW b96uYbK48auN1WLFl5nsFv2PXzNbnD+/gd3i8q45bBZn5x1ns5hxfh+TA5fHzll32T0WbCr1 2LSqk81jSz+Q17dlFaPH501yAWxRbjYZqYkpqUUKqXnJ+SmZeem2SqEhbroWSgp5ibmptkoR ur4hQUoKZYk5pUCekQEacHAOcA9W0rdLcMs4/+0hW8Fn1oqe3RfYGhifsHQxcnJICJhI3F82 A8oWk7hwbz0biC0kMItRYluTWBcjF5D9g1Fi97dpTCAJNgEdie3fjoPZIgKyEh8v7wFrYBZ4 wSjxeZkkiC0sYCkxq7uVGcRmEVCV+HpgGyuIzStgJbH90m92iGXyEgvPH2GawMi9gJFhFaNE akFyQXFSeq5RXmq5XnFibnFpXrpecn7uJkZwGD+T3sF4eJf7IUYBDkYlHt4J3OERQqyJZcWV uYcYJTiYlUR4HScDhXhTEiurUovy44tKc1KLDzGaAh0wkVlKNDkfGGN5JfGGJuYm5sYGFuaW liZGSuK8jbOfhQsJpCeWpGanphakFsH0MXFwSjUwCiwt2ziVYevO19/yL67L+Z3KKLytXCo1 y9mT76yj7G+NrRuZQz58fSH4JerHHd3NRY/ZNeIaZpx9Hhk5VUPCTvW4kMz5qOqX0VdjWiUe L9t61EJkyaWa7dPimUIbH57Y+ei9m8NeX23GtqOmXiq3f5pNWFUWMG8X1zEvIZYHdno2nxLP 7Dgbq8RSnJFoqMVcVJwIAH1AGg95AgAA X-MTR: 20000000000000000@CPGS Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Current pci-exnoys.c is used for only EXYNOS5440. Even if there is no use-case, just cleans the codes for maintaining. In future, I will upstream for Exynso5433(TM2). Before sending patches for exynos5433, i want to reuse the some codse in pic-exynos.c. This patch is for perparing it. My Final goal is to apply the pcie-exynos5433 into v4.11. Jaehoon Chung (4): PCI: exynos: replace to one register accessor from each accessors PCI: exynos: Remove the unnecessary variables PCI: exynos: Use the bitops API to operate the bit shifting PCI: exynos: remove the duplicated codes drivers/pci/host/pci-exynos.c | 260 +++++++++++++++++++----------------------- 1 file changed, 116 insertions(+), 144 deletions(-) -- 2.10.2