From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 4 Jul 2016 08:36:15 +0000 Subject: [U-Boot] [PATCH] net: designware: Make driver independent from DM_GPIO again In-Reply-To: <1467022671-10825-1-git-send-email-abrodkin@synopsys.com> References: <1467022671-10825-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1467621305.9568.2.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi?Joe, On Mon, 2016-06-27 at 13:17 +0300, Alexey Brodkin wrote: > Commit 90b7fc924adf "net: designware: support phy reset device-tree > bindings" made DW GMAC driver dependent on DM_GPIO by unconditional > usage of purely DM_GPIO stuff like: > ?* dm_gpio_XXX() > ?* gpio_request_by_name() > > But since that driver as of today might be easily used without > DM_GPIO (that's the case for Synopsys AXS10x boards) we're > shielding all DM_GPIO things by ifdefs. > > Signed-off-by: Alexey Brodkin > Cc: Simon Glass > Cc: Beniamino Galvani > Cc: Joe Hershberger > Cc: Sjoerd Simons > Cc: Sonic Zhang > Cc: Bin Meng > Cc: Marek Vasut > --- Any chance for this one to be applied? Otherwise U-Boot for axs10x boards is not compilable any longer. Regards, Alexey