From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751183AbdAPLfA (ORCPT ); Mon, 16 Jan 2017 06:35:00 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34354 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981AbdAPLe6 (ORCPT ); Mon, 16 Jan 2017 06:34:58 -0500 From: Christian Lamparter To: "Luis R. Rodriguez" Cc: gregkh@linuxfoundation.org, ming.lei@canonical.com, bp@alien8.de, wagi@monom.org, teg@jklm.no, mchehab@osg.samsung.com, zajec5@gmail.com, linux-kernel@vger.kernel.org, markivx@codeaurora.org, stephen.boyd@linaro.org, broonie@kernel.org, zohar@linux.vnet.ibm.com, tiwai@suse.de, johannes@sipsolutions.net, hauke@hauke-m.de, jwboyer@fedoraproject.org, dmitry.torokhov@gmail.com, dwmw2@infradead.org, jslaby@suse.com, torvalds@linux-foundation.org, luto@amacapital.net, fengguang.wu@intel.com, rpurdie@rpsys.net, j.anaszewski@samsung.com, Abhay_Salunke@dell.com, Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr, nicolas.palix@imag.fr, dhowells@redhat.com, bjorn.andersson@linaro.org, arend.vanspriel@broadcom.com, kvalo@codeaurora.org Subject: Re: [PATCH v4 3/3] p54: convert to sysdata API Date: Mon, 16 Jan 2017 12:32:43 +0100 Message-ID: <2060969.fMZv2irNYG@debian64> User-Agent: KMail/5.2.3 (Linux/4.10.0-rc3-wt+; KDE/5.28.0; x86_64; ; ) In-Reply-To: <20170112150244.12700-4-mcgrof@kernel.org> References: <20161216114632.22559-1-mcgrof@kernel.org> <20170112150244.12700-1-mcgrof@kernel.org> <20170112150244.12700-4-mcgrof@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, January 12, 2017 7:02:44 AM CET Luis R. Rodriguez wrote: > The Coccinelle sysdata patches were used to help with > this transition. The changes have been carefully manually > vetted for. With the conversion we modify the cases that do > not need the firmware to be kept so that the sysdata API > can release it for us. Using the new sysdata API also means > we can get rid of our own completions. > > v2: was not present > v3: initial release > v4: small cosmetic fixes > v5: bike shed changes > v6: forgot to change one piece of code during the bikeshed name change > > Generated-by: Coccinelle SmPL > Signed-off-by: Luis R. Rodriguez Acked-by: Christian Lamparter I've also tested it with the ISL3887USB and a ISL3880PCI. I hope the p54spi will work as well. But I don't have the HW to test it. Regards, Christian