From patchwork Fri Sep 14 20:50:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 10601221 X-Patchwork-Delegate: geert@linux-m68k.org 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 ED54E14BD for ; Fri, 14 Sep 2018 20:50:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C8EC02BA5B for ; Fri, 14 Sep 2018 20:50:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BD3B42BA67; Fri, 14 Sep 2018 20:50:13 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham 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 4781B2BA5B for ; Fri, 14 Sep 2018 20:50:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727416AbeIOCGU (ORCPT ); Fri, 14 Sep 2018 22:06:20 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:42374 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727128AbeIOCGU (ORCPT ); Fri, 14 Sep 2018 22:06:20 -0400 Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 4326FCE; Fri, 14 Sep 2018 22:50:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1536958210; bh=wk9lWAvagIxfKhp8OmaCQwZotSGHcsb8TNHnh9OTyS8=; h=From:To:Cc:Subject:Date:From; b=iJC39FNrDe5pgBhbw+c6uP3H7gCpBtpuO5P6/xR8DmlR7p47zZmyCx0rUN/kA/9lZ mZ2U0aJXlv+UkDP8L/qOrRJPTglENYeGIXWewR4BFdZj0r2xXtlBeBTRveViPKhOIv LiGquUaABnfUhH2Xrvvvn2fGQwdKdISIAw3WlG+I= From: Kieran Bingham To: Geert Uytterhoeven Cc: Laurent Pinchart , linux-renesas-soc@vger.kernel.org, Kieran Bingham Subject: [GIT PULL FOR renesas-drivers] pinchartl-media/v4l2/vsp1/next Date: Fri, 14 Sep 2018 21:50:07 +0100 Message-Id: <20180914205007.12905-1-kieran.bingham+renesas@ideasonboard.com> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Geert, Please consider including this release in renesas-drivers. --- Regards Kieran The following changes since commit 78cf8c842c111df656c63b5d04997ea4e40ef26a: media: drxj: fix spelling mistake in fall-through annotations (2018-09-12 11:21:52 -0400) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git pinchartl-media/v4l2/vsp1/next for you to fetch changes up to 4a6fcd855184d0d928bb833f1062bd19a0c9b57a: media: vsp1: Document max_width restriction on UDS (2018-09-14 17:35:25 +0300) ---------------------------------------------------------------- Kieran Bingham (5): MAINTAINERS: VSP1: Add co-maintainer media: vsp1: Remove artificial minimum width/height limitation media: vsp1: use periods at the end of comment sentences media: vsp1: Document max_width restriction on SRU media: vsp1: Document max_width restriction on UDS Koji Matsuoka (1): media: vsp1: Fix YCbCr planar formats pitch calculation Laurent Pinchart (2): media: vsp1: Fix vsp1_regs.h license header media: vsp1: Update LIF buffer thresholds MAINTAINERS | 1 + drivers/media/platform/vsp1/vsp1_brx.c | 4 ++-- drivers/media/platform/vsp1/vsp1_drm.c | 11 ++++++++++- drivers/media/platform/vsp1/vsp1_drv.c | 6 +++--- drivers/media/platform/vsp1/vsp1_entity.c | 2 +- drivers/media/platform/vsp1/vsp1_lif.c | 29 +++++++++++++++++++++++++---- drivers/media/platform/vsp1/vsp1_regs.h | 2 +- drivers/media/platform/vsp1/vsp1_rpf.c | 4 ++-- drivers/media/platform/vsp1/vsp1_sru.c | 7 ++++++- drivers/media/platform/vsp1/vsp1_uds.c | 14 +++++++++++--- drivers/media/platform/vsp1/vsp1_video.c | 9 +++------ drivers/media/platform/vsp1/vsp1_wpf.c | 2 +- include/media/vsp1.h | 2 +- 13 files changed, 67 insertions(+), 26 deletions(-)