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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 E9A3CFA3728 for ; Wed, 16 Oct 2019 12:02:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB4742067B for ; Wed, 16 Oct 2019 12:02:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732478AbfJPMC3 (ORCPT ); Wed, 16 Oct 2019 08:02:29 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:49914 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726372AbfJPMC3 (ORCPT ); Wed, 16 Oct 2019 08:02:29 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1iKi0Y-0004F3-0O; Wed, 16 Oct 2019 14:02:26 +0200 Date: Wed, 16 Oct 2019 14:02:25 +0200 From: Sebastian Andrzej Siewior To: Hans Verkuil Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, Mauro Carvalho Chehab , linux-media@vger.kernel.org Subject: Re: [PATCH 30/34] media: cec-gpio: Use CONFIG_PREEMPTION Message-ID: <20191016120225.bi6zyewpruvmxlnl@linutronix.de> References: <20191015191821.11479-1-bigeasy@linutronix.de> <20191015191821.11479-31-bigeasy@linutronix.de> <6897ccdb-e2b7-7739-e6b9-872306895a4f@xs4all.nl> <23950aea-3972-64fd-9493-d7f9f81db9d2@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <23950aea-3972-64fd-9493-d7f9f81db9d2@xs4all.nl> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-10-16 13:51:14 [+0200], Hans Verkuil wrote: > Do you want me to take this patch? Just checking. It is up to you. You have all the dependencies so you can either add it to your -next branch or leave it and we will pick it up for you. > Regards, > > Hans Sebastian