From patchwork Sat Sep 5 17:27:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11759181 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E5460618 for ; Sat, 5 Sep 2020 17:28:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 55A3620760 for ; Sat, 5 Sep 2020 17:28:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="UWWicQF9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 55A3620760 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C55846E05C; Sat, 5 Sep 2020 17:28:17 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 135096E05C for ; Sat, 5 Sep 2020 17:28:16 +0000 (UTC) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 81A40335; Sat, 5 Sep 2020 19:28:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1599326894; bh=Dnt9cpqNAX6aQfLMV6Clevf8BSBBJAyi6HTM3ITyYdE=; h=Date:From:To:Cc:Subject:From; b=UWWicQF9CGfOE8umxmoXde3+E7KR44aUWjHGSXrRiCQrAeq+bqS+a4RGDxOqJiyS2 FpnP8DevvqEHPD6CK4fMtBviRrkQ5k2/HkwDQwwUt/YdjoTOOPjQSJeyjd3kI1C6mN v2S0g6gdZby7m4jeowI/gv+TOTHvFeRSi0e6yFk8= Date: Sat, 5 Sep 2020 20:27:51 +0300 From: Laurent Pinchart To: dmaengine@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: [GIT PULL FOR v5.9] Fix Kconfig dependency issue with DMAENGINES selection Message-ID: <20200905172751.GC6319@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Hyun Kwon , Randy Dunlap , Michal Simek , Alexandre Bounine , Vinod Koul , Matt Porter Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave and Daniel, This small pull request fixes a Kconfig dependency issue introduced in v5.9-rc1. Among the three patches required to fix the issue, the ASoC fix has been merged in Linus' tree already. I haven't been able to get the RapidIO patch reviewed by the subsystem maintainers, so I've included it here as it's a dependency for the DRM patch. The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b: Linux 5.9-rc3 (2020-08-30 16:01:54 -0700) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/drm-xlnx-dpsub-fixes-20200905 for you to fetch changes up to 3e8b2403545efd46c6347002e27eae4708205fd4: drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency (2020-09-05 19:52:54 +0300) ---------------------------------------------------------------- Kconfig fixes for DRM_ZYNQMP_DPSUB DMA engine dependency ---------------------------------------------------------------- Laurent Pinchart (2): rapidio: Replace 'select' DMAENGINES 'with depends on' drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency drivers/gpu/drm/xlnx/Kconfig | 1 + drivers/rapidio/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)