summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Staging: comedi: make comedi_alloc_board_minor local to comedi coreGreg Kroah-Hartman2010-05-114-5/+6
| | | | | | | | | | No one outside of the comedi core calls this function, so create an internal.h file to put the prototype in, and don't export it to the world. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: make comedi_set_subdevice_runflags() staticGreg Kroah-Hartman2010-05-112-14/+11Star
| | | | | | | | | No one calls this anymore, except the core comedi code, so mark it static and don't export it. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: kcomedilib: make it typesafeGreg Kroah-Hartman2010-05-113-23/+22Star
| | | | | | | | | | | | If we really are passing in a struct comedi_device, then say we are, don't mess around with void pointers for no reason. This also fixes up the comedi_bond.c driver, which is the only user of the kcomedilib code. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: kcomedilib: simplify comedi_do_insn()Greg Kroah-Hartman2010-05-111-112/+38Star
| | | | | | | | | | | | Now that we know we are only making 2 different types of instructions, only handle those two types. Also make the call a bit more typesafe by passing the correct pointer type. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: kcomedilib: comedi_do_insn is now staticGreg Kroah-Hartman2010-05-112-4/+1Star
| | | | | | | | | No one else calls this function, so mark it static. Now we can strip out the unneeded functionality in here as well. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: kcomedilib: delete dio.c and get.cGreg Kroah-Hartman2010-05-114-123/+64Star
| | | | | | | | | | Merge these two files into kcomedilib_main.c as they are tiny. This will also let us get rid of another global symbol in the future. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: kcomedilib: kcomedilib_main.c: remove unused functionsGreg Kroah-Hartman2010-05-111-354/+0Star
| | | | | | | | | Remove the unused functions from the kcomedilib_main.c file as they are not needed. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: kcomedilib: dio.c: remove unused functionsGreg Kroah-Hartman2010-05-111-30/+0Star
| | | | | | | | | Remove the unused functions from the dio.c file as they are not needed. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: cxt1e1: fix cxt1e1 module namesJoe Perches2010-05-117-51/+58
| | | | | | | | | | | | On Mon, 2010-05-03 at 10:09 -0700, Randy Dunlap wrote: > Lots of cxt1e1 source code uses THIS_MODULE->name, which won't build > when CONFIG_MODULES is not enabled, so use KBUILD_MODNAME instead. Perhaps a conversion to pr_<level> is better? Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: Fix all checkpatch.pl issues in dt2811.cIain Churcher2010-05-111-115/+76Star
| | | | | | | Patch resolves all checkpatch.pl isues in dt2811.c Signed-off-by: Iain Churcher <iain.linux.coding@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: Adjusted some long line lengths in drivers.cMark Rankilor2010-05-111-3/+5
| | | | | | | | This patch fixes some long line lengths in drivers.c that checkpatch.pl was complaining about Signed-off-by: Mark Rankilor <reodge@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: Moved some EXPORT_SYMBOL() macrosMark Rankilor2010-05-111-5/+5
| | | | | | | | This is a patch to range.c that rearranges some EXPORT_SYMBOL() macros to please checkpatch.pl Signed-off-by: Mark Rankilor <reodge@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: Fix Checkpatch.pl issues in mpc624.cIain Churcher2010-05-111-81/+104
| | | | | | | This patch resolves all checkpatch.pl issues in the mpc624.c file Signed-off-by: Iain Churcher <iain.linux.coding@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: crystalhd: remove unused #include <linux/version.h>Charles Clément2010-05-111-1/+0Star
| | | | | Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: crystalhd: Cleanup all WIN* referencesCharles Clément2010-05-113-26/+2Star
| | | | | Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: adis16255: Fix compile errorJavier Martinez Canillas2010-05-111-1/+1
| | | | | | | | | This patch solves a compilation error in today linux-next tree. The adis16255 staging driver Makefile seems to be wrong. I think this patch solves the issue. Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: winbond: Renamed README to TODO and corrected Pavel's mailLars Lindley2010-05-111-1/+1
| | | | | | Signed-off-by: Lars Lindley <lindley@coyote.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vt6656: code cleanup, fixed comments style at the end of headersAndres More2010-05-1138-106/+38Star
| | | | | Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vt6656: removed VOID/PVOID definitionsAndres More2010-05-1145-427/+409Star
| | | | | | | Warnings about the usage of externs in .c files were not resolved here. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: clean up kcomedilib/get.cGreg Kroah-Hartman2010-05-111-242/+0Star
| | | | | | | | | Remove all of the unused functions, leaving only those that are actually called by in-kernel code. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: delete kcomedilib/data.cGreg Kroah-Hartman2010-05-112-93/+0Star
| | | | | | | | No one is using any of these functions, so remove the file entirely. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: remove unused functions from comedilib.hGreg Kroah-Hartman2010-05-111-72/+2Star
| | | | | | | | | | Remove the functions that are not used from this file. Now it will be easier to determine what code can be removed from kcomedilib by using sparse. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: move an include file out of comedlib.hGreg Kroah-Hartman2010-05-112-2/+1Star
| | | | | | | | The one .c file that needs it can properly include it. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: clean up comedilib.hGreg Kroah-Hartman2010-05-111-82/+0Star
| | | | | | | | Remove a whole #ifdef section that is not needed anymore. Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: kcomedilib: remove ksyms.c fileGreg Kroah-Hartman2010-05-115-158/+16Star
| | | | | | | | | | Move only the exports that we actually use into the individual files, and delete the ksyms.c file entirely. This will make it easier to start cleaning up kcomedilib (i.e. delete most of it.) Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: remove comedi_ksyms.cGreg Kroah-Hartman2010-05-113-33/+4Star
| | | | | | | | Move the 4 remaining exports to their function location and then remove the comedi_ksyms.c file, as it's no longer needed. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: rename check_chanlist to comedi_check_chanlistGreg Kroah-Hartman2010-05-115-9/+8Star
| | | | | | | It's a global function, so properly name it and move the export to where the function is located at. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: more EXPORT_SYMBOL movementGreg Kroah-Hartman2010-05-112-6/+6
| | | | | | | | Move the exports for the variables that are in range.c into the file itself. These variables should be prefixed with comedi_ but that's for a different patch... Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: more EXPORT_SYMBOL movementGreg Kroah-Hartman2010-05-112-10/+8Star
| | | | | | | This moves the markings to the comedi_fops.c file, where they belong. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: move a bunch of EXPORT_SYMBOL linesGreg Kroah-Hartman2010-05-112-13/+12Star
| | | | | | | | Move the ones that are needed to be in drivers.c into the file. This is with the goal of deleting the comedi_ksyms.c file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: comedi_ksysms: remove commented out symbolsGreg Kroah-Hartman2010-05-111-5/+0Star
| | | | | | These aren't needed, they are commented out, so remove them. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: batman-adv: Fixing wrap-around bug in visLinus Lüssing2010-05-111-1/+17
| | | | | | | | | | | | | | | When the seqno for a vis packet had a wrap around from i.e. 255 to 0, add_packet() would falsely claim the older packet with the seqno 255 as newer as the one with the seqno of 0 and would therefore ignore the new packet. This happens with all following vis packets until the old vis packet expires after 180 seconds timeout. This patch fixes this issue and gets rid of these highly undesired 3min. breaks for the vis-server. Signed-off-by: Linus Lüssing <linus.luessing@web.de> Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: batman-adv: Fix VIS output bug for secondary interfacesLinus Lüssing2010-05-113-34/+49
| | | | | | | | | | | | TQ and HNA records for originators on secondary interfaces were wrongly being included on the primary interface. Ensure we output a line for each source interface on every node, so we correctly separate primary and secondary interface records. Signed-off-by: Linus Lüssing <linus.luessing@web.de> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: batman-adv: don't have interrupts disabled while sending.Andrew Lunn2010-05-112-58/+137
| | | | | | | | | | | | | | | | | | send_vis_packets() would disable interrupts before calling dev_queue_xmit() which resulting in a backtrace in local_bh_enable(). Fix this by using kref on the vis_info object so that we can call send_vis_packets() without holding vis_hash_lock. vis_hash_lock also used to protect recv_list, so we now need a new lock to protect that instead of vis_hash_lock. Also a few checkpatch cleanups. Reported-by: Linus Lüssing <linus.luessing@web.de> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: dt3155v4l: add driver to the buildGreg Kroah-Hartman2010-05-111-0/+1
| | | | | | | | The last patch forgot to add the driver to the Makefile, so it would not end up getting built. This resolves that issue. Cc: Marin Mitov <mitov@issp.bas.bg> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: Yet another (third) dt3155 driver PCI/video4linux compliantMarin Mitov2010-05-117-0/+2135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kernel module (device driver) for dt3155 frame grabber video4linux2 compliant (finally). Works with "xawtv -f". ====================================================== This driver is written (almost) from scratch, using the allocator developed for dt3155pci see bellow). The driver uses videobuf-dma-contig interface modified to use the above mentioned allocator instead of dma_alloc_coheren(). The first thing to do was to design a new allocator based on allocating a configurable number of 4MB chunks of memory, that latter are broken into frame buffers of 768x576 bytes kept in different FIFOs (queues). As far as the driver autoloads as a kernel module during kernel boot, the allocation of 4MB chunks succeeds. The driver keeps three FIFOs: one for 4MB chunks, one for free buffers (available for allocations) and one for buffers already allocated. Allocation/deallocation is done automatically though the video4linux videobuf subsystem (some pointers to functions are replaced by driver supplied functions). Sure, there are problems: 1. The device tested to work with "xawtv -f" either via read() method (DT3155_STREAMING not selected), or via mmap() method (DT3155_STREAMING is selected) only. This coresponds to either cap->capabilities = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_READWRITE; or cap->capabilities = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_STREAMING; but not when cap->capabilities = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_STREAMING | V4L2_CAP_READWRITE; This is because xawtv calls poll() before starting streaming, but videobuf_poll_stream() automatically starts reading if streaming is not started. This selection is made during kernel configuration (for now). 2. Works for CCIR, but should work for RS-170 (not tested) This is made also during kernel configuration. 3. Could work for multiple dt3155 frame grabbers in a PC, (private data is allocated during PCI probe() method), but is not tested due to lack of a second board. 4. Not tested on a BIG ENDIAN architecture. 5. Many others you could find .... :-) All critics, comments, suggestions are wellcome. Signed-off-by: Marin Mitov <mitov@issp.bas.bg> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: remove another vendor idGreg Kroah-Hartman2010-05-113-3/+2Star
| | | | | | | This id was already in the drivers, so just use it there instead of in a common header file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: move another pci vendor idGreg Kroah-Hartman2010-05-114-3/+6
| | | | | | Move the vendor id to the drivers needing it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: move another pci device id to the driverGreg Kroah-Hartman2010-05-114-2/+6
| | | | | | Put a pci vendor id into the drivers that need them. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: move a pci vendor idGreg Kroah-Hartman2010-05-112-1/+1
| | | | | | | The vendor id should be in the driver that needs it, not in a common file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: remove some pci vendor idsGreg Kroah-Hartman2010-05-111-3/+0Star
| | | | | | These are never used, so remove them. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: use the standard NI pci device idGreg Kroah-Hartman2010-05-1110-117/+101Star
| | | | | | | | Don't redefine something that we already have in the core kernel. Also move to use PCI_DEVICE() macros to make things a bit simpler when changing the define. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix up remaining coding style issue in proc.cGreg Kroah-Hartman2010-05-112-2/+2
| | | | | | Move the external variable into a .h file, where it belongs. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: remove wrapper.hGreg Kroah-Hartman2010-05-112-38/+5Star
| | | | | | | Just make the bit call when it is needed, no need to wrap things up like this for no reason. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: remove local pci_ids.h fileGreg Kroah-Hartman2010-05-112-32/+2Star
| | | | | | | It's only being used for one vendor id, so move it into the driver that uses it and delete the file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix up coding issues in proc.cGreg Kroah-Hartman2010-05-111-4/+2Star
| | | | | | Fixes all but one. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix up coding style issues in range.cGreg Kroah-Hartman2010-05-111-12/+8Star
| | | | Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: remove unneeded ifdef in comedi_bond.cGreg Kroah-Hartman2010-05-111-2/+0Star
| | | | | | No need to check for MODULE_LICENSE, it's always there. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix coding style issues in comedidev.hGreg Kroah-Hartman2010-05-111-3/+3
| | | | | | | | This resolves some coding style issues in comedidev.h And yes, volatile here meant nothing, removing it is ok. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: comedi: fix up coding style issues in comedilib.hGreg Kroah-Hartman2010-05-111-4/+4
| | | | | | This resolves some issues with comedilib.h Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>