[PATCH] Staging: android: fix coding style issue in timed_gpio.c

2014-05-06 Thread John Church
This patch fixes a coding style issue. It modifies a single line that was over 80 characters long. Thanks, John Signed-off-by: John Church --- linux-next/drivers/staging/android/timed_gpio.c.orig2014-05-07 00:20:50.429090320 +0100 +++ linux-next/drivers/staging/android/timed_gpio.c

[PATCH 2/2] staging: lustre: fix sparse warning "unexpected unlock"

2014-05-06 Thread Toby Smith
Fix the following warning in lib-eq.c warning: context imbalance in 'lnet_eq_wait_locked' - unexpected unlock Signed-off-by: Toby Smith --- drivers/staging/lustre/lnet/lnet/lib-eq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/lustre/lnet/lnet/lib-eq.c b/drivers/staging/l

[PATCH 0/2] staging: lustre: fix sparse warnings in lib-eq.c

2014-05-06 Thread Toby Smith
Fix warnings from sparse in lib-eq.c Toby Smith (2): staging: lustre: fix sparse warning "should it be static" staging: lustre: fix sparse warning "unexpected unlock" drivers/staging/lustre/lnet/lnet/lib-eq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 ___

[PATCH 1/2] staging: lustre: fix sparse warning "should it be static"

2014-05-06 Thread Toby Smith
Fix the following warning in lib-eq.c warning: symbol 'lnet_eq_dequeue_event' was not declared. Should it be static? Signed-off-by: Toby Smith --- drivers/staging/lustre/lnet/lnet/lib-eq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lnet/lnet/lib-eq

[PATCH] staging: bcm: use kzalloc instead of kmalloc/memset

2014-05-06 Thread Daeseok Youn
Signed-off-by: Daeseok Youn --- drivers/staging/bcm/InterfaceDld.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/InterfaceDld.c b/drivers/staging/bcm/InterfaceDld.c index 005e460..e1925bd 100644 --- a/drivers/staging/bcm/InterfaceDld.c +++ b/dr

[PATCH 13/13] staging: rtl8188eu: Remove 'u8 fragcnt' from struct recv_frame

2014-05-06 Thread navin patidar
Remove unused variable 'u8 fragcnt'. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/include/rtw_recv.h |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index b0fbdbd..f0c26ef 100644 ---

[PATCH 12/13] staging: rtl8188eu: Remove 'int frame_tag' from struct recv_frame

2014-05-06 Thread navin patidar
Remove unused variable 'int frame_tag'. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/include/rtw_recv.h |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index e14ba98..b0fbdbd 100644 -

[PATCH 11/13] staging: rtl8188eu: Remove 'void *precvbuf' from struct recv_frame

2014-05-06 Thread navin patidar
Remove unused variable 'void *precvbuf'. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/usb_ops_linux.c |1 - drivers/staging/rtl8188eu/include/rtw_recv.h |1 - 2 files changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/usb_ops_linux.c b/drivers/staging

[PATCH 09/13] staging: rtl8188eu: Remove unused inline function recvframe_push()

2014-05-06 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/include/rtw_recv.h | 20 1 file changed, 20 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index 68c2ad5f..e5b4e10 100644 --- a/drivers/stagin

[PATCH 10/13] staging: rtl8188eu: Remove unused inline function get_rx_status()

2014-05-06 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/include/rtw_recv.h |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index e5b4e10..dac2e0c 100644 --- a/drivers/staging/rtl8188eu/inclu

[PATCH 08/13] staging: rtl8188eu: Remove function rtw_os_recvbuf_resource_free()

2014-05-06 Thread navin . patidar
From: navin patidar Use usb_free_urb() instead of rtw_os_recvbuf_resource_free() to free URB. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c |2 +- drivers/staging/rtl8188eu/include/recv_osdep.h |1 - drivers/staging/rtl8188eu/os_dep/recv_linux.c |

[PATCH 06/13] staging: rtl8188eu: Remove function rtw_os_recv_resource_free()

