From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [GIT PULL] omap fixes for v4.3 merge window Date: Wed, 2 Sep 2015 17:41:14 -0700 Message-ID: <20150903004113.GX10928@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: arm@kernel.org Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org The following changes since commit 2faf962d90ca4c5ee7ba026b7351b1f74500bcdf: Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2015-09-01 13:17:43 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/fixes-merge-window for you to fetch changes up to 21b430d23d233c67e6589ea5054d18392e15a28e: ARM: omap2plus_defconfig: Enable MUSB DMA support (2015-09-01 13:59:25 -0700) ---------------------------------------------------------------- Few omap bug fixes that have come up recently: - Fix deferred probe with omap_device idling unused devices - Fix booting if no timer parent can be set - Fix always true warning for vc register check And also two minor changes not strictly fixes: - Add SoC detection for dra752 - Enable omap related MUSB DMA engines as we can now build them all in finally ---------------------------------------------------------------- Frans Klaver (1): ARM: OMAP3: vc: fix 'or' always true warning Grygorii Strashko (1): ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_device_late_init Tony Lindgren (2): ARM: OMAP2+: Fix booting if no timer parent clock is available ARM: omap2plus_defconfig: Enable MUSB DMA support Vishal Mahaveer (1): ARM: DRA752: Add ID detect for ES2.0 arch/arm/configs/omap2plus_defconfig | 2 ++ arch/arm/mach-omap2/id.c | 8 ++++++-- arch/arm/mach-omap2/omap_device.c | 3 ++- arch/arm/mach-omap2/soc.h | 2 ++ arch/arm/mach-omap2/timer.c | 8 ++------ arch/arm/mach-omap2/vc.c | 2 +- 6 files changed, 15 insertions(+), 10 deletions(-)