From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: [PATCH 00/11] recently added ARM defconfig warnings Date: Wed, 8 Aug 2012 16:47:17 +0200 Message-ID: <1344437248-20560-1-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Takashi Iwai , Linus Walleij , Grant Likely , Laxman Dewangan , Philipp Zabel , Giuseppe Cavallaro , Stefan Roese , Lee Jones , Kukjin Kim , Vincent Guittot , Samuel Ortiz , arm@kernel.org, Alan Stern , Grazvydas Ignotas , Paul Parsons , Russell King , Peter Zijlstra , Arnd Bergmann , Thomas Abraham , "Rafael J. Wysocki" , Jaswinder Singh , Magnus Damm , Namhyung Kim , Greg Kroah-Har To: linux-arm-kernel@lists.infradead.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org These patches address problems that showed up in new warnings when building all ARM defconfig files in v3.6-rc1 compared with v3.5. I can merge them through the arm-soc tree or have subsystem maintainers pick them up if they prefer. Arnd Bergmann (11): ARM: topology: mark init_cpu_topology as __init mfd/asic3: fix asic3_mfd_probe return value usb/ohci-omap: remove unused variable ARM: ux500: really kill snowball_of_platform_devs ARM: exynos: exynos_pm_add_dev_to_genpd may be unused gpio: em: do not discard em_gio_irq_domain_cleanup net/stmmac: mark probe function as __devinit mtd/omap2: fix dmaengine_slave_config error handling regulator/twl: remove fixed resource handling spi/s3c64xx: improve error handling pm/drivers: fix use of SIMPLE_DEV_PM_OPS Cc: Alan Stern Cc: David S. Miller Cc: Giuseppe Cavallaro Cc: Grant Likely Cc: Grazvydas Ignotas Cc: Greg Kroah-Hartman Cc: Jaswinder Singh Cc: Kukjin Kim Cc: Laxman Dewangan Cc: Lee Jones Cc: Linus Walleij Cc: Magnus Damm Cc: Mark Brown Cc: Namhyung Kim Cc: Paul Parsons Cc: Peter Zijlstra Cc: Philipp Zabel Cc: Rafael J. Wysocki Cc: Richard Zhao Cc: Russell King Cc: Samuel Ortiz Cc: Stefan Roese Cc: Takashi Iwai Cc: Thomas Abraham Cc: Vincent Guittot Cc: netdev@vger.kernel.org arch/arm/kernel/topology.c | 2 +- arch/arm/mach-exynos/pm_domains.c | 2 +- arch/arm/mach-ux500/board-mop500.c | 5 ----- drivers/char/hw_random/omap-rng.c | 2 +- drivers/gpio/gpio-em.c | 2 +- drivers/i2c/busses/i2c-tegra.c | 2 +- drivers/mfd/asic3.c | 1 + drivers/mtd/nand/omap2.c | 7 +++---- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 +- drivers/regulator/twl-regulator.c | 21 -------------------- drivers/spi/spi-s3c64xx.c | 2 +- drivers/usb/host/ohci-omap.c | 2 -- sound/drivers/dummy.c | 2 +- 13 files changed, 12 insertions(+), 40 deletions(-) -- 1.7.10