2014-05-06 Thread navin . patidar
From: navin patidar rtw_os_recv_resource_free() has empty defination, so we can remove it. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_recv.c |2 -- drivers/staging/rtl8188eu/include/recv_osdep.h |1 - drivers/staging/rtl8188eu/os_dep/recv_linux.c |5 -

[PATCH 07/13] staging: rtl8188eu: Remove function rtw_hostapd_mlme_rx()

2014-05-06 Thread navin . patidar
From: navin patidar rtw_hostapd_mlme_rx() has empty defination, so we can remove it. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c |2 -- drivers/staging/rtl8188eu/include/recv_osdep.h |1 - drivers/staging/rtl8188eu/os_dep/recv_linux.c |5 -

[PATCH 02/13] staging: rtl8188eu: Remove unused member variables of struct recv_priv

2014-05-06 Thread navin . patidar
From: navin patidar Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/include/rtw_recv.h |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index 5b3bf29..d52cfe8 100644 --- a/drivers/

[PATCH 03/13] staging: rtl8188eu: Remove 'spinlock_t lock' from struct recv_priv

2014-05-06 Thread navin . patidar
From: navin patidar Remove unused variable 'spinlock_t lock'. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_recv.c|2 -- drivers/staging/rtl8188eu/include/rtw_recv.h |1 - 2 files changed, 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_recv.c

[PATCH 05/13] staging: rtl8188eu: Remove function rtw_os_recv_resource_init()

2014-05-06 Thread navin . patidar
From: navin patidar rtw_os_recv_resource_init() has empty defination, so we can remove it. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_recv.c |2 -- drivers/staging/rtl8188eu/include/recv_osdep.h |1 - drivers/staging/rtl8188eu/os_dep/recv_linux.c |7 -

[PATCH 00/13]staging: rtl8188eu: Remove unused functions and variables

2014-05-06 Thread navin . patidar
From: navin patidar Following patches remove unused functions, variables and functions with empty definition. navin patidar (13): staging: rtl8188eu: Remove 'semaphore allrxreturnevt' from struct recv_priv staging: rtl8188eu: Remove unused member variables of struct recv_priv stagi

[PATCH 01/13] staging: rtl8188eu: Remove 'semaphore allrxreturnevt' from struct recv_priv

2014-05-06 Thread navin . patidar
From: navin patidar Remove unused variable 'semaphore allrxreturnevt'. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_recv.c|2 -- drivers/staging/rtl8188eu/include/rtw_recv.h |1 - 2 files changed, 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rt

[PATCH 04/13] staging: rtl8188eu: Remove struct zero_bulkout_context

2014-05-06 Thread navin . patidar
From: navin patidar Remove unused struct zero_bulkout_context. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c |7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c b/drivers/staging/rtl8188eu/os_dep/usb

Re: [PATCH] Staging: android: fix coding style issue for Eudyptula Challenge in timed_gpio.c

2014-05-06 Thread Greg KH
On Wed, May 07, 2014 at 12:44:31AM +0100, John Church wrote: > > Signed-off-by: John Church What coding style issue? You need to be specific in your body of your email, and put a blank line after the signed-off-by and before the patch, otherwise the tools can complain. And drop the Eudyptula

Re: [PATCH] staging: binder: fix usage of uninit scalar in binder_transaction()

2014-05-06 Thread Arve Hjønnevåg
On Sat, May 3, 2014 at 4:15 PM, Christian Engelmayer wrote: > Fix the error path when a cookie mismatch is detected. In that case the > function jumps to the exit label without setting the uninitialized, local > variable 'return_error'. Detected by Coverity - CID 201453. > > Signed-off-by: Christi

[PATCH] Staging: android: fix coding style issue for Eudyptula Challenge in timed_gpio.c

