From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Rivshin (Allworx)" Subject: Re: [PATCH 4/4] leds: Replace dedicated SN3218 driver with IS31FL32XX driver Date: Sat, 5 Mar 2016 00:00:59 -0500 Message-ID: <20160305000059.519c3b14.drivshin.allworx@gmail.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1872003451.86198.4bb16da4-d4d8-48af-950a-7442cddf2b4d.open-xchange@email.1und1.de> Sender: linux-leds-owner@vger.kernel.org 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 List-Id: devicetree@vger.kernel.org On Fri, 4 Mar 2016 22:14:27 +0100 (CET) Stefan Wahren wrote: > Hi David, >=20 > > "David Rivshin (Allworx)" hat am 3. M=C3= =A4rz 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 =20 >=20 > i tested this patch successfully with a Raspberry Pi and a PiGlow (SN= 3218). >=20 > 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= =20 ISSI 3216 eval board.