From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755400AbcFTPns (ORCPT ); Mon, 20 Jun 2016 11:43:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36439 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753170AbcFTPnZ (ORCPT ); Mon, 20 Jun 2016 11:43:25 -0400 Date: Mon, 20 Jun 2016 08:43:24 -0700 From: Greg KH To: Icenowy Zheng Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH v2] staging: esp8089: add new driver Message-ID: <20160620154324.GA28647@kroah.com> References: <20160619123348.36735-1-icenowy@aosc.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160619123348.36735-1-icenowy@aosc.xyz> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 19, 2016 at 08:33:48PM +0800, Icenowy Zheng wrote: > This commit adds Espressif ESP8089 driver, the SDIO version. > > ESP8089 is a 802.11b/g/n card with SDIO/SPI interface. It is usually used in > low-price tablets with Allwiner or RockChip SoCs. > > Signed-off-by: Icenowy Zheng Why is this driver being sent for the staging tree? What is wrong with it that it can't go into the "proper" place in the kernel right now? And you need a TODO file in your driver's directory before I can take this as well. thanks, greg k-h