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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 B00BCC4363D for ; Fri, 2 Oct 2020 12:45:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7FA7E206CD for ; Fri, 2 Oct 2020 12:45:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="lWxGJoeb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387809AbgJBMph (ORCPT ); Fri, 2 Oct 2020 08:45:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726029AbgJBMpg (ORCPT ); Fri, 2 Oct 2020 08:45:36 -0400 Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30F62C0613E2 for ; Fri, 2 Oct 2020 05:45:34 -0700 (PDT) Received: by mail-wm1-x342.google.com with SMTP id e2so1629599wme.1 for ; Fri, 02 Oct 2020 05:45:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=wFV5imeeVNh4aFNipAcfdjblW/ZOSyL9D39PK7KSmYo=; b=lWxGJoebMl3Ow+l/cLANA9HhBH3zJXSC8xy+gtbKmRCNZf7WDvBhpyDDf83Zz5iQFC j5b61CbPjBbeYKNb5XcJ48lV5DcDUV8mFTEGv+dRdnlL/n6mucyiuK6rch3ueoR2B+bd tCbjia8xLyjBuvY2Ss7GvcAQ6mXD1/P8aULn4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :content-transfer-encoding:in-reply-to; bh=wFV5imeeVNh4aFNipAcfdjblW/ZOSyL9D39PK7KSmYo=; b=CkM1CFx5OZvsHo+6iVRt07AGwip0kN3cJPZz7KqOX2UzHJuVaAnMI0zauLfGibFHNk asJEAETh6u5vFyBdKVbk8XuRT4xwpHkZjYXpWH0V7h3NhCBFHcwWfd1WnbOf/fRgeHMM Fa6cFffLYvVn6KMwD9sE+iK726gp+4W83VtB2FbI19+wMXLI5oLcJNCZtMKIYUSrVwuu r/usGmEJAcJxMEQ59HhBViQXW4N80NhK9F6af64fW3tRC1wht3HNWDLVYyk4SU6WW4Ok +NmlLK3jMVVrSVqH3N+XpBGrXBWplcJxQbti0uN864uXCKHoqaWGc6lrhykjG80srCm5 JD7g== X-Gm-Message-State: AOAM531gfb5BFDu3B1XXY8lnwrndTWODaoUe7ALPz+AcpHkJcN0hl9sC vJV4t5W+NgbPYPVOkWZhon0rrg== X-Google-Smtp-Source: ABdhPJy1lt6kNIxeUs6/VE8gsVST8rl8/txotIGZob4YZPT7AgI1xK1NnarLou4liJCfaYVaPQX8LA== X-Received: by 2002:a1c:5a05:: with SMTP id o5mr2589737wmb.7.1601642732877; Fri, 02 Oct 2020 05:45:32 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id u13sm1616278wrm.77.2020.10.02.05.45.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 02 Oct 2020 05:45:31 -0700 (PDT) Date: Fri, 2 Oct 2020 14:45:29 +0200 From: Daniel Vetter To: Andrzej Pietrasiewicz Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , 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: <20201002124529.GI438822@phenom.ffwll.local> Mail-Followup-To: Andrzej Pietrasiewicz , Greg Kroah-Hartman , 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 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> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9bd7ff2e-ddf3-f950-54ad-c143e9c60daa@collabora.com> X-Operating-System: Linux phenom 5.7.0-1-amd64 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Fri, Oct 02, 2020 at 02:36:33PM +0200, Andrzej Pietrasiewicz wrote: > W dniu 02.10.2020 o 14:33, Andrzej Pietrasiewicz pisze: > > W dniu 02.10.2020 o 14:31, Greg Kroah-Hartman pisze: > > > On Tue, Aug 18, 2020 at 01:28:23PM +0200, Andrzej Pietrasiewicz wrote: > > > > 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?  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. Cheers, Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch