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

[PATCH 00/28] staging: most: bug-fixes and clean-up
 2015-11-18 12:43 UTC  (18+ messages)
` [PATCH 01/28] staging: most: remove unnecessary keep_mbo variable
` [PATCH 02/28] staging: most: rename variables
` [PATCH 03/28] staging: most: simplify expression
` [PATCH 04/28] staging: most: unify types
` [PATCH 05/28] staging: most: use min_t
` [PATCH 06/28] staging: most: fix mbo leak
` [PATCH 07/28] staging: most: fix tracking of MBO offset
` [PATCH 08/28] staging: most: use readl and writel functions
` [PATCH 09/28] staging: most: remove function destroy_most_c_obj
` [PATCH 10/28] staging: most: add missing call to ida_simple_remove
` [PATCH 11/28] staging: most: move call to disconnect_channel callback
` [PATCH 12/28] staging: most: move initialization of pointer
` [PATCH 13/28] staging: most: move mutex
` [PATCH 16/28] staging: most: remove reference counter
` [PATCH 17/28] staging: most: remove code to destroy channel
` [PATCH 19/28] staging: most: remove redundant call to wake_up_interruptible
` [PATCH 21/28] staging: most: fix retrieval of buffer availability

[PATCH v2 0/7] staging: unisys: visorinput fixes and enhancements
 2015-11-17 22:42 UTC  (16+ messages)
` [PATCH v2 1/7] staging: unisys: visorinput: use kref ref-counting for device data struct
` [PATCH v2 2/7] staging: unisys: visorinput: remove need for 'depends on FB'
` [PATCH v2 3/7] staging: unisys: visorinput: ensure proper locking wrt creation & ints
` [PATCH v2 4/7] staging: unisys: visorinput: respond to resolution changes on-the-fly
` [PATCH v2 5/7] staging: unisys: visorinput: sanity check resolution changes
` [PATCH v2 6/7] staging: unisys: visorinput: add useful dev_dbg() and dev_info() messages
` [PATCH v2 7/7] staging: unisys: visorinput: add INPUT to dependent driver list

[PATCH 00/14] staging: unisys: checkpatch cleanup series
 2015-11-17 22:25 UTC  (17+ messages)
` [PATCH 01/14] staging: unisys: iochannel fix block comments
` [PATCH 02/14] staging: unisys: iochannel.h remove redundant comments
` [PATCH 03/14] staging: unisys: iochannel fix spacing around operators
` [PATCH 04/14] staging: unisys: iochannel fix trailing */
` [PATCH 05/14] staging: unisys: visorbus.h fix block comment
` [PATCH 06/14] staging: unisys: vbushelper.h fix Block comment
` [PATCH 07/14] staging: unisys: Fix guestlinuxdebug.h comments
` [PATCH 08/14] staging: unisys: Fix visorchannel.c block comments
` [PATCH 09/14] staging: unisys: Fix vmcallerinterface.h "
` [PATCH 10/14] staging: unisys: Fix channel.h Block comments
` [PATCH 11/14] staging: unisys: Fix periodic_work.c parenthesis alignment
` [PATCH 12/14] staging: unisys: controlvmcompletionstatus.h fix block comments
` [PATCH 13/14] staging: unisys: fix vbuschannel.h comments
` [PATCH 14/14] staging: unisys: fix ultrainputreport.h block comment warnings

[PATCH 00/14] staging: unisys: add channel interrupt support
 2015-11-17 22:19 UTC  (17+ messages)
` [PATCH 01/14] staging: unisys: Change poll rate to 2 ms for work
` [PATCH 02/14] staging: unisys: set client state
` [PATCH 03/14] staging: unisys: visorhba: Convert visorhba to use visorbus channel interrupts
` [PATCH 04/14] staging: unisys: Convert visornic to use visorbus channel interrupt code
` [PATCH 05/14] staging: unisys: visorinput: use spinlock for channel_interrupt() locking
` [PATCH 06/14] staging: unisys: Only process up to budget amount of responses
` [PATCH 07/14] staging: unisys: Add support to update Features bits in channel queues
` [PATCH 08/14] staging: unisys: Add channel feature access functions
` [PATCH 09/14] staging: unisys: Re-enable interrupts after we have done the work
` [PATCH 10/14] staging: unisys: Capture data from device create to register interrupt
` [PATCH 11/14] staging: unisys: Don't go into POLLING mode in visornic_probe
` [PATCH 12/14] staging: unisys: Don't set polling mode in visorhba_probe
` [PATCH 13/14] staging: unisys: Remove semaphores around channel interrupts
` [PATCH 14/14] staging: unisys: Allow for unregistering of interrupts

