From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89C2EECAAA1 for ; Mon, 12 Sep 2022 11:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229876AbiILLv1 (ORCPT ); Mon, 12 Sep 2022 07:51:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbiILLvZ (ORCPT ); Mon, 12 Sep 2022 07:51:25 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 695C13C8E0 for ; Mon, 12 Sep 2022 04:51:24 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 244DD22DD6; Mon, 12 Sep 2022 11:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1662983483; h=from:from:reply-to: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=HfIasOg6i5ap6qQxetKgkSVMBBscJRO59op8r2Q7nb4=; b=N8Zrtjw/QqJRw0QAs9gO8EJgNFB8SMtZsN2fSlqrTl1n9sZLaXy8t9qpHNGieGXImfilFP l1RTrJSuEmcc6blBOxwhzER9NmW9MjOKrWYH0bCZM2DkyN9LdW5Zs0RralEdg9tbxhpu0p wCA5dXpZjM3XA3ztKyVdbwD/AncHKpY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1662983483; h=from:from:reply-to: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=HfIasOg6i5ap6qQxetKgkSVMBBscJRO59op8r2Q7nb4=; b=IDxgZNEqSsqIKx+i+qQB0kK7OgLFHngr3jiG7cfWV9qcga5IHXvvWAzb1WBCdNL9aG4Ykd Z5T/vD4trMi6Y/BQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id CFC57139C8; Mon, 12 Sep 2022 11:51:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id JmnLMTodH2PYAwAAMHmgww (envelope-from ); Mon, 12 Sep 2022 11:51:22 +0000 Date: Mon, 12 Sep 2022 13:51:22 +0200 Message-ID: <871qsgizet.wl-tiwai@suse.de> From: Takashi Iwai To: Thomas Zimmermann Cc: Takashi Iwai , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 00/12] drm/udl: More fixes In-Reply-To: <5cd5b62f-a292-6e54-278d-b5cead65f49c@suse.de> References: <20220908095115.23396-1-tiwai@suse.de> <5cd5b62f-a292-6e54-278d-b5cead65f49c@suse.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Sep 2022 09:06:47 +0200, Thomas Zimmermann wrote: > > Hi, > > I've meanwhile merged the patchset, including the one updated patch > and the missing r-b. Great, thanks! Takashi