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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 9AB25C433E0 for ; Sat, 4 Jul 2020 12:49:32 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 67F5A208B8 for ; Sat, 4 Jul 2020 12:49:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rouH9Dcy" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 67F5A208B8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ucw.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=knb3v+1QZOQqj78tlR237JoC3UKY1WrtId9bZMhDHR0=; b=rouH9Dcy2sT+N+cHiUN7yvRM5 647rVoTaPPnbUbw/yo51dNdf09ujnK12OLWtHXltS2w4KX+SYGX26rD59SkUkoOcMu9mkv9hfqH/P 1/mmbrJbsqwB4siYVsYiCSiqfjl2sV6L5PkynCAjoyG+Xecg3UlJ7XDzK3jC2kbyAsZGNKVnHxf8F dPx0wLQwd3xOXNhCLeLxJt2RFnUjtkTaF5vIltDuJGi4vPivLbSHSg7MjSfpgPmUTXAH0Xrpro84q 5uT6cSDfVV8Tt0YEMXzyaX04GejQMzuuD3rhzX0WbVfSZvqj7OBYqiEiAcqmwhKxkevauzfu89eeR YMXQx9jug==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrhZx-0004Ee-3j; Sat, 04 Jul 2020 12:47:37 +0000 Received: from jabberwock.ucw.cz ([46.255.230.98]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrhZt-00049X-F6 for linux-arm-kernel@lists.infradead.org; Sat, 04 Jul 2020 12:47:34 +0000 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 1CB421C0BD2; Sat, 4 Jul 2020 14:47:30 +0200 (CEST) Date: Sat, 4 Jul 2020 14:47:29 +0200 From: Pavel Machek To: Dan Murphy , marek.behun@nic.cz Subject: Re: [PATCH v29 00/16] Multicolor Framework v29 Message-ID: <20200704124729.GA20088@amd> References: <20200622185919.2131-1-dmurphy@ti.com> MIME-Version: 1.0 In-Reply-To: <20200622185919.2131-1-dmurphy@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200704_084733_633812_B96A5CF6 X-CRM114-Status: GOOD ( 11.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: robh@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============3765060450812346136==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3765060450812346136== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > This is the multi color LED framework. This framework presents clustered > colored LEDs into an array and allows the user space to adjust the bright= ness > of the cluster using a single file write. The individual colored LEDs > intensities are controlled via a single file that is an array of LEDs >=20 > Change to the LEDs Kconfig to fix dependencies on the LP55XX_COMMON. > Added update to the u8500_defconfig Marek, would you be willing to look over this series? Dan, can we please get it in the order 1) fixes first 2) changes needed for multicolor but not depending on dt acks 3) dt changes 4) rest? This is the order it should have been in the first place, and I'd like to get fixes applied, and perhaps some of the preparation. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl8AemEACgkQMOfwapXb+vJi7QCfVYP9mm0rSbADPAMpSR7iNQuB m7EAoIZ8qicijekwMOwNxn4PaQNXXuku =2+fx -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- --===============3765060450812346136== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3765060450812346136==--