From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E246C31E40 for ; Mon, 12 Aug 2019 13:54:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 29BFD20684 for ; Mon, 12 Aug 2019 13:54:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727542AbfHLNyR (ORCPT ); Mon, 12 Aug 2019 09:54:17 -0400 Received: from lb3-smtp-cloud7.xs4all.net ([194.109.24.31]:57227 "EHLO lb3-smtp-cloud7.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727136AbfHLNyR (ORCPT ); Mon, 12 Aug 2019 09:54:17 -0400 Received: from [192.168.2.10] ([46.9.232.237]) by smtp-cloud7.xs4all.net with ESMTPA id xAm4hRKMWur8TxAm7hicCZ; Mon, 12 Aug 2019 15:54:15 +0200 To: Linux Media Mailing List From: Hans Verkuil Subject: [GIT PULL FOR v5.4] Fix dma_mask for omap_vout Message-ID: Date: Mon, 12 Aug 2019 15:54:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfNKnMRhEOlVBo/lURI+AVVfUxeQqoSvJKdzH1OlLFTqsXr1a3F6Y2ouuQ34VTcQmgcqNpFX7k2YDzVJSn3cKk/mvqbSaQPrPN7XKEaZ9NBoMqcfCVGF4 KDALb5U+5NC27Ru11j7vriQPNHjU64T7X/3l9cwxevQW8sabRJTqBThqUG1q00zRkjZBjlx7cv6F/Q== Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Just a single patch: this is the last bit needed to make omap_vout work again. Tony was OK with this going through the media subsystem since it concerns a media driver. Regards, Hans The following changes since commit 97299a3035328d7ae2f4fccaf6e549974df6e118: media: Remove dev_err() usage after platform_get_irq() (2019-08-07 17:08:33 -0300) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.4j for you to fetch changes up to b9553f6250e0ef78673a7691cd304a732c4bfc00: mach-omap2/devices.c: set dma mask (2019-08-12 15:51:13 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (1): mach-omap2/devices.c: set dma mask arch/arm/mach-omap2/devices.c | 7 +++++++ 1 file changed, 7 insertions(+)