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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 289ECC47425 for ; Fri, 2 Oct 2020 12:55:25 +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 CC42620795 for ; Fri, 2 Oct 2020 12:55:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="lcHFzgqD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC42620795 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org 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 44DFC6E0B6; Fri, 2 Oct 2020 12:55:24 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 485086E0B6 for ; Fri, 2 Oct 2020 12:55:23 +0000 (UTC) Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8F529206DC; Fri, 2 Oct 2020 12:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601643323; bh=5AJyIErWdlrgMYlEMAq+TO9asL7HgMDK0TTNyge8YO4=; h=Date:From:To:Subject:References:In-Reply-To:From; b=lcHFzgqDzd+7/14/hfQkWGSQBbQl3E2M5rJOmDJHooiwsfL8t+ChP9U7Rja4WJe2q G92kbsMn8vGdkX4wQeFsodsmI7mjHdlrHRf+RzgQH9DBwZWFeLtiXI5RIq7ZL05DGA arQTxLKktZLmuTIRj7YVI7GtaKGM0GZCK6qUCch0= Date: Fri, 2 Oct 2020 14:55:22 +0200 From: Greg Kroah-Hartman To: Andrzej Pietrasiewicz , linux-kernel@vger.kernel.org, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Jiri Slaby , Dmitry Torokhov , linux-input@vger.kernel.org, dri-devel@lists.freedesktop.org, kernel@collabora.com Subject: Re: [PATCH v3 0/2] Add configurable handler to execute a compound action Message-ID: <20201002125522.GB3350322@kroah.com> References: <20200818112825.6445-1-andrzej.p@collabora.com> <20201002123158.GA3346786@kroah.com> <95030036-87fe-8c61-6fc6-c60452d8ca96@collabora.com> <9bd7ff2e-ddf3-f950-54ad-c143e9c60daa@collabora.com> <20201002124529.GI438822@phenom.ffwll.local> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201002124529.GI438822@phenom.ffwll.local> 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: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Oct 02, 2020 at 02:45:29PM +0200, Daniel Vetter wrote: > On Fri, Oct 02, 2020 at 02:36:33PM +0200, Andrzej Pietrasiewicz wrote: > > W dniu 02.10.2020 o=A014:33, Andrzej Pietrasiewicz pisze: > > > W dniu 02.10.2020 o=A014:31, Greg Kroah-Hartman pisze: > > > > On Tue, Aug 18, 2020 at 01:28:23PM +0200, Andrzej Pietrasiewicz wro= te: > > > > > This is a follow-up of this thread: > > > > > = > > > > > https://www.spinics.net/lists/linux-input/msg68446.html > > > > = > > > > lore.kernel.org is easier to pull stuff from :) > > > > = > > > > Anyway, what ever happened to this series?=A0 Is there a newer one > > > > somewhere? > > > > = > > > > thanks, > > > > = > > > > greg k-h > > > > = > > > = > > > https://lkml.org/lkml/2020/8/18/440 > > > = > > > Andrzej > > = > > Sorry about confusion. > > = > > This is the same thing, so there is nothing newer. > = > Maybe split out the s/V/v/ in drm so I can pick that up? Alternatively > Acked-by: Daniel Vetter if Greg takes it all. I'll take the first patch now, the second one is a bit more odd... thanks for the ack. greg k-h _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel