aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Staging: rtl8192e: remove unneeded ieee80211 filesGreg Kroah-Hartman2009-09-1518-2248/+0
| | | | | | | | | | | | | | | | | | These files are not even built or used, so just remove them. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: coding style cleanups on r819xE_firmware.cGreg Kroah-Hartman2009-09-151-169/+160
| | | | | | | | | | | | | | | | | | | | | | | | This cleans up everything but a few 80 column issues in the r819xE_firmware.c file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: remove another firmware header file not being usedGreg Kroah-Hartman2009-09-153-2865/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The built-in firmware images are never used, the firmware files are downloaded to the device through the standard firmware interface. This removes the firmware header file as it's not ever used. It also removes a .h file as it is not needed. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: remove firmware header file not being usedGreg Kroah-Hartman2009-09-152-3665/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the r819xP firmware file that is never used. The size of the built code after this patch is identical to before it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: remove kernel version checksGreg Kroah-Hartman2009-09-158-502/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This removes a lot of code that is never built in to the driver. The size of the built code after this patch is identical to before it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: remove #if 0 sectionsGreg Kroah-Hartman2009-09-155-685/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This removes a lot of code that is never built in to the driver. The size of the built code after this patch is identical to before it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: compile fixesJeff Mahoney2009-09-152-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | This patch removes -fhard-float and the software float helpers. In-kernel floating point is not allowed. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: remove unused functionsGreg Kroah-Hartman2009-09-153-425/+0
| | | | | | | | | | | | | | | | | | | | | This removes a number of unused functions. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rtl8192e: fix lots of sparse warningsGreg Kroah-Hartman2009-09-159-171/+145
| | | | | | | | | | | | | | | | | | | | | | | | This removes a number of static and extern warnings that sparse complains about. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: add Realtek 8192 PCI wireless driverGreg Kroah-Hartman2009-09-1566-0/+54785
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This wireless driver should work for the Realtek 8192 PCI devices. It comes directly from Realtek and has been tested to work on at least one laptop in the wild. Cc: Anthony Wong <awong1@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: pohmelfs: sync with the development treeEvgeniy Polyakov2009-09-157-28/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cache coherency protocol fix * proper timeout handling * implement dump/del all config group command (Signed-off-by: Pierpaolo Giacomin <yrz@anche.no>) Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: agnx: remove flush_workqueue()Alexander Beregalov2009-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mac80211 already does flush_workqueue() at stop/start and suspend\resume. (fix build error) Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: comedi: apci3200: fix test of ui_DelayTime range in ↵Roel Kluin2009-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i_APCI3200_CommandTestAnalogInput() For ui_DelayTime to be less than 1 and greater than 1023 is logically impossible. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: rspiusb: Check usb_buffer_map_sg() retvalRoel Kluin2009-09-151-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | usb_buffer_map_sg() may return -1, check this directly. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Reviewed-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: panel: Add support for TI CLCD interfaceSudhakar Rajashekhara2009-09-151-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On TI DA850/OMAP-L138 EVM, HD44780 (24x2) LCD panel is being used[1], but it is interfaced through the SoC specific LCD interface and not through parallel port. A parallel port driver has been developed which interfaces to the panel driver through the SoC specific LCD interface. Basically, both the serial and parallel interfaces supported by the panel driver do not suit the specific interface SoC is supporting so, a new interface type has been introduced. Ideally the panel driver should be de-coupled from parallel and serial port related items but this patch is something that can be merged in the meantime. [1]Specification of the character LCD interface on TI DA850/OMAP-L138: http://www.ti.com/litv/pdf/sprufm0a. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill off the TXDMA CSR typeAlan Cox2009-09-152-36/+17
| | | | | | | | | | | | | | | | | | | | | Go to a u32 and masks Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill off the TXDMA error typeAlan Cox2009-09-152-31/+10
| | | | | | | | | | | | | | | | | | | | | This isn't actually used properly anyway Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: re-order the initpci code to match usual Linux styleAlan Cox2009-09-151-93/+84
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: prune all the debug codeAlan Cox2009-09-1513-1721/+117
| | | | | | | | | | | | | | | | | | | | | | | | We don't need it, we have a perfectly good set of debug tools. For this pass keep a few debug printks around which are "should not happen" items Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill the loopback typeAlan Cox2009-09-152-19/+7
| | | | | | | | | | | | | | | | | | | | | Kill off the loopback type in the driver Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill MSI typeAlan Cox2009-09-152-40/+26
| | | | | | | | | | | | | | | | | | | | | Kill off the MSI structure Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: put the jagcore routines in with their usersAlan Cox2009-09-155-263/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | We have two trivial IRQ routines, a single statement and a real function - relocate them. While we are at it kill the trivial to sort out soft reset and slv bits in the same areas of code. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill the interrupt magic define and typesAlan Cox2009-09-154-108/+80
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: clean up MP_FLAG macrosAlan Cox2009-09-158-39/+24
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: clean up DMA10/DMA4 typesAlan Cox2009-09-156-201/+120
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: clean up PM_CSR_tAlan Cox2009-09-155-74/+43
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill the Q_ADDR structAlan Cox2009-09-153-63/+30
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: quick tidy of the debug codeAlan Cox2009-09-151-47/+38
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: clean up MMC_SRAM_Alan Cox2009-09-152-33/+13
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: sort out the mmc enable routineAlan Cox2009-09-152-38/+10
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: eeprom remove featuresAlan Cox2009-09-153-36/+7
| | | | | | | | | | | | | | | | | | | | | We only read eeprom id 0, in byte mode - so the rest can go away Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: remove unused PCI identifiersAlan Cox2009-09-153-63/+0
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: continue pruning unused fieldsAlan Cox2009-09-153-24/+1
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: de-hungarianise a bitAlan Cox2009-09-158-393/+377
| | | | | | | | | | | | | | | | | | | | | bOverrideAddress is write only so kill it rather than fix it Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: fold the diet config into the other codeAlan Cox2009-09-153-184/+86
| | | | | | | | | | | | | | | | | | | | | No point having a file just for that Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: config is already zeroedAlan Cox2009-09-151-57/+18
| | | | | | | | | | | | | | | | | | | | | | | | Adapter was cleared by netdev allocation so any zero defaults do not need writing. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: attack the config stuffAlan Cox2009-09-153-96/+23
| | | | | | | | | | | | | | | | | | | | | Prune this back as most of it isn't relevant or used Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: clean up constant rx/tx registry fieldsAlan Cox2009-09-156-43/+19
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: eliminate write only registry fieldsAlan Cox2009-09-152-8/+0
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: Eliminate RegistryDMA CacheAlan Cox2009-09-153-3/+1
| | | | | | | | | | | | | | | | | | | | | One writer, of a constant, one user .. it can go. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: CSRAddress to regsAlan Cox2009-09-1511-72/+72
| | | | | | | | | | | | | | | | | | | | | Switch this to a Linux like naming as it occurs all over. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: Take a kref for the PCI pointer we cacheAlan Cox2009-09-151-1/+3
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill copied PCI fieldsAlan Cox2009-09-155-32/+8
| | | | | | | | | | | | | | | | | | | | | They are all in the pcidev anyway plus are not used by the code Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: MPSend macrosAlan Cox2009-09-152-9/+4
| | | | | | | | | | | | | | | | | | | | | Most are unused, one is used and can be replaced with the definition Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging et131x: kill refcountAlan Cox2009-09-153-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | The RefCount field is accessed only by a macro and the only use of it in the tree is to read it, so it can go Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: kill unused RCV_REF macrosAlan Cox2009-09-151-2/+0
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: power stateAlan Cox2009-09-154-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is assigned once to ndis d0, and then never changes so it is a constant and we can zap it Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et131x: spinlocksAlan Cox2009-09-156-69/+69
| | | | | | | | | | | | | | | | | | | | | | | | Switch to the more normal "flags" naming. Also fix up the nested use of spin_lock_irqsave Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: et1310: kill pAdapter in favour of a sane nameAlan Cox2009-09-1512-794/+794
| | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| * | Staging: pohmelfs: fix type errorsAlan Cox2009-09-152-3/+2
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alan Cox <alan@linux.intel.com> Cc: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>