2014-05-06 Thread John Church
Signed-off-by: John Church --- linux-next/drivers/staging/android/timed_gpio.c.orig2014-05-07 00:20:50.429090320 +0100 +++ linux-next/drivers/staging/android/timed_gpio.c 2014-05-07 00:22:09.204795052 +0100 @@ -92,7 +92,7 @@ static int timed_gpio_probe(struct platf

[PATCH] staging: comedi: pcl730: add support for Diamond Systems PC/104 modules

2014-05-06 Thread H Hartley Sweeten
The Diamond Systems OPMM-1616-XT board is a PC/104 module with 16 optoisolated inputs and 16 relay outputs. The PEARL-MM-P board is a PC/104 module with 16 relay outputs. Both of these boards can be supported by the pcl730 driver. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-

[PATCH] Add blank line after declarations

2014-05-06 Thread fernando . apesteguia
From: Fernando Apesteguia Add blank line after declarations and delete extra blank line at the beginning of the function Signed-off-by: Fernando Apesteguia --- drivers/staging/silicom/bpctl_mod.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/silicom/bp

Re: [PATCH] locks: ensure that fl_owner is always initialized properly in flock and lease codepaths

2014-05-06 Thread Gregory Farnum
The Ceph bit is fine. Acked-by: Greg Farnum On Mon, Apr 28, 2014 at 10:50 AM, Jeff Layton wrote: > Currently, the fl_owner isn't set for flock locks. Some filesystems use > byte-range locks to simulate flock locks and there is a common idiom in > those that does: > > fl->fl_owner = (fl_owne

[PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
This patch fixes all prohibited spaces after open '(' checkpatch.pl errors for rtl8188eu. Signed-off-by: Remi Pommarel --- drivers/staging/rtl8188eu/include/odm_debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/odm_debug.h b/dri

Re: [PATCH v2 05/24] staging: comedi: amplc_pci224: use comedi_fc helpers to validate timer args

2014-05-06 Thread Ian Abbott
On 06/05/14 20:26, H Hartley Sweeten wrote: Use the comedi_fc helper cfc_check_trigger_arg_is() to validate the scan_begin_arg when the scan_begin_src is TRIG_TIMER. For aesthetics reasons, rename the local variable 'tmp' to 'arg'. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroa

Re: [PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
On Wed, May 07, 2014 at 12:27:21AM +0300, Dan Carpenter wrote: > Best to fix it yourself and Greg can take which ever version is easiest. Ok thank you so I'll re-submitted it. Regards -- Remi Pommarel ___ devel mailing list de...@linuxdriverproject.or

Re: [PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Dan Carpenter
On Tue, May 06, 2014 at 11:10:11PM +0200, Remi Pommarel wrote: > Oups sorry msmtp messed up the from mail address. Do you want me to > re-submit this or you can fix it while applying the patch ? > Best to fix it yourself and Greg can take which ever version is easiest. https://www.google.com/sea

Re: [PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Remi Pommarel
Oups sorry msmtp messed up the from mail address. Do you want me to re-submit this or you can fix it while applying the patch ? -- Remi Pommarel ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo

RE: [PATCH v2 00/20] staging: comedi: pass subdevice around instead of async

2014-05-06 Thread Hartley Sweeten
On Tuesday, May 06, 2014 5:12 AM, Ian Abbott wrote: > For comedi subdevices that support asynchronous commands, the `async` > member of `struct comedi_subdevice` points to a `struct comedi_async` > allocated to manage asynchronous commands on that subdevice. The > pointer to this "async" structure

Re: [PATCH] staging/olpc_dcon: fix checkpatch warnings

2014-05-06 Thread Jens Frederich
Acked-by: Jens Frederich 2014-05-06 18:32 GMT+02:00 Nicolas Joseph : > WARNING: Missing a blank line after declarations > > Signed-off-by: Nicolas Joseph > --- > drivers/staging/olpc_dcon/olpc_dcon.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/drivers/staging

[PATCH] Staging: rtl8188eu: Fixed prohibited spaces after open '('

2014-05-06 Thread Rémi Pommarel
This patch fixes all prohibited spaces after open '(' checkpatch.pl errors for rtl8188eu. Signed-off-by: Remi Pommarel --- drivers/staging/rtl8188eu/include/odm_debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/odm_debug.h b/dri

Re: [PATCH] staging: rtl8192u: initialize array in C compliant way

2014-05-06 Thread Christopher Li
On Tue, May 6, 2014 at 1:47 AM, Dan Carpenter wrote: >> - boolsearch_dir[4] = {0, 0, 0, 0}; >> + boolsearch_dir[4] = {0}; > > That's weird. The original code is valid but it generates a sparse > warning. > > drivers/staging/rtl8192u/

[PATCH v2 05/24] staging: comedi: amplc_pci224: use comedi_fc helpers to validate timer args

2014-05-06 Thread H Hartley Sweeten
Use the comedi_fc helper cfc_check_trigger_arg_is() to validate the scan_begin_arg when the scan_begin_src is TRIG_TIMER. For aesthetics reasons, rename the local variable 'tmp' to 'arg'. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- v2: fix a bug in the TRIG_EXT

Re: [PATCH v2 4/4] staging: comedi: amplc_dio200_common: remove 'continuous' from subdevice private data

2014-05-06 Thread Ian Abbott
On 06/05/14 18:55, H Hartley Sweeten wrote: This member of the subdevice private data can be determined from the cmd->stop_src. Do that instead. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- v2: fix the subject as pointed out by Ian Abbott drivers/staging/come

Re: [PATCH] staging: lustre: remove unused variables

2014-05-06 Thread Fredrick Prashanth John Berchmans
On Tue, May 6, 2014 at 7:56 AM, Emil Goode wrote: > The following commit left some unused variables behind. > > commit 80db2734acbc78db12798cfb611d6acc7fe389e6 > Author: Fredrick John Berchmans > Date: Fri May 2 19:50:15 2014 -0700 > > staging: lustre use kernel socket sockopt apis > > Sign

[PATCH v2 4/4] staging: comedi: amplc_dio200_common: remove 'continuous' from subdevice private data

2014-05-06 Thread H Hartley Sweeten
This member of the subdevice private data can be determined from the cmd->stop_src. Do that instead. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- v2: fix the subject as pointed out by Ian Abbott drivers/staging/comedi/drivers/amplc_dio200_common.c | 18 +

[PATCH] staging: sep: fix coding style issue

2014-05-06 Thread Clément Calmels
This is a patch to fix coding style issue found by scripts/checkpatch.pl utility. Signed-off-by: Clément Calmels --- drivers/staging/sep/sep_dev.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/sep/sep_dev.h b/drivers/staging/sep/sep_dev.h index 5f6a07f..5faeefa1 100644 -

RE: [PATCH 05/24] staging: comedi: amplc_pci224: use comedi_fc helpers to validate timer args

2014-05-06 Thread Hartley Sweeten
On Tuesday, May 06, 2014 3:46 AM, Ian Abbott wrote: > On 2014-05-05 17:59, H Hartley Sweeten wrote: >> Use the comedi_fc helper cfc_check_trigger_arg_is() to validate the >> scan_begin_arg when the scan_begin_src is TRIG_TIMER. >> >> For aesthetics reasons, rename the local variable 'tmp' to 'arg'.

RE: [PATCH 4/4] staging: comedi: adl_pc19111: remove 'continuous' from subdevice private data

2014-05-06 Thread Hartley Sweeten
On Tuesday, May 06, 2014 2:59 AM, Ian Abbott wrote: > On 2014-05-05 17:48, H Hartley Sweeten wrote: >> This member of the subdevice private data can be determined from the >> cmd->stop_src. Do that instead. >> >> Signed-off-by: H Hartley Sweeten >> Cc: Ian Abbott >> Cc: Greg Kroah-Hartman >> ---

[PATCH] staging/olpc_dcon: fix checkpatch warnings

2014-05-06 Thread Nicolas Joseph
WARNING: Missing a blank line after declarations Signed-off-by: Nicolas Joseph --- drivers/staging/olpc_dcon/olpc_dcon.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc_dcon.c index 26b4ec5..eb83b2

[PATCH] staging: lustre: remove unused variables

2014-05-06 Thread Emil Goode
The following commit left some unused variables behind. commit 80db2734acbc78db12798cfb611d6acc7fe389e6 Author: Fredrick John Berchmans Date: Fri May 2 19:50:15 2014 -0700 staging: lustre use kernel socket sockopt apis Signed-off-by: Emil Goode --- drivers/staging/lustre/lustre/libcfs/l

Re: [PATCH] staging: dgnc: fix compile warning frame size is larger than 1024 bytes

2014-05-06 Thread Martin Kepplinger
Am 2014-05-06 15:33, schrieb Dan Carpenter: > On Tue, May 06, 2014 at 02:41:37PM +0200, Martin Kepplinger wrote: >> fix following warning by dynamically allocating memory: >> dgnc_tty.c:583:1: warning: the frame size of 1060 bytes is larger than 1024 >> bytes [-Wframe-larger-than=] >> >> Signed-of

Re: [PATCH] staging: dgnc: fix compile warning frame size is larger than 1024 bytes

2014-05-06 Thread Dan Carpenter
On Tue, May 06, 2014 at 02:41:37PM +0200, Martin Kepplinger wrote: > fix following warning by dynamically allocating memory: > dgnc_tty.c:583:1: warning: the frame size of 1060 bytes is larger than 1024 > bytes [-Wframe-larger-than=] > > Signed-off-by: Martin Kepplinger > --- > This is more of a

Re: [GIT PULL] imx-drm urgent fixes

2014-05-06 Thread Greg Kroah-Hartman
On Tue, May 06, 2014 at 10:11:00AM +0100, Russell King wrote: > Greg, > > Did you get a chance to look at this? Thanks for the ping, I overlooked these for the last round of patches to Linus. Now pulled and pushed out so that I don't miss them for 3.15-final. thanks, greg k-h _

Re: [GIT PULL] imx-drm non-urgent fixes

2014-05-06 Thread Greg Kroah-Hartman
On Tue, May 06, 2014 at 10:11:07AM +0100, Russell King wrote: > Greg, > > Did you get a chance to look at this? Sorry for the delay, now pulled and pushed out. greg k-h ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverpro

[PATCH] staging: dgnc: fix compile warning frame size is larger than 1024 bytes

2014-05-06 Thread Martin Kepplinger
fix following warning by dynamically allocating memory: dgnc_tty.c:583:1: warning: the frame size of 1060 bytes is larger than 1024 bytes [-Wframe-larger-than=] Signed-off-by: Martin Kepplinger --- This is more of a question. Is this a desired solution to fixing such a frame size warning? thank

GLUCKWUNGLÜCKWUNSCH AN SIE ($4.500.000,00 USD)

2014-05-06 Thread UNITED STATES LOTTO
UNITED STATES OF AMERICA LOTTO INC. ADRESSE: LANDSDOWN STADT: St NORTH BETHESDA STATE/PROVINCE: MARYLAND POSTCODE: 20852 LAND: USA INC. REF NR.:525743970 STAPEL NR.:6474869989/603 LOTTO GEWINNER BETR.: ENDGULTIGE NOTIFIKATION GL

[PATCH v2 18/20] staging: comedi: mite: pass subdevice to mite_sync_input_dma()

2014-05-06 Thread Ian Abbott
`mite_sync_input_dma()` in the "mite" module currently takes a pointer to a `struct comedi_async` and gets a pointer to the owning `struct comedi_subdevice` from the `subdevice` member. Change it to take a pointer to a `struct comedi_subdevice` and use the `async` member. The motivation for this

[PATCH v2 20/20] staging: comedi: remove subdevice member of struct comedi_async

2014-05-06 Thread Ian Abbott
The `async` member of `struct comedi_subdevice` may point to a `struct comedi_async` or may be NULL. The `subdevice` member of `struct comedi_async` points back to the `struct comedi_subdevice` associated with it in a one-to-one relationship. All uses of the `subdevice` member of `struct comedi_a

[PATCH v2 11/20] staging: comedi: pass subdevice to comedi_buf_read_n_available()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_read_n_available()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` paramete

[PATCH v2 17/20] staging: comedi: mite: pass subdevice to mite_buf_change()

2014-05-06 Thread Ian Abbott
`mite_buf_change()` in the "mite" module currently takes a pointer to a `struct comedi_async` and gets a pointer to the owning `struct comedi_subdevice` from the `subdevice` member. Change it to take a pointer to a `struct comedi_subdevice` and use the `async` member. The motivation for this is t

[PATCH v2 10/20] staging: comedi: pass subdevice to comedi_buf_read_free()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_read_free()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in t

[PATCH v2 19/20] staging: comedi: mite: pass subdevice to mite_sync_output_dma()

2014-05-06 Thread Ian Abbott
`mite_sync_output_dma()` in the "mite" module currently takes a pointer to a `struct comedi_async` and gets a pointer to the owning `struct comedi_subdevice` from the `subdevice` member. Change it to take a pointer to a `struct comedi_subdevice` and use the `async` member. The motivation for this

[PATCH v2 14/20] staging: comedi: pass subdevice to comedi_buf_munge()

2014-05-06 Thread Ian Abbott
Local function `comedi_buf_munge()` is called by `comedi_buf_write_free()` to modify (or "munge") the data copied from a device into the buffer. Currently, the function takes a pointer to a `struct comedi_async` and gets a pointer to the comedi subdevice from the `subdevice` member. Change it to t

[PATCH v2 13/20] staging: comedi: pass subdevice to comedi_buf_is_mmapped()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_is_mmapped()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in

[PATCH v2 12/20] staging: comedi: pass subdevice to comedi_buf_reset()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_reset()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in the c

[PATCH v2 09/20] staging: comedi: pass subdevice to comedi_buf_read_alloc()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_read_alloc()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in

[PATCH v2 15/20] staging: comedi: pass subdevice to __comedi_buf_write_alloc()

2014-05-06 Thread Ian Abbott
Local function `__comedi_buf_write_alloc()` is called by `comedi_buf_write_alloc()` and `comedi_buf_put()`. It currently takes a pointer to a `struct comedi_async`. Change it to take a pointer to a `struct comedi_subdevice` and use the `async` member for consistency with other comedi buffer handl

[PATCH v2 16/20] staging: comedi: pass subdevice to comedi_buf_write_n_available()

2014-05-06 Thread Ian Abbott
Local function `comedi_buf_write_n_available()` currently takes a pointer to a `struct comedi_async`. Change it to take a pointer to a `struct comedi_subdevice` and use the `async` member for consistency with the other comedi buffer handling functions. Signed-off-by: Ian Abbott --- v2: rebased t

[PATCH v2 04/20] staging: comedi: pass subdevice to comedi_buf_memcpy_from()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_memcpy_from()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in

[PATCH v2 07/20] staging: comedi: pass subdevice to comedi_buf_write_free()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_write_free()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in

[PATCH v2 06/20] staging: comedi: pass subdevice to comedi_buf_write_alloc()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_write_alloc()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in

[PATCH v2 01/20] staging: comedi: pass subdevice to comedi_buf_put()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_put()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The function puts a sample value in the comedi buffer, but currently only deals with 16-bit sample types. A future version could deal wit

[PATCH v2 08/20] staging: comedi: pass subdevice to comedi_buf_write_n_allocated()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_write_n_allocated()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` paramet

[PATCH v2 00/20] staging: comedi: pass subdevice around instead of async

2014-05-06 Thread Ian Abbott
For comedi subdevices that support asynchronous commands, the `async` member of `struct comedi_subdevice` points to a `struct comedi_async` allocated to manage asynchronous commands on that subdevice. The pointer to this "async" structure is passed around by various functions and some of those fun

[PATCH v2 03/20] staging: comedi: pass subdevice to comedi_buf_memcpy_to()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_memcpy_to()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The main aim at the moment is to replace all the `struct comedi_async *` parameters with `struct comedi_subdevice *` parameters in t

[PATCH v2 05/20] staging: comedi: ni_tiocmd: pass subdevice to command setup functions

2014-05-06 Thread Ian Abbott
The `ni_tio_input_cmd()`, `ni_tio_output_cmd()` and `ni_tio_cmd_setup()` functions are called from `ni_tio_cmd()` to set up a comedi command. They currently get passed two parameters, a pointer to a `struct ni_gpct` and a pointer to a `struct comedi_async`, but both of those come from members of a

[PATCH v2 02/20] staging: comedi: pass subdevice to comedi_buf_get()

2014-05-06 Thread Ian Abbott
Change the parameters of `comedi_buf_get()` to pass a pointer to the comedi subdevice instead of a pointer to the "async" structure belonging to the subdevice. The function gets a sample value from the comedi buffer, but currently only deals with 16-bit sample types. A future version could deal w

GLUCKWUNGLÜCKWUNSCH AN SIE ($4.500.000,00 USD)

2014-05-06 Thread UNITED STATES LOTTO
UNITED STATES OF AMERICA LOTTO INC. ADRESSE: LANDSDOWN STADT: St NORTH BETHESDA STATE/PROVINCE: MARYLAND POSTCODE: 20852 LAND: USA INC. REF NR.:525743970 STAPEL NR.:6474869989/603 LOTTO GEWINNER BETR.: ENDGULTIGE NOTIFIKATION GL

GLUCKWUNGLÜCKWUNSCH AN SIE ($4.500.000,00 USD)

2014-05-06 Thread UNITED STATES LOTTO
UNITED STATES OF AMERICA LOTTO INC. ADRESSE: LANDSDOWN STADT: St NORTH BETHESDA STATE/PROVINCE: MARYLAND POSTCODE: 20852 LAND: USA INC. REF NR.:525743970 STAPEL NR.:6474869989/603 LOTTO GEWINNER BETR.: ENDGULTIGE NOTIFIKATION GL

GLUCKWUNGLÜCKWUNSCH AN SIE ($4.500.000,00 USD)

2014-05-06 Thread UNITED STATES LOTTO
UNITED STATES OF AMERICA LOTTO INC. ADRESSE: LANDSDOWN STADT: St NORTH BETHESDA STATE/PROVINCE: MARYLAND POSTCODE: 20852 LAND: USA INC. REF NR.:525743970 STAPEL NR.:6474869989/603 LOTTO GEWINNER BETR.: ENDGULTIGE NOTIFIKATION GL

GLUCKWUNGLÜCKWUNSCH AN SIE ($4.500.000,00 USD)

2014-05-06 Thread UNITED STATES LOTTO
UNITED STATES OF AMERICA LOTTO INC. ADRESSE: LANDSDOWN STADT: St NORTH BETHESDA STATE/PROVINCE: MARYLAND POSTCODE: 20852 LAND: USA INC. REF NR.:525743970 STAPEL NR.:6474869989/603 LOTTO GEWINNER BETR.: ENDGULTIGE NOTIFIKATION GL

Re: [PATCH 00/24] staging: comedi: cleanup timer arg validation

2014-05-06 Thread Ian Abbott
On 2014-05-05 17:59, H Hartley Sweeten wrote: Use the comedi_fc helpers to validate the timer arguments. H Hartley Sweeten (24): staging: comedi: adl_pci9111: use comedi_fc helpers to validate timer args staging: comedi: adv_pci1710: use comedi_fc helpers to validate timer args staging:

Re: [PATCH 05/24] staging: comedi: amplc_pci224: use comedi_fc helpers to validate timer args

2014-05-06 Thread Ian Abbott
On 2014-05-05 17:59, H Hartley Sweeten wrote: Use the comedi_fc helper cfc_check_trigger_arg_is() to validate the scan_begin_arg when the scan_begin_src is TRIG_TIMER. For aesthetics reasons, rename the local variable 'tmp' to 'arg'. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kr

Re: [PATCH 0/4] staging: comedi: adl_pc19111: cleanup the private data

2014-05-06 Thread Ian Abbott
On 2014-05-05 17:48, H Hartley Sweeten wrote: Remove the unused or unnecessary members from the private data. H Hartley Sweeten (4): staging: comedi: adl_pc19111: remove 'stop_is_none' from private data staging: comedi: adl_pc19111: rename 'async_cmd' variable in (*do_cmd) staging: come

Re: [PATCH 4/4] staging: comedi: adl_pc19111: remove 'continuous' from subdevice private data

2014-05-06 Thread Ian Abbott
On 2014-05-05 17:48, H Hartley Sweeten wrote: This member of the subdevice private data can be determined from the cmd->stop_src. Do that instead. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/amplc_dio200_common.c | 18 +--

Re: [PATCH 00/20] staging: comedi: adl_pci9118: cleanup the private data

2014-05-06 Thread Ian Abbott
On 2014-05-05 17:35, H Hartley Sweeten wrote: Remove the unused or unnecessary members from the private data. H Hartley Sweeten (20): staging: comedi: adl_pci9118: remove 'ai_n_chan' from private data staging: comedi: adl_pci9118: remove 'ai_chanlist' from private data staging: comedi:

Re: [PATCH 0/4] staging: comedi: addi_apci_1564: Further cleanups

2014-05-06 Thread Ian Abbott
On 2014-05-03 08:54, Chase Southwood wrote: Latest patchset in a continuing cleanup of addi_apci_1564.c. Main focus is on the auto_attach() function, but also cleaning up some of the old addi common code wrappers. To be applied on top of my prior patchset to this file (the one beginning with [P

Re: [GIT PULL] imx-drm non-urgent fixes

2014-05-06 Thread Russell King
Greg, Did you get a chance to look at this? Thanks. On Sun, Apr 27, 2014 at 09:09:24PM +0100, Russell King wrote: > Greg, > > Please incorporate the latest imx-drm non-urgent fixes, which can be found at: > > git://ftp.arm.linux.org.uk/~rmk/linux-arm.git imx-drm-fixes > > with SHA1 1e6d486b

Re: [GIT PULL] imx-drm urgent fixes

2014-05-06 Thread Russell King
Greg, Did you get a chance to look at this? Thanks. On Sun, Apr 27, 2014 at 09:03:25PM +0100, Russell King wrote: > Greg, > > Please incorporate the latest imx-drm urgent fixes, which can be found at: > > git://ftp.arm.linux.org.uk/~rmk/linux-arm.git imx-drm-fixes-urgent > > with SHA1 a3fe9

Re: [PATCH] staging: rtl8192u: initialize array in C compliant way

2014-05-06 Thread Dan Carpenter
On Tue, May 06, 2014 at 10:22:08AM +0200, Martin Kepplinger wrote: > Don't list elements to initialize. Remaining elements of a partly > initialized array are set to zero. Sparse complained here. > > Signed-off-by: Martin Kepplinger > --- > drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c |

Re: [RESEND PATCH] staging: vt6656: make spin_lock_irq() human readable

2014-05-06 Thread Dan Carpenter
On Tue, May 06, 2014 at 07:58:39AM +0200, Martin Kepplinger wrote: > Don't require FIRMWAREbDownload() to, first off, unlock a held lock. > Thus do all locking in main_usb.c and hold it for a insignificantly > shorter period of time. This makes the affected area significantly more > readable though

[PATCH] staging: rtl8192u: initialize array in C compliant way

2014-05-06 Thread Martin Kepplinger
Don't list elements to initialize. Remaining elements of a partly initialized array are set to zero. Sparse complained here. Signed-off-by: Martin Kepplinger --- drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sta