summaryrefslogtreecommitdiffstats
path: root/drivers/staging/frontier
Commit message (Collapse)AuthorAgeFilesLines
* staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-09-042-2/+2
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: frontier: switch semaphores to mutexesEli Lindsey2010-05-112-28/+28
| | | | | | | | This patch changes the use of semaphores in alphatrack.c and tranzport.c to mutexes at the suggestion of checkpatch.pl Signed-off-by: Eli Lindsey <eli@siliconsprawl.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: frontier: switch to strict_strtoul in tranzport.cEli Lindsey2010-05-111-1/+3
| | | | | | | | This is a patch to tranzport.c that changes a use of simple_strtoul to strict_strtoul at the suggestion of checkpatch.pl Signed-off-by: Eli Lindsey <eli@siliconsprawl.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: frontier: Fix coding style issues in 2 files.Michael Tate2010-05-112-5/+5
| | | | | | | | | This patch removes unecessary whitespace before quoted newlines in two files. One warning in each file remains unresolved. Signed-off-by: Michael Tate <michael.tate@wanadoo.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: make USB device id constantNémeth Márton2010-03-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The id_table field of the struct usb_device_id is constant in <linux/usb.h> so it is worth to make the initialization data also constant. The semantic match that finds this kind of pattern is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ disable decl_init,const_decl_init; identifier I1, I2, x; @@ struct I1 { ... const struct I2 *x; ... }; @s@ identifier r.I1, y; identifier r.x, E; @@ struct I1 y = { .x = E, }; @c@ identifier r.I2; identifier s.E; @@ const struct I2 E[] = ... ; @depends on !c@ identifier r.I2; identifier s.E; @@ + const struct I2 E[] = ...; // </smpl> Signed-off-by: Németh Márton <nm127@freemail.hu> Cc: Julia Lawall <julia@diku.dk> Cc: cocci@diku.dk Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: remove unused #include <linux/version.h>'sHuang Weiyi2009-06-192-2/+0
| | | | | | | | Remove unused #include <linux/version.h>'s. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: frontier: Remove unused components of the alphatrack/tranzport ↵David Täht2009-04-033-220/+10
| | | | | | | | sysfs interface. Signed-off-by: David Täht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: frontier: Make checkpatch.pl happy with alphatrack.hDavid Täht2009-04-031-48/+32
| | | | | | Signed-off-by: David Täht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: frontier: Updated documentationDavid Täht2009-04-031-17/+36
| | | | | | Signed-off-by: David Täht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: frontier: removed now unused frontier_compat.h fileDavid Täht2009-04-031-63/+0
| | | | | | | Signed-off-by: David Täht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> index 00450e6..0000000
* Staging: frontier: Make checkpatch.pl much happier with alphatrack driverDavid Täht2009-04-031-168/+213
| | | | | | Signed-off-by: David Täht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: frontier: Make checkpatch.pl considerably happier with tranzport ↵David Täht2009-04-031-315/+414
| | | | | | | | driver. Signed-off-by: David Täht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2009-01-072-17/+17
| | | | | Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Staging: frontier: fix compiler warningsGreg Kroah-Hartman2009-01-063-60/+0
| | | | | | | Basically remove unused code and variables still hanging around. Cc: David Taht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: frontier: remove unused alphatrack_sysfs.c fileGreg Kroah-Hartman2009-01-062-303/+0
| | | | | | | The alphatrack_sysfs.c is unused, so remove it. Cc: David Taht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: add frontier tranzport and alphatrack driversDavid Taht2009-01-0610-0/+2522
Adds the tranzport and alphatrack drivers to the staging tree. Cc: David Taht <d@teklibre.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud