From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755344AbdFWU0y (ORCPT ); Fri, 23 Jun 2017 16:26:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46816 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754892AbdFWU0v (ORCPT ); Fri, 23 Jun 2017 16:26:51 -0400 Date: Sat, 24 Jun 2017 00:30:38 +0800 From: Greg Kroah-Hartman To: Gilad Ben-Yossef Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, Dan Carpenter , Ofir Drang Subject: Re: [PATCH v2 3/7] staging: ccree: add support for older HW revisions Message-ID: <20170623163038.GB24336@kroah.com> References: <1498138623-6126-1-git-send-email-gilad@benyossef.com> <1498138623-6126-4-git-send-email-gilad@benyossef.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498138623-6126-4-git-send-email-gilad@benyossef.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 22, 2017 at 04:36:57PM +0300, Gilad Ben-Yossef wrote: > Add support for the older CryptoCell 710 and 630P hardware revisions. No, I do not want to add new features to staging drivers where ever possible. I want you to spend your time fixing up the code to be good enough to get it out of staging, then you can add any new hardware support you want to it without having to go back and clean up anything else. That is one of the requirements of code in staging, sorry. thanks, greg k-h