[PATCH] Staging: dgnc: dgnc_neo.c: Coding Style issue (should be space before asterisk)
 2015-11-14 18:31 UTC 

[PATCH v3 1/5] Staging: dgnc: dgnc_neo.c: usleep_range is preferred over udelay
 2015-11-14 16:05 UTC  (6+ messages)
` [PATCH v3 2/5] Staging: dgnc: dgnc_neo.c: Logical continuations should be on the previous line
` [PATCH v3 3/5] Staging: dgnc: dgnc_neo.c: Spaces preferred around operators
` [PATCH v3 4/5] Staging: dgnc: dgnc_neo.c Braces {} should be used on all arms of this statement
` [PATCH v3 5/5] Staging: dgnc: dgnc_tty: Typo error dgnc_wmove comment

[PATCH v2 1/5] Staging: dgnc: dgnc_neo.c: usleep_range is preferred over udelay
 2015-11-14  6:43 UTC  (6+ messages)
` [PATCH v2 2/5] Staging: dgnc: dgnc_neo.c: Logical continuations should be on the previous line
` [PATCH v2 3/5] Staging: dgnc: dgnc_neo.c: Spaces preferred around operators
` [PATCH v2 4/5] Staging: dgnc: dgnc_neo.c Braces {} should be used on all arms of this statement
` [PATCH v2 5/5] Staging: dgnc: dgnc_tty: Typo error dgnc_wmove comment

[PATCH 1/2] Staging: dgnc: dgnc_neo.c: usleep_range is preferred over udelay
 2015-11-13 12:47 UTC  (3+ messages)
` [PATCH 2/2] Staging: dgnc: dgnc_neo.c: checkpatch cleanup

[PATCH 0/9] staging: unisys: visorinput fixes and enhancements
 2015-11-12 21:33 UTC  (25+ messages)
` [PATCH 1/9] staging: unisys: visorinput: address checkpatch alignment issues
` [PATCH 2/9] staging: unisys: visorinput: fix comment format
` [PATCH 3/9] staging: unisys: visorinput: use kref ref-counting for device data struct
` [PATCH 4/9] staging: unisys: visorinput: remove need for 'depends on FB'
` [PATCH 5/9] staging: unisys: visorinput: ensure proper locking wrt creation & ints
` [PATCH 6/9] staging: unisys: visorinput: respond to resolution changes on-the-fly
` [PATCH 7/9] staging: unisys: visorinput: sanity check resolution changes
` [PATCH 8/9] staging: unisys: visorinput: add useful dev_dbg() and dev_info() messages
` [PATCH 9/9] staging: unisys: visorinput: add INPUT to dependent driver list

[PATCH 1/2] staging: rtl8188eu: jiffies are unsigned long
 2015-11-02 10:39 UTC 

[PATCH 2/2] staging: rtl8188eu: add missing delay in polling loops
 2015-11-02 10:19 UTC  (3+ messages)

[PATCH 1/2] staging: rtl8188eu: jiffies are unsigned long
 2015-11-01 10:29 UTC 

[PATCH net-next] hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event
 2015-10-30 22:10 UTC  (10+ messages)

[PATCH 00/16] staging: comedi: comedi_test: enhancements
 2015-10-28 23:01 UTC  (18+ messages)
` [PATCH 01/16] staging: comedi: comedi_test: reformat multi-line comments
` [PATCH 02/16] staging: comedi: comedi_test: saturate fake waveform values
` [PATCH 03/16] staging: comedi: comedi_test: remove nano_per_micro
` [PATCH 04/16] staging: comedi: comedi_test: limit maximum convert_arg
` [PATCH 05/16] staging: comedi: comedi_test: support scan_begin_src == TRIG_FOLLOW
` [PATCH 06/16] staging: comedi: comedi_test: move modulo operations for waveform
` [PATCH 07/16] staging: comedi: comedi_test: use unsigned int for waveform timing
` [PATCH 08/16] staging: comedi: comedi_test: simplify time since last AI scan
` [PATCH 09/16] staging: comedi: comedi_test: rename members for AI commands
` [PATCH 10/16] staging: comedi: comedi_test: rename waveform members
` [PATCH 11/16] staging: comedi: comedi_test: make timer rate similar to scan rate
` [PATCH 12/16] staging: comedi: comedi_test: use unsigned short for loopback values
` [PATCH 13/16] staging: comedi: comedi_test: allow read-back of AO channels
` [PATCH 14/16] staging: comedi: comedi_test: handle partial scans in timer routine
` [PATCH 15/16] staging: comedi: comedi_test: rename waveform_ai_interrupt()
` [PATCH 16/16] staging: comedi: comedi_test: implement commands on AO subdevice

