aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Staging: bcm: Properly format comments in PHSDefines.hKevin McKinney1-12/+5
2013-01-07Staging: bcm: Fix all white space issues in PHSDefines.hKevin McKinney1-78/+63
2013-01-07Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly.Kevin McKinney4-10/+10
2013-01-07Staging: bcm: Replace B_UINT32 with u32 in target_params.hKevin McKinney1-36/+36
2013-01-07Staging: bcm: Properly format braces in target_params.hKevin McKinney1-2/+1
2013-01-07Staging: bcm: Properly format comments as needed in target_params.hKevin McKinney1-18/+15
2013-01-07Staging: bcm: Fix all white space issues in target_params.hKevin McKinney1-68/+48
2013-01-07Staging: bcm: Remove macro B_ULONG32 in led_control.h.Kevin McKinney1-2/+0
2013-01-07Staging: bcm: Remove typedef for _LEDColors and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for LedEvents and call directly.Kevin McKinney3-7/+7
2013-01-07Staging: bcm: Remove typedef for LedStateInfo_t and call directly.Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _LED_INFO_STRUCT and call directly.Kevin McKinney2-4/+3
2013-01-07Staging: bcm: Replace UINT with unsigned int in led_control.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Replace BOOLEAN with bool in led_control.hKevin McKinney1-3/+3
2013-01-07Staging: bcm: Replace UCHAR with unsigned char in led_control.hKevin McKinney1-5/+5
2013-01-07Staging: bcm: Fix warning: "do {} while (0) macros should not be semicolon terminated" in led_control.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Properly format comments as needed in led_control.hKevin McKinney1-7/+5
2013-01-07Staging: bcm: Fix all white space issues in led_control.hKevin McKinney1-54/+41
2013-01-07Staging: bcm: Remove typedef for IPV6HeaderFormatTag and call directly.Kevin McKinney2-11/+11
2013-01-07Staging: bcm: Remove typedef for IPV6RoutingHeaderFormatTag and call directly.Kevin McKinney2-5/+5
2013-01-07Staging: bcm: Remove typedef for IPV6FragmentHeaderFormatTag and call directly.Kevin McKinney2-3/+3
2013-01-07Staging: bcm: Remove typedef for IPV6DestOptionsHeaderFormatTag and call directly.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for IPV6HopByHopOptionsHeaderFormatTag and call directly.Kevin McKinney2-3/+3
2013-01-07Staging: bcm: Remove typedef for IPV6AuthenticationHeaderFormatTag and call directly.Kevin McKinney2-3/+3
2013-01-07Staging: bcm: Remove typedef for IPV6IcmpHeaderFormatTag.Kevin McKinney1-6/+0
2013-01-07Staging: bcm: Remove typedef for _E_IPADDR_CONTEXT and call directly.Kevin McKinney2-3/+3
2013-01-07Staging: bcm: Replace BOOLEAN with bool in IPv6ProtocolHdr.hKevin McKinney3-9/+9
2013-01-07Staging: bcm: Replace VOID with void in IPv6ProtocolHdr.hKevin McKinney1-1/+1
2013-01-07Staging: bcm: Replace PVOID with void * in IPv6ProtocolHdr.hKevin McKinney1-1/+1
2013-01-07Staging: bcm: Replace UCHAR with unsigned char in IPv6ProtocolHdr.hKevin McKinney1-20/+20
2013-01-07Staging: bcm: Replace ULONG with unsigned long in IPv6ProtocolHdr.hKevin McKinney1-7/+7
2013-01-07Staging: bcm: Replace USHORT with unsigned short in IPv6ProtocolHdr.hKevin McKinney1-7/+7
2013-01-07Staging: bcm: Properly format braces in IPv6ProtocolHdr.hKevin McKinney1-16/+8
2013-01-07Staging: bcm: Properly format and remove comments as needed in IPv6ProtocolHdr.hKevin McKinney1-15/+6
2013-01-07Staging: bcm: Fix all white space issues in IPv6ProtocolHdr.hKevin McKinney1-29/+21
2013-01-07Staging: bcm: Remove unnecessary comments in CmHost.hKevin McKinney1-8/+4
2013-01-07Staging: bcm: Replace unsigned long long with u64 in Ioctl.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _FLASH_SECTOR_INFO.Kevin McKinney1-5/+0
2013-01-07Staging: bcm: Remove typedef for _FLASH_CS_INFO and call directly.Kevin McKinney4-10/+10
2013-01-07Staging: bcm: Remove typedef for _FLASH_2X_CS_INFO and call directly.Kevin McKinney4-12/+12
2013-01-07Staging: bcm: Remove typedef for _VENDOR_SECTION_INFO and call directly.Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _FLASH2X_VENDORSPECIFIC_INFO and call directly.Kevin McKinney5-6/+6
2013-01-07Staging: bcm: Remove typedef for _DSD_HEADER and call directly.Kevin McKinney2-20/+20
2013-01-07Staging: bcm: Remove typedef for _ISO_HEADER and call directly.Kevin McKinney2-12/+12
2013-01-07Staging: bcm: Replace PUCHAR with u8 * in nmv.hKevin McKinney1-1/+1
2013-01-07Staging: bcm: Replace UINT with unsigned int in nvm.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Replace B_UINT32 with u32 in nvm.hKevin McKinney1-85/+85
2013-01-07Staging: bcm: Enclose complex values in parenthesis in nvm.hKevin McKinney1-4/+4
2013-01-07Staging: bcm: Properly format braces in nvm.hKevin McKinney1-14/+7
2013-01-07Staging: bcm: Properly format and remove comments as needed in nvm.hKevin McKinney1-84/+59