From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [GIT PULL] few omap regression fixes against v3.13-rc5 Date: Sat, 28 Dec 2013 14:09:11 -0800 Message-ID: <20131228220910.GA9523@atomide.com> References: <20131228005747.GE5116@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:42824 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751047Ab3L1WJ1 (ORCPT ); Sat, 28 Dec 2013 17:09:27 -0500 Content-Disposition: inline In-Reply-To: <20131228005747.GE5116@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: arm@kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org * Tony Lindgren [131227 16:57]: > The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: > > Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/intc-ldp-fix > > for you to fetch changes up to 82f4fe707836e80b0fcaae9a4a1756e6e89c5e62: > > Merge tag 'for-v3.13-rc/hwmod-fixes-b' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into debug-ll-and-ldp-backlight-fix (2013-12-27 09:51:25 -0800) > > ---------------------------------------------------------------- > > Fix a regression for wrong interrupt numbers for some devices after > the sparse IRQ conversion, fix DRA7 console output for earlyprintk, > and fix the LDP LCD backlight when DSS is built into the kernel and > not as a loadable module. Added also the mailing lists to Cc. Regards, Tony > ---------------------------------------------------------------- > Rajendra Nayak (1): > ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL > > Suman Anna (1): > ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data > > Tony Lindgren (2): > ARM: OMAP2+: Fix LCD panel backlight regression for LDP legacy booting > Merge tag 'for-v3.13-rc/hwmod-fixes-b' of git://git.kernel.org/.../pjw/omap-pending into debug-ll-and-ldp-backlight-fix > > arch/arm/mach-omap2/board-ldp.c | 7 ++++++- > arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 4 ++-- > arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 6 +++--- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 2 +- > 4 files changed, 12 insertions(+), 7 deletions(-) >