summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
AgeCommit message (Expand)Author
2012-11-26Staging: bcm: Remove typedef for bulkwrmbuffer and call directly.Kevin McKinney
2012-11-26Staging: bcm: Remove typedef for _FLASH2X_COPY_SECTION and call directly.Kevin McKinney
2012-11-26Staging: bcm: Remove typedef for _SECTION_TYPE.Kevin McKinney
2012-11-26Staging: bcm: Remove typedef for _FLASH2X_BITMAP and call directly.Kevin McKinney
2012-11-26Staging: bcm: Remove typedef for _ST_TIME_ELAPSED_ and call directly.Kevin McKinney
2012-11-26Staging: bcm: Remove typedef for stGPIOMultiInfo and call directly.Kevin McKinney
2012-11-26Staging: bcm: Remove typedef for stGPIOMultiMode and call directly.Kevin McKinney
2012-11-26Staging: bcm: Replace UINT with unsigned int in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Replace UINT32 with u32 in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Replace B_UINT32 with u32 in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Replace ULONG with unsigned long in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Replace ULONG64 with unsigned long long in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Replace UCHAR with unsigned char in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Replace __attribute__((packed)) with __packed in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Properly format braces in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Properly format and remove comments as needed in Ioctl.hKevin McKinney
2012-11-26Staging: bcm: Fix all white space issues in Ioctl.hKevin McKinney
2012-11-13Staging: bcm: Add two products and remove an existing product.Kevin McKinney
2012-11-02Staging: bcm: Change ULONG to unsigned long in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Remove typedef for _BULK_ENDP_IN and call directly.Kevin McKinney
2012-11-02Staging: bcm: Remove typedef for _BULK_ENDP_OUT and call directly.Kevin McKinney
2012-11-02Staging: bcm: Remove typedef for _INTR_ENDP_IN and call directly.Kevin McKinney
2012-11-02Staging: bcm: Remove typedef for _INTR_ENDP_OUT and call directly.Kevin McKinney
2012-11-02Staging: bcm: Remove typedef for _USB_TCB and call directly.Kevin McKinney
2012-11-02Staging: bcm: Remove typedef for _USB_RCB and call directly.Kevin McKinney
2012-11-02Staging: bcm: Remove typedef for _S_INTERFACE_ADAPTER and call directly.Kevin McKinney
2012-11-02Staging: bcm: Change BOOLEAN to bool in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Change PVOID to void * in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Change UINT to unsigned int in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Change UCHAR to unsigned char in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Change PCHAR to char * in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Correctly format braces in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Correctly format comments in InterfaceAdapter.hKevin McKinney
2012-11-02Staging: bcm: Fix all white space issues in InterfaceAdapter.hKevin McKinney
2012-10-30Staging: bcm: Remove typedef stLocalSFAddRequestAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef stLocalSFAddConfirmationAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef stLocalSFChangeRequestAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef stLocalSFChangeConfirmationAlt.Kevin McKinney
2012-10-30Staging: bcm: Remove typedef for stLocalSFChangeIndicationAlt and call directly.Kevin McKinney
2012-10-30Staging: bcm: Change PVOID to void * in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change UINT to unsigned int in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change ULONG to unsigned long in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change INT to int in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change B_UINT8 to u8 in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Change B_UINT16 to u16 in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Fix all white space issues in CmHost.hKevin McKinney
2012-10-30Staging: bcm: Correctly format comments in CmHost.hKevin McKinney
2012-10-29Staging: bcm: Change B_UINT8 to u8 in cntrl_SignalingInterface.hKevin McKinney
2012-10-29Staging: bcm: Change B_UINT16 to u16 in cntrl_SignalingInterface.hKevin McKinney