From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: [PATCH 00/12] ARM: randconfig patches for platforms Date: Thu, 20 Jul 2017 17:45:54 +0200 Message-ID: <20170720154616.3250481-1-arnd@arndb.de> Return-path: Received: from mout.kundenserver.de ([217.72.192.73]:64344 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934696AbdGTPrF (ORCPT ); Thu, 20 Jul 2017 11:47:05 -0400 Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org Cc: Arnd Bergmann , Russell King , Sekhar Nori , Kevin Hilman , Hartley Sweeten , Alexander Sverdlin , Imre Kaloz , Krzysztof Halasa , Eric Miao , Haojian Zhuang , Aaro Koskinen , Tony Lindgren , Barry Song , Daniel Mack , Robert Jarzmik , Kukjin Kim , Krzysztof Kozlowski , Wan ZongShun , Dmitry Eremin-Solenikov , linux-arm-kernel@lists.infradead. I've gone through a lot of older patches in my randconfig test tree, to see which ones are still needed to fix warnings we get in mainline. It seems that I posted one series in early 2016 and applied the patches to my test tree, but never followed up on them. Some other patches in this series are newer than that and didn't make it in for some other reason. Please have another look. If there are no objections, I'd add them to the fixes-non-critical branch for the next merge window. None of these seem to be of any importance other than to shut up the warnings. Arnd Arnd Bergmann (12): ARM: ixp4xx: fix ioport_unmap definition ARM: ep93xx: use ARM_PATCH_PHYS_VIRT ARM: normalize clk API for older platforms ARM: sa1100/pxa: fix MTD_XIP build ARM: mmp: mark usb_dma_mask as __maybe_unused ARM: omap2: mark unused functions as __maybe_unused ARM: omap1: avoid unused variable warning ARM: sirf: mark sirfsoc_init_late as __maybe_unused ARM: ixp4xx: use normal prototype for {read,write}s{b,w,l} [v2] ARM: s3c24xx: make H1940BT depend on RFKILL ARM: omap1/ams-delta: warn about failed regulator enable ARM: rpc: rename RAM_SIZE macro Cc: Russell King Cc: Sekhar Nori Cc: Kevin Hilman Cc: Hartley Sweeten Cc: Alexander Sverdlin Cc: Imre Kaloz Cc: Krzysztof Halasa Cc: Eric Miao Cc: Haojian Zhuang Cc: Aaro Koskinen Cc: Tony Lindgren Cc: Barry Song Cc: Daniel Mack Cc: Robert Jarzmik Cc: Kukjin Kim Cc: Krzysztof Kozlowski Cc: Wan ZongShun Cc: Arnd Bergmann Cc: Dmitry Eremin-Solenikov Cc: linux-arm-kernel@lists.infradead.org Cc: linux-omap@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org arch/arm/Kconfig | 2 +- arch/arm/mach-davinci/clock.c | 6 +++++ arch/arm/mach-ep93xx/clock.c | 21 ++++++++++++++++++ arch/arm/mach-ixp4xx/include/mach/io.h | 34 ++++++++++++++++++++++------- arch/arm/mach-mmp/clock.c | 22 +++++++++++++++++++ arch/arm/mach-mmp/devices.c | 2 +- arch/arm/mach-omap1/board-ams-delta.c | 12 ++++++++-- arch/arm/mach-omap1/board-osk.c | 4 ---- arch/arm/mach-omap2/board-generic.c | 2 +- arch/arm/mach-omap2/io.c | 2 +- arch/arm/mach-prima2/common.c | 2 +- arch/arm/mach-pxa/include/mach/mtd-xip.h | 10 ++++++--- arch/arm/mach-rpc/include/mach/hardware.h | 4 ++-- arch/arm/mach-s3c24xx/Kconfig | 2 +- arch/arm/mach-sa1100/clock.c | 29 ++++++++++++++++++++++++ arch/arm/mach-sa1100/include/mach/mtd-xip.h | 4 ++-- arch/arm/mach-w90x900/clock.c | 29 ++++++++++++++++++++++++ 17 files changed, 160 insertions(+), 27 deletions(-) -- 2.9.0