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.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 C6744C10DCE for ; Sun, 8 Mar 2020 12:37:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D2632072A for ; Sun, 8 Mar 2020 12:37:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=z3ntu.xyz header.i=@z3ntu.xyz header.b="j5pcoIXd"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=z3ntu.xyz header.i=@z3ntu.xyz header.b="T7ro+Dq9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726346AbgCHMhW (ORCPT ); Sun, 8 Mar 2020 08:37:22 -0400 Received: from mail.z3ntu.xyz ([128.199.32.197]:43180 "EHLO mail.z3ntu.xyz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726292AbgCHMhW (ORCPT ); Sun, 8 Mar 2020 08:37:22 -0400 Received: by mail.z3ntu.xyz (Postfix, from userid 182) id DA4DFC30A6; Sun, 8 Mar 2020 12:37:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1583671040; bh=V/sp+rwiY8+wZNF9tnn3Q8hWJ9LkHC1Us1gJNHYj3Gg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=j5pcoIXdoip+mtNKOwtomv2dG4M7gdn0tayTUWXOKfQ3WkSLoGkxiGpwjupwf3mLr GSD8v907xldhw0goFZ+fqNHrWr1+dHkmEUzKAeQlqqu82xlGVRHvzbQYdgvtZS4P5s DD64g9jWyLDk8AYSrRls8uUFJVEQlx4l3DneqonM= Received: from g550jk.localnet (80-110-126-226.cgn.dynamic.surfer.at [80.110.126.226]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id 0EA69C2FFB; Sun, 8 Mar 2020 12:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1583671039; bh=V/sp+rwiY8+wZNF9tnn3Q8hWJ9LkHC1Us1gJNHYj3Gg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=T7ro+Dq9yW09rNmIIM8tm6MKlFr/E9S3pdA5n4JCK9KZInmLKBEVo7AIUq7/Q6JQK IHbPNRE5eO+lJi43cimI3Dik6ljqvt1W6bXB+V5Ti872Tt/IVPUlfmpYl7qVnENhlj kJOBWW3CA3TWtKztegJl92nRCywk6nQ5nMbj3vYo= From: Luca Weiss To: Pavel Machek Cc: linux-leds@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Jacek Anaszewski , Dan Murphy , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] leds: add sgm3140 driver Date: Sun, 08 Mar 2020 13:37:18 +0100 Message-ID: <3287383.iIbC2pHGDl@g550jk> In-Reply-To: <20200308121132.GB29321@duo.ucw.cz> References: <20200227185015.212479-1-luca@z3ntu.xyz> <20200308121132.GB29321@duo.ucw.cz> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Pavel, On Sonntag, 8. M=E4rz 2020 13:11:32 CET Pavel Machek wrote: > Hi! >=20 > > Add a driver for the SGMICRO SGM3140 Buck/Boost Charge Pump LED driver. > >=20 > > This device is controller by two GPIO lines, one for enabling the LED > > and the second one for switching between torch and flash mode. > >=20 > > The device will automatically switch to torch mode after being in flash > > mode for about 250-300ms, so after that time the driver will turn the > > LED off again automatically. > >=20 > > Signed-off-by: Luca Weiss >=20 > Cc: ~postmarketos/upstreaming@lists.sr.ht, Luca Weiss , > Jacek Anaszewski >=20 > Strange entry in cc list...? You mean the '~postmarketos/upstreaming@lists.sr.ht' entry with a tilde and= a=20 slash character? Both are valid characters in email addresses and you can v= iew=20 the archive of that mailing list here: https://lists.sr.ht/~postmarketos/upstreaming See also https://man.sr.ht/lists.sr.ht/#listssrht-manual > And btw if you get the dt parts, and simple LED-only driver w/o the > strobe functinality, you may be able to get it merged rather quickly. >=20 I'm not really interested in having a torch-only driver merged if a full=20 driver with torch & strobe is already working. For the PinePhone we maintai= n a=20 separate kernel repository anyways so it doesn't matter much when exactly t= he=20 driver is going to get merged. > Best regards, > =09 Pavel Regards Luca