From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: git pull request for omap fixes, v4 (Re: [PATCH 00/11] Omap fixes for 2.6.30-rc1) Date: Fri, 24 Apr 2009 10:53:08 -0700 Message-ID: <20090424175307.GS22457@atomide.com> References: <20090414214638.9878.17987.stgit@localhost> <20090417012301.GB8316@atomide.com> <20090421045732.GA25864@atomide.com> <20090421155506.GE25864@atomide.com> <20090423182054.GG22457@atomide.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="+B+y8wtTXqdUj1xM" Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53452 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760054AbZDXRxO (ORCPT ); Fri, 24 Apr 2009 13:53:14 -0400 Content-Disposition: inline In-Reply-To: <20090423182054.GG22457@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Russell King Cc: linux-arm-kernel@lists.arm.linux.org.uk, linux-omap@vger.kernel.org --+B+y8wtTXqdUj1xM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * Tony Lindgren [090423 11:21]: > * Tony Lindgren [090421 08:55]: > > * Tony Lindgren [090420 21:58]: > > > * Tony Lindgren [090416 18:23]: > > > > * Tony Lindgren [090414 14:48]: > > > > > Hi all, > > > > > > > > > > Here are some omap fixes for review. > > > > > > > > Also merged in Paul's clock fixes posted here earlier. > > > > > > > > Russell, here's the pull request for you. > > > > > > I merged in Paul's updated patch "OMAP2/3 GPTIMER: allow system tick > > > GPTIMER to be changed in board-*.c files". > > > > > > The diff to earlier series and the updated pull request are attached. > > I've updated the omap-fixes branch again with Paul's change to > "OMAP2xxx clock: pre-initialize struct clks early" patch as posted > on this mailing list. > > Updated pull request below. Updated the same patch again. Updated pull request below. Tony --+B+y8wtTXqdUj1xM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="pull.txt" The following changes since commit 091069740304c979f957ceacec39c461d0192158: Linus Torvalds (1): Linux 2.6.30-rc3 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes Arun KS (1): OMAP1: clock: Typo fix for clock in omap1 Huang Weiyi (1): ARM: OMAP3: remove duplicated #include Jarkko Nikula (1): ARM: OMAP2: Remove defines and resource init for OMAP24XX EAC Kevin Hilman (2): ARM: OMAP2/3: GPIO: do not attempt to wake-enable OMAP: dmtimer: enable all timers to be wakeup events Ladislav Michl (3): ARM: OMAP: MMC: Remove unused power_pin ARM: OMAP1: Simplify board-h2 MMC setup ARM: OMAP1: Fix mmc_set_power GPIO usage Paul Walmsley (4): OMAP2xxx clock: pre-initialize struct clks early OMAP2xxx clock: fix broken cpu_mask code OMAP3 GPTIMER: fix GPTIMER12 IRQ OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c files Roel Kluin (1): ARM: OMAP2: possible division by 0 Roger Quadros (2): ARM: OMAP3: Fixed spurious IRQ issue for GPIO interrupts ARM: OMAP3: Clean up spurious interrupt check logic Santosh Shilimkar (1): ARM: OMAP: Fix for possible race condition in omap_free_dma() Sergio Aguirre (1): OMAP3: clock: Camera module doesn't have IDLEST bit Tony Lindgren (2): ARM: OMAP: Remove old dead gpio expander code Merge branch 'omap-clock-fixes' into omap-fixes arch/arm/mach-omap1/board-h2-mmc.c | 14 +--- arch/arm/mach-omap1/board-h3-mmc.c | 6 +- arch/arm/mach-omap1/board-h3.c | 101 ------------------------ arch/arm/mach-omap1/board-nokia770.c | 6 +- arch/arm/mach-omap1/mcbsp.c | 4 +- arch/arm/mach-omap2/board-h4.c | 95 ---------------------- arch/arm/mach-omap2/board-omap3beagle.c | 4 + arch/arm/mach-omap2/board-rx51.c | 1 - arch/arm/mach-omap2/clock24xx.c | 19 ++--- arch/arm/mach-omap2/clock24xx.h | 10 ++- arch/arm/mach-omap2/clock34xx.h | 7 +- arch/arm/mach-omap2/devices.c | 33 -------- arch/arm/mach-omap2/irq.c | 4 +- arch/arm/mach-omap2/timer-gp.c | 48 +++++++++++- arch/arm/mach-omap2/usb-tusb6010.c | 2 +- arch/arm/plat-omap/clock.c | 7 ++ arch/arm/plat-omap/dma.c | 13 ++-- arch/arm/plat-omap/dmtimer.c | 28 ++++--- arch/arm/plat-omap/gpio.c | 20 ++--- arch/arm/plat-omap/include/mach/dmtimer.h | 2 +- arch/arm/plat-omap/include/mach/eac.h | 100 ----------------------- arch/arm/plat-omap/include/mach/gpioexpander.h | 35 -------- arch/arm/plat-omap/include/mach/irda.h | 4 - arch/arm/plat-omap/include/mach/mmc.h | 1 - arch/arm/plat-omap/include/mach/timer-gp.h | 17 ++++ drivers/mmc/host/omap.c | 2 - 26 files changed, 136 insertions(+), 447 deletions(-) delete mode 100644 arch/arm/plat-omap/include/mach/eac.h delete mode 100644 arch/arm/plat-omap/include/mach/gpioexpander.h create mode 100644 arch/arm/plat-omap/include/mach/timer-gp.h --+B+y8wtTXqdUj1xM--