Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp7462458ybp; Wed, 16 Oct 2019 09:01:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqxp1et5RLEAAIACZPTBPDv6ttXC5WTIGMDOMs/VQKmo0/FZ38rQR59MR0mc9rCHNkEdF9DK X-Received: by 2002:a50:c2c2:: with SMTP id u2mr40860480edf.133.1571241708323; Wed, 16 Oct 2019 09:01:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571241708; cv=none; d=google.com; s=arc-20160816; b=lvvwedmKbf0ORV5aBqy8XhoEMsIqWb/4ZdgReZb1nVN6eA5zfYDbAx9OrFUWKOM9lq 80mVx/dGeVAk0wCJqbmvvRGL799jY/QDfn5zadndmOCabgniD+39OMoua1+gdIZAlq+F 8kiEhQED19nYbNkGzn+uIyaRpdtlks0OBSd2A3c+eubvAy+5J+dYNVc3T/0KzyaTKaH0 eqVXeQ9RGUBUGogYQFclseNE9SCS/TNJtjs8Sc2a39ebVuCQDJOhalIKkEVsvbBSFz4t 9LfoSTYMv5Qdl2KIyEPwFCwAndODHqgjGExxTNIjszDPI+o8tKZp/iwkXuWshLeYlCrp PZCg== 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; bh=qrj4b1hPrSENFB2N6u5RRz493+hVIrkdmm/ta169KXk=; b=XoncuFh62oEOYH51WBYKQj1fCTUZQ/gDTgvtyegEcJ6CjUWpAkLUIUTQ/r9smSZ+VT aCiarHqXrjHHrvWuxGI3wzMK7ri4MvFDe07yijAQ9Tu/GfMOHri7ipXBilD7z2w0FhLk Ox5k8cdA8KlMcEoTDm136e/DcsQjjzCSQE0lDH0U/U0g/XeYJzMUuyBs7rYCvJh1Vad/ vBbAUV8nvhYdwmuc1cFjejaWV7CwAJ/u9waPDlUAZjy8C3yo6ENyaup8mdoyTS5h+pxE Uku/JmPlatlWFtDK9q0VS9+o2KKBx6vKFLwMzzK9GEHOHXymoNaTp+bhTfliUZhIf4bQ BpkA== 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 b19si15704885ejj.83.2019.10.16.09.01.24; Wed, 16 Oct 2019 09:01:48 -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 S2405276AbfJPNDx (ORCPT + 99 others); Wed, 16 Oct 2019 09:03:53 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:33665 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391721AbfJPNDx (ORCPT ); Wed, 16 Oct 2019 09:03:53 -0400 X-Originating-IP: 2.224.242.101 Received: from uno.localdomain (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id E6C754001D; Wed, 16 Oct 2019 13:03:47 +0000 (UTC) Date: Wed, 16 Oct 2019 15:05:36 +0200 From: Jacopo Mondi To: Linus Walleij Cc: Lee Jones , Bartosz Golaszewski , Yoshinori Sato , Rich Felker , Daniel Thompson , Jingoo Han , Bartlomiej Zolnierkiewicz , Andy Shevchenko , Linux-sh list , "linux-kernel@vger.kernel.org" , "open list:DRM PANEL DRIVERS" , Linux Fbdev development list , Bartosz Golaszewski Subject: Re: [PATCH v5 0/7] backlight: gpio: simplify the driver Message-ID: <20191016130536.222vsi5whkoy6vzo@uno.localdomain> References: <20191007033200.13443-1-brgl@bgdev.pl> <20191014081220.GK4545@dell> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="obmlgf7bnd7gsis3" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --obmlgf7bnd7gsis3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hi, sorry for not having replied earlier On Wed, Oct 16, 2019 at 02:56:57PM +0200, Linus Walleij wrote: > On Mon, Oct 14, 2019 at 10:12 AM Lee Jones wrote: > > > > arch/sh/boards/mach-ecovec24/setup.c | 33 ++++-- > > > > I guess we're just waiting for the SH Acks now? > > The one maintainer with this board is probably overloaded. > > I would say just apply it, it can't hold back the entire series. I've been able to resurect the Ecovec, and I've also been given a copy of its schematics file a few weeks ago. It's in my TODO list to test this series but I didn't manage to find time. If I pinky promise I get back to you before end of the week, could you wait for me ? :) Thanks and sorry again! > > Yours, > Linus Walleij --obmlgf7bnd7gsis3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEtcQ9SICaIIqPWDjAcjQGjxahVjwFAl2nFaAACgkQcjQGjxah VjzoFBAAhwhZPZe4vv+vLpIH9nXV/zZkAZjerr/FDZoeAm13GfCbvATlAG3xuN2O /yt4lmoNa0HPZn59BxgVUsCZC5/uTUg8NosCm33YOUGtYU1bhqo9dvBIQc2U7OXJ u+CxQrlsXVXJtF+51bzDbU0dQRXgccwVhl8F0KMtq/OwyzboyFOl400CN5CqIKHP Htq5yUN7BPhMNWtSM9ar/CfZpLQUvhl2P/h4id6uuPhM8CQtlDEHxHSULFxtJBwl w7y0N5f+7wUKtrPVsJ5M6ya3iPrhda49XWtcEPuYGGkOxgM3DiLJENLnStTf78Bh 4hde/25m0jCdbqqRENmccyBcznO1ljcdQOYTAZty+ufXtTWFcJwNk7+Obaz2P447 09kuzxY+Syp7QWAmjh9R1gxaxBpfHCkALgttNqws8jLhou70YeglHSgA/4z/aHgK wgTcAz2HrzgbtJA15KTO9x+99Gyr/NzJE7ffXSNPXket5u9U2O0r+efDKeCMAGVl O1YQD4zAnk460taT03o8QndflimZp1kq8Wg8PlXgV3y4XAsIgq64Dc2QGqzLaxI6 30Ak7ph277+RSc6SU6lMazid9TF/b8sf1Rk8tc/usVoWrN7BoHhyFSJj9tdFG71f kFfg9ieXD+Lno9Ri03PmblRxX1Qted/2kJzw6YX65On55W72l0A= =RcMR -----END PGP SIGNATURE----- --obmlgf7bnd7gsis3--