Re: [U-Boot] Atmel AT91 USB DFU and USB device port driver

2011-02-12 Thread Marcel
Hi Krishna, > I am currently developing a USB DFU feature for at91sam9263 board. I have > to develop the driver for USB device port. I looked the uboot-usb git cdc > branch it has a at91_udc.c driver it doesnt contain the udc_* api > implementations. I found a earlier post where it was discussed

Re: [U-Boot] Atmel AT91 USB DFU and USB device port driver

2010-02-18 Thread Remy Bohmer
Hi, >  I want to know if the cdc branch of the uboot-usb is a working one It is a working one, I use it myself already a long time, but it needs some rework to make it mainline ready/clean, I have not put much time in it lately... > or still in development. there were some compilation error when

Re: [U-Boot] Atmel AT91 USB DFU and USB device port driver

2010-02-18 Thread Krishna Pattabiraman
2010/2/16 Remy Bohmer > Hi, > > 2010/2/15 Krishna Pattabiraman : > > Hi All, > > > > I am currently developing a USB DFU feature for at91sam9263 board. I have > to > > develop the driver for USB device port. I looked the uboot-usb git cdc > > branch it has a at91_udc.c driver it doesnt contain t

Re: [U-Boot] Atmel AT91 USB DFU and USB device port driver

2010-02-16 Thread Remy Bohmer
Hi, 2010/2/15 Krishna Pattabiraman : > Hi All, > > I am currently developing a USB DFU feature for at91sam9263 board. I have to > develop the driver for USB device port.  I looked the uboot-usb git cdc > branch it has a at91_udc.c driver it doesnt contain the udc_* api > implementations. I found a

[U-Boot] Atmel AT91 USB DFU and USB device port driver

2010-02-15 Thread Krishna Pattabiraman
Hi All, I am currently developing a USB DFU feature for at91sam9263 board. I have to develop the driver for USB device port. I looked the uboot-usb git cdc branch it has a at91_udc.c driver it doesnt contain the udc_* api implementations. I found a earlier post where it was discussed. http://www