aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-14staging: brcm80211: remove unrefrenced malloced field[email protected]1-2/+0
from 'struct osl_info' structure Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: replace MFREE with kfree[email protected]28-145/+115
Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: remove unused NATIVE_{MALLOC,MFREE}[email protected]1-3/+0
Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]alloc[email protected]26-129/+74
Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: remove osl_malloced()/MALLOCED()[email protected]15-42/+16
because there are other means to track memory leaks in kernel Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: remove DHD_USE_STATIC_BUF[email protected]7-264/+1
The DHD_USE_STATIC_BUF cannot be enabled in the build configuration, remove it. Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14Staging: brcm80211: fix up compiler warnings I createdGreg Kroah-Hartman1-3/+3
I messed up on some of the uintptr conversions, this fixes them up properly. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: remove OSL_DELAY[email protected]20-143/+129
and use udelay and mdelay instead Signed-off-by: Mike Rapoport <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: brcmfmac: bug fix - scan result reportnohee ko1-5/+11
Scan result was reported with some duplicated information. Those were about SSID/ rate. With this patch, the duplication can be erased. Signed-off-by: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig()nohee ko4-14/+6
logic optimization : replace KILL_PROC with send_sig() Signed-off-by: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: brcm80211: Purge unused bcmwpa.[ch]Brett Rudley6-145/+4
Move two macros into wlc_mac80211.h and purge the rest. Signed-off-by: Brett Rudley <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: speakup: fix printk format warningRandy Dunlap1-1/+1
Fix printk format warning: drivers/staging/speakup/serialio.c:44: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int' Signed-off-by: Randy Dunlap <[email protected]> Cc: <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: octeon: Remove USB codeBernhard Walle2-48/+0
Remove functions and definitions that refer to USB since the driver doesn't support USB and it's not planned to add USB support to that driver. So the code is just dead code which can be removed. Cc: David Daney <[email protected]> Signed-off-by: Bernhard Walle <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: ft1000: Use specific error return value.Marek Belisko1-26/+4
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: ft1000: Get rid of using atoi.Marek Belisko1-23/+13
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: sst: Remove the aava bitsAlan Cox3-330/+146
We don't need these special cases any more. Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: sst: remove the kernel locking in ioctlVinod Koul1-6/+1
kernel locking in ioctl was introduced when ioctl function was moved from ioctl to unlocked ioctl This is no longer required hence removed Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: ft1000: remove dead code.Marek Belisko1-77/+2
was #ifdef so remove code which was under #else to make code more readable. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: ft1000: correct indentations for ft1000_usb.c file.Marek Belisko1-86/+79
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: ft1000: replace and remove c99 comments.Marek Belisko1-58/+9
Comments for probe, disconnect, init and exit functions removed completely (functions names are self explaining). Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: ft1000: lines over 80 characters corrected.Marek Belisko1-20/+43
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: ft1000: various checkpatch.pl fixes.Marek Belisko1-42/+29
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-14staging: iio: ad7476: fix !CONFIG_IIO_RING_BUFFER build issue reported by ↵Michael Hennerich2-3/+4
Randy Dunlap Fix function function decalration Enable CONFIG_IIO_RING_BUFFER for the ad7476 driver Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: brcm80211: bug fix- rmmod hang problemnohee ko4-8/+27
Bug fix - rmmod hang problem. Can keep both of kthread & down_interruptible. And in the meantime, can terminate the threads properly during rmmod process. Signed-off-by: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: remove sbpciregs_t typedefGreg Kroah-Hartman3-9/+8
don't use a typedef, use a 'struct'. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: util: remove unneeded use of uintptrGreg Kroah-Hartman1-3/+3
uintptr shouldn't be used when you are just casting to a pointer anyway, so remove it from these usages. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: sys: remove unneeded use of uintptrGreg Kroah-Hartman2-15/+12
uintptr shouldn't be used when you are just casting to a pointer anyway, so remove it from these usages. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: phy: remove unneeded use of uintptrGreg Kroah-Hartman1-4/+4
uintptr shouldn't be used when you are just casting to a pointer anyway, so remove it from these usages. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: include: remove unneeded use of uintptrGreg Kroah-Hartman2-5/+5
uintptr shouldn't be used when you are just casting to a pointer anyway, so remove it from these usages. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: bcmsdpcm: remove a bunch of unused macrosGreg Kroah-Hartman1-48/+0
These direct memory reading macros are not being used, so remove them. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman45-686/+682
use the kernel provided 'false' value instead, especially as we are using a 'bool' for these variables. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman47-654/+650
use the kernel provided 'true' value instead, especially as we are using a 'bool' for these variables. Cc: Brett Rudley <[email protected]> Cc: Henry Ptasinski <[email protected]> Cc: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: speakup: kobjects.c: style fixesWilliam Hubbs1-21/+26
clean upd this file based on reports from checkpatch.pl Signed-off-by: William Hubbs <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: speakup: keyhelp.c: style fixesWilliam Hubbs1-24/+26
Clean up this file based on reports from checkpatch.pl. Signed-off-by: William Hubbs <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: speakup: i18n.c: style fixesWilliam Hubbs1-8/+11
Clean up this file based on reports from checkpatch.pl. Signed-off-by: William Hubbs <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: speakup: devsynth.c: style fixesWilliam Hubbs1-2/+4
clean up this file based on reports from checkpatch.pl. Signed-off-by: William Hubbs <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: hv: Doubled ringbuffer size for Hyper-v network driverHank Janssen1-1/+1
Double the default network ringsize buffer for Hyper-V network driver. In very heavily loaded systems the there is a chance you run out of ringbuffer space and error out. Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: ft1000: get rid of typedef usage.Marek Belisko1-32/+10
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: ft1000: Remove unused/unnecessary comments.Marek Belisko1-42/+8
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: ft1000: Fix memory leak when polling fail.Marek Belisko1-1/+2
Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: ft1000-usb: Remove global flag DSP_loading.Marek Belisko3-18/+13
This patch remove global flag DSP_loading which was checked only on one place. Instead check return value for dsp_reload() function. Signed-off-by: Marek Belisko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: wlags49_h2: remove custom macros min() and max()Andy Shevchenko2-8/+1
Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: rt2860: remove custom min() and max()Andy Shevchenko4-8/+3
Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko9-76/+28
Since we have '%pM' modifier in the kernel's *printf() we don't need to convert address to the string beforehand. Signed-off-by: Andy Shevchenko <[email protected]> Cc: Nohee Ko <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: brcm80211: remove duplicated function, wf_channel2mhznohee ko1-17/+0
remove duplicated function, wf_channel2mhz Signed-off-by: Nohee Ko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: iio: adc: ad799x miscellaneous cleanupsMichael Hennerich2-25/+18
-Simplify by using iio_alloc_pollfunc helper function -Print in_scale in decimal format. -Simplify ring pointer dereferences Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: iio: adc: ad7476 more list review feedback by Jonathan CameronMichael Hennerich2-10/+6
Print in_scale in decimal format. Kconfig list the names of the parts in full, to ease seraching. Use st->spi in the call as it is only used the once. Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: iio: adc: ad7476 new SPI ADC driverMichael Hennerich5-0/+599
New driver handling: AD7475, AD7476, AD7477, AD7478, AD7466, AD7467, AD7468, AD7495 SPI micropower and high speed 12-/10-/8-Bit ADCs staging: iio: adc: ad7476 apply list review feedback by Jonathan Cameron Changes since last RFC post V1: Mainly list review feedback by Jonathan Cameron -Remove scan_attrs from chip info structure. -Remove name from chip info structure, use new spi_device_id instead. -Allow transfer buffers to live in their own cache lines, to avoid DMA/cache coherency issues. -Move scan el code into the ring buffer file. -Use helper function to alloc the pollfunc. -Use regulator framework and get vref_mv from the regulator in case not specified by pdata. -Devices with buit-in reference use vref from the chip info structure -Don't error on missing platform_data -Make vref_mv type unsigned short -Print in_scale "Vref / 2^(bits)" if fractional. Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: intel_sst: include delay.h to fix build errorRandy Dunlap1-0/+1
intel_sst_drv_interface.c uses msleep() so it needs to include delay.h: drivers/staging/intel_sst/intel_sst_drv_interface.c:88: error: implicit declaration of function 'msleep' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-10-12staging: brcm80211: remove BCMNMIATTACHFN() macro.Jason Cooper5-14/+8
Signed-off-by: Jason Cooper <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>