From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [91.218.175.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D198424BD14 for ; Mon, 3 Mar 2025 16:43:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741020204; cv=none; b=bE/45bBQ+nyYeICCMeEgEejpFdYd2ATYDSJFo+G08ig8KC+ZO2IT7MjM04Fu7oa63n11Txktgps17YPHeuSv2kIAOrr15w8AHp4QYlNxcO3iGlmT4RCaaAqeqg1VzMVRvGKuk7MW+dOzIXfMUinMELm5qgIrRMQ3nAbcQVXaSpI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741020204; c=relaxed/simple; bh=aHr0m6w2L3LX7OfWQEnvUgl5NG5+v/I574fWDNzzD5o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Mb7BaLgs3cjW66Vrhkk16Ci4jwNdncg9xS0JrI9qjLOWFx8GqY8pG3Ub3Z34ZzKv28+yrK281flBVeLeFJ9/iIbmVB7nzUd+dHZ1A1vRj8ScLj3/KBNTZyalwahIkZBaXKuh/q2Q4Mb3c7D6asZ0Jrl2pv5KSXYWfFMhWVoViMg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io; spf=pass smtp.mailfrom=rosenzweig.io; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b=tcCzM1+o; arc=none smtp.client-ip=91.218.175.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b="tcCzM1+o" Date: Mon, 3 Mar 2025 11:43:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rosenzweig.io; s=key1; t=1741020197; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0xN0OgCy3b1q5LuDbAE8X1hj9Ed53fv0LtyLgIvHWLw=; b=tcCzM1+oyyL625hQt8o31zf6qJpyDtm+6hpAXzLVKn+/ZxZTb9Q+WuR4NdZ0cXeFmwq6CB XNOdD4XSj7+1UviD4gsBYGkbLNrZExowUqMcwPB58T8FwPXfe5Y3+4lO8IWcJNcRIf8FSS Sl0gw+6ZKMZVxSPbxK1esQNoxAj3H4Eu/WGKT7nUKTuqziWx8nRw/roEeS1cgxNI8z2zJ7 TsaoQhvUIucMFJRo3Ze4aB6/UiozFezKIOqpJrCMT+NhM6XullJbqA5Cv3v3+O2K/xvVjM EbJCFW77yP0ce+qQoHXbO/igKXviqatuHW1i9jZ6JrlqnaOyMJm1D3bFTyT3Fw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alyssa Rosenzweig To: Neil Armstrong Cc: Maxime Ripard , fnkl.kernel@gmail.com, Hector Martin , Sven Peter , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jessica Zhang , asahi@lists.linux.dev, Janne Grunau , linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alyssa Ross , Krzysztof Kozlowski , Neal Gompa , Dmitry Baryshkov , Nick Chan Subject: Re: [PATCH v7 0/5] Driver for pre-DCP apple display controller. Message-ID: References: <20250217-adpdrm-v7-0-ca2e44b3c7d8@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT > > Sasha Finkelstein (5): > > dt-bindings: display: Add Apple pre-DCP display controller > > drm: adp: Add Apple Display Pipe driver > > drm: panel: Add a panel driver for the Summit display > > arm64: dts: apple: Add touchbar screen nodes > > MAINTAINERS: Add entries for touchbar display driver > > > > .../display/apple,h7-display-pipe-mipi.yaml | 83 +++ > > .../bindings/display/apple,h7-display-pipe.yaml | 88 +++ > > .../bindings/display/panel/apple,summit.yaml | 58 ++ > > MAINTAINERS | 16 + > > arch/arm64/boot/dts/apple/t8103-j293.dts | 31 ++ > > arch/arm64/boot/dts/apple/t8103.dtsi | 61 ++ > > arch/arm64/boot/dts/apple/t8112-j493.dts | 31 ++ > > arch/arm64/boot/dts/apple/t8112.dtsi | 61 ++ > > drivers/gpu/drm/Kconfig | 2 + > > drivers/gpu/drm/Makefile | 1 + > > drivers/gpu/drm/adp/Kconfig | 17 + > > drivers/gpu/drm/adp/Makefile | 5 + > > drivers/gpu/drm/adp/adp-mipi.c | 276 +++++++++ > > drivers/gpu/drm/adp/adp_drv.c | 617 +++++++++++++++++++++ > > drivers/gpu/drm/panel/Kconfig | 9 + > > drivers/gpu/drm/panel/Makefile | 1 + > > drivers/gpu/drm/panel/panel-summit.c | 132 +++++ > > 17 files changed, 1489 insertions(+) > > --- > > base-commit: b62cef9a5c673f1b8083159f5dc03c1c5daced2f > > change-id: 20241124-adpdrm-25fce3dd8a71 > > > > > > All patches are reviewed, can we funnel patches 1, 2 & 5 via drm-misc-next now ? I'm planning to do so today, just need to get dim setup first :)