Received: by 10.213.65.68 with SMTP id h4csp3371086imn; Tue, 3 Apr 2018 03:52:05 -0700 (PDT) X-Google-Smtp-Source: AIpwx49QCmiK518GI9cp8kCV5KaE0uhZI/2DocwdANxk1WnJ3II576vjvWWYhQ6VeO8zjnpCYaQ6 X-Received: by 10.99.119.129 with SMTP id s123mr8704659pgc.137.1522752725873; Tue, 03 Apr 2018 03:52:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522752725; cv=none; d=google.com; s=arc-20160816; b=AFKh0tEP5KF9BXTH/oUURNI3WKuesLXWDZT6MSgV388qFzHkbzdHMzwqDKU8P6Sv0S a2Tk6oWlj8E6NWGNsRlItGMzsWRsBFiL10LyXK0KiBxWoYl+ip4ANSfV6Bs9vLHuaSqo I9mQPHqUruBIs1FjNH2pBZlgTtYAto7QdZ3htSEzMDVDCeIShshdHsc9/iHINyMhfsCK CeHN3lqTN7embjiLA74SA5BXhVxnxHQUjOWMQauMSurerRjzw1yNqs1+2GxR6HHUzjII TyIBPBX4Yz/KiZTasjbWsVVWdMSIQr+b+rvq26EiiooJ2s1eCxSX6Gsb1MW9alDh33/M ksvw== 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:arc-authentication-results; bh=hPYB8DS64WUeHpXroV6RLHgZgPE4F770Ydr03lje0fY=; b=HbCK4dA7iGyO6yL6vsL+fxAWiUrc+nO9L0eDCwrU+8L/ZmGvskcbcD4cIlW++i2LuT EuhULZ7tNwYPbN4HTmLTHMNQQF7rgylV8V+FRh/oviph5CYh2TGChXC75MmO9LHCzeWO ey4Q1MbAJ7VgTEKXCvgmGN8G4XSEgx7M0HoIpQ+ITT17kpp8xbKwAxUKlLNmQzt/9lh+ GuVGxTxvMCbgiWrIkDa8vJ6R++KOE4PfXz1v5ZLjxvh9Aup+jR9Gr2WMSH2NTkegnOiU C+xLa1aaFFzCxXlz5lGHtBChxaDLrzi/LqxpHlPgD23+nKi2YTDuQxI804xGSj3IKl+d eS/A== 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 z6-v6si260533plo.739.2018.04.03.03.51.52; Tue, 03 Apr 2018 03:52:05 -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 S932121AbeDCKtt (ORCPT + 99 others); Tue, 3 Apr 2018 06:49:49 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:54717 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755049AbeDCKtp (ORCPT ); Tue, 3 Apr 2018 06:49:45 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id A1CEB80423; Tue, 3 Apr 2018 12:49:43 +0200 (CEST) Date: Tue, 3 Apr 2018 12:49:43 +0200 From: Pavel Machek To: Sebastian Reichel Cc: Sebastian Reichel , Tomi Valkeinen , Tony Lindgren , Laurent Pinchart , Rob Herring , Mark Rutland , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCHv3 7/8] drm/omap: panel-dsi-cm: add rotation support Message-ID: <20180403104943.GH6758@amd> References: <20180330171822.25896-1-sebastian.reichel@collabora.co.uk> <20180330171822.25896-8-sebastian.reichel@collabora.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fmEUq8M7S0s+Fl0V" Content-Disposition: inline In-Reply-To: <20180330171822.25896-8-sebastian.reichel@collabora.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --fmEUq8M7S0s+Fl0V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2018-03-30 19:18:21, Sebastian Reichel wrote: > From: Sebastian Reichel >=20 > Add support to inform the DRM subsystem about the orientation > the display has been mounted to the casing. >=20 > Signed-off-by: Sebastian Reichel 1-5,7: Reviewed-by: Pavel Machek Thanks, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --fmEUq8M7S0s+Fl0V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlrDXEcACgkQMOfwapXb+vKlTQCfRevNFNSBuOoYVMUdspgwdc5d 8WEAoLN8ENBPzuDDP7p1iXUyzVs/cN2x =DM+N -----END PGP SIGNATURE----- --fmEUq8M7S0s+Fl0V--