From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-fx0-f49.google.com ([209.85.161.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R5W95-0000iM-Dz for linux-mtd@lists.infradead.org; Mon, 19 Sep 2011 05:11:55 +0000 Received: by fxg7 with SMTP id 7so4367669fxg.36 for ; Sun, 18 Sep 2011 22:11:53 -0700 (PDT) Subject: Re: DocG3 patch From: Artem Bityutskiy To: Robert Jarzmik Date: Mon, 19 Sep 2011 08:14:34 +0300 In-Reply-To: <87ipoq417s.fsf@free.fr> References: <87ipoq417s.fsf@free.fr> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1316409280.24366.60.camel@sauron> Mime-Version: 1.0 Cc: dwmw2@infradead.org, linux-mtd@lists.infradead.org Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2011-09-18 at 12:03 +0200, Robert Jarzmik wrote: > Hello Artem, > > It's been 2 months, and I had no news. > The DocG3 driver was submitted and not reviewed in [1] and [2]. > > Could you merge the patch into your tree please (patch in [2]) ? Oh, I missed your v2 completely. The problem I see with this driver is that it uses sysfs interfaces for debugging purposes. You should not do this - we have debugfs for stuff like that. I suggest you to just kill sysfs interfaces and re-send your patch. You can later add debugfs interfaces instead. -- Best Regards, Artem Bityutskiy