From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Ruder Date: Mon, 20 Oct 2014 10:45:21 -0500 Subject: [U-Boot] [PATCH 3/3] dm9000: rework dm9000 to support multiple devices In-Reply-To: <1413817185-32636-4-git-send-email-andrew.ruder@elecsyscorp.com> References: <1413817185-32636-1-git-send-email-andrew.ruder@elecsyscorp.com> <1413817185-32636-4-git-send-email-andrew.ruder@elecsyscorp.com> Message-ID: <20141020154521.GA10047@og3k> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This one triggered a whole bunch of check-patch issues that I need to clean-up mostly due to dm9000x.c not originally meeting all of the coding conventions. I'll send a V2 of this momentarily. - Andy