Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751795AbcCEFBH (ORCPT ); Sat, 5 Mar 2016 00:01:07 -0500 Received: from mail-qg0-f66.google.com ([209.85.192.66]:35125 "EHLO mail-qg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750AbcCEFBF (ORCPT ); Sat, 5 Mar 2016 00:01:05 -0500 Date: Sat, 5 Mar 2016 00:00:59 -0500 From: "David Rivshin (Allworx)" To: Stefan Wahren Cc: linux-leds@vger.kernel.org, devicetree@vger.kernel.org, Pawel Moll , Rob Herring , Ian Campbell , Kumar Gala , linux-kernel@vger.kernel.org, Jacek Anaszewski , Richard Purdie , Mark Rutland Subject: Re: [PATCH 4/4] leds: Replace dedicated SN3218 driver with IS31FL32XX driver Message-ID: <20160305000059.519c3b14.drivshin.allworx@gmail.com> In-Reply-To: <1872003451.86198.4bb16da4-d4d8-48af-950a-7442cddf2b4d.open-xchange@email.1und1.de> References: <1456974095-1867-1-git-send-email-drivshin.allworx@gmail.com> <1456974095-1867-5-git-send-email-drivshin.allworx@gmail.com> <1872003451.86198.4bb16da4-d4d8-48af-950a-7442cddf2b4d.open-xchange@email.1und1.de> Organization: Allworx X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1358 Lines: 38 On Fri, 4 Mar 2016 22:14:27 +0100 (CET) Stefan Wahren wrote: > Hi David, > > > "David Rivshin (Allworx)" hat am 3. März 2016 um > > 04:01 geschrieben: > > > > > > From: David Rivshin > > > > Si-En Technology was acquired by ISSI in 2011, and it appears that > > the IS31FL3218/IS31FL3216 are just rebranded SN3218/SN3216 devices. > > As the IS31FL32XX driver already handles the *3218 devices, there > > is no longer a need for the dedicated SN3218 driver. > > > > Add the "sn,sn3218" and "sn,sn3216" compatible strings into the > > IS31FL32XX driver and binding documentation, and remove the > > leds-sn3218 driver. > > > > Datasheets: > > IS31FL3218: http://www.issi.com/WW/pdf/31FL3218.pdf > > SN3218: http://www.si-en.com/uploadpdf/s2011517171720.pdf > > > > IS31FL3216: http://www.issi.com/WW/pdf/31FL3216.pdf > > SN3216; http://www.si-en.com/uploadpdf/SN3216201152410148.pdf > > > > Signed-off-by: David Rivshin > > i tested this patch successfully with a Raspberry Pi and a PiGlow (SN3218). > > Tested-by: Stefan Wahren Thanks very much for testing! The PiGlow looks interesting, if I had known about it I might have just ordered one for testing myself. Looks rather easier to hook up than the ISSI 3216 eval board.