[PATCH 5/5] staging:lustre: Update license and copyright for kernel comm
 2015-10-28 22:45 UTC  (3+ messages)
` [lustre-devel] "

[PATCH] staging: most: hdm-dim2: use min_t()
 2015-10-28 14:49 UTC 

[PATCH] staging: most: remove exclusive wait_queue
 2015-10-28 14:14 UTC 

[PATCH] staging: most: fix possible overflow
 2015-10-25  2:07 UTC  (2+ messages)

[PATCH] staging: dgnc: Remove explicit NULL comparison
 2015-10-25  2:28 UTC  (2+ messages)

staging/rtl8723au should be removed
 2015-10-23 14:02 UTC  (3+ messages)

[PATCH] staging: comedi: fix extreme case of comedi_nsamples_left()
 2015-10-23  9:56 UTC 

[PATCH 00/13] staging: most: remove coding style violations
 2015-10-21 15:50 UTC  (14+ messages)
` [PATCH 01/13] staging: most: remove multiple blank lines
` [PATCH 02/13] staging: most: put spaces around operator
` [PATCH 03/13] staging: most: removed redundant code
` [PATCH 04/13] staging: most: remove multiple assignment
` [PATCH 05/13] staging: most: make alignment match open parenthesis
` [PATCH 06/13] staging: most: use braces on all arms of statement
` [PATCH 07/13] staging: most: use blank line after declarations
` [PATCH 08/13] staging: most: remove blank lines
` [PATCH 09/13] staging: most: remove unnecessary parentheses
` [PATCH 10/13] staging: most: fix logical operator position
` [PATCH 11/13] staging: most: use preferred kernel types
` [PATCH 12/13] staging: most: use preferred kzalloc parameters
` [PATCH 13/13] staging: most: remove comparison to NULL

lustre: TODO updated?
 2015-10-19 12:33 UTC  (3+ messages)

[PATCH 00/10] staging: most: fix checkpatch issues
 2015-10-15 20:45 UTC  (13+ messages)
` [PATCH 01/10] staging: most: correct coding style breaches
` [PATCH 02/10] staging: most: fix usage of false data type
` [PATCH 03/10] staging: most: fix style issue in aim-cdev/cdev.c
` [PATCH 04/10] staging: most: remove constants from comparisons
` [PATCH 05/10] staging: most: fix checkpatch issues of hdm i2c
` [PATCH 06/10] staging: most: make hdm-usb follow the coding style
` [PATCH 07/10] staging: most: fix misplaced constants in comparisons
` [PATCH 08/10] staging: most: replace memcpy by ether_addr_copy
` [PATCH 09/10] staging: most: change parameter description
` [PATCH 10/10] staging: most: fix line-over-80-characters violations

[Outreachy kernel] [PATCH] Staging: lustre: obd_support.h: Remove unused OBD_SLAB_FREE_RTN0
 2015-10-15 19:30 UTC 

[PATCH] staging: unisys: visorinput: no need to track open count
 2015-10-14 13:45 UTC 

[PATCH 0/9] staging: unisys: visorbus cleanup series
 2015-10-13 15:37 UTC  (13+ messages)
` [PATCH 1/9] staging: unisys: channel.h covert from pragma to __packed
` [PATCH 2/9] staging: unisys: channel.h Fix spacing around operands
` [PATCH 3/9] staging: unisys: visorchannel.c fix spacing around cast
` [PATCH 4/9] staging: unisys: visorchannel.c remove unneeded parenthesis
` [PATCH 5/9] staging: unisys: periodic_work.h Fix parenthesis alignment
` [PATCH 6/9] staging: unisys: periodic_work.h Fix spacing
` [PATCH 7/9] staging: unisys: diagchannel.h: get rid of unused fields
` [PATCH 8/9] staging: unisys: vmcallinterface.h: Cleanup "
` [PATCH 9/9] staging: unisys: vmcallinterface.h: convert pragma to __packed
      ` [PATCH 9/9 v2] "

[PATCH] staging: unisys: visornic: prevent faults if driver re-loaded during stress
 2015-10-12 19:28 UTC 

[PATCH 0/2] staging: comedi: comedidev.h: fix some checkpatch issues
 2015-10-12 17:25 UTC  (3+ messages)

[PATCH 00/10] staging: comedi: some comedi_read() changes
 2015-10-12 17:09 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).