RE: [PATCH 1/1] Clocksource: Move the Hyper-V clocksource driver out of staging

2011-05-24 Thread Thomas Gleixner
On Wed, 25 May 2011, KY Srinivasan wrote: > I like the idea of merging this code with some other file under arch/x86/. > I could merge this code into mshyperv.c file that already has hyperv > specific code. Who would take this patch if I were to merge this > cleaned up Hyper-V clocksource code in

RE: [PATCH 1/1] Clocksource: Move the Hyper-V clocksource driver out of staging

2011-05-24 Thread KY Srinivasan
> -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Tuesday, May 24, 2011 6:43 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; johns...@us.ibm.com; h...@infradead.org; Hank > Janssen; Haiyang Zhang > S

[PATCH] staging: rts_pstor: use bitwise operator instead of logical one

2011-05-24 Thread Nicolas Kaiser
Looks like a typo? Signed-off-by: Nicolas Kaiser --- drivers/staging/rts_pstor/sd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c b/drivers/staging/rts_pstor/sd.c index bddb031..cdae497 100644 --- a/drivers/staging/rts_pstor/sd.c +++ b/d

Re: [PATCH 1/1] Clocksource: Move the Hyper-V clocksource driver out of staging

2011-05-24 Thread Thomas Gleixner
On Tue, 24 May 2011, K. Y. Srinivasan wrote: > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -595,6 +595,9 @@ config X86_CYCLONE_TIMER > def_bool y > depends on X86_32_NON_STANDARD > > +config HYPERV_CLKSRC > + def_bool y Errm, why do we need another random config switch f

[PATCH] usbip: simplify lock handling in valid_request()

2011-05-24 Thread Németh Márton
From: Márton Németh The function calls spin_lock() and spin_unlock() should be in pair. This patch makes this pairing more clear for the reader of the code. Signed-off-by: Márton Németh --- diff --git a/drivers/staging/usbip/stub_rx.c b/drivers/staging/usbip/stub_rx.c index a5c1fa1..e2cfedb 10

[PATCH 1/1] Clocksource: Move the Hyper-V clocksource driver out of staging

2011-05-24 Thread K. Y. Srinivasan
Move the Hyper-V clocksource driver out of the staging area. Given the size of this driver, this driver is being built as part of the kernel. Signed-off-by: K. Y. Srinivasan Signed-off-by: Hank Janssen Signed-off-by: Haiyang Zhang --- arch/x86/Kconfig|3 + drivers/clock

Professional CAD Drafting Services

2011-05-24 Thread Ben
CAD Drafting Services We are a China based studio providing innovative and cost effective CAD drafting and design solutions that provide value to business needs. We introduced ourselves with a vision to be the best rather than to be the biggest of all the players in the industry. We truly believe

Re: [PATCH] staging: brcm80211: fix for 'multiple definition of wl_msg_level' build err

2011-05-24 Thread Greg KH
On Tue, May 24, 2011 at 01:35:21PM +0200, Roland Vossen wrote: > As reported by Linus. > > Signed-off-by: Roland Vossen > --- When someone else reports it, then you need to say so this way: Reported-by: Linus Torvalds I'll add it to the patch this time, but please be more careful next time.

[PATCH] staging: brcm80211: fix for 'multiple definition of wl_msg_level' build err

2011-05-24 Thread Roland Vossen
As reported by Linus. Signed-off-by: Roland Vossen --- drivers/staging/brcm80211/brcmfmac/wl_iw.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/brcm80211/brcmfmac/wl_iw.c b/drivers/staging/brcm80211/brcmfmac/wl_iw.c index 929ceaf..15e1b05 100644 --- a