DriverDev-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-12 02:54:04 to 2015-10-12 17:09:02 UTC [more...]

[PATCH 00/10] staging: comedi: some comedi_read() changes
 2015-10-12 17:09 UTC  (12+ messages)
` [PATCH 01/10] staging: comedi: remain busy until read end-of-file
` [PATCH 02/10] staging: comedi: don't consider "unmunged" data when becoming non-busy
` [PATCH 03/10] staging: comedi: do extra checks for becoming non-busy for "read"
` [PATCH 04/10] staging: comedi: make some variables unsigned in comedi_read()
` [PATCH 05/10] staging: comedi: avoid bad truncation of a size_t "
` [PATCH 06/10] staging: comedi: allow buffer wraparound "
` [PATCH 07/10] staging: comedi: remove superfluous retval = 0 "
` [PATCH 08/10] staging: comedi: return error on "read" if no command set up
` [PATCH 09/10] staging: comedi: simplify returned errors for comedi_read()
` [PATCH 10/10] staging: comedi: check for more errors for zero-length read

[PATCH 0/2] staging: comedi: comedidev.h: fix some checkpatch issues
 2015-10-12 17:03 UTC  (3+ messages)
` [PATCH 1/2] staging: comedi: comedidev.h: add comments to spin-lock and mutex
` [PATCH 2/2] staging: comedi: comedidev.h: spaces preferred around that '*'

[PATCH] staging: dgnc: simplify a trivial if-return sequence
 2015-10-10 23:06 UTC 

[PATCH 0/6] staging: comedi: fix some minor issues with file poll op
 2015-10-09 17:27 UTC  (9+ messages)
` [PATCH 1/6] staging: comedi: don't poll_wait on same subdevice twice
` [PATCH 2/6] staging: comedi: rename comedi_buf_write_n_available
` [PATCH 3/6] staging: comedi: add new comedi_buf_write_n_available()
` [PATCH 4/6] staging: comedi: don't allocate buffer space when polling for write
` [PATCH 5/6] staging: comedi: check command started by file being polled
` [PATCH 6/6] staging: comedi: don't use mutex when polling file

[PATCH V2] staging: dgnc: Remove dgnc_ports_state_show
 2015-10-09  8:55 UTC  (2+ messages)

[PATCH V2] staging: dgnc: Remove dgnc_ports_state_show
 2015-10-08  7:22 UTC  (2+ messages)

[PATCH] staging: dgap: remove unused configuration
 2015-10-05 10:13 UTC  (3+ messages)

[PATCH RESEND 0/6] staging: dgnc: checkpatch cleanups
 2015-10-04 14:20 UTC  (7+ messages)
` [PATCH RESEND 1/6] staging: dgnc: remove multiple blank lines
` [PATCH RESEND 2/6] staging: dgnc: remove blankline before brace
` [PATCH RESEND 3/6] staging: dgnc: remove blankline after brace
` [PATCH RESEND 4/6] staging: dgnc: remove space after cast
` [PATCH RESEND 5/6] staging: dgnc: alignment style
` [PATCH RESEND 6/6] staging: dgnc: remove parenthesis

[PATCH] staging: dgnc: Remove unnecessary checks
 2015-10-04 12:10 UTC  (3+ messages)
` [PATCH] [dgnc] Remove dgnc_ports_state_show

[PATCH 00/11] staging: unisys: rename visorhid, additional fixes
 2015-10-04  8:51 UTC  (13+ messages)
` [PATCH 01/11] staging: unisys: visorhid: rename to visorinput
` [PATCH 02/11] staging: unisys: visorinput: subsume .h files directly into visorinput.c
` [PATCH 03/11] staging: unisys: visorinput: re-order declarations for consistency
` [PATCH 04/11] staging: unisys: visorinput: add INPUT to dependent driver list
` [PATCH 05/11] staging: unisys: visorinput: make structs & arrays const where possible
` [PATCH 06/11] staging: unisys: visorinput: correct code comments per kernel conventions
` [PATCH 07/11] staging: unisys: visorinput: comment tweaks - s/gizmo/input node/g
` [PATCH 08/11] staging: unisys: visorinput: change input bus type to BUS_VIRTUAL (6)
` [PATCH 09/11] staging: unisys: visorinput: register & use input_dev open() and close()
` [PATCH 10/11] staging: unisys: visorinput: remove extraneous mouse logic
` [PATCH 11/11] staging: unisys: visorinput: remove extraneous do_key function

[PATCH 01/11] staging: dgnc: remove unused variables
 2015-10-04  8:31 UTC  (12+ messages)
` [PATCH 02/11] staging: dgnc: remove multiple blank lines
` [PATCH 03/11] staging: dgnc: remove blankline before brace
` [PATCH 04/11] staging: dgnc: remove blankline after brace
` [PATCH 05/11] staging: dgnc: remove space after cast
` [PATCH 06/11] staging: dgnc: change style of NULL comparison
` [PATCH 07/11] staging: dgnc: alignment style
` [PATCH 08/11] staging: dgnc: remove NULL test
` [PATCH 09/11] staging: dgnc: remove parenthesis
` [PATCH 10/11] staging: dgnc: remove initialization of global
` [PATCH 11/11] staging: dgnc: remove dgnc_init_globals function

[PATCH V5] staging: dgnc: take a lock when storing value in dgnc_poll_tick
 2015-10-04  1:49 UTC 

[PATCH] Add driver for Bosto 14WA graphics tablet
 2015-10-03 11:18 UTC  (2+ messages)

[PATCH] Add driver for Bosto 14WA graphics tablet
 2015-10-03 11:12 UTC 

Bosto 14WA graphics tablet driver
 2015-10-03  6:37 UTC  (2+ messages)

Bosto 14WA graphics tablet driver
 2015-10-02 23:55 UTC 

[PATCH 00/13] visorhid fixes series
 2015-10-02 14:18 UTC  (17+ messages)
` [PATCH 01/13] staging: unisys: visorhid: correctly map keys with extended scancodes
` [PATCH 02/13] staging: unisys: visorhid: remove unnecessary include of serio.h
` [PATCH 03/13] staging: unisys: visorhid: rename to visorinput
` [PATCH 04/13] staging: unisys: visorinput: subsume .h files directly into visorinput.c
` [PATCH 05/13] staging: unisys: visorinput: re-order declarations for consistency
` [PATCH 06/13] staging: unisys: visorinput: add INPUT to dependent driver list
` [PATCH 07/13] staging: unisys: visorinput: make structs & arrays const where possible
` [PATCH 08/13] staging: unisys: visorinput: correct code comments per kernel conventions
` [PATCH 09/13] staging: unisys: visorinput: comment tweaks - s/gizmo/input node/g
` [PATCH 10/13] staging: unisys: visorinput: change input bus type to BUS_VIRTUAL (6)
` [PATCH 11/13] staging: unisys: visorinput: register & use input_dev open() and close()
` [PATCH 12/13] staging: unisys: visorinput: remove extraneous mouse logic
` [PATCH 13/13] staging: unisys: visorinput: remove extraneous do_key function

[PATCH 0/4] staging: unisys: visornic cleanup series
 2015-10-01 15:52 UTC  (5+ messages)
` [PATCH 1/4] staging: unisys: remove devdata->name use netdev->name
` [PATCH 2/4] staging: unisys: get rid of devnum pool and dev num
` [PATCH 3/4] staging: unisys: get rid of list of devices
` [PATCH 4/4] staging: unisys: correctly handle return value from queue_delayed_work()

[PATCH] staging: dgap: fix memory leak in dgap_parsefile()
 2015-10-01 15:16 UTC  (6+ messages)

[PATCH] staging: comedi: comedi_usb.c: improve function documentation
 2015-09-30 18:37 UTC  (2+ messages)

[PATCH] staging: comedi: comedi_pcmcia.c: improve function documentation
 2015-09-30 18:36 UTC  (2+ messages)

[PATCH] staging: comedi: comedi_pci.c: Fix kernel-doc Return tags
 2015-09-30 18:36 UTC  (2+ messages)

[PATCH 00/29] staging: most: update driver
 2015-09-29  1:17 UTC  (31+ messages)
` [PATCH 01/29] staging: most: change structure initialization
` [PATCH 02/29] staging: most: remove aim reset
` [PATCH 03/29] staging: most: fix race condition in AIM networking
` [PATCH 04/29] staging: most: remove shared IRQ request
` [PATCH 05/29] staging: most: fix USB babble on IN pipe
` [PATCH 06/29] staging: most: fix channel operation in multi-aim context
` [PATCH 07/29] staging: most: remove unnecessary field initialization
` [PATCH 08/29] staging: most: remove dead code
` [PATCH 09/29] staging: most: fix buffer synchronization request
` [PATCH 10/29] staging: most: remove macro cpu_to_le16
` [PATCH 11/29] staging: most: fix buffer size for DIM2
` [PATCH 12/29] staging: most: fix MAC address representation
` [PATCH 13/29] staging: most: simplify code
` [PATCH 14/29] staging: most: prevent DMA on stack
` [PATCH 15/29] staging: most: consolidate code
` [PATCH 16/29] staging: most: add fair buffer distribution
` [PATCH 17/29] staging: most: refactor channel structure
` [PATCH 18/29] staging: most: add multi channel support to sound AIM
` [PATCH 19/29] staging: most: include vendor in audio card's shortname
` [PATCH 20/29] staging: most: make hardware parameters channel exclusive
` [PATCH 21/29] staging: most: squash AIM sound
` [PATCH 22/29] staging: most: purge unecessary variable
` [PATCH 23/29] staging: most: add missing channel initialization
` [PATCH 24/29] staging: most: rename function
` [PATCH 25/29] staging: most: move initialization code
` [PATCH 26/29] staging: most: fix style problems
` [PATCH 27/29] staging: most: remove audio resolution format check
` [PATCH 28/29] staging: most: add poll syscall to AIM cdev
` [PATCH 29/29] staging: most: fix pcm_write input/output error

[PATCH V4] staging: dgnc: take lock when storing value in dgnc_poll_tick
 2015-09-25 10:24 UTC  (2+ messages)

[PATCH v3] staging: dgnc: take lock when storing value in dgnc_poll_tick
 2015-09-25  4:58 UTC  (7+ messages)
  ` [PATCH v3 0/1] "
    ` [PATCH v3 1/1] "
      ` [PATCH v3 1/1] staging: dgnc: take lock when storing value in dgnc_po ll_tick

[PATCH v5] staging: unisys: Add s-Par visorhba
 2015-09-24 15:00 UTC 

[PATCH] staging: comedi: comedi_pci.c: improve function documentation
 2015-09-23 20:43 UTC  (2+ messages)

[PATCH v4] staging: unisys: Add s-Par visorhba
 2015-09-23 17:59 UTC  (3+ messages)

[PATCH] staging: comedi: comedi_fops.c: Tweak kernel-doc for consistency
 2015-09-23 17:14 UTC  (2+ messages)

[PATCH 1/2] staging: dgap: fix possible NULL dereference
 2015-09-22 18:45 UTC  (4+ messages)
` [PATCH 2/2] staging: dgap: remove unused variable

[PATCH 0/2] staging: comedi: comedi_buf.c: Documentation changes
 2015-09-22 17:59 UTC  (4+ messages)
` [PATCH 1/2] staging: comedi: comedi_buf.c: tweak existing kernel-doc
` [PATCH 2/2] staging: comedi: comedi_buf.c: document remaining exported functions

[PATCH 00/11] staging: comedi: comedidev.h: Documentation changes
 2015-09-22 17:59 UTC  (13+ messages)
` [PATCH 01/11] staging: comedi: comedidev.h: reformat copyright comment
` [PATCH 02/11] staging: comedi: comedidev.h: use enum for COMEDI_CB_... constants
` [PATCH 03/11] staging: comedi: comedidev.h: tweak kernel-doc for struct comedi_async
` [PATCH 04/11] staging: comedi: comedidev.h: document struct comedi_driver
` [PATCH 05/11] staging: comedi: comedidev.h: document struct comedi_device
` [PATCH 06/11] staging: comedi: comedidev.h: document struct comedi_subdevice
` [PATCH 07/11] staging: comedi: comedidev.h: document struct comedi_buf_map
` [PATCH 08/11] staging: comedi: comedidev.h: document struct comedi_lrange
` [PATCH 09/11] staging: comedi: comedidev.h: tweak struct comedi_async documentation
` [PATCH 10/11] staging: comedi: comedidev.h: tweak docs for inline functions
` [PATCH 11/11] staging: comedi: comedidev.h: document remaining "

[PATCH 1/2] staging: dgnc: take lock when accessing to dgnc_poll_tick
 2015-09-22 12:20 UTC  (6+ messages)

[PATCH 1/2] staging: dgnc: take lock when accessing to dgnc_poll_tick
 2015-09-22 11:02 UTC 

[PATCH 1/2] staging: dgnc: take lock when accessing to dgnc_poll_tick
 2015-09-22 10:20 UTC  (2+ messages)

[PATCH] staging: dgap: fix returned errno code in dgap_parsefile()
 2015-09-22  6:52 UTC  (4+ messages)

[PATCH] Staging: dgnc: Simplify a trivial if-return sequence\n From: Parshuram Thombare <pthombre@visteon.com>
 2015-09-21 21:00 UTC  (2+ messages)

[PATCH v3] staging: unisys: Add s-Par visorhba
 2015-09-21  1:52 UTC  (2+ messages)

[PATCH] staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflags
 2015-09-18 14:46 UTC 

[PATCH 0/3] staging: comedi: drivers.c: tidy up and document
 2015-09-17 16:19 UTC  (4+ messages)
` [PATCH 1/3] staging: comedi: drivers.c: remove irrelevant #includes
` [PATCH 2/3] staging: comedi: drivers.c: replace #include <linux/dma-mapping.h>
` [PATCH 3/3] staging: comedi: drivers.c: document exported functions

[PATCH] staging: most: Add dependency to HAS_IOMEM
 2015-09-16 15:33 UTC 

[PATCH] staging: dgap: Remove myself from the MAINTAINERS file
 2015-09-16 13:26 UTC  (5+ messages)

[PATCH] linux-firmware: Add firmware blobs for Digi International Acceleport Xr cards
 2015-09-14 20:59 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).