Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752620AbdGELnS (ORCPT ); Wed, 5 Jul 2017 07:43:18 -0400 Received: from mail-oi0-f48.google.com ([209.85.218.48]:33273 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752063AbdGELnQ (ORCPT ); Wed, 5 Jul 2017 07:43:16 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170704101508.30946-1-chunyan.zhang@spreadtrum.com> <20170704101508.30946-3-chunyan.zhang@spreadtrum.com> From: Arnd Bergmann Date: Wed, 5 Jul 2017 13:43:15 +0200 X-Google-Sender-Auth: t6wxE4GGBGHVVQM_1-wscRy-JWI Message-ID: Subject: Re: [PATCH 2/2] misc: added Spreadtrum's radio driver To: Chunyan Zhang Cc: Mauro Carvalho Chehab , Chunyan Zhang , Greg Kroah-Hartman , Linux Kernel Mailing List , "devicetree@vger.kernel.org" , Linux ARM , Songhe Wei , Zhongping Tan , Orson Zhai , Linux Media Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 645 Lines: 13 On Wed, Jul 5, 2017 at 12:18 PM, Chunyan Zhang wrote: > On 4 July 2017 at 18:51, Arnd Bergmann wrote: >> On Tue, Jul 4, 2017 at 12:15 PM, Chunyan Zhang > Like I mentioned, SC2342 includes many functions, this patch is only > adding FM radio function included in SC2342 to the kernel tree. So I > figure that its lifetime probably will not be too long, will remove it > from the kernel tree when we have a clean enough version of the whole > SC2342 drivers for the official upstreaming. Would it make sense to add some or all of the other drivers to drivers/staging/ as well in the meantime? Arnd