Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp152846imm; Thu, 26 Jul 2018 00:47:03 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdIpxz7GWdj94FRtb9PQ5yaaxQ5AbJ0KUMmkBsLv39zj+Wx5IQzXGhGCzp7I/2H+TBJqsXJ X-Received: by 2002:a17:902:8a87:: with SMTP id p7-v6mr885520plo.281.1532591223778; Thu, 26 Jul 2018 00:47:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532591223; cv=none; d=google.com; s=arc-20160816; b=pxlLLJggHm2Ai5TGejQ7HGszmgS9Xga1DlQdPSLn+6CtMqWrKACPbRdqmGDT/ZUzXK JwdGRvvx9DhWWynCZ6mD/T+HsgbKDSDntX6huN/E38NcqK6dJQTuePNStM+YvZ3Fal8e sYHZ1Xldu3RPQ8Ir7PL5ntLVwZy852Xrl8jp/pB2O8rc9+Yo34yFTUH0C1xmOVvIqwxh uG/E6M8d4BC4K+HT+sUnMpxXOMDhZa8+AVgYYRAVcO00d9gHEW32086+SVEkAE+0CJZw 5sIuuoXX9fNsfXA7NPJd+4cMZdsLXqI5hE3gO1E4kW8YaaFl/2Abp++mjF8N3N6qw/PD GDRw== 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:arc-authentication-results; bh=KRs2aRkwY2nZtvi3fRB+AO42NibO0t9MRtwS2p371ko=; b=fRDa+XZwMG5oo+cpJiox88e3ZKyzWydQlmm497HLYhYB+Wc8SLve63X79SgWRNYhIL tTeYBPgT8vKAhbB/9Q7691+xhJyE05voBhhjY3sjRNTdwjVhW4OVHqRjnadybiqDvTv9 W05P7dIfuGb/sLg/HO0TN4ue+ik+hvCIfpbebZKpQ/Y0BoEWOVM3H6GL8GqfUcM+nWPn WHabeUTETaN1auGzIEwRl9E6fALtuWt2QpRsF2H6SGOyRTPt+nvTx5vsFr+2G3/FsFxm zLInIWklOAKPMgLbhUypvqeisO/FxvL6E1hlKD52hheVaUQ5pIA+vH7d751Pf6xXrgHP XMUA== 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 y34-v6si695438plb.17.2018.07.26.00.46.48; Thu, 26 Jul 2018 00:47:03 -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 S1729045AbeGZJA1 (ORCPT + 99 others); Thu, 26 Jul 2018 05:00:27 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:33879 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728378AbeGZJA1 (ORCPT ); Thu, 26 Jul 2018 05:00:27 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id C310B80475; Thu, 26 Jul 2018 09:44:49 +0200 (CEST) Date: Thu, 26 Jul 2018 09:44:49 +0200 From: Pavel Machek To: Simon Shields Cc: linux-leds@vger.kernel.org, Jacek Anaszewski , Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH v3 2/2] leds: add Panasonic AN30259A support Message-ID: <20180726074449.GB4872@amd> References: <20180721141228.2283-1-simon@lineageos.org> <20180721141228.2283-3-simon@lineageos.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uQr8t48UFsdbeI+V" Content-Disposition: inline In-Reply-To: <20180721141228.2283-3-simon@lineageos.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun 2018-07-22 00:12:27, Simon Shields wrote: > AN30259A is a 3-channel LED driver which uses I2C. It supports timed > operation via an internal PWM clock, and variable brightness. This > driver offers support for basic hardware-based blinking and brightness > control. >=20 > The datasheet is freely available: > https://www.alliedelec.com/m/d/a9d2b3ee87c2d1a535a41dd747b1c247.pdf >=20 > Signed-off-by: Simon Shields Acked-by: Pavel Machek --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAltZe/EACgkQMOfwapXb+vJvlwCbBXb2+g0cgKex/IjaREEUND6w RKUAn3H8s5I6vHOaVpE+zHBQ6XP3ScOA =/a69 -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V--