From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54D47C433F5 for ; Thu, 31 Mar 2022 12:31:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236166AbiCaMdR (ORCPT ); Thu, 31 Mar 2022 08:33:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233075AbiCaMdM (ORCPT ); Thu, 31 Mar 2022 08:33:12 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F6425A08D; Thu, 31 Mar 2022 05:31:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E2C19B82120; Thu, 31 Mar 2022 12:31:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9C10C340ED; Thu, 31 Mar 2022 12:31:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648729881; bh=NmdQDPXR8+F0xe6Dr6/W7d0mIhGtR/BoO/i7pZkPbF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bx/sb225B70SPkqSjfn7SXxBA39EqrZLLKWxz4S8eNnSEIe/r0dxc3wmdlTevnJMA 9oVjSLsvT3cJBJZQ2q+Xe5QUpaprvixrSKcDC30v4XKqaq3zB6B2DdNzamAbJME3hg X+Ikw9isL5lWz/KxAbi7IMUawDlDH/gWmTsflUmY= Date: Thu, 31 Mar 2022 14:31:17 +0200 From: Greg Kroah-Hartman To: Daniel Palmer Cc: Nas Chung , "linux-media@vger.kernel.org" , Dafna Hirschfeld , Mauro Carvalho Chehab , "open list:STAGING SUBSYSTEM" , open list , "laurent.pinchart@ideasonboard.com" , "hverkuil@xs4all.nl" , "kernel@collabora.com" , "dafna3@gmail.com" , "bob.beckett@collabora.com" , "kiril.bicevski@collabora.com" , "lafley.kim" , Scott Woo , "olivier.crete@collabora.com" , "dan.carpenter@oracle.com" , "rdunlap@infradead.org" Subject: Re: [PATCH v6 4/6] staging: media: wave5: Add TODO file Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 31, 2022 at 09:00:28PM +0900, Daniel Palmer wrote: > Hi Greg, > > On Thu, 31 Mar 2022 at 20:52, Greg Kroah-Hartman > wrote: > > According to the text in this driver, it will not work on these hardware > > as it is broken. Unless that text is incorrect? > > I think that's for risc-v. > The other chip this is in is ARM Cortex A7. The crusty vendor linux > BSP for this chip manages to play videos using it so it does work in a > real piece of hardware. So are you going to be able to work with this driver to get it out of staging if you have the hardware? Otherwise it makes no sense to stick it here for a year without anyone being able to work on it. thanks, greg k-h