Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-16 | Staging: IIO: dds.h convenience macros | Michael Hennerich | 1 | -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-16 | Staging: IIO: Direct digital synthesis abi documentation | Michael Hennerich | 1 | -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-16 | staging: brcm80211: Convert ETHER_TYPE_802_1X to ETH_P_PAE | Joe Perches | 2 | -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-16 | staging: brcm80211: Remove unused ETHER_TYPE_<foo> #defines | Joe Perches | 1 | -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-16 | staging: brcm80211: Remove ETHER_HDR_LEN, use ETH_HLEN | Joe Perches | 2 | -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-16 | staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALEN | Joe Perches | 12 | -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-16 | staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addr | Joe Perches | 5 | -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-16 | staging: brcm80211: Remove unused ether_<foo> #defines and struct | Joe Perches | 1 | -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-16 | staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addr | Joe Perches | 6 | -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-16 | staging: brcm80211: Remove unused #defines ETHER_<foo>_LOCALADDR | Joe Perches | 1 | -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-16 | Staging: comedi: Fix checkpatch.pl issues in file s526.c | Xenofon Foukas | 1 | -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-16 | Staging: comedi: Fix coding style issues in ii_pci20kc.c | Xenofon Foukas | 1 | -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-16 | staging: ft1000: Fix kernel panic when use ioctl. | Marek Belisko | 1 | -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-16 | staging: ft1000: Fix camelcase variable names. | Marek Belisko | 1 | -102/+102 | |
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-16 | staging: ft1000: Rename ft1000_chdev.c to ft1000_debug.c. | Marek Belisko | 2 | -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-16 | staging: ft1000: Fix camelcase function names. | Marek Belisko | 3 | -6/+6 | |
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-16 | Staging: rt2860: Sanitize DBGPRINT_ERR macro | L. Alberto Giménez | 17 | -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-16 | Staging: rt2860: include KERN_* in printk | L. Alberto Giménez | 6 | -39/+45 | |
Fix checkpatch complains. Signed-off-by: L. Alberto Giménez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-13 | staging: hv: Convert camel cased struct fields in rndis.h to lower cases | Haiyang Zhang | 2 | -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-13 | staging: hv: Convert camel cased struct fields in netvsc.h to lower cases | Haiyang Zhang | 4 | -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-13 | staging: hv: Convert camel cased struct fields in netvsc_api.h to lower cases | Haiyang Zhang | 4 | -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-13 | staging: hv: Convert camel cased functions in rndis_filter.c to lower cases | Haiyang Zhang | 5 | -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-13 | staging: hv: Convert camel cased variables in rndis_filter.c to lower cases | Haiyang Zhang | 1 | -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-13 | staging: hv: Convert camel cased functions in netvsc.c to lower cases | Haiyang Zhang | 3 | -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-13 | staging: hv: Convert camel cased variables in netvsc.c to lower cases | Haiyang Zhang | 1 | -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-13 | Staging: rt2860: Avoid extern in .c file | L. Alberto Giménez | 1 | -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-13 | Staging: rt2860: Clean spaces before tabs | L. Alberto Giménez | 1 | -1/+1 | |
Fix checkpatch complains Signed-off-by: L. Alberto Giménez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-13 | staging: comedi: add support for newer jr3 1-channel pci board | Ruben Smits | 1 | -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-13 | Staging: comedi: Fix coding style issues in ni_tiocmd.c | Xenofon Foukas | 1 | -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-13 | staging: ft1000: Always extract device number from netdev name. | Marek Belisko | 1 | -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-10 | Staging: iio: fix up world writable sysfs files. | Greg Kroah-Hartman | 2 | -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-10 | Staging: ft1000: fix world writable debugfs file | Greg Kroah-Hartman | 1 | -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-10 | Staging: cxt1e1: rename global log_level variable | Greg Kroah-Hartman | 7 | -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-10 | staging: sep: fix comments in sep_get_static_pool_addr_handler | Mark Allyn | 1 | -3/+1 | |
Original comments were inaccurate Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-10 | Staging: rtl8192u: add missing curly braces | Dan Carpenter | 1 | -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-09 | Staging: comedi: Fix coding style issues in drivers.c | Xenofon Foukas | 1 | -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-09 | Staging: sep: eliminate kernel crash due to null parameter in dma_alloc_coherent | Mark Allyn | 1 | -1/+1 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: ensure that caller id buffer is little endian | Mark Allyn | 2 | -0/+11 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: reduce 64 and 32 bit compile warnings | Mark Allyn | 1 | -61/+40 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: limit time to wait for reconfig shared area complete | Mark Allyn | 2 | -1/+10 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: remove completed items in TODO | Mark Allyn | 1 | -7/+0 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: remove code for Moorestown device | Mark Allyn | 2 | -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-09 | Staging: sep: initialize driver copy of send and receive count with device | Mark Allyn | 1 | -0/+5 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: clean up error checking in probe function | Mark Allyn | 1 | -8/+15 | |
Add pci_disable Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: sram_addr is 32 bit; this is not a kernel address, but device ↵ | Mark Allyn | 1 | -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-09 | Staging: sep: remove spaces at end of lines | Mark Allyn | 1 | -7/+7 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | Staging: sep: remove virtual address being passed to user space application | Mark Allyn | 2 | -31/+6 | |
Signed-off-by: Mark Allyn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | staging: ft1000: Add file header to ft1000_proc.c | Marek Belisko | 1 | -0/+21 | |
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | staging: ft1000: Remove dead code. | Marek Belisko | 1 | -4/+0 | |
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2010-12-09 | staging: ft1000: Fix coding style. | Marek Belisko | 1 | -6/+2 | |
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> |