16 Jun, 2008
1 commit
-
and include pxa2xx-regs.h as build fix since PSSR definitions
moved from pxa-regs.h into pxa2xx-regs.h.Note: This change is temporary as pxa27x processor specific
code will be finally moved elsewhere (both drivers should
support pxa3xx, too).Signed-off-by: Philipp Zabel
Acked-by: Eric Miao
Signed-off-by: Russell King
15 May, 2008
1 commit
-
Minor fixes to pxa27x udc driver :
- don't clobber driver model bus_id field
- wrong endianess fix (no functional change; cpu is little-endian)
- double udc disable fix
- resume/suspend fix (OTG hold bit)
- make driver pxa27x dependant (check cpu at runtime)Signed-off-by: Robert Jarzmik
Signed-off-by: David Brownell
Signed-off-by: Greg Kroah-Hartman
03 May, 2008
1 commit
-
Adds pxa27x udc driver to support USB peripherals on pxa27x chips.
The driver is compatible with: Gadget Zero, the File Storage
gadget, and the Ethernet gadget (only in CDC subset mode).The driver can't properly support multiple interfaces, because
of hardware bugs without possible workaround. That means no
RNDIS support from g_ether, and no CDC ACM support in g_serial.Signed-off-by: Robert Jarzmik
Signed-off-by: David Brownell
Signed-off-by: Greg Kroah-Hartman