From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [RFC PATCH] Device tree enable the DM9000 driver Date: Tue, 9 Aug 2011 14:45:40 -0600 Message-ID: <20110809204540.GB11568@ponder.secretlab.ca> References: <1312919849-4979-1-git-send-email-daniel.morsing@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1312919849-4979-1-git-send-email-daniel.morsing-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Daniel Morsing Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Aug 09, 2011 at 09:57:28PM +0200, Daniel Morsing wrote: > This is a first draft for device tree enabling the DM9000 driver. > The dm9000 is used for a couple of development boards as a low cost ethernet > controller. Currently there are no users in the kernel, but once support for > device trees mature on OMAP3, I plan to migrate the Devkit8000 development > board to DT. > > The patch was originally based on 3.0, so it may contain anachronisms. > First time playing with device trees, so if i've misunderstood > anything, Sorry :). > > Daniel Morsing (1): > net: dm9000: add support for device tree probing Nitpick: when there is only one patch in a series, don't use a cover letter. Put the cover letter text into the patch itself. > > Documentation/devicetree/bindings/net/dm9000.txt | 46 ++++++++++++ Regardless of whether you misunderstood something or not, you added documentation which is already miles ahead. :-) g.