Meine reagiert

2013-08-22 Thread Andrew Ferrara
Sehr geehrter Herr. Entschuldigen Sie meine Stцrung; Mein Name ist Lieutenant Andrew Ferrara, derzeit bin ich im aktiven Dienst in Afghanistan. Bitte, muss ich eine verdeckt Business-Angebot, die von gegenseitigem Nutzen fьr uns beide werden. Am Samstag 20. Juli, meine Kollegen und ich abgefang

[PATCH 2/3] staging: dgap: removes proc.c

2013-08-22 Thread Lidza Louina
This patch removes proc.c. This code isn't needed anymore because a previous patch removed references to it and because the kernel uses sysfs instead of proc. Signed-off-by: Lidza Louina --- drivers/staging/dgap/dgap_proc.c | 1923 -- 1 file changed, 1923 dele

[PATCH 3/3] staging: dgap: removes proc.h

2013-08-22 Thread Lidza Louina
This patch removes the proc.h file and removes '#include dgap_proc.h' from headers in the driver. Signed-off-by: Lidza Louina --- drivers/staging/dgap/dgap_driver.c | 1 - drivers/staging/dgap/dgap_fep5.c | 1 - drivers/staging/dgap/dgap_proc.h | 151 -

[PATCH 1/3] staging: dgap: removes references to proc code

2013-08-22 Thread Lidza Louina
This patch removes references to proc functions and structs in the code. The kernel uses sysfs instead of proc now. Signed-off-by: Lidza Louina --- drivers/staging/dgap/dgap_driver.h | 8 drivers/staging/dgap/dgap_fep5.c | 2 -- 2 files changed, 10 deletions(-) diff --git a/drivers/s

[PATCH 3/3] staging: dgap: removes mgmt.h

2013-08-22 Thread Lidza Louina
This patch removes mgmt.h and the headers that include it of files in dgap. This file isn't needed for the driver to work with the kernel. Signed-off-by: Lidza Louina --- drivers/staging/dgap/dgap_driver.c | 1 - drivers/staging/dgap/dgap_fep5.c | 1 - drivers/staging/dgap/dgap_mgmt.h | 33

[PATCH 2/3] staging: dgap: removes mgmt.c

2013-08-22 Thread Lidza Louina
This patch removes mgmt.c. This file isn't needed for the driver to work with the kernel. Signed-off-by: Lidza Louina --- drivers/staging/dgap/Makefile| 2 +- drivers/staging/dgap/dgap_mgmt.c | 761 --- 2 files changed, 1 insertion(+), 762 deletions(-)

[PATCH 1/3] staging: dgap: removes references to mgmt code

2013-08-22 Thread Lidza Louina
This patch removes references to mgmt functions from the code. The files mgmt.c and mgmt.h will be removed in the patches that follow. Signed-off-by: Lidza Louina --- drivers/staging/dgap/dgap_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/dgap/dgap_driver.c b/dr

Re: [patch] staging: comedi: comedi_bond: silence a shift wrapping warning

2013-08-22 Thread Ian Abbott
On 2013-08-21 21:08, Dan Carpenter wrote: On Wed, Aug 21, 2013 at 05:44:34PM +0100, Ian Abbott wrote: On 2013-08-21 13:45, Dan Carpenter wrote: On Wed, Aug 21, 2013 at 11:50:22AM +0100, Ian Abbott wrote: On 2013-08-21 09:27, Dan Carpenter wrote: We set this using: devs_closed |= (0x1

[PATCH] staging: dgnc: driver.c: removes dgnc_mbuf function

2013-08-22 Thread Lidza Louina
This patch removes the dgnc_mbuf function. This function was causing the errors: drivers/staging/dgnc/dgnc_driver.c: In function 'dgnc_mbuf.constprop.0': drivers/staging/dgnc/dgnc_driver.c:945:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] drivers/stagin

Re: [PATCH 4/4] staging: ozwpan: Create deferred work to destroy PD object.

