Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7022368ybi; Thu, 13 Jun 2019 08:17:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqwUY1Fube5sLPh4n4EklQC0DAZofCHNo2i9tpTch2RH85AnFUzwhVx2EcFplzLQ+ICGb+ce X-Received: by 2002:a65:5344:: with SMTP id w4mr30921363pgr.8.1560439035297; Thu, 13 Jun 2019 08:17:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560439035; cv=none; d=google.com; s=arc-20160816; b=SiNcMP1/UJ0nkvl1qg/69CnVYadf7s/O+lR89qbneEYbFP4yIEPv4OWIaCYbkX962/ kHGW8Co+guTEbtGDH65YFSBcLYDA2D8ChlqAO7iaOMKek7M/0MQhGtk1PVnoQ8ijXLKP rzy0HSHiBMzrheg8Y71mAS6piFGOm8oFvKjw+w6X71a5GXGejUGeBxuE7HlO9anomi6H YgeuFcR7Nw0CWHHRRqJDHAR/zDeMJyNtdcu9cyFBXxWVDZf8Y+/FgOHw5udSpKa4JEl5 rAu4eafUJ/fJ2hOzEDNPO4fi95g9cAdT3Bb3DEqMs7vM5Ag1SovmrUlnJa32OUdmDTAg PbFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=3Rvh26cNOApzeuO+3kg2frRwyjs1UO4U06sE+SFxxFo=; b=TJzvHpTipZ3CciJ+kpQAw6RDryl+hQodaV8eU+/Pmr76MRBGeoSTKJkAltR19XH6Rr qthSd2plG/gSJk4ZdMcB63XOWWXFpjHFr8GCIhCI7LcRpypY3Dn9K8+zmkzn9AKuBZnM I3ZheTvEqyEjUSXnbwIZBMsAMVvQ3ign5yNcPUh015SzislXH82wkzSWp2cA7YzO/0tF nFnW572JDaFr4ZMmhwWJBsOAI7WMk4fbzWG0MjxJTXReKH1UaEMP7XnK+HxXuMSYbvcE asxWoibRGN/+FZxvuRaO+3x+4f9vHaBJ7DAO92BrteT2uvwmzoCDew91AgBg7BqX7CNs vJQg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i33si3328747pld.312.2019.06.13.08.16.59; Thu, 13 Jun 2019 08:17:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733042AbfFMPOq (ORCPT + 99 others); Thu, 13 Jun 2019 11:14:46 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:44661 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732243AbfFMN0e (ORCPT ); Thu, 13 Jun 2019 09:26:34 -0400 Received: from localhost (aaubervilliers-681-1-40-246.w90-88.abo.wanadoo.fr [90.88.159.246]) (Authenticated sender: maxime.ripard@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 5F7D624000F; Thu, 13 Jun 2019 13:26:30 +0000 (UTC) Date: Thu, 13 Jun 2019 15:14:11 +0200 From: Maxime Ripard To: Jagan Teki Cc: David Airlie , Daniel Vetter , Chen-Yu Tsai , dri-devel , linux-arm-kernel , linux-kernel , Bhushan Shah , Vasily Khoruzhick , =?utf-8?B?5Z2a5a6a5YmN6KGM?= , Michael Trimarchi , linux-amarula , linux-sunxi Subject: Re: [PATCH v10 09/11] drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support Message-ID: <20190613131411.m5noowniybmy2iwb@flea> References: <20190520090318.27570-1-jagan@amarulasolutions.com> <20190520090318.27570-10-jagan@amarulasolutions.com> <20190603134907.lh5rdpucbrzrsdps@flea> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="67h24wqq3644zbtr" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --67h24wqq3644zbtr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 13, 2019 at 01:25:52PM +0530, Jagan Teki wrote: > On Mon, Jun 3, 2019 at 7:19 PM Maxime Ripard wrote: > > > > On Mon, May 20, 2019 at 02:33:16PM +0530, Jagan Teki wrote: > > > Allwinner MIPI DSI controllers are supplied with SoC > > > DSI power rails via VCC-DSI pin. > > > > > > Add support for this supply pin by adding voltage > > > regulator handling code to MIPI DSI driver. > > > > > > Tested-by: Merlijn Wajer > > > Signed-off-by: Jagan Teki > > > > This creates a lot of warnings at boot time on my board this is > > missing vcc-dsi-supply. > > Is it about regulator_put or similar, would you provide the log. Sure http://code.bulix.org/whiea9-769551?raw Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --67h24wqq3644zbtr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXQJMIwAKCRDj7w1vZxhR xWegAQDwSoUtcUAwaJhKm16aerVWYEQ/+xe+Ju5225zohnNd/QD9EENvHyaxAOv5 b+bUdFuORnm+O681sZh0ILOpLSLMjQE= =Md8P -----END PGP SIGNATURE----- --67h24wqq3644zbtr--