From patchwork Wed Jul 29 16:30:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11691371 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5C20913B1 for ; Wed, 29 Jul 2020 16:30:15 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 569C9207F5; Wed, 29 Jul 2020 16:30:15 +0000 (UTC) Delivered-To: soc@kernel.org Received: from kozik-lap.mshome.net (unknown [194.230.155.213]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C56C52075F; Wed, 29 Jul 2020 16:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596040215; bh=FW4LjyX9UWrXUKlgvdodRBvuNLXxa4z72H6dY0xW8iY=; h=From:List-Id:To:Cc:Subject:Date:From; b=vOFEvX90zNrnRVBZVTHiP1LjkK/Y+rBehXnQ/0pdF2iog2jkQFG8/BMzXU0uu1VEq sYmUfdpaGhZGGNm5mEcxYFAz8wUP7jeobxN67lRvBBmQuGGnocgcxDy8jLT3bQkdDT J2PspWK46zOVwVhx7NV8dhE0hMpMm2Biuuq33YSg= From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski , linux-kernel@vger.kernel.org Subject: [GIT PULL] memory: Second pull for v5.9 Date: Wed, 29 Jul 2020 18:30:08 +0200 Message-Id: <20200729163008.5820-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Hi Arnd and Olof, Second pull request for drivers/memory, on top of previous one. It's from my new kernel.org Git repo but the tag and history are preserved. Best regards, Krzysztof The following changes since commit 8a9ff875815944046903199e94eb6127dc0b22c1: MAINTAINERS: Add Krzysztof Kozlowski as maintainer of memory controllers (2020-07-24 16:20:12 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-5.9-2 for you to fetch changes up to f046e4a3f0b95bcc410116acbe7e04e648d48f97: memory: jz4780_nemc: Only request IO memory the driver will use (2020-07-28 17:34:15 +0200) ---------------------------------------------------------------- Memory controller drivers for v5.9, part 2 1. Minor cleanups and fixes of multiple memory controller drivers, mostly around code quality and readability, 2. Add Git repository to drivers/memory entry in MAINTAINERS, 3. Allow MIPS jz4780 FUSE driver to probe by removing conflicting memory region with jz4780_nemc. ---------------------------------------------------------------- Krzysztof Kozlowski (14): memory: bt1-l2-ctl: Add blank lines after declarations memory: mvebu-devbus: Add missing braces to all arms of if statement memory: mvebu-devbus: Align with open parenthesis memory: omap-gpmc: Correct kerneldoc memory: omap-gpmc: Enclose macro argument usage in parenthesis memory: omap-gpmc: Use 'unsigned int' for consistency memory: omap-gpmc: Correct white space issues memory: omap-gpmc: Fix language typo memory: of: Correct kerneldoc memory: pl172: Enclose macro argument usage in parenthesis memory: samsung: exynos-srom: Correct alignment memory: samsung: exynos5422-dmc: Correct white space issues memory: brcmstb_dpfe: Fix language typo MAINTAINERS: Add Git repository for memory controller drivers Paul Cercueil (1): memory: jz4780_nemc: Only request IO memory the driver will use MAINTAINERS | 1 + drivers/memory/brcmstb_dpfe.c | 2 +- drivers/memory/bt1-l2-ctl.c | 2 ++ drivers/memory/jz4780-nemc.c | 17 +++++++++- drivers/memory/mvebu-devbus.c | 20 ++++++------ drivers/memory/of_memory.c | 4 +-- drivers/memory/omap-gpmc.c | 58 ++++++++++++++------------------- drivers/memory/pl172.c | 14 ++++---- drivers/memory/samsung/exynos-srom.c | 22 ++++++------- drivers/memory/samsung/exynos5422-dmc.c | 3 +- 10 files changed, 75 insertions(+), 68 deletions(-)