From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [RFC PATCH 4/7] mtd: add of_match_mtd_parser() and of_mtd_match_mtd_parser() helpers Date: Mon, 7 Dec 2015 10:13:08 -0800 Message-ID: <20151207181308.GN120110@google.com> References: <1449292763-129421-1-git-send-email-computersforpeace@gmail.com> <1449292763-129421-5-git-send-email-computersforpeace@gmail.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=68sgW3ubpLFbutotAgdDY6tlE/M4aBMUGCiydWX7Fwk=; b=w5eWdSJmOQ2ucACdSgjbV+sSnta7TVqZiLtVMV5uyAPwH3tVbZxANCnM79VuD2PRcf zXGn/al0ONejCAqiUAej8OtBeuup9WL3fMYpzazykb4tL0L3UpCqRSeqOr/4W9wMAJfw ySRU2+rUTjSdF2lF6jpfoWUfF49jSuiBttV9Dz2bqAKnKD6FggC5O7uqNnLeSZwqoqjm IQUE6nE/NAEhxEX7P04NbNggILe1DK0QnHOsgjnl1upxlvUdjCydLG6SXVcBlPO9LPfg zzWJ4d/vGhAdEqyo+JlHegcxou2++HdM6U+1VjHsfA8XXEZ1etdmJ0gzmH0q6tF+abmA LVKQ== Content-Disposition: inline In-Reply-To: Sender: devicetree-spec-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Rob Herring Cc: "linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Boris Brezillon , Linus Walleij , Geert Uytterhoeven , Simon Arlott , Jason Gunthorpe , Jonas Gorski , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Hauke Mehrtens , Arnd Bergmann On Sun, Dec 06, 2015 at 08:45:40PM -0600, Rob Herring wrote: > On Fri, Dec 4, 2015 at 11:19 PM, Brian Norris > wrote: > > drivers/of/of_mtd.c | 33 +++++++++++++++++++++++++++++++++ > > BTW, this file should be moved to drivers/mtd/ at some point. How about s/at some point/now/ ? I can send a separate patch. It also seems like these should just get linked into the 'mtd' module (when CONFIG_OF=y) instead of having a tiny module for just a few functions. Why did files like this get placed here anyway? Is there a reason that there are things like of_net and of_pci here too? Brian