aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds26-1285/+1012
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-10/+4
2013-01-17Staging: bcm: copying more data than intendedDan Carpenter1-1/+1
2013-01-11Staging: bcm: add a missing break statementDan Carpenter1-0/+1
2013-01-07Staging: bcm: Fix warning: "Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ..."Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Change the name of typedef USER_BCM_DBG_STATE to bcm_user_debug_state.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _S_BCM_DEBUG_STATE and call directly.Kevin McKinney2-3/+3
2013-01-07Staging: bcm: Replace UINT with unsigned int in Debug.hKevin McKinney1-3/+3
2013-01-07Staging: bcm: Fix error: "Macros with complex values should be enclosed in parenthesis" in Debug.hKevin McKinney1-1/+1
2013-01-07Staging: bcm: Fix warning: "__packed is preferred over __attribute__((packed))" in Debug.hKevin McKinney1-1/+1
2013-01-07Staging: bcm: Properly format braces in Debug.hKevin McKinney1-2/+1
2013-01-07Staging: bcm: Properly format comments in Debug.hKevin McKinney1-45/+46
2013-01-07Staging: bcm: Fix all white space issues in Debug.hKevin McKinney1-123/+111
2013-01-07Staging: bcm: Remove typedef for TransportHeaderT and call directly.Kevin McKinney2-4/+3
2013-01-07Staging: bcm: Remove typedef for _E_NWPKT_IPFRAME_TYPE and call directly.Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _E_NWPKT_ETHFRAME_TYPE and call directly.Kevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _S_ETHCS_PKT_INFO and call directly.Kevin McKinney2-9/+9
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_Q_FRAME and call directly.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_LLC_FRAME and call directly.Kevin McKinney2-5/+5
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_802_LLC_SNAP_FRAME and call directly.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _ETH_CS_ETH2_FRAME and call directly.Kevin McKinney2-4/+4
2013-01-07Staging: bcm: Remove typedef for _E_SERVICEFLOW_CS_SPEC_ and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _TCP_HEADER and call directly.Kevin McKinney2-5/+5
2013-01-07Staging: bcm: Replace UCHAR with unsigned char in Protocol.hKevin McKinney1-3/+3
2013-01-07Staging: bcm: Replace ULONG with unsigned long in Protocol.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Replace USHORT with unsigned short in Protocol.hKevin McKinney1-10/+10
2013-01-07Staging: bcm: Fix issue: "Macros with complex values should be enclosed in parenthesis" in Protocol.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Fix warning: "__packed is preferred over __attribute__((packed))" in Protocol.hKevin McKinney1-5/+5
2013-01-07Staging: bcm: Properly format braces in Protocol.hKevin McKinney1-22/+11
2013-01-07Staging: bcm: Properly format comments in Protocol.hKevin McKinney1-5/+5
2013-01-07Staging: bcm: Fix all white space issues in Protocol.hKevin McKinney1-44/+33
2013-01-07Staging: bcm: Replace UCHAR with unsigned char in Macros.hKevin McKinney1-3/+3
2013-01-07Staging: bcm: Remove typedef for _LINK_STATE and call directly.Kevin McKinney2-5/+3
2013-01-07Staging: bcm: Remove typedef for _E_PHS_DSC_ACTION and call directly.Kevin McKinney1-3/+2
2013-01-07Staging: bcm: Remove typedef for eNVM_TYPE and call directly.Kevin McKinney5-7/+7
2013-01-07Staging: bcm: Remove typedef for ePMU_MODES and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _S_PHS_RULE and call directly.Kevin McKinney6-38/+38
2013-01-07Staging: bcm: Remove typedef for _E_CLASSIFIER_ENTRY_CONTEXT and call directly.Kevin McKinney2-8/+8
2013-01-07Staging: bcm: Remove typedef for _S_CLASSIFIER_ENTRY and call directly.Kevin McKinney3-21/+21
2013-01-07Staging: bcm: Remove typedef for _S_CLASSIFIER_TABLE and call directly.Kevin McKinney3-20/+20
2013-01-07Staging: bcm: Remove typedef for _S_SERVICEFLOW_ENTRY and call directly.Kevin McKinney4-17/+17
2013-01-07Staging: bcm: Remove typedef for _S_SERVICEFLOW_TABLE and call directly.Kevin McKinney3-11/+11
2013-01-07Staging: bcm: Remove typedef for _PHS_DEVICE_EXTENSION and call directly.Kevin McKinney5-18/+18
2013-01-07Staging: bcm: Replace LONG with long in PHSDefines.hKevin McKinney1-1/+1
2013-01-07Staging: bcm: Replace ULONG with unsigned long in PHSDefines.hKevin McKinney1-2/+2
2013-01-07Staging: bcm: Replace B_UINT16 with u16 in PHSDefines.hKevin McKinney1-5/+5
2013-01-07Staging: bcm: Replace B_UINT8 with u8 in PHSDefines.hKevin McKinney1-14/+14
2013-01-07Staging: bcm: Properly format braces in PHSDefines.hKevin McKinney1-15/+7