[PATCH] Staging: memrar: moved user code away from core code moved memrar_ioctl, rar_reserve, rar_release, rar_handle_to_bus to memrar_user.c

2010-07-28 Thread Chris McIntosh
Signed-off-by: Chris McIntosh --- drivers/staging/memrar/memrar_handler.c | 207 - drivers/staging/memrar/memrar_user.c| 305 +++ 2 files changed, 305 insertions(+), 207 deletions(-) create mode 100644 drivers/staging/memrar/memrar_user.c di

RE: [PATCH] Staging: dt3155: properly export the module parameter

2010-07-28 Thread H Hartley Sweeten
On Wednesday, July 28, 2010 1:59 PM, Jiri Slaby wrote: > On 07/28/2010 06:48 PM, H Hartley Sweeten wrote: >> Make the module parameter dt3155_major static and add the proper >> wrappers to export it. >> >> Signed-off-by: H Hartley Sweeten >> Cc: Greg Kroah-Hartman >> Cc: Scott Smedley >> --- >>

本人8年的设计经验,长期兼职平面设计、LOGO设计、软件界面(UI)设计、网页设计等!

2010-07-28 Thread 蔡生
你好,本人蔡生,专业美术出身,专科毕业于湖北大学计算机广告设计,本科毕业于华南理工大学电子商务,工作至今已经8年了。专注于:软件界面(UI)设计;网站建设;平面设计;LOGO设计;人物设计;画册设计;FLASH设计;3D效果图等。本人熟练使用CSS+DIV(兼容IE678/FF/OP)、JavaScript、DHTML,精通PhotoShop、CorelDraw、Flash、Dreaweaver、Firework、3D以及相关的图像处与动画制作的软件,特别能手写HTML代码,善于网站的设计与维护;熟悉google,yahoo,百度及MSN等搜索引擎的排名规则,有面向搜索引擎的网

Re: [PATCH] Staging: dt3155: properly export the module parameter

2010-07-28 Thread Jiri Slaby
On 07/28/2010 06:48 PM, H Hartley Sweeten wrote: > Make the module parameter dt3155_major static and add the proper > wrappers to export it. > > Signed-off-by: H Hartley Sweeten > Cc: Greg Kroah-Hartman > Cc: Scott Smedley > --- > > diff --git a/drivers/staging/dt3155/dt3155_drv.c > b/drivers

[PATCH] Staging: dt3155: properly export the module parameter

2010-07-28 Thread H Hartley Sweeten
Make the module parameter dt3155_major static and add the proper wrappers to export it. Signed-off-by: H Hartley Sweeten Cc: Greg Kroah-Hartman Cc: Scott Smedley --- diff --git a/drivers/staging/dt3155/dt3155_drv.c b/drivers/staging/dt3155/dt3155_drv.c index 7316996..220eaf9 100644 --- a/driv

[PATCH v3] Staging: dt3155: make local variables static

2010-07-28 Thread H Hartley Sweeten
The symbols dt3155_dev_open, unique_tag, and allocatorAddr are only used in the file dt3155_drv.c and should be static. Also, as pointed out by Joe Perches, static variables do not need initialization so remove them. While here, also move the definition for allocatorAddr so that all the variables a

Re: [PATCH -next] staging/line6: needs to select SND_PCM

2010-07-28 Thread Greg KH
On Wed, Jul 28, 2010 at 03:59:50PM +0200, Takashi Iwai wrote: > At Tue, 27 Jul 2010 12:21:19 -0700, > Randy Dunlap wrote: > > > > From: Randy Dunlap > > > > line6 uses snd_pcm*() functions, so it should select SND_PCM. > > > > ERROR: "snd_pcm_period_elapsed" [drivers/staging/line6/line6usb.ko]

Re: [PATCH -next] staging/line6: needs to select SND_PCM

2010-07-28 Thread Takashi Iwai
At Tue, 27 Jul 2010 12:21:19 -0700, Randy Dunlap wrote: > > From: Randy Dunlap > > line6 uses snd_pcm*() functions, so it should select SND_PCM. > > ERROR: "snd_pcm_period_elapsed" [drivers/staging/line6/line6usb.ko] undefined! > ERROR: "snd_pcm_set_ops" [drivers/staging/line6/line6usb.ko] unde

[PATCH 1/2] drivers:staging:ti-st: mv sysfs entries to debugfs

2010-07-28 Thread pavan_savoy
From: Pavan Savoy When the chip is in use, information like the chip's ROM version and the protocols currently making use of the chip needs to be made known to user-space. Earlier the version and the protocol-list were exposed as sysfs entries now cleanup by making them as debugfs entries, also i

[PATCH 2/2] drivers:staging:ti-st: update ABI and TODO

2010-07-28 Thread pavan_savoy
From: Pavan Savoy update TODO to reflect the items taken care of, update ABI to reflect the new debugfs entries exposed. Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/TODO | 10 +++--- drivers/staging/ti-st/sysfs-uim | 12 2 files changed, 15 insertions(+), 7 d