* [GIT PULL] arm-soc fixes for 3.3-rc
@ 2012-01-27 8:04 Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2012-01-27 8:04 UTC (permalink / raw)
To: torvalds; +Cc: arnd, linux-kernel, linux-arm-kernel, arm
Hi Linus,
The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:
Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes-for-linus
for you to fetch changes up to 5e9638643132795e6168bb483e883b6a9678e7b5:
Merge branch 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes (2012-01-26 23:15:11 -0800)
----------------------------------------------------------------
arm-soc fixes for 3.3-rc:
AT91 needed reset fixes which resulted in some minor code refactoring,
it also adds a feature-removal for one of their platforms for 3.4.
The USB patches have been acked by Greg K-H.
i.MX and ux500 both have some minor fixes, nothing controversial.
----------------------------------------------------------------
Fabio Estevam (1):
ARM: imx: iomux-v1.h: Fix build error due to __init annotation
Jean-Christophe PLAGNIOL-VILLARD (7):
USB: at91: fix clk_get error handling
ARM/USB: at91/ohci-at91: rename vbus_pin_inverted to vbus_pin_active_low
ARM: at91: fix cap9 ddrsdr register
ARM: at91: merge at91cap9_ddrsdr.h in at91sam9_ddrsdr.h
ARM: at91: introduce AT91_SAM9_ALT_RESET to select the at91sam9 alternative reset
ARM: at91: make rstc soc independent
ARM: at91: Fix at91sam9g45 and at91cap9 reset
Julia Lawall (1):
arch/arm/mach-imx/mach-mx53_ard.c: add missing iounmap
Nicolas Ferre (2):
ARM: at91: fix at91rm9200 soc subtype handling
ARM: at91: removal of CAP9 SoC family
Olof Johansson (4):
Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Merge branch 'imx6/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
Merge branch 'fixes-for-arm-soc' of git://git.kernel.org/.../linusw/linux-stericsson into fixes
Merge branch 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
Philippe Langlais (2):
mach-ux500: musb: now musb is always in OTG mode
mach-ux500: no MMC_CAP_SD_HIGHSPEED on Snowball
Shawn Guo (1):
ARM: imx6: add missing twd_clk for imx6q clock
Srinidhi KASAGAR (1):
mach-ux500: enable ARM errata 764369
srinidhi kasagar (1):
mach-ux500: do not override outer.inv_all
Documentation/feature-removal-schedule.txt | 14 +++
arch/arm/mach-at91/Kconfig | 14 +++
arch/arm/mach-at91/Makefile | 14 ++-
arch/arm/mach-at91/at91cap9.c | 9 +--
arch/arm/mach-at91/at91sam9260.c | 1 +
arch/arm/mach-at91/at91sam9261.c | 1 +
arch/arm/mach-at91/at91sam9263.c | 1 +
arch/arm/mach-at91/at91sam9_alt_reset.S | 7 +-
arch/arm/mach-at91/at91sam9g45.c | 7 +-
arch/arm/mach-at91/at91sam9g45_reset.S | 40 ++++++++
arch/arm/mach-at91/at91sam9rl.c | 1 +
arch/arm/mach-at91/generic.h | 2 +
arch/arm/mach-at91/include/mach/at91_rstc.h | 18 +++-
arch/arm/mach-at91/include/mach/at91cap9.h | 2 +-
arch/arm/mach-at91/include/mach/at91cap9_ddrsdr.h | 108 ---------------------
arch/arm/mach-at91/include/mach/at91sam9260.h | 2 +-
arch/arm/mach-at91/include/mach/at91sam9261.h | 2 +-
arch/arm/mach-at91/include/mach/at91sam9263.h | 2 +-
arch/arm/mach-at91/include/mach/at91sam9_ddrsdr.h | 30 ++++--
arch/arm/mach-at91/include/mach/at91sam9g45.h | 2 +-
arch/arm/mach-at91/include/mach/at91sam9rl.h | 2 +-
arch/arm/mach-at91/include/mach/board.h | 2 +-
arch/arm/mach-at91/pm.c | 9 +--
arch/arm/mach-at91/pm.h | 8 +-
arch/arm/mach-at91/pm_slowclock.S | 5 +-
arch/arm/mach-at91/setup.c | 16 +++-
arch/arm/mach-imx/clock-imx6q.c | 11 ++
arch/arm/mach-mx5/board-mx53_ard.c | 4 +-
arch/arm/mach-ux500/Kconfig | 1 +
arch/arm/mach-ux500/board-mop500-sdi.c | 2 +
arch/arm/mach-ux500/cache-l2x0.c | 48 ++--------
arch/arm/mach-ux500/usb.c | 6 -
arch/arm/plat-mxc/include/mach/iomux-v1.h | 2 +-
drivers/usb/host/ohci-at91.c | 24 ++++-
34 files changed, 199 insertions(+), 218 deletions(-)
create mode 100644 arch/arm/mach-at91/at91sam9g45_reset.S
delete mode 100644 arch/arm/mach-at91/include/mach/at91cap9_ddrsdr.h
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL] arm-soc fixes for 3.3-rc
@ 2012-02-04 20:05 Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2012-02-04 20:05 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-arm-kernel, Arnd Bergmann, arm
Hi Linus,
The following changes since commit deb9b4ce97cbbf61a150f317badbeb7531aab276:
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
(2012-01-28 13:27:10 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes-for-linus
for you to fetch changes up to ca43784daa7a400407d851799ac69d3de2b2ab4e:
ARM: bcmring: fix build failure in mach-bcmring/arch.c (2012-02-04
11:38:20 -0800)
----------------------------------------------------------------
arm-soc fixes for 3.3-rc
* A series of OMAP regression fixes for merge window fallout
* Two patches for Davinci, one removes some misdefined clocks, the other
is a regression fix for merge window fallout
* Two patches that makes Broadcom bcmring build again (and removes a
bunch of unused code in the process)
----------------------------------------------------------------
Bas van den Berg (1):
ARM: davinci: DA850: remove non-existing pll1_sysclk4-7 clocks
Cousson, Benoit (1):
i2c: OMAP: Fix OMAP1 build error
Felipe Contreras (2):
ARM: OMAP2: fix omap3 touchbook kconfig warning
ARM: OMAP2: fix regulator warnings
Grazvydas Ignotas (2):
ARM: OMAP: fix erroneous mmc2 clock change on mmc3 setup
ARM: OMAP: fix MMC2 loopback clock handling
Ilya Yanok (1):
ARM: OMAP3: hwmod data: register dss hwmods after dss_core
JD Zheng (1):
ARM: bcmring: remove unused DMA map code
Julia Lawall (2):
ARM: OMAP2+: arch/arm/mach-omap2/devices.c: introduce missing kfree
ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmap
Olof Johansson (2):
Merge branch 'fixes' of
git://gitorious.org/linux-davinci/linux-davinci into fixes
Merge branch 'fixes' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
Paul Gortmaker (1):
ARM: bcmring: fix build failure in mach-bcmring/arch.c
Paul Walmsley (2):
ARM: OMAP2+: io: fix compilation breakage on 2420-only configs
ARM: OMAP2/3: PRM: fix missing plat/irqs.h build breakage
Peter Ujfalusi (1):
ARM: OMAP4: hwmod data: Add names for DMIC memory address space
Sekhar Nori (1):
ARM: davinci: update mdio bus name
Tomi Valkeinen (2):
ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class
ARM: OMAP3: hwmod data: add SYSC_HAS_ENAWAKEUP for dispc
Tony Lindgren (1):
Merge branch 'omap_fixes_a_3.3rc' of
git://git.pwsan.com/linux-2.6 into fixes
Vaibhav Hiremath (1):
ARM: OMAP2+: timer: Fix crash due to wrong arg to
__omap_dm_timer_read_counter
Yegor Yefremov (1):
ARM: OMAP2+: GPMC: fix device size setup
arch/arm/mach-bcmring/arch.c | 2 +-
arch/arm/mach-bcmring/dma.c | 812 --------------------
arch/arm/mach-bcmring/include/mach/dma.h | 196 -----
arch/arm/mach-davinci/board-da850-evm.c | 2 +-
arch/arm/mach-davinci/board-dm365-evm.c | 2 +-
arch/arm/mach-davinci/board-dm644x-evm.c | 2 +-
arch/arm/mach-davinci/board-dm646x-evm.c | 2 +-
arch/arm/mach-davinci/board-neuros-osd2.c | 2 +-
arch/arm/mach-davinci/board-omapl138-hawk.c | 2 +-
arch/arm/mach-davinci/board-sffsdr.c | 2 +-
arch/arm/mach-davinci/da850.c | 32 -
arch/arm/mach-omap2/Kconfig | 11 +-
arch/arm/mach-omap2/devices.c | 1 +
arch/arm/mach-omap2/gpmc.c | 6 +
arch/arm/mach-omap2/hsmmc.c | 16 +-
arch/arm/mach-omap2/io.c | 4 +-
.../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 21 -
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 22 +
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 54 ++-
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 +
arch/arm/mach-omap2/prm2xxx_3xxx.c | 1 +
arch/arm/mach-omap2/smartreflex.c | 2 +-
arch/arm/mach-omap2/timer.c | 2 +-
drivers/i2c/busses/i2c-omap.c | 2 +-
24 files changed, 106 insertions(+), 1094 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-04 20:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-27 8:04 [GIT PULL] arm-soc fixes for 3.3-rc Olof Johansson
2012-02-04 20:05 Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®