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 B6FB41867; Wed, 20 Apr 2022 16:43:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28C50C385A0; Wed, 20 Apr 2022 16:43:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1650473027; bh=9GjSLIfyruU+iE5gkdLNLZ4kse8AJfAtbsB0MjQ7940=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q7FP/YTQ8e7+GXsDV31+TVqx4iwyLkJHmpjsZ0zGReLckU+i26tRlwhI91b3g9VSN ZJz95q6QX9DKSXlcqMcSrTOyy5txEZQsDyRJ+71u5eIdvWiBb3wDZxr6DHb9iYkHTr rrOpo+2sKkNu59tMrmEoXxYmTAuV+uFZumk+mIGM= Date: Wed, 20 Apr 2022 18:43:44 +0200 From: Greg Kroah-Hartman To: Bruno Moreira-Guedes Cc: Martyn Welch , Manohar Vanga , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev, Bruno's Patch Watchbox Subject: Re: [PATCH v3 0/3] staging: vme: Cleanup driver tree old structures Message-ID: References: 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: On Mon, Apr 18, 2022 at 08:29:49PM -0300, Bruno Moreira-Guedes wrote: > This patch series modify the vme_user driver's place in > menuconfig (1/3), fixes a missing `depends on` line in a Kconfig file > (2/3), and rearrages the directory tree for the driver allowing a more > straightforward comprehension of its contents (3/3). > > The 'vme_user/' driver is the only remaining vme-family driver in the > 'staging/' tree, but its structure, entry in menuconfig and building > routines are still attached to the 'vme/' subtree now outside > 'staging/'. The present patchset fixes it. > > Signed-off-by: Bruno Moreira-Guedes What about deleting the vme drivers entirely? Martyn, anyone still using these? thanks, greg k-h