aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-09staging: ft1000: Coding style fix in ft1000ReadProc.Marek Belisko1-110/+106
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Fix coding style in ft1000NotifyProc.Marek Belisko1-16/+15
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Use return value for ft1000InitProc.Marek Belisko1-2/+7
Add checking for return value ft1000InitProc and cleanup if something fail. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Fix coding style.Marek Belisko1-13/+12
Fix coding style in ft1000CleanupProc and ft1000InitProc functions. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Fix proc initialization handling.Marek Belisko2-15/+27
Cleaning proc entries when error occures was not handled correctly. So fix and also add proper cleaning. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Fix debug messages.Marek Belisko1-7/+7
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Remove unused headers.Marek Belisko1-4/+0
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Remove dead code.Marek Belisko1-60/+1
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Fix camelcase functions and variables.Marek Belisko4-82/+82
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Remove unused variable.Marek Belisko3-3/+0
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Remove unused pdevobj array.Marek Belisko1-23/+0
We don't need to store pointer to device in some local array because we always pass to debugfs correct device pointer. So remove it. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Fix private data pointer usage.Marek Belisko1-2/+3
Assign private data pointer to device for usage in file operations. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Convert char device to debugfs.Marek Belisko3-20/+57
Character device was used only for debugging purposes. Convert it to debugfs functionality. For every plugged device create new directory with one file. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: solo6010 depends on I2CRandy Dunlap1-1/+1
This driver uses i2c interfaces, so it should depend on I2C (unless someone wants to break it into pieces or make it more config-dependent). drivers/staging/solo6x10/solo6010-i2c.c:47: error: implicit declaration of function 'i2c_transfer' drivers/staging/solo6x10/solo6010-i2c.c:299: error: implicit declaration of function 'i2c_add_adapter' drivers/staging/solo6x10/solo6010-i2c.c:310: error: implicit declaration of function 'i2c_del_adapter' Signed-off-by: Randy Dunlap <[email protected]> Cc: Ben Collins <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: brcm80211: removed ap related commentsRoland Vossen1-7/+0
Code cleanup, reaction on the 2nd email from Dan Carpenter. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sm7xx: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'. Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: rtl8192e: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'. Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: cx25821: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'. Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: phison: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'. Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'. Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLENamhyung Kim1-1/+1
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'. Signed-off-by: Namhyung Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: brcm80211: Remove redundant unlikely()Tobias Klauser1-1/+1
IS_ERR() already implies unlikely(), so it can be omitted here. Signed-off-by: Tobias Klauser <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: rt2860: fix previous patch errorChen, Chien-Chia1-1/+1
Somehow Greg messed up the last patch and missed a chunk. This patch contains the missing chunk. Acked-by: Lee, Chun-Yi <[email protected]> Signed-off-by: Chen, Chien-Chia <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging/zram: Fix sparse warning 'Using plain integer as NULL pointer'Peter Huewe1-3/+3
This patch fixes the warning generated by sparse: "Using plain integer as NULL pointer" by replacing the offending 0s with NULL. Signed-off-by: Peter Huewe <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging/line6: Fix sparse warning 'Using plain integer as NULL pointer'Peter Huewe3-4/+4
This patch fixes the warning generated by sparse: "Using plain integer as NULL pointer" by replacing the offending 0s with NULL. Signed-off-by: Peter Huewe <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: fix documentation on installing firmwareHenry Ptasinski2-10/+5
Fix the documentation to have the current firmware filenames and use the correct path. Signed-off-by: Henry Ptasinski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08MAINTAINERS: update the entry for the BRCM80211 driverHenry Ptasinski1-1/+3
This time with Signed-off-by ... Removed Nohee, added Roland, Arend and Dowan. Changes were previously made to drivers/staging/brcm80211{README,TODO}, but MAINTAINERS was missed. Signed-off-by: Henry Ptasinski <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: removed unused struct wlc_ap_infoRoland Vossen2-3/+0
Code cleanup, reaction on the email from Dan Carpenter. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef wlc_pub_t by struct wlc_pubRoland Vossen10-31/+35
Code cleanup Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef wlccore_t by struct wlccoreRoland Vossen2-5/+6
Code cleanup Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef wlcband_t by struct wlcbandRoland Vossen5-17/+19
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef hnddma_t by struct hnddma_pubRoland Vossen6-52/+53
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef wl_if_t by struct wl_ifRoland Vossen3-3/+3
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef bmac_pmq_t by struct bmac_pmqRoland Vossen2-2/+2
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef antsel_info_t by struct antsel_infoRoland Vossen4-23/+29
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef wlc_ap_info_t by struct wlc_ap_infoRoland Vossen2-2/+2
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef ampdu_info_t by struct ampdu_infoRoland Vossen4-44/+46
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: replaced typedef wlc_if_t by struct wlc_ifRoland Vossen4-7/+7
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: removed unused macro's and typedefs from wpa.hRoland Vossen1-94/+0
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08staging: brcm80211: removed unused typedefsRoland Vossen2-10/+0
Code cleanup. Signed-off-by: Roland Vossen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-08Staging: rt3090: Fix RT3090 scan AP functionChen, Chien-Chia2-2/+3
Fix RT3090 scan AP function. This patch fixes the rt3090 wireless module failed to scan AP around due to Windows driver causing rt3090 module unable to scan AP in Linux. Acked-by: Lee, Chun-Yi <[email protected]> Signed-off-by: Chen, Chien-Chia <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman991-8098/+16878
This was done to handle a number of conflicts in the batman-adv and winbond drivers properly. It also now allows us to fix up the sysfs attributes properly that were not in the .37 release due to them being only in this tree at the time. Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-06Linux 2.6.37-rc5Linus Torvalds1-1/+1
2010-12-06Merge branch 'upstream-linus' of ↵Linus Torvalds5-10/+15
git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 * 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2: ocfs2_connection_find() returns pointer to bad structure ocfs2: char is not always signed Ocfs2: Stop tracking a negative dentry after dentry_iput(). ocfs2: fix memory leak fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lock
2010-12-06ARM: tegra: fix regression from addruart rewriteOlof Johansson1-2/+2
Commit 0ea129300982 ("arm: return both physical and virtual addresses from addruart") took out the test for MMU on/off but didn't switch the ldr instructions to no longer be conditionals based on said test. Fix that. Signed-off-by: Olof Johansson <[email protected]> Acked-by: Colin Cross <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2010-12-06staging: hv: Convert camel case local variables in blkvsc.c to lowercaseHank Janssen1-26/+26
Convert camel case local variables in blkvsc.c to lowercase Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-06staging: hv: Convert camel case function names in blkvsc.c to lowercaseHank Janssen1-2/+2
Convert camel case function names in blkvsc.c to lowercase Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-06staging: hv: Convert camel case local variables in storvsc.c to lowercaseHank Janssen1-247/+249
Convert camel case local variables in storvsc.c to lowercase Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-06staging: hv: Convert camel case function names in storvsc.c to lowercaseHank Janssen2-48/+51
Convert camel case function names in storvsc.c to lowercase Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-06staging: hv: Convert camel case struct fields in storvsc.c to lowercaseHank Janssen1-66/+67
Convert camel cased struct fields in storvsc.c to lowercase Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>