Code cleanup

master
Wolfgang Denk 18 years ago
parent 007d67da94
commit 386eda0224
  1. 2
      CHANGELOG
  2. 686
      drivers/usbdcore_mpc8xx.c
  3. 2
      include/asm-arm/arch-pxa/pxa-regs.h
  4. 2
      include/usbdescriptors.h

@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
======================================================================
* Code cleanup
* Various USB related patches
- Add support for mpc8xx USB device.
- Add support for Common Device Class - Abstract Control Model USB console.

File diff suppressed because it is too large Load Diff

@ -769,8 +769,6 @@ typedef void (*ExcpHndlr) (void) ;
#define UP2OCR __REG(0x40600020)
#define UP3OCR __REG(0x40600024)
/*
* USB Host Controller
*/

@ -321,7 +321,7 @@ struct usb_class_union_function_descriptor {
u8 bDescriptorType;
u8 bDescriptorSubtype; /* 0x06 */
u8 bMasterInterface;
//u8 bSlaveInterface0[0];
/* u8 bSlaveInterface0[0]; */
u8 bSlaveInterface0;
} __attribute__ ((packed));

Loading…
Cancel
Save