Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-05 | staging: rts_pstor: Fix a bug that a MMCPlus card can't be accessed | wwang | 2 | -21/+46 | |
1. Don't switch bus if cmd14 timedout 2. Add a new group of return codes for mmc_test_switch_bus Signed-off-by: wwang <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | MAINTAINERS: Add remaining staging entries | Joe Perches | 1 | -1/+68 | |
Add the staging entries from various TODO files to MAINTAINERS. Add a few web links as well. Miscellaneous staging typo section header fix. Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | gma500: oops.. thou shalt stg add... | Alan Cox | 3 | -0/+732 | |
Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | gma500: Update the TODO list | Alan Cox | 1 | -20/+9 | |
This is now horribly out of date Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: added newlines to some debug macros in bcmsdh_sdmmc.c | Arend van Spriel | 1 | -4/+4 | |
Some macros were missing a terminating '\n' character. This commit fixes those. Reported-by: Dan Carpenter <[email protected]> Reviewed-by: Pieter-Paul Giesberts <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: simpler string handling in brcmf_c_pktfilter_offload_set() | Roland Vossen | 1 | -9/+2 | |
Replaced two functions with strcpy(). Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: remove macro WLBANDINITFN from brcmsmac | Arend van Spriel | 6 | -28/+26 | |
The macro WLBANDINITFN does nothing meaningful in the brcmsmac driver and has been removed. Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Pieter-Paul Giesberts <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: remove external definitions from phy_lcn.c | Arend van Spriel | 2 | -8/+4 | |
The source file phy_lcn.c had several external definitions flagged by checkpatch.pl script. The patch fixes those. Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Pieter-Paul Giesberts <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: remove several externs from dhd_linux.c | Arend van Spriel | 2 | -3/+7 | |
The script checkpatch.pl flagged for some extern variables in dhd_linux.c source. Several have been fixed in this patch. Two remaining are in macro conditional code that needs cleanup so they are not resolved here. Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Pieter-Paul Giesberts <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replace occurrences of __attribute__((packed)) | Arend van Spriel | 2 | -9/+9 | |
One of the checkpatch warning on this driver is about usage of the __attribute__ keyword. This patch changes this to using the __packed keyword. Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Pieter-Paul Giesberts <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed #ifdef SDIOH_API_ACCESS_RETRY_LIMIT | Roland Vossen | 1 | -12/+0 | |
SDIOH_API_ACCESS_RETRY_LIMIT is always defined. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: moved fullmac definitions from .h to .c files | Roland Vossen | 3 | -223/+104 | |
And deleted unused definitions. Improves code since it makes clear that the definitions are only used by a specific .c file. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: merged bcmsdbus.h into sdio_host.h | Roland Vossen | 5 | -193/+167 | |
Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: merged sbsdio.h into sdio_host.h | Roland Vossen | 4 | -280/+258 | |
Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: merged dngl_stats.h into dhd.h | Roland Vossen | 9 | -39/+12 | |
Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: deleted two fullmac source files | Roland Vossen | 5 | -444/+394 | |
Having both a 'generic' as a 'linux' specific variant of a file makes no sense in a Linux environment. Merged bcmsdh_sdmmc_linux.c into bcmsdh_sdmmc.c, and bcmsdh_linux.c into bcmsdh.c. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replaced Broadcom specific acronym WLC | Roland Vossen | 27 | -957/+996 | |
WLC (caps) was replaced, wlc (small caps) has not been replaced yet. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: remove checkpatch warnings from phy_n.c | Arend van Spriel | 1 | -29/+22 | |
The source file phy_n.c had couple of checkpatch warnings that have been fixed in this patch. Reviewed-by: Roland Vossen <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: made name lookup arrays more const | Arend van Spriel | 1 | -2/+2 | |
The checkpatch script gave a hint that some character string arrays probably should have an additional const keyword. This patch changes the static const char * arrays to static const char * const arrays as suggested getting rid of two checkpatch warnings. Reviewed-by: Roland Vossen <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: remove checkpatch warnings 'suspect code indent' | Arend van Spriel | 4 | -12/+3 | |
The driver sources contained a couple of checkpatch warnings of the given class. These have been cleaned up. Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: renamed structures in softmac | Roland Vossen | 13 | -311/+304 | |
Several structures contained a '_c_' in their name that does not add any information. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replaced typedef tx_power_t by struct brcms_tx_power | Roland Vossen | 5 | -6/+5 | |
Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replaced typedef wlc_phy_t with struct brcms_phy_pub | Roland Vossen | 9 | -202/+223 | |
Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replaced typedef phy_info_t by struct brcms_phy | Roland Vossen | 6 | -626/+648 | |
Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replaced various typedefs in softmac | Roland Vossen | 36 | -1116/+1110 | |
typedefs are undesirable according to documentation/CodingStyle. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed remains of assert mechanism in fullmac | Roland Vossen | 2 | -59/+0 | |
Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed asserts from dhd_sdio.c | Roland Vossen | 1 | -55/+21 | |
Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed asserts from dhd_linux.c | Roland Vossen | 1 | -32/+1 | |
Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed asserts from dhd_cdc.c and dhd_common.c | Roland Vossen | 2 | -14/+9 | |
Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed asserts from bcmsdh.c | Roland Vossen | 1 | -36/+0 | |
Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed asserts from two fullmac files | Roland Vossen | 2 | -26/+13 | |
ASSERTs are non desirable, replaced by error handling where applicable. Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: rename macros in dhd_dbg.h | Arend van Spriel | 5 | -779/+815 | |
The header file dhd_dbg.h contains several macros used throughout the code starting with DHD_. These have been renamed to get rid of this broadcom specific acronym. Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Franky (Zhenhui) Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed unused #ifdef sections in fullmac | Roland Vossen | 3 | -135/+0 | |
CONFIG_MACH_SANDGATE2G, CONFIG_MMC_MSM7X00A, CONFIG_HAS_EARLYSUSPEND and CONFIG_WIFI_CONTROL_FUNC were never defined. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed occurrences of 'dhd' | Roland Vossen | 8 | -154/+132 | |
DHD is a Broadcom internal term and has been replaced by BRCMF. Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: clean up checkpatch error | Arend van Spriel | 1 | -2/+1 | |
A checkpatch error was introduced in following commit: 0f22b8a staging: brcm80211: remove MMC_SDIO_ABORT macro definition The patch gets rid of the error. Reviewed-by: Roland Vossen <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging/easycap: kill telltale logic | Tomas Winkler | 4 | -122/+3 | |
This reason for this feature was 'some versions of the videodev module overwrite the data which has been written by the call to usb_set_intfdata() in easycap_usb_probe(), replacing it with a pointer to the embedded v4l2_device structure. to detect this, the string in the easycap.telltale[] buffer is checked.' The upstream version of v4l2_device_register sets driver data only when it wasn't already set, therefore this is not needed Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: rename external function in wl_cfg80211.c | Arend van Spriel | 4 | -26/+27 | |
Renamed external function getting rid of wl_ prefix. Removed unused function from the API header file wl_cfg80211.h as it was not defined. Signed-off-by: Arend van Spriel <[email protected]> Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: rename pointer conversion macros in wl_cfg80211.h | Arend van Spriel | 2 | -81/+76 | |
The data structures in fullmac driver references are made easier by using provided macros in wl_cfg80211.h. The abbreviation 'wl' in these macros has been replaced by cfg or the macro has been removed if used only once. Signed-off-by: Arend van Spriel <[email protected]> Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: rename structures and variables in wl_cfg80211.c | Arend van Spriel | 2 | -654/+695 | |
Making an effort getting rid of the wl_ prefix from the fullmac source files. Signed-off-by: Arend van Spriel <[email protected]> Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed unused definitions from dhd_sdio.c | Roland Vossen | 1 | -23/+2 | |
Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: W_REG macro cleanup in fullmac SDIO | Roland Vossen | 1 | -13/+5 | |
Code cleanup. W_REG was defined the same for both big and little endian systems. Replaced W_REG on two spots with its expansion. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed last amd64 compiler warnings | Roland Vossen | 5 | -20/+20 | |
Code cleanup. Warnings were due to pointer declarations being used for an address that does not reside on the CPU bus. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: got rid of redundant member 'regs' of struct dhd_bus | Roland Vossen | 1 | -7/+5 | |
Code cleanup. Decreases amd64 compiler warnings. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replaced macro W_SDREG by function w_sdreg() | Roland Vossen | 1 | -33/+41 | |
Code cleanup. Leads to more readable code and better type checking. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: replaced macro R_SDREG by function r_sdreg() | Roland Vossen | 1 | -28/+40 | |
Code cleanup. Leads to more readable code and better type checking. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: fullmac register access macro's take u32 instead of pointers | Roland Vossen | 1 | -39/+38 | |
Code cleanup. Fullmac contains macro's that access registers on the 32 bits backplane bus. These registers should not be declared as pointers since pointers can be 64 bits. The following patch series gets rid of these pointers and ultimately of all compiler warning when compiling for amd64. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed unused code and definitions from fullmac | Roland Vossen | 12 | -345/+0 | |
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: removed last typedefs from fullmac | Roland Vossen | 11 | -86/+97 | |
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Reviewed-by: Arend van Spriel <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: rename dhd_bus structure and functions | Arend van Spriel | 5 | -125/+125 | |
The header file dhd_bus.h contains several function prototypes starting with dhd_bus_ and using parameter with struct dhd_bus. These function and structure have been renamed to brcmf_bus. Signed-off-by: Arend van Spriel <[email protected]> Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-07-05 | staging: brcm80211: rename function variables | Arend van Spriel | 4 | -250/+246 | |
This commit gets rid of variables whose name is a broadcom specific acronym and not very meaningful. Signed-off-by: Arend van Spriel <[email protected]> Reviewed-by: Roland Vossen <[email protected]> Reviewed-by: Franky Lin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> |