Huang Weiyi
6884bb0924
Staging: vme: remove unused #include <linux/version.h>
...
Remove unused #include <linux/version.h>('s) in
drivers/staging/vme/bridges/vme_ca91cx42.c
drivers/staging/vme/bridges/vme_tsi148.c
drivers/staging/vme/devices/vme_user.c
drivers/staging/vme/vme.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com >
Acked-by: Martyn Welch <martyn.welch@gefanuc.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:17 -08:00
Shawn Bohrer
47a14f13c8
Staging: vt6655: remove __cplusplus ifdefs
...
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:17 -08:00
Shawn Bohrer
42caa16a70
Staging: vt6656 remove unneeded version.h and version check
...
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:17 -08:00
Shawn Bohrer
3afc571e6b
Staging: vt6655 remove unneeded version.h
...
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:17 -08:00
Shawn Bohrer
50fcfe57ee
Staging: vt6656 remove duplicate includes
...
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:17 -08:00
Shawn Bohrer
a8ee05f54c
Staging: vt6655 remove duplicate includes
...
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:17 -08:00
Shawn Bohrer
d30b271910
Staging: vt6656 remove kcompat.h
...
The vt6656 driver is integrated in the kernel so it no longer needs the
compatibility header.
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Shawn Bohrer
6d0158fac6
Staging: vt6655 remove kcompat.h
...
The vt6655 driver is integrated in the kernel so it no longer needs the
compatibility header.
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Roel Kluin
ee93e1971d
Staging: vt6655: Correct unsigned bound issue
...
uNodeIndex is unsigned, check whether it is within bounds instead.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Otavio Salvador
5008c456c1
Staging: vt6656: use lowercase for VIA USB vendor id
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Roel Kluin
82c7c11fdb
Staging: octeon: don't ignore request_irq() return code
...
Signed-off-by: Roel Kluin <roel.kluin@gmail.com >
Acked-by: David Daney <ddaney@caviumnetworks.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Sebastian Dalfuß
d6dbc0126b
Staging: rt2860: remove superfluous newlines
...
This patch is based on next-20091106.
This tiny patch removes a few quite unnecessary extra newlines from
DBGPRINT() and printk() strings.
Signed-off-by: Sebastian Dalfuß <sd@sedf.de >
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Sebastian Dalfuß
ad26848142
Staging: rt2860: remove remainders of /etc reading stuff
...
The stuff that tries to read a file from /etc is already removed, so
this patch just removes the last remainders.
Signed-off-by: Sebastian Dalfuß <sd@sedf.de >
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
2009-12-11 12:23:16 -08:00
Bartlomiej Zolnierkiewicz
23d1d3d922
Staging: rt28x0: Add proper selection of WIRELESS_EXT and WEXT_PRIV
...
After the incorporation of the patch entitled "wext: refactor", some
of the wireless drivers in drivers/staging fail to build because they
need to have CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV defined.
[ patch description borrowed from the previous fix for wireless staging
drivers ("staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV")
authored by Larry Finger ]
Cc: Larry Finger <Larry.Finger@lwfinger.net >
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Bartlomiej Zolnierkiewicz
62eb734b49
Staging: rt28x0: remove typedefs (part three)
...
Remove misc typedefs.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:16 -08:00
Bartlomiej Zolnierkiewicz
8a10a54656
Staging: rt28x0: remove typedefs (part two)
...
Remove typedefs from rt_linux.h and rtmp_usb.h.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:15 -08:00
Bartlomiej Zolnierkiewicz
51126deb20
Staging: rt28x0: remove typedefs (part one)
...
Remove typedefs from rtmp_type.h.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:15 -08:00
Bartlomiej Zolnierkiewicz
cc27706961
Staging: rt28x0: fix comments in *.h files
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:15 -08:00
Bartlomiej Zolnierkiewicz
8281958ba7
Staging: rt28x0: fix comments in sta/*.c files
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:15 -08:00
Bartlomiej Zolnierkiewicz
ec278fa259
Staging: rt28x0: fix comments in common/*.c files
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:15 -08:00
Bartlomiej Zolnierkiewicz
9f548a2a3d
Staging: rt28x0: fix comments in *.c files
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:14 -08:00
Bartlomiej Zolnierkiewicz
52b81c89e5
Staging: rt28x0: run *.h files through Lindent
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:14 -08:00
Bartlomiej Zolnierkiewicz
0f65bec15b
Staging: rt28x0: run sta/*.c files through Lindent
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:14 -08:00
Bartlomiej Zolnierkiewicz
96b3c83dc2
Staging: rt28x0: run common/*.c files through Lindent
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:13 -08:00
Bartlomiej Zolnierkiewicz
66cd8d6ec9
Staging: rt28x0: run *.c files through Lindent
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:13 -08:00
Bartlomiej Zolnierkiewicz
460bb8df1e
Staging: rt28x0: remove __LINE__ instances
...
Remove instances of __LINE__ preprocessor directive to make
validation of resulting binary output files easier.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:13 -08:00
Bartlomiej Zolnierkiewicz
5a1322317a
Staging: rt28x0: remove dead code
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:12 -08:00
Bartlomiej Zolnierkiewicz
ef3e746815
Staging: rt28x0: remove unused SHA256 code
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:12 -08:00
Bartlomiej Zolnierkiewicz
46ff62398c
Staging: rt28x0: remove dead code from rtmp_phy.h
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:12 -08:00
Bartlomiej Zolnierkiewicz
f4e54708bc
Staging: rt28x0: remove optional cmm profile parameters
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:12 -08:00
Bartlomiej Zolnierkiewicz
ca58fb3037
Staging: rt28x0: fix some build warnings
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:12 -08:00
Bartlomiej Zolnierkiewicz
44c68c23b1
Staging: rt28x0: remove optional loading of EEPROM from file in eFuse mode
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:12 -08:00
Bartlomiej Zolnierkiewicz
782f111125
Staging: rt28x0: remove support for private driver parameters
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:12 -08:00
Bartlomiej Zolnierkiewicz
4c96e89320
Staging: rt28x0: remove private WEXT handlers
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Bartlomiej Zolnierkiewicz
725fef147b
Staging: rt28x0: remove private RTPRIV_IOCTL_GSITESURVEY ioctl
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Bartlomiej Zolnierkiewicz
468d0c507b
Staging: rt28x0: remove private RTPRIV_IOCTL_SET ioctl
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Bartlomiej Zolnierkiewicz
abf1794e69
Staging: rt28x0: remove unused code from common/ee_efuse-c
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Bartlomiej Zolnierkiewicz
fbedb45f6a
Staging: rt28x0: remove unused ->eewrite methods
...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Mithlesh Thukral
2bef7a0fc8
Staging: otus : checkpatch.pl cleanup for some more .c files
...
Second lot of checkpatch.pl error and warning fixes for .c files of
otus driver in staging tree.
(Externs would be removed in a seperate patch)
Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Mithlesh Thukral
b767fa1d11
Staging: otus : checkpatch.pl cleanup for .c files
...
First patch for checkpatch.pl error and warning fixes for .c files of otus
driver in staging tree.
Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Mithlesh Thukral
dba0da373d
Staging: otus : checkpatch.pl cleanup for header files
...
Fix for checkpatch.pl errors and warnings in header files of otus driver.
(There is a typedef which still remains. Plan to clean it up in next set
of patches)
Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Pavel Machek
3001fa0522
Staging: dream: remove wakelock support from smd_rpcrouter.h
...
wakelocks are power optimalization, not supported in mainline. Remove
them so that code compiles on mainline.
Signed-off-by: Pavel Machek <pavel@ucw.cz >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:11 -08:00
Pavel Machek
ace9e7915b
Staging: dream: remove wakelock support
...
Includes changed so that <linux/sched.h> is now needed for
TASK_INTERRUPTIBLE and friends, so include it.
Remove hooks for features not in mainline, such as earlysuspend and
wakelocks.
Signed-off-by: Pavel Machek <pavel@ucw.cz >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:10 -08:00
Pavel Machek
05d4252201
Staging: dream: Synaptics touchscreen for HTC Dream: check that smbus is available
...
Check that SMBUS APIs are available in touchscreen driver.
Signed-off-by: Pavel Machek <pavel@ucw.cz >
Cc: Trilok Soni <soni.trilok@gmail.com >
Cc: <arve@android.com >
Cc: Brian Swetland <swetland@google.com >
Cc: Dmitry Torokhov <dtor@mail.ru >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:10 -08:00
Greg Kroah-Hartman
b7fa31849c
Staging: dream: mark as BROKEN
...
It doesn't build, and hasn't for a long time (if ever). So mark
it BROKEN for now.
Cc: Pavel Machek <pavel@ucw.cz >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:10 -08:00
Pavel Machek
ff933693a4
Staging: dream: make it independant from CONFIG_ANDROID
...
Make Dream support independent of CONFIG_ANDROID.
Signed-off-by: Pavel Machek <pavel@ucw.cz >
2009-12-11 12:23:10 -08:00
Randy Dunlap
bfb97bf833
Staging: wlags49: fix kconfigs dependancy
...
Fix depends/selects in wlags49 drivers.
ERROR: "wireless_spy_update" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "iw_handler_get_spy" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "iw_handler_set_spy" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_dev_present" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_request_irq" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_register_driver" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_request_configuration" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_request_io" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_error_ret" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_error_func" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_unregister_driver" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_disable_device" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
ERROR: "pcmcia_dev_present" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_request_irq" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_register_driver" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_request_configuration" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_request_io" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_error_ret" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_error_func" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_unregister_driver" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
ERROR: "pcmcia_disable_device" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:10 -08:00
Henk de Groot
a6f95b6ee6
Staging: wlags49_h2: add TODO files
...
Adds TODO to the wlags_h2 and wlags_h5 staging drivers.
Signed-off-by: Henk de Groot <pe1dnn@amsat.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:10 -08:00
Henk de Groot
68c0bdff7a
Staging: wlags49_h2: add Agere driver for HERMES II and HERMES II.5 chipsets
...
WLAN driver for cards using the HERMES II and HERMES II.5 chipset
Based on Agere Systems Linux LKM Wireless Driver Source Code,
Version 7.22; complies with Open Source BSD License.
The software is a modified version of wl_lkm_722_abg.tar.gz from the
Agere Systems website, addapted for Ubuntu 9.04 and modified to
fit in the current Linux kernel (2.6.31).
Modified for kernel 2.6 by Henk de Groot <pe1dnn@amsat.org >
Based on 7.18 version by Andrey Borzenkov <arvidjaar@mail.ru > $Revision: 39 $
Signed-off-by: Henk de Groot <pe1dnn@amsat.org >
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:10 -08:00
Huang Weiyi
349f535cbd
Staging: rtl8187su: remove unused #include <linux/version.h>
...
Remove unused #include <linux/version.h>('s) in
drivers/staging/rtl8192su/ieee80211/ieee80211_rx.c
drivers/staging/rtl8192su/ieee80211/ieee80211_tx.c
drivers/staging/rtl8192su/ieee80211/ieee80211_wx.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2009-12-11 12:23:09 -08:00