Animated Movie - Cartoon Movie - 3D/2D Animation Services

2011-03-15 Thread Louis
You are receiving this email because we wish you to use our 3D/2D movie animation services. We are a China based Animated Movie studio. with the technical, our studo is a computer animation studio with the technical, creative and production capabilities to create a new generation of animated fe

high quality data for sale: businesses, professionals, medical etc..

2011-03-15 Thread Katy Cervantes
Medical List Package: $395 for all 20 complete lists below - Doctors (34 different specialties) - Chiropractors - Alternative Medicine - Dentists - Dentists with Specialties - Veterinarians - Hospitals - National Health Service Corp Clinics - Nursing Homes - Pharmaceutical Companies - Physic

[PATCH] Staging: comedi: Fix 80 characters limit and printk issues in unioxx5.c

2011-03-15 Thread ellwync
From: Ellwyn C This is a patch to the unioxx5.c file that fixes the 80 characters limit and printk warnings found by the checkpatch.pl tool Signed-off-by: Ellwyn C --- drivers/staging/comedi/drivers/unioxx5.c | 61 +++--- 1 files changed, 39 insertions(+), 22 deletion

Re: [PATCH 05/12] Staging: hv: Get rid of the forward declaration for vmbus_uevent

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 10:39:07PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Greg KH [mailto:g...@kroah.com] > > Sent: Tuesday, March 15, 2011 6:23 PM > > To: KY Srinivasan > > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > > devel@linuxdriverproject.org; virtu

RE: [PATCH 05/12] Staging: hv: Get rid of the forward declaration for vmbus_uevent

