* [GIT PULL 5/6] omap display and board pdata changes for v3.13 merge window
[not found] <5258a9a9.0325310a.6fb0.ffffa1b2SMTPIN_ADDED_MISSING@mx.google.com>
@ 2013-10-14 22:48 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2013-10-14 22:48 UTC (permalink / raw)
To: linux-arm-kernel
Tony Lindgren <tony@atomide.com> writes:
> The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:
>
> Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/board-signed
>
> for you to fetch changes up to 9e490f486ea9ce7644be913e03ee5ccdf1be20f7:
>
> Merge branch 'omap-for-v3.13/n900' into omap-for-v3.13/board (2013-10-11 16:14:23 -0700)
>
> ----------------------------------------------------------------
>
> Platform data changes for omaps for the display subsystem and
> n900 secure mode changes. Note that the n900 secure mode changes
> will still be needed for device tree based booting also.
>
> ----------------------------------------------------------------
Thanks, pulled into next/boards.
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL 1/6] omap non-urgent fixes for v3.13 merge window
@ 2013-10-12 1:44 Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 5/6] omap display and board pdata changes " Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Tony Lindgren @ 2013-10-12 1:44 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:
Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/fixes-not-urgent-signed
for you to fetch changes up to 8ff875e7f93e900e7a7e78f1c9c05a22b33c27cf:
ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations. (2013-10-08 11:04:22 -0700)
----------------------------------------------------------------
Fixes for omaps that were not considered urgent for the -rc series.
Just minor build fixes, removal of dead code, and a patch to
use the die ID for increasing boot time entropy.
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
ARM: OMAP1: fix incorrect placement of __initdata tag
Linus Walleij (1):
ARM: OMAP2+: throw the die id into the entropy pool
Majunath Goudar (1):
ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations.
Michael Opdenacker (1):
ARM: OMAP: remove deprecated IRQF_DISABLED
arch/arm/mach-omap1/common.h | 3 +++
arch/arm/mach-omap1/fpga.c | 3 +--
arch/arm/mach-omap1/gpio15xx.c | 8 ++++----
arch/arm/mach-omap1/gpio16xx.c | 22 +++++++++++-----------
arch/arm/mach-omap1/gpio7xx.c | 30 +++++++++++++++---------------
arch/arm/mach-omap1/pm.c | 1 -
arch/arm/mach-omap1/time.c | 2 +-
arch/arm/mach-omap1/timer32k.c | 2 +-
arch/arm/mach-omap2/id.c | 12 ++++++++++++
arch/arm/mach-omap2/timer.c | 2 +-
arch/arm/plat-omap/dma.c | 1 -
11 files changed, 49 insertions(+), 37 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [GIT PULL 5/6] omap display and board pdata changes for v3.13 merge window
2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes " Tony Lindgren
@ 2013-10-12 1:44 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2013-10-12 1:44 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:
Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/board-signed
for you to fetch changes up to 9e490f486ea9ce7644be913e03ee5ccdf1be20f7:
Merge branch 'omap-for-v3.13/n900' into omap-for-v3.13/board (2013-10-11 16:14:23 -0700)
----------------------------------------------------------------
Platform data changes for omaps for the display subsystem and
n900 secure mode changes. Note that the n900 secure mode changes
will still be needed for device tree based booting also.
----------------------------------------------------------------
Archit Taneja (4):
ARM: OMAP2+: drm: Don't build device for DMM
ARM: OMAP2+: display: Create omapdrm device inside omap_display_init
ARM: OMAP2+: display: Create omapvrfb and omapfb devices inside omap_display_init
ARM: OMAP2+: display: Create omap_vout device inside omap_display_init
Pali Rohr (3):
ARM: OMAP3: Add secure function omap_smc3() which calling instruction smc #1
ARM: OMAP3: RX-51: ARM errata 430973 workaround
RX-51: Add support for OMAP3 ROM Random Number Generator
Tony Lindgren (1):
Merge branch 'omap-for-v3.13/n900' into omap-for-v3.13/board
arch/arm/mach-omap2/Makefile | 6 +--
arch/arm/mach-omap2/board-rx51-peripherals.c | 19 +++++++
arch/arm/mach-omap2/board-rx51.c | 12 +++++
arch/arm/mach-omap2/cclock3xxx_data.c | 1 +
arch/arm/mach-omap2/devices.c | 10 ++--
arch/arm/mach-omap2/display.c | 28 ++++++++++
arch/arm/mach-omap2/display.h | 4 ++
arch/arm/mach-omap2/drm.c | 24 ++-------
arch/arm/mach-omap2/fb.c | 14 ++---
arch/arm/mach-omap2/omap-secure.c | 76 ++++++++++++++++++++++++++++
arch/arm/mach-omap2/omap-secure.h | 13 +++++
arch/arm/mach-omap2/omap-smc.S | 21 +++++++-
12 files changed, 191 insertions(+), 37 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-14 22:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5258a9a9.0325310a.6fb0.ffffa1b2SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-14 22:48 ` [GIT PULL 5/6] omap display and board pdata changes for v3.13 merge window Kevin Hilman
2013-10-12 1:44 [GIT PULL 1/6] omap non-urgent fixes " Tony Lindgren
2013-10-12 1:44 ` [GIT PULL 5/6] omap display and board pdata changes " Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).