[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1366910944-3033663-1-git-send-email-arnd@arndb.de>
Date: Thu, 25 Apr 2013 19:28:43 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
"James E.J. Bottomley" <JBottomley@...allels.com>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
David Airlie <airlied@...ux.ie>, Felipe Balbi <balbi@...com>,
Grant Likely <grant.likely@...aro.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Inki Dae <inki.dae@...sung.com>,
Jason Cooper <jason@...edaemon.net>,
Joerg Roedel <joro@...tes.org>,
Nicolas Pitre <nico@...aro.org>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Rob Herring <robherring2@...il.com>,
Russell King <rmk+kernel@....linux.org.uk>,
Simon Horman <horms+renesas@...ge.net.au>,
Thomas Gleixner <tglx@...utronix.de>,
Viresh Kumar <viresh.kumar@...aro.org>,
Will Deacon <will.deacon@....com>, alsa-devel@...a-project.org,
dri-devel@...ts.freedesktop.org,
linux-atm-general@...ts.sourceforge.net,
linux-scsi@...r.kernel.org, linux-usb@...r.kernel.org,
netdev@...r.kernel.org
Subject: [PATCH 00/21] more arm build fixes
Hi subsystem maintainers,
Here is another set of patches that resulted from build testing on
linux-next. Please apply directly into your trees if you agree,
or let me know if I made a mistake.
I can take whatever remains through the arm-soc tree if you prefer
that or I don't hear back.
Arnd
Arnd Bergmann (21):
ARM: topology: export cpu_topology
ARM: default machine descriptor for multiplatform
ARM: shmobile: don't call irqchip_init unconditionally
ARM: orion5x: include linux/cpu.h
atm: he: use mdelay instead of large udelay constants
ALSA: ali5451: use mdelay instead of large udelay constants
oss/dmabuf: use dma_map_single
drm/nouveau: use mdelay instead of large udelay constants
drm: export drm_vm_open_locked
[SCSI] nsp32: use mdelay instead of large udelay constants
irqdomain: export irq_domain_add_simple
irqchip: s3c24xx: add missing __init annotations
iommu: tegra: print dma_addr_t using %lld
cpufreq: pxa2xx: initialize variables
thermal: cooling: avoid uninitialied used gcc warning
OF: remove #ifdef from linux/of_platform.h
X.509: do not emit any informational output
USB: ehci-msm: USB_MSM_OTG needs USB_PHY
USB: lpc32xx: ISP1301 needs USB_PHY
USB: OMAP: ISP1301 needs USB_PHY
USB: OHCI: avoid conflicting platform drivers
arch/arm/Kconfig | 1 -
arch/arm/configs/lpc32xx_defconfig | 1 +
arch/arm/configs/msm_defconfig | 1 +
arch/arm/configs/omap1_defconfig | 1 +
arch/arm/kernel/devtree.c | 7 ++
arch/arm/kernel/setup.c | 11 +-
arch/arm/kernel/topology.c | 1 +
arch/arm/mach-orion5x/common.c | 1 +
arch/arm/mach-shmobile/intc-r8a7740.c | 13 +-
drivers/atm/he.c | 2 +-
drivers/cpufreq/pxa2xx-cpufreq.c | 5 +-
drivers/gpu/drm/drm_vm.c | 1 +
drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c | 3 +-
drivers/iommu/tegra-gart.c | 3 +-
drivers/iommu/tegra-smmu.c | 2 +-
drivers/irqchip/irq-s3c24xx.c | 4 +-
drivers/scsi/nsp32.c | 2 +-
drivers/thermal/cpu_cooling.c | 17 +--
drivers/usb/gadget/Kconfig | 2 +
drivers/usb/host/Kconfig | 1 +
drivers/usb/host/ohci-hcd.c | 136 ++++++++++++++++++---
drivers/usb/phy/Makefile | 2 +-
include/linux/of_platform.h | 13 +-
kernel/irq/irqdomain.c | 1 +
lib/build_OID_registry | 2 -
sound/oss/dmabuf.c | 3 +-
sound/pci/ali5451/ali5451.c | 8 +-
27 files changed, 187 insertions(+), 57 deletions(-)
--
1.8.1.2
Cc: "James E.J. Bottomley" <JBottomley@...allels.com>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc: David Airlie <airlied@...ux.ie>
Cc: Felipe Balbi <balbi@...com>
Cc: Grant Likely <grant.likely@...aro.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Inki Dae <inki.dae@...sung.com>
Cc: Jason Cooper <jason@...edaemon.net>
Cc: Joerg Roedel <joro@...tes.org>
Cc: Nicolas Pitre <nico@...aro.org>
Cc: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
Cc: Rob Herring <robherring2@...il.com>
Cc: Russell King <rmk+kernel@....linux.org.uk>
Cc: Simon Horman <horms+renesas@...ge.net.au>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Viresh Kumar <viresh.kumar@...aro.org>
Cc: Will Deacon <will.deacon@....com>
Cc: alsa-devel@...a-project.org
Cc: dri-devel@...ts.freedesktop.org
Cc: linux-atm-general@...ts.sourceforge.net
Cc: linux-scsi@...r.kernel.org
Cc: linux-usb@...r.kernel.org
Cc: netdev@...r.kernel.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists