From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [GIT PULL] omap fixes against v3.12-rc3 Date: Wed, 09 Oct 2013 13:42:10 -0700 Message-ID: <87d2netbvh.fsf@linaro.org> References: <20131008220324.GV8313@atomide.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f49.google.com ([209.85.220.49]:55869 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752515Ab3JIUmO (ORCPT ); Wed, 9 Oct 2013 16:42:14 -0400 Received: by mail-pa0-f49.google.com with SMTP id ld10so1618540pab.22 for ; Wed, 09 Oct 2013 13:42:13 -0700 (PDT) In-Reply-To: <20131008220324.GV8313@atomide.com> (Tony Lindgren's message of "Tue, 8 Oct 2013 15:03:24 -0700") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: arm@kernel.org, Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Tony Lindgren writes: > 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/fixes-against-v3.12-rc3-take2 > > for you to fetch changes up to d1f1ca36b566aa56effdd7df69750062ec735131: > > ARM: OMAP2: RX-51: Add missing max_current to rx51_lp5523_led_config (2013-10-08 11:22:43 -0700) > > ---------------------------------------------------------------- > Few fixes for omap3 related hangs and errors that people have > noticed now that people are actually using the device tree > based booting for omap3. FWIW, my automated boot is doing only DT boots on all the OMAP platforms. However, it's only testing basic boot so far so there's not a whole lot of driver testing yet (but it's coming soon.) > Also one regression fix for timer compile for dra7xx when > omap5 is not selected, and a LED regression fix for n900. Thanks, pulled into fixes. Kevin