From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-2?Q?=A3ukasz_Da=B3ek?= Date: Fri, 31 Aug 2012 00:11:33 +0200 Subject: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver In-Reply-To: <201208310004.57599.marek.vasut@gmail.com> References: <1345558171-26874-1-git-send-email-luk0104@gmail.com> <201208302109.30959.marex@denx.de> <503FE2E3.1000405@gmail.com> <201208310004.57599.marek.vasut@gmail.com> Message-ID: <503FE515.7080601@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 On 31.08.2012 00:04, Marek Vasut wrote: > Dear ?ukasz Da?ek, > >> On 30.08.2012 21:09, Marek Vasut wrote: >>> Dear ?ukasz Da?ek, >>> >>>> I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. >>>> Cleaned ethernet driver. Soon I would also send patches for >>>> drivers/usb/gadget/ether.c to work correctly with this pxa driver. >>>> >>>> ?ukasz Da?ek (2): >>>> pxa: Add some stuff to examine cpu model and rev >>>> pxa25x: Add USB ethernet gadget >>>> >>>> arch/arm/cpu/pxa/cpuinfo.c | 11 +- >>>> arch/arm/include/asm/arch-pxa/pxa.h | 13 + >>>> drivers/usb/gadget/Makefile | 1 + >>>> drivers/usb/gadget/pxa25x_udc.c | 2059 >>>> >>>> +++++++++++++++++++++++++++++++++++ drivers/usb/gadget/pxa25x_udc.h >>>> | 168 +++ >>>> >>>> 5 files changed, 2250 insertions(+), 2 deletions(-) >>>> create mode 100644 drivers/usb/gadget/pxa25x_udc.c >>>> create mode 100644 drivers/usb/gadget/pxa25x_udc.h >>> Just a dumb question -- do we have any actual user for this stuff? >>> >>> Best regards, >>> Marek Vasut >> Me. I have iPAQ h2200 but my patches for this paltmop aren't in the >> source tree. There is a chance that we don't have any device which >> uses this. > Why don't you add support for this ipaq too then ? I will but first of all I want to finish with pxa25x udc drivers and with bugs in CDC ether driver (ether.c). Then I will send patches adding support for my device. >> ?ukasz Da?ek > Best regards, > Marek Vasut