2013-08-22 Thread Sergei Shtylyov
Hello. On 08/22/2013 08:38 PM, Rupesh Gujare wrote: Currently we call oz_pd_destroy() from softirq context, where we try to destroy relevant data structures, as well we kill a tasklet which always result in following kernel warning. [12279.262194] Attempt to kill tasklet from interrupt [1227

Re: [PATCH] staging: dgap: adds driver to kernel build

2013-08-22 Thread Greg KH
On Thu, Aug 22, 2013 at 01:40:35PM -0400, Lidza Louina wrote: > This patch adds the dgap driver to the kernel build process. > > Signed-off-by: Lidza Louina I've applied this, but I'm getting this build warning now: drivers/staging/dgap/dgap_mgmt.c: In function ‘dgap_mgmt_ioctl’: drivers/stagin

[PATCH] staging: dgap: adds driver to kernel build

2013-08-22 Thread Lidza Louina
This patch adds the dgap driver to the kernel build process. Signed-off-by: Lidza Louina --- drivers/staging/Kconfig | 2 ++ drivers/staging/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 0d9d92b..9de0900 100644 --- a/drive

Re: [PATCH 12/12] staging: dgap: adds driver to kernel build

2013-08-22 Thread Lidza Louina
On Thu, Aug 22, 2013 at 1:14 PM, Greg KH wrote: > On Wed, Aug 21, 2013 at 09:48:42PM -0400, Lidza Louina wrote: >> This patch adds the dgap driver to the kernel build process. >> >> Signed-off-by: Lidza Louina >> --- >> drivers/staging/Kconfig | 2 +- >> drivers/staging/Makefile | 2 +- >> 2 fi

Re: [RFC/RFT 00/33] Add new staging driver for RTL8188EU

2013-08-22 Thread Greg KH
On Wed, Aug 21, 2013 at 10:33:42PM -0500, Larry Finger wrote: > Initially, the only Linux driver for the RTL8188EU chips incorporated > in devices such as the TP-Link TL-WN725N was one sent to me privately > by the Realtek engineers with permission to submit it to the Linux kernel. > Not only did i

Re: [PATCH 12/12] staging: dgap: adds driver to kernel build

2013-08-22 Thread Greg KH
On Wed, Aug 21, 2013 at 09:48:42PM -0400, Lidza Louina wrote: > This patch adds the dgap driver to the kernel build process. > > Signed-off-by: Lidza Louina > --- > drivers/staging/Kconfig | 2 +- > drivers/staging/Makefile | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --

[PATCH 4/4] staging: ozwpan: Create deferred work to destroy PD object.

2013-08-22 Thread Rupesh Gujare
Currently we call oz_pd_destroy() from softirq context, where we try to destroy relevant data structures, as well we kill a tasklet which always result in following kernel warning. [12279.262194] Attempt to kill tasklet from interrupt [12279.262202] Attempt to kill tasklet from interrupt This pat

Re: [PATCH 12/12] staging: dgap: adds driver to kernel build

2013-08-22 Thread Greg KH
On Wed, Aug 21, 2013 at 09:48:42PM -0400, Lidza Louina wrote: > This patch adds the dgap driver to the kernel build process. > > Signed-off-by: Lidza Louina > --- > drivers/staging/Kconfig | 2 +- > drivers/staging/Makefile | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Oh nevermin

[PATCH 2/4] staging: ozwpan: Check error condition before creating endpoint.

2013-08-22 Thread Rupesh Gujare
Check if interface number is correct before creating an end point. Signed-off-by: Rupesh Gujare --- drivers/staging/ozwpan/ozhcd.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/ozwpan/ozhcd.c b/drivers/staging/ozwpan/ozhcd.c index 4682d78..d5a3900 100644 --- a/drivers/

Re: [PATCH 01/12] staging: dgap: adds dgap driver to staging

2013-08-22 Thread Greg KH
On Wed, Aug 21, 2013 at 09:48:31PM -0400, Lidza Louina wrote: > From: > > This patch adds the dgap driver to staging. This is > a TTY serial port driver for the EPCA PCI based > product line by Digi International . > > Signed-off-by: Lidza Louina This looks fine, but what about a patch adding

[PATCH 3/4] staging: ozwpan: Increment reference counter.

2013-08-22 Thread Rupesh Gujare
Increment PD reference counter, on every timer event so that we do not loose PD object by mistake. Signed-off-by: Rupesh Gujare --- drivers/staging/ozwpan/ozproto.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/staging/ozwpan/ozproto.c b/drivers/staging/ozwpa

[PATCH 1/4] ozwpan: staging: Fix crash for race condition.

2013-08-22 Thread Rupesh Gujare
Do not allocate a port to new device or process URB when its status is yet to be read. This avoids race condition when USB core read hub status a bit late, while new device tries to acquire port. Signed-off-by: Rupesh Gujare --- drivers/staging/ozwpan/ozhcd.c |5 +++-- 1 file changed, 3 inse

[PATCH V3] i2c: move of helpers into the core

2013-08-22 Thread Wolfram Sang
I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core instead of doing this manually in each driver. S

Attn:my Dear

2013-08-22 Thread MR. ROY WILLIAMS
Attn:my Dear Contact Dhl for your Corporate ATM Visa Card package sum of $5.750m Here with this email address umt...@hotmail.com) Tel:+22968092055 With your information such as Name,address, occupation,age,sex and phone number, will be waiting to hear from you. Thanks. MR. ROY WILLIAMS ___

[PATCH] staging: dgnc: driver.c: Need to include slab.h

2013-08-22 Thread Tushar Behera
With 'allyesconfig', we get following error without this. drivers/staging/dgnc/dgnc_driver.c: In function ‘dgnc_cleanup_board’: drivers/staging/dgnc/dgnc_driver.c:459:3: error: implicit declaration of function ‘kfree’ [-Werror=implicit-function-declaration] kfree(brd->msgbuf_head); ^ driver

Re: [PATCH 01/12] staging: dgap: adds dgap driver to staging

2013-08-22 Thread Lidza Louina
On Wed, Aug 21, 2013 at 10:11 PM, Greg KH wrote: > On Wed, Aug 21, 2013 at 09:48:31PM -0400, Lidza Louina wrote: >> From: > > I need a real email address, no "at" or "dot" please. > > I'll edit it by hand this time, but in the future, please don't do that. Ok, sorry. I'll remember that for the n

[PATCH 1/1] staging: xillybus: Remove duplicate inclusion of list.h

2013-08-22 Thread Sachin Kamat
list.h header file was included twice. Signed-off-by: Sachin Kamat --- drivers/staging/xillybus/xillybus.h |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/xillybus/xillybus.h b/drivers/staging/xillybus/xillybus.h index d3fc8aa..e5e91d6 100644 --- a/drivers/staging/xillybus