From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 17 May 2012 17:00:55 -0700 Subject: [GIT PULL] misc omap fixes for 3.5 In-Reply-To: References: Message-ID: <20120518000055.GI17852@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Ohad Ben-Cohen [120516 02:58]: > Hi Tony, > > Two important fixes from Juan that are necessary to utilize the DSP on > OMAP4, and a trivial hwspinlock cleanup. > > I tried to keep things as simple as possible, but please tell me if > you want this pull request anyway differently (e.g. split to two > separate fixes/cleanups requests, use an annotated signed tag, etc..). In general, yes fixes, cleanup, and devel should be all separate. These all look like valid -rc1 fixes for me though, so pulling into fixes-omap4-dsp branch and merging into l-o master for testing. Regards, Tony > The following changes since commit d48b97b403d23f6df0b990cee652bdf9a52337a3: > > Linux 3.4-rc6 (2012-05-06 15:07:32 -0700) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/ohad/linux.git for-tony > > Juan Gutierrez (2): > ARM: OMAP: enable mailbox irq per instance > ARM: OMAP4: fix irq and clock name for dsp-iommu > > Ohad Ben-Cohen (1): > ARM: OMAP4: hwspinlocks_init() should be static > > arch/arm/mach-omap2/hwspinlock.c | 2 +- > arch/arm/mach-omap2/mailbox.c | 2 -- > arch/arm/mach-omap2/omap-iommu.c | 6 ++---- > arch/arm/plat-omap/mailbox.c | 13 +++++++++---- > 4 files changed, 12 insertions(+), 11 deletions(-) > > Thanks, > Ohad.