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
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
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 -
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
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
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(-)
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
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
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
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
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
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
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
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
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 --
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
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
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/
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
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
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
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
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
___
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
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
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
26 matches
Mail list logo