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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80436C433DF for ; Thu, 23 Jul 2020 07:48:59 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4CEF820714 for ; Thu, 23 Jul 2020 07:48:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="xOULFI4r"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="uCb0Ybss" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4CEF820714 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=TU1tAg2sBXfnLonrkypvXx9XiIJgialsT1pydWHyqDs=; b=xOULFI4rBoqieOGM+hF7tHLVn aY5zD0l0rLrJQ3t08ycTaWfGR6bBRpX4ejIgBZ/6hqcO3n1SY+Qc6es9J/taK4AwiQtbeXjnGviIQ iOqOL8dylmkHq8JImymJaDcnGD73D4e4CvL4hfyMTuG2rHZS78HIKSi0FJVBPQgYN82DbE9S7zbqT OTMI8fAwAttP27WVcVHwdUm6kQEvcNDAsZBtfxlN5WdaTcoO7vek0XcIH57j/EDSqYQQtDoqDFyp+ ACPjhrKy4D9mG1zxg/JXoVVDNAe9163cjy2DyfMHMLy93D8vNycNHNfVAJNMCm3Dna3lPZZ9Lt9Ze dRhRS/F4A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyVwa-0001qh-Rg; Thu, 23 Jul 2020 07:47:10 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyVwN-0001jz-Jo; Thu, 23 Jul 2020 07:47:00 +0000 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0DADC20714; Thu, 23 Jul 2020 07:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595490414; bh=4iYyh6rnCkjmg0Jl97F2/t3wJU7hgdpNH+O82sawC4I=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=uCb0YbsssDeYyPjazgj2Eg5nT2ZqjWedeNLj8BVJzhnONFKHJIim4J0VjN5s/zQzg KhbHsswo2EiP5cvMTGtlIaplNCKfuX+AG31X+yBQwYpg9qZJR/qZs5G/gMJfFRMszv i6J8IP7okIcQWmov17e4x7IkxZP+sr7NnvcuDNAI= Date: Thu, 23 Jul 2020 09:46:59 +0200 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Subject: Re: [RFC PATCH 00/23] memory: Cleanup, improve and compile test memory drivers Message-ID: <20200723074659.GA1325176@kroah.com> References: <20200723073744.13400-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200723073744.13400-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200723_034655_762316_CBB1A4FE X-CRM114-Status: GOOD ( 15.97 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Cc: Florian Fainelli , linux-tegra@vger.kernel.org, Arnd Bergmann , linux-omap@vger.kernel.org, Tony Lindgren , linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Vladimir Zapolskiy , Matthias Brugger , soc@kernel.org, arm@kernel.org, bcm-kernel-feedback-list@broadcom.com, Markus Mayer , Santosh Shilimkar , Olof Johansson , Thierry Reding , Andrew Morton , Jonathan Hunter , Linus Torvalds , linux-arm-kernel@lists.infradead.org, Roger Quadros Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 23, 2020 at 09:37:21AM +0200, Krzysztof Kozlowski wrote: > Dear All, > > The drivers/memory directory contains generic code (of_memory.c) and a > bunch of drivers. Changes to generic code were coming usually through > different trees with the driver code. > > Over last days, memory drivers grew in numbers but not necessarily in > quality. They lacked compile testing and code cleanup. Also lacked > maintainer. > > I would be happy to take care about this part. No objection from me, thanks for steping up to do this. > If there are no objections, the patches could go either to Linus or to > arm-soc (most of drivers are ARM specific). None from me! thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel