From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4026617DA for ; Thu, 16 Jun 2022 10:57:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52FEFC34114; Thu, 16 Jun 2022 10:57:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655377052; bh=PODDCeCXTaW9rLJySVY7geTdl3v1DBymlxMXX+ClqH8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mcSumZbwoGnGKZuc6giE/N4ilqHIDvBLF8XLD41qmFOFlZpFqR3TS8v/nFplsr9iB soQH0DG60yljqQyxy4gx++d4auxG480quCmVzt9jp13rFwqCszJgQxLGvlYET+8+Wy ElvS5FC02Sar+rfvYP59ZqSFOCsyXznsH0JhwxNE= Date: Thu, 16 Jun 2022 12:57:30 +0200 From: Greg Kroah-Hartman To: Jacopo Mondi Cc: Jacopo Mondi , Jonathan Cameron , Lars-Peter Clausen , Andrea Merello , Magnus Damm , linux-iio@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH 2/2] staging: iio: imu: Add CEVA BNO08x driver Message-ID: References: <20220616100006.22045-1-jacopo+renesas@jmondi.org> <20220616100006.22045-3-jacopo+renesas@jmondi.org> <20220616103634.vkb7nkn555a5evlw@uno.localdomain> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220616103634.vkb7nkn555a5evlw@uno.localdomain> On Thu, Jun 16, 2022 at 12:36:34PM +0200, Jacopo Mondi wrote: > Hi Greg > > On Thu, Jun 16, 2022 at 12:26:18PM +0200, Greg Kroah-Hartman wrote: > > On Thu, Jun 16, 2022 at 12:00:06PM +0200, Jacopo Mondi wrote: > > > From: Jacopo Mondi > > > > > > Add support for CEVA BNO08x Sensor Hub. > > > > > > The BNO08X family (BNO080/85/86) is a System in Package (SiP) that > > > integrates a triaxial accelerometer, triaxial gyroscope, magnetometer > > > and a 32-bit ARM Cortex-M0+ microcontroller running CEVA's SH-2 > > > firmware. > > > > > > Datasheet: > > > https://www.ceva-dsp.com/wp-content/uploads/2019/10/BNO080_085-Datasheet.pdf > > > > > > Signed-off-by: Jacopo Mondi > > > --- > > > MAINTAINERS | 7 + > > > drivers/staging/iio/Kconfig | 1 + > > > drivers/staging/iio/Makefile | 1 + > > > drivers/staging/iio/imu/bno08x/Kconfig | 11 + > > > drivers/staging/iio/imu/bno08x/Makefile | 3 + > > > drivers/staging/iio/imu/bno08x/bno08x.c | 618 ++++++++++++++++++++++++ > > > > Why are you adding a new driver to staging/iio/ and not to the real part > > of the kernel? What needs to be done to it to get it out of here? > > Mostly because I don't have access to the hw development platform > anymore, and the one I had was not reliable enough for any further > development anyway. > > I went for staging as I cannot guarantee I can test any requested > change on the series. > > I'm afraid this is a "take it or leave it" series, and as the driver > does anyway work (even if for a single feature) I thought it was worth > sending it upstream anyway. Sure, but staging is not a dumping ground, if you want to submit it and run away, I can't take it here, sorry. Perhaps just let this live as a patch on the mailing list and if anyone else wants to pick it up and maintain it, they can do so. thanks, greg k-h