2011-03-15 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Tuesday, March 15, 2011 6:23 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang; > Mike > Sterling; Abhishek Kane (Min

Re: [PATCH 00/12] Staging: hv: Cleanup vmbus driver - Phase II

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 10:24:41PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Greg KH [mailto:gre...@suse.de] > > Sent: Tuesday, March 15, 2011 6:05 PM > > To: KY Srinivasan > > Cc: linux-ker...@vger.kernel.org; devel@linuxdriverproject.org; > > virtualizat...@lists.

Re: [PATCH 05/12] Staging: hv: Get rid of the forward declaration for vmbus_uevent

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 03:22:46PM -0700, Greg KH wrote: > On Tue, Mar 15, 2011 at 03:03:37PM -0700, K. Y. Srinivasan wrote: > > Get rid of the forward declaration of vmbus_uevent by moving > > the code around. > > There are 2 05/12 patches and they are different. Ah, one has the proper subject a

Re: [PATCH 05/12] Staging: hv: Get rid of the forward declaration for vmbus_uevent

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 03:03:37PM -0700, K. Y. Srinivasan wrote: > Get rid of the forward declaration of vmbus_uevent by moving > the code around. There are 2 05/12 patches and they are different. confused, greg k-h ___ devel mailing list devel@linuxd

RE: [PATCH 00/12] Staging: hv: Cleanup vmbus driver - Phase II

2011-03-15 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Tuesday, March 15, 2011 6:05 PM > To: KY Srinivasan > Cc: linux-ker...@vger.kernel.org; devel@linuxdriverproject.org; > virtualizat...@lists.osdl.org > Subject: Re: [PATCH 00/12] Staging: hv: Cleanup vmbus driver - Phase

[PATCH 05/12] Staging: hv: Get rid of the forward declaration for vmbus_uevent

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_uevent by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 151 -

[PATCH 03/12] Staging: hv: Cleanup irq management

2011-03-15 Thread K. Y. Srinivasan
Now that vmbus_driver is a pci driver, cleanup the irq allocation mess by using the standard irq allocation mechanisms. Note that this patch generates an error when the checkpatch script is run because of the IRQF_SAMPLE_RANDOM flag used in request_irq() function. This interrupt may be the only e

[PATCH 08/12] Staging: hv: Get rid of the forward declaration for vmbus_remove

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_remove by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 59 +++--

Re: [PATCH 00/12] Staging: hv: Cleanup vmbus driver - Phase II

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 03:02:07PM -0700, K. Y. Srinivasan wrote: > This patch-set fixes the following issues in the vmbus driver (vmbus_drv.c): Thanks for the patches, but as the .39 merge window is closed, I'll be holding on to these until after .39-rc1 is out before I can do anything with the

[PATCH 12/12] Staging: hv: Get rid of the forward declaration for vmbus_show_device_attr

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_show_device_attr by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 302 +++

[PATCH 09/12] Staging: hv: Get rid of the forward declaration for vmbus_shutdown

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_shutdown by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 44 ---

[PATCH 10/12] Staging: hv: Get rid of the forward declaration for vmbus_device_release

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_device_release by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 27 -

[PATCH 02/12] Staging: hv: Cleanup root device handling

2011-03-15 Thread K. Y. Srinivasan
Now we can complete the cleanup of the root device management - use the pci device as the root device for all Hyper-V devices. As part of this cleanup get rid of the root device object from vmbus_driver_context. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Ste

[PATCH 06/12] Staging: hv: Get rid of the forward declaration for vmbus_match

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_match by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 49 --

[PATCH 04/12] Staging: hv: Rename vmbus_driver_context structure

2011-03-15 Thread K. Y. Srinivasan
Now that struct vmbus_driver_context is properly cleaned up, rename this structure appropriately and cleanup the code. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmb

[PATCH 05/12] Get rid of the forward declaration for vmbus_uevent

2011-03-15 Thread K. Y. Srinivasan
Signed-off-by: K. Y. Srinivasan --- drivers/staging/hv/vmbus_drv.c | 151 1 files changed, 75 insertions(+), 76 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c index 1331a6f..42066e9 100644 --- a/drivers/staging

[PATCH 07/12] Staging: hv: Get rid of the forward declaration for vmbus_probe

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_probe by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 107 --

[PATCH 11/12] Staging: hv: Get rid of the forward declaration for vmbus_isr

2011-03-15 Thread K. Y. Srinivasan
Get rid of the forward declaration of vmbus_isr by moving the code around. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen --- drivers/staging/hv/vmbus_drv.c | 47 +++-

[PATCH 01/12] Staging: hv: Make vmbus driver a pci driver

2011-03-15 Thread K. Y. Srinivasan
Make vmbus driver a pci driver. This is in preparation to cleaning up the root device management as well as the irq allocation for this driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Mike Sterling Signed-off-by: Abhishek Kane Signed-off-by: Hank Janssen -

[PATCH 00/12] Staging: hv: Cleanup vmbus driver - Phase II

2011-03-15 Thread K. Y. Srinivasan
This patch-set fixes the following issues in the vmbus driver (vmbus_drv.c): Make vmbus driver a platform pci device and cleanup root device management and irq allocation (patches 1/12 through 3/12): 1) Make vmbus driver a platform pci driver. 2) Cleanup root device management.

[PATCH 1/3] staging: brcm80211: changed comment on rx buffer len in wlc_ampdu.c

2011-03-15 Thread Roland Vossen
Code cleanup. Code in wlc_ampdu.c is waiting for Mac80211 functionality to be released. Added this information to a code comment. Signed-off-by: Roland Vossen Reviewed-by: Arend van Spriel --- drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c |5 - 1 files changed, 4 insertions(+), 1 dele

[PATCH 0/3] staging: brcm80211: cosmetic changes

2011-03-15 Thread Roland Vossen
Code cleanup. Reviewed-by: Arend van Spriel staging: brcm80211: changed comment on rx buffer len in wlc_ampdu.c staging: brcm80211: Removed invalid comment in receive processing. staging: brcm80211: deleted unused code in hndpmu.c drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c |5 ++-

[PATCH 3/3] staging: brcm80211: deleted unused code in hndpmu.c

2011-03-15 Thread Roland Vossen
Code cleanup. Code is not necessary since BCMDBG does not have to be defined for a functional driver. Signed-off-by: Roland Vossen Reviewed-by: Arend van Spriel --- drivers/staging/brcm80211/util/hndpmu.c | 39 --- 1 files changed, 0 insertions(+), 39 deletions(-)

[PATCH 2/3] staging: brcm80211: Removed invalid comment in receive processing.

2011-03-15 Thread Roland Vossen
Comment was a left over from a driver that handled AMPDU aggregation itself (instead of relying on Mac80211). Signed-off-by: Roland Vossen Reviewed-by: Arend van Spriel --- drivers/staging/brcm80211/brcmsmac/wlc_main.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

Merge window for drivers/staging for the .39 kernel releases is closed

2011-03-15 Thread Greg KH
Hi all, If it wasn't already obvious, the merge window for the .39 kernel for stuff in the drivers/staging/ directory is closed. If the patches aren't already in my staging-next git tree, then they will not be accepted, except for normal bugfixes, for the .39 kernel release. If anyone has any qu

[PATCH 2/2] staging: brcm80211: deleted inactive BCMDBG_FORCEHT code

2011-03-15 Thread Roland Vossen
Code cleanup. Preprocessor flag BCMDBG_FORCEHT is never defined, is a debug feature, so ifdeff'ed code has been removed. The removed section would force the backplane clock on HT rate, which facilitates debug but has a negative effect on power usage. Signed-off-by: Roland Vossen --- drivers/stag

[PATCH 1/2] staging: brcm80211: code cleanup

2011-03-15 Thread Roland Vossen
Removed inactive code sections (BCM_DMAPAD and CHIPC_UART_ALWAYS_ON were never defined). Also replaced magic number by #define. Deleted incorrect comment. Signed-off-by: Roland Vossen --- drivers/staging/brcm80211/brcmsmac/wl_mac80211.c |5 +++-- drivers/staging/brcm80211/util/hnddma.c

Re: [PATCH 2/2] staging: rts_pstor: set lun_mode in a differentplace

2011-03-15 Thread Dan Carpenter
On Tue, Mar 15, 2011 at 04:56:38PM +0800, wwang wrote: > 于 2011年03月15日 16:46, Dan Carpenter 写道: > > Hm... The auto detect code is never run because chip->use_hw_setting is > > always 0. Are you sure the right fix isn't to set chip->use_hw_setting > > to 1? > > > > regards, > > dan carpenter > > >

Re: [PATCH 2/2] staging: rts_pstor: set lun_mode in a differentplace

2011-03-15 Thread wwang
于 2011年03月15日 16:46, Dan Carpenter 写道: > Hm... The auto detect code is never run because chip->use_hw_setting is > always 0. Are you sure the right fix isn't to set chip->use_hw_setting > to 1? > > regards, > dan carpenter > Yes, setting chip->use_hw_setting is not a wise choice. Normally, if chi

Re: [PATCH 2/2] staging: rts_pstor: set lun_mode in a different place

2011-03-15 Thread Dan Carpenter
On Tue, Mar 15, 2011 at 04:22:16PM +0800, wei_w...@realsil.com.cn wrote: > From: wwang > > In sony notebook, card reader will be configured as two-lun mode > through EFUSE. In this situation, MS card can't be recognized > properly because driver does only support single-lun mode in default. > In

[PATCH 2/2] staging: rts_pstor: set lun_mode in a different place

2011-03-15 Thread wei_wang
From: wwang In sony notebook, card reader will be configured as two-lun mode through EFUSE. In this situation, MS card can't be recognized properly because driver does only support single-lun mode in default. In this patch, lun_mode is set in a different place, so driver can detect the EFUSE conf

[PATCH 1/2] staging: rts_pstor: modify initial card clock

2011-03-15 Thread wei_wang
From: wwang Modify initial card clock to avoid over spec Signed-off-by: wwang --- drivers/staging/rts_pstor/rtsx.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rts_pstor/rtsx.c b/drivers/staging/rts_pstor/rtsx.c index 4514419..02525d5 10