* [GIT PULL 6/6] omap soc changes for v3.13 merge window
[not found] <5258a9ab.e703310a.12ff.2a82SMTPIN_ADDED_MISSING@mx.google.com>
@ 2013-10-14 22:45 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2013-10-14 22:45 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/soc-take2
>
> for you to fetch changes up to d5da94b88efebc375bfcbab6bb0e59a6e8a6571e:
>
> ARM: OMAP2+: Fix build error for realtime counter init if not enabled (2013-10-11 17:28:04 -0700)
>
> ----------------------------------------------------------------
> SoC related changes for omaps to support the realtime
> counter on newer omaps, and to fail early for omap5 es1.0
> SoCs that don't have any support merged for them in the
> mainline tree.
>
> ----------------------------------------------------------------
Pulled into next/soc,
Thanks,
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 6/6] omap soc 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 6/6] omap soc 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/soc-take2
for you to fetch changes up to d5da94b88efebc375bfcbab6bb0e59a6e8a6571e:
ARM: OMAP2+: Fix build error for realtime counter init if not enabled (2013-10-11 17:28:04 -0700)
----------------------------------------------------------------
SoC related changes for omaps to support the realtime
counter on newer omaps, and to fail early for omap5 es1.0
SoCs that don't have any support merged for them in the
mainline tree.
----------------------------------------------------------------
Nishanth Menon (1):
ARM: OMAP5: id: Remove ES1.0 support
R Sricharan (1):
ARM: OMAP5/DRA7: realtime_counter: Configure CNTFRQ register
Sricharan R (1):
ARM: OMAP2+: DRA7: realtime_counter: Add ratio registers for 20MHZ sys-clk frequency
Tony Lindgren (1):
ARM: OMAP2+: Fix build error for realtime counter init if not enabled
arch/arm/mach-omap2/id.c | 8 ++++----
arch/arm/mach-omap2/omap-secure.h | 4 ++++
arch/arm/mach-omap2/omap-smp.c | 7 +++++++
arch/arm/mach-omap2/soc.h | 2 --
arch/arm/mach-omap2/timer.c | 17 +++++++++++++++++
5 files changed, 32 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-14 22:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5258a9ab.e703310a.12ff.2a82SMTPIN_ADDED_MISSING@mx.google.com>
2013-10-14 22:45 ` [GIT PULL 6/6] omap soc 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 6/6] omap soc 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).