aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-05staging: brcm80211: further cleaned fullmac header filesRoland Vossen9-268/+228
Code cleanup. Deleted unused definitions. Moved locally used definitions to .c files. Moved definitions from bcmsdh_sdmmc.h to bcmsdbus.h. 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-05staging: brcm80211: removed file sdiovar.hRoland Vossen6-41/+16
Code cleanup. Contents merged into other files. 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-05staging: brcm80211: removed brcmf_sdioh_start() and brcmf_sdioh_stop()Roland Vossen4-30/+0
Code cleanup. These functions were empty. 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-05staging: brcm80211: removed brcmf_sdioh_reset()Roland Vossen5-21/+0
Code cleanup. This function did not perform a reset, hence it was removed. 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-05staging: brcm80211: removed brcmf_sdioh_interrupt_pending()Roland Vossen5-26/+1
Code cleanup. This function always returned 0. 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-05staging: brcm80211: sdh related code cleanupRoland Vossen5-342/+345
Gave struct brcmf_sdio the more applicable name 'brcmf_sdio_card'. Enforced stronger type checking by replacing void *sdh by struct brcmf_sdio_card *. 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-05staging: brcm80211: removed last occurrences of bcmsdh/BCMSDHRoland Vossen7-230/+225
Code cleanup. This was a Broadcom specific acronym. 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-05Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl27-28/+0
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/staging/rtl8187se/, drivers/staging/rtl8192e/, drivers/staging/rtl8192u/ & drivers/staging/rtl8712/. This patch removes them. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h include from drivers/staging/bcm/headers.hJesper Juhl1-1/+0
It was pointed out by 'make versioncheck' that a include of linux/version.h is not needed in drivers/staging/bcm/headers.h . This patch removes it. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h include from drivers/staging/cxd2099/cxd2099.cJesper Juhl1-1/+0
It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/cxd2099/cxd2099.c . This patch removes it. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h include from ↵Jesper Juhl1-1/+0
drivers/staging/cxt1e1/sbecom_inline_linux.h It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/cxt1e1/sbecom_inline_linux.h This patch removes it. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h includes (and add where needed) for ↵Jesper Juhl2-1/+1
drivers/staging/easycap/ It was pointed out by 'make versioncheck' that linux/version.h was not always being included where needed and sometimes included needlessly in drivers/staging/easycap/. This patch fixes up the includes. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h includes from drivers/staging/lirc/Jesper Juhl2-3/+0
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/staging/lirc/. This patch removes them. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h includes from drivers/staging/msm/Jesper Juhl5-6/+1
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/staging/msm/. This patch removes them. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h include from drivers/staging/panel/panel.cJesper Juhl1-1/+0
It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/panel/panel.c This patch removes it. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h include from drivers/staging/rts_pstor/rtsx.hJesper Juhl1-1/+0
It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/rts_pstor/rtsx.h This patch removes it. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h includes from drivers/staging/speakup/Jesper Juhl2-2/+0
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/staging/speakup/. This patch removes them. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h include from ↵Jesper Juhl1-1/+0
drivers/staging/tidspbridge/include/dspbridge/host_os.h It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/tidspbridge/include/dspbridge/host_os.h This patch removes it. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h includes (and add where needed) for drivers/tm6000/Jesper Juhl3-4/+1
It was pointed out by 'make versioncheck' that linux/version.h was not always being included where needed and sometimes included needlessly in drivers/staging/tm6000/. This patch fixes up the includes. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h includes from drivers/staging/wlags49_h2/Jesper Juhl2-2/+0
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/staging/wlags49_h2/. This patch removes them. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h include from drivers/staging/wlan-ng/prism2sta.cJesper Juhl1-1/+0
It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/wlan-ng/prism2sta.c . This patch removes it. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05Remove unneeded version.h includes from drivers/staging/xgifb/Jesper Juhl4-4/+0
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/staging/xgifb/. This patch removes them. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000: Merge common definitions from USB and PCMCIA driversOndrej Zary4-682/+264
Merge common definitions from ft1000-usb and ft1000-pcmcia drivers to a common ft1000.h file. This revealed two odd things in ft1000-usb which might be bugs so add comments about them to ft1000_usb.h. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove support for v5 firmwareOndrej Zary1-293/+129
Remove support for v5 firmware images as all known firmware images are v6. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove PSEUDOSZ, use sizeof(struct pseudo_hdr) insteadOndrej Zary2-6/+4
PSEUDOSZ seems to define struct pseudo_hdr size. Remove it and use sizeof(struct pseudo_hdr) directly. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: CodingStyle fixes in ft1000.hOndrej Zary1-324/+297
Major CodingStyle fixes in ft1000.h Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove useless ft1000_release() functionOndrej Zary1-15/+1
Remove useless ft1000_release() function. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove unused includes from ft1000_cs.cOndrej Zary1-15/+0
Remove unused includes from ft1000_cs.c Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: coding style fixes in ft1000_cs.cOndrej Zary1-17/+12
Minor coding style fixes in ft1000_cs.c Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove unused ft1000_asic_read and ft1000_asic_write ↵Ondrej Zary1-34/+0
functions Functions ft1000_asic_read() and ft1000_asic_write() are unused. Remove them. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove misleading and template comments from ft1000_cs.cOndrej Zary1-73/+5
Remove misleading, useless and template comments from ft1000_cs.c Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove useless debugging from ft1000_cs.cOndrej Zary1-18/+0
Remove useless debugging from ft1000_cs.c Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove useless defines from ft1000_cs.cOndrej Zary1-7/+0
Remove unused defines from ft1000_cs.c Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove custom defines for standard typesOndrej Zary3-105/+92
Remove custom defines for standard types (u8, u16, u32...) Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove unused fields from struct ft1000_infoOndrej Zary3-51/+15
Remove 13 unused fields from struct ft1000_info. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove firmware download typedefsOndrej Zary1-18/+18
Remove firmware download typedefs: DFP_FILE_HDR, DSP_FILE_HDR_5, DSP_IMAGE_INFO, DSP_IMAGE_INFO_V6 Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: delete local_info_t typedefOndrej Zary1-24/+5
Delete local_info_t typedef along with the struct as its "link" member was not used. Use link->priv to store net_device directly. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: delete unused DPRAM_BLK typedefsOndrej Zary1-5/+0
Delete unused DPRAM_BLK typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove FT1000_INFO typedefsOndrej Zary4-42/+42
Remove FT1000_INFO typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove PROV_RECORD typedefsOndrej Zary3-10/+10
Remove PROV_RECORD typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: delete unused APP_INFO_BLOCK typedefsOndrej Zary1-10/+0
Delete unused APP_INFO_BLOCK typedefs and associated variables. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: delete unused DSPHIBERNATE typedefsOndrej Zary1-8/+0
Delete unused DSPHIBERNATE typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove DSPINITMSG typedefsOndrej Zary2-5/+5
Remove DSPINITMSG typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: delete unused TIMEMSG typedefsOndrej Zary1-7/+0
Delete unused TIMEMSG typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove MEDIAMSG typedefsOndrej Zary2-4/+4
Remove MEDIAMSG typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove DRVMSG typedefsOndrej Zary3-6/+6
Remove DRVMSG typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: remove PSEUDO_HDR typedefsOndrej Zary3-22/+22
Remove PSEUDO_HDR typedefs. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: get rid of ft1000_dev.hOndrej Zary4-68/+10
Shorten ft1000_read_reg() to single line and move it to ft1000.h along with ft1000_write_reg() and delete ft1000_dev.h Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: delete ft1000.confOndrej Zary1-14/+0
Remove useless ft1000.conf file. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-07-05staging: ft1000-pcmcia: fix compilation with FT_DEBUG enabledOndrej Zary1-2/+0
Delete DEBUG statement that prevents compilation with FT_DEBUG enabled. Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>