From patchwork Thu Sep 13 13:59:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 10599595 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8CDE514E0 for ; Thu, 13 Sep 2018 14:00:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 752CD2AFC1 for ; Thu, 13 Sep 2018 14:00:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 734B72AF9B; Thu, 13 Sep 2018 14:00:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E1BAF2AF9B for ; Thu, 13 Sep 2018 14:00:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731330AbeIMTJj (ORCPT ); Thu, 13 Sep 2018 15:09:39 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:35547 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729831AbeIMTJj (ORCPT ); Thu, 13 Sep 2018 15:09:39 -0400 X-Originating-IP: 2.224.242.101 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 62DA460003; Thu, 13 Sep 2018 13:59:58 +0000 (UTC) From: Jacopo Mondi To: sakari.ailus@linux.intel.com, mchehab@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com Cc: Jacopo Mondi , slongerbeam@gmail.com, laurent.pinchart@ideasonboard.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/3] media: renesas-ceu: Introduce default mbus configuration Date: Thu, 13 Sep 2018 15:59:48 +0200 Message-Id: <1536847191-17175-1-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Sakari, this is an attempt to use the newly introduce ability to specify default configurations for media device drivers. This patch depends on your and Steve's work at: I also updated the DT bindings as you suggested, documenting all other properties the CEU interface allows to configure. Thanks j Jacopo Mondi (3): dt-bindings: media: renesas-ceu: Refer to video-interfaces.txt dt-bindings: media: renesas-ceu: Add more endpoint properties media: renesas-ceu: Use default mbus settings .../devicetree/bindings/media/renesas,ceu.txt | 14 +++++++++----- arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi | 4 ---- drivers/media/platform/renesas-ceu.c | 20 +++++++++++--------- 3 files changed, 20 insertions(+), 18 deletions(-) --- 2.7.4