From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 05 Sep 2008 20:18:01 -0700 Subject: [U-Boot] [U-Boot-Users] [PATCH] [resubmit] AX88180: new gigabit network driver In-Reply-To: <20080905223807.13F9A2489D@gemini.denx.de> References: <486BAB0C.1090206@gmail.com> <1215572497-5985-1-git-send-email-louis@asix.com.tw> <1215572497-5985-2-git-send-email-louis@asix.com.tw> <20080905223807.13F9A2489D@gemini.denx.de> Message-ID: <48C1F669.7060708@gmail.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 Wolfgang, Wolfgang Denk wrote: > Dear Ben, > > In message <1215572497-5985-2-git-send-email-louis@asix.com.tw> Louis Su wrote: > >> Signed-off-by: Louis Su >> --- >> drivers/net/Makefile | 1 + >> drivers/net/ax88180.c | 727 +++++++++++++++++++++++++++++++++++++++++++++++++ >> drivers/net/ax88180.h | 412 ++++++++++++++++++++++++++++ >> 3 files changed, 1140 insertions(+), 0 deletions(-) >> create mode 100644 drivers/net/ax88180.c >> create mode 100644 drivers/net/ax88180.h >> > > I don't see any responses to this latest version of the driver. > > Is there any special reason it was neither added nor rejected? > > Best regards, > > Wolfgang Denk > > No specific reasons - I should have sent a response. The only issue I have is that there are no in-tree boards that use it. I wonder if we should make up some dummy configs that include devices such as this, so that at least MAKEALL will find problems. regards, Ben