From mboxrd@z Thu Jan 1 00:00:00 1970 From: bhelgaas@google.com (Bjorn Helgaas) Date: Thu, 29 Jan 2015 08:35:35 -0600 Subject: [PATCH 06/16] ARM: cns3xxx: convert PCI to use generic config accesses In-Reply-To: References: <1420857290-8373-1-git-send-email-robh@kernel.org> <1420857290-8373-7-git-send-email-robh@kernel.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 29, 2015 at 12:16 AM, Krzysztof Ha?asa wrote: > Rob Herring writes: > >> Convert the cns3xxx PCI driver to use the generic config access functions. >> >> This changes accesses from __raw_readl/__raw_writel to readl/writel. >> >> arch/arm/mach-cns3xxx/pcie.c | 52 +++++++++----------------------------------- > > This looks fine: > Acked-by: Krzysztof Ha?asa Thanks, I added your ack.