aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16Staging: IIO: dds.h convenience macrosMichael Hennerich1-0/+110
Changes since RFC/v1: IIO: Apply list review feedback Apply list review feedback: Rename attributes to fit IIO convention used in other drivers. Provide ddsX_out_enable as opposed to ddsX_out_disable. Fix typos. Changes since v2: IIO: dds.h: Apply more list review feedback Fix mixture of X and [n] notation for indices. Remove duplicated descriptions. Add store methods to some dds convenience macros. Signed-off-by: Michael Hennerich <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16Staging: IIO: Direct digital synthesis abi documentationMichael Hennerich1-0/+93
Changes since RFC/v1: IIO: Apply list review feedback: Apply list review feedback: Restructure documentation according to list feedback. Rename attributes to fit IIO convention used in other drivers. Fix typos. Provide ddsX_out_enable as opposed to ddsX_out_disable Changes since v2: IIO: sysfs-bus-iio-dds: Apply more list review feedback Fix mixture of X and [n] notation for indices. Fix some wording in the descriptions. Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Convert ETHER_TYPE_802_1X to ETH_P_PAEJoe Perches2-3/+2
Remove now unused #define. Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Remove unused ETHER_TYPE_<foo> #definesJoe Perches1-5/+0
Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Remove ETHER_HDR_LEN, use ETH_HLENJoe Perches2-2/+1
Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches12-88/+89
Add an #include of <linux/if_ether.h> to include/proto/ethernet.h Convert ETHER_ADDR_LEN, remove the #define for ETHER_ADDR_LEN. Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches5-21/+10
Use the normal kernel calls and remove the #defines for ETHER_IS_BCAST and ETHER_IS_NULLADDR. Add #include for etherdevice.h where necessary. Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Remove unused ether_<foo> #defines and structJoe Perches1-10/+0
These are unused, just remove them. Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches6-16/+19
Use the standard kernel function. Change callers to add .octet to addressing to avoid warnings. Add #include <linux/etherdevice.h> where necessary. Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: brcm80211: Remove unused #defines ETHER_<foo>_LOCALADDRJoe Perches1-7/+0
Signed-off-by: Joe Perches <[email protected]> Acked-by: Arend van Spriel <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16Staging: comedi: Fix checkpatch.pl issues in file s526.cXenofon Foukas1-57/+82
This patch fixes the following issues in s526.c: WARNING: printk() should include KERN_ facility level WARNING: line over 80 characters ERROR: do not use C99 // comments WARNING: space prohibited between function name and open parenthesis '(' WARNING: braces {} are not necessary for any arm of this statement WARNING: suspect code indent for conditional statements (16, 16) Signed-off-by: Xenofon Foukas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16Staging: comedi: Fix coding style issues in ii_pci20kc.cXenofon Foukas1-20/+46
This patch fixes the following issues in file ii_pci20kc.c: WARNING: please, no space before tabs WARNING: unnecessary whitespace before a quoted newline WARNING: line over 80 characters Signed-off-by: Xenofon Foukas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: ft1000: Fix kernel panic when use ioctl.Marek Belisko1-5/+3
During ioctl testing was observed kernel panic beuase file->private_data pointer was not correctly set when debugfs file was created. Add correct pointer setup. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: ft1000: Fix camelcase variable names.Marek Belisko1-102/+102
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: ft1000: Rename ft1000_chdev.c to ft1000_debug.c.Marek Belisko2-1/+1
Name of old file was misleading because it is currently updated to debugfs so change also file name. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16staging: ft1000: Fix camelcase function names.Marek Belisko3-6/+6
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16Staging: rt2860: Sanitize DBGPRINT_ERR macroL. Alberto Giménez17-70/+54
Cleaner implementation. Avoids the need of the double parenthesis to call the macro. Signed-off-by: L. Alberto Giménez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-16Staging: rt2860: include KERN_* in printkL. Alberto Giménez6-39/+45
Fix checkpatch complains. Signed-off-by: L. Alberto Giménez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: hv: Convert camel cased struct fields in rndis.h to lower casesHaiyang Zhang2-278/+279
Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: hv: Convert camel cased struct fields in netvsc.h to lower casesHaiyang Zhang4-263/+265
Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: hv: Convert camel cased struct fields in netvsc_api.h to lower casesHaiyang Zhang4-174/+174
Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: hv: Convert camel cased functions in rndis_filter.c to lower casesHaiyang Zhang5-72/+72
Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: hv: Convert camel cased variables in rndis_filter.c to lower casesHaiyang Zhang1-286/+296
Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: hv: Convert camel cased functions in netvsc.c to lower casesHaiyang Zhang3-87/+90
Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: hv: Convert camel cased variables in netvsc.c to lower casesHaiyang Zhang1-407/+445
Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13Staging: rt2860: Avoid extern in .c fileL. Alberto Giménez1-3/+0
rt28xx_close and rt28xx_open are already declared in a file included in rt_config.h, so there is no need to declare them again. Signed-off-by: L. Alberto Giménez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13Staging: rt2860: Clean spaces before tabsL. Alberto Giménez1-1/+1
Fix checkpatch complains Signed-off-by: L. Alberto Giménez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: comedi: add support for newer jr3 1-channel pci boardRuben Smits1-0/+7
add DEVICE_ID to table Signed-off-by: Ruben Smits <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13Staging: comedi: Fix coding style issues in ni_tiocmd.cXenofon Foukas1-38/+33
This patch fixes the following issues in ni_tiocmd.c: WARNING: braces {} are not necessary for any arm of this statement WARNING: braces {} are not necessary for single statement blocks WARNING: printk() should include KERN_ facility level WARNING: line over 80 characters __func__ should be used instead of gcc specific __FUNCTION__ ERROR: that open brace { should be on the previous line WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable Signed-off-by: Xenofon Foukas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-13staging: ft1000: Always extract device number from netdev name.Marek Belisko1-13/+1
Using gCardIndex as global variable was not correctly used because for every plugged device was set to 0 in init_ft1000_netdev. Remove global definition. Use it locally and for every plugged device extract number from net device name. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-10Staging: iio: fix up world writable sysfs files.Greg Kroah-Hartman2-15/+15
You should not be able to write to sysfs files from any user. Cc: Graf Yang <[email protected]> Cc: Michael Hennerich <[email protected]> Cc: Jonathan Cameron <[email protected]> Cc: Mike Frysinger <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-10Staging: ft1000: fix world writable debugfs fileGreg Kroah-Hartman1-1/+1
You should not be able to write to a debugfs file from any user. Cc: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-10Staging: cxt1e1: rename global log_level variableGreg Kroah-Hartman7-69/+69
The driver should not have such a generic global variable name. Reported-by: Zimny Lech <[email protected]> Cc: Bob Beers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-10staging: sep: fix comments in sep_get_static_pool_addr_handlerMark Allyn1-3/+1
Original comments were inaccurate Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-10Staging: rtl8192u: add missing curly bracesDan Carpenter1-1/+2
The if condition was ignored in the original code and we just used the default channel. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: comedi: Fix coding style issues in drivers.cXenofon Foukas1-11/+15
This patch fixes line over 80 characters warning issues found in file drivers.c Signed-off-by: Xenofon Foukas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: eliminate kernel crash due to null parameter in dma_alloc_coherentMark Allyn1-1/+1
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: ensure that caller id buffer is little endianMark Allyn2-0/+11
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: reduce 64 and 32 bit compile warningsMark Allyn1-61/+40
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: limit time to wait for reconfig shared area completeMark Allyn2-1/+10
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: remove completed items in TODOMark Allyn1-7/+0
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: remove code for Moorestown deviceMark Allyn2-91/+20
The Moorestown (older device) will be added to driver later. Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: initialize driver copy of send and receive count with deviceMark Allyn1-0/+5
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: clean up error checking in probe functionMark Allyn1-8/+15
Add pci_disable Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: sram_addr is 32 bit; this is not a kernel address, but device ↵Mark Allyn1-1/+1
internal value This does not have to be 64 bits wide Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: remove spaces at end of linesMark Allyn1-7/+7
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09Staging: sep: remove virtual address being passed to user space applicationMark Allyn2-31/+6
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Add file header to ft1000_proc.cMarek Belisko1-0/+21
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Remove dead code.Marek Belisko1-4/+0
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-12-09staging: ft1000: Fix coding style.Marek Belisko1-6/+2
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>