Re: 答复: [PATCH] staging: sm750: Fix the Makefile option error

2015-04-22 Thread Sudip Mukherjee
On Thu, Apr 23, 2015 at 12:43:40PM +0800, 陈华才 wrote: > Hi, Teddy, > > In the code It seems that only SM718/SM750 is supported in Sudip's driver. Hi Huacai, The driver that Teddy gave me originally was a mix driver of SM712/SM750/SM502. The one in staging is only SM750, since we already have SM71

Re:答复: [PATCH] staging: sm750: Fix the Makefile option error

2015-04-22 Thread 陈华才
Hi, Teddy, In the code It seems that only SM718/SM750 is supported in Sudip's driver. Huacai -- Original -- From: "Teddy Wang 王力强"; Date: Thu, Apr 23, 2015 11:21 AM To: "陈华才"; "Sudip Mukherjee"; Cc: "Binbin Zhou"; "Greg Kroah-Hartman"; "devel"; "Fuxin Zhang"; Sub

答复: [PATCH] staging: sm750: Fix the Makefile option error

2015-04-22 Thread Teddy Wang 王力强
Hi Huacai, The driver which Sudip is using is our latest driver. It's a mix driver which can support SM712/SM750/SM502 etc... The driver in http://dev.lemote.com/files/upload/lm/kernel/testing/sm750fb.tar.gz can only support SM750. It's an old driver. I will visit Changshu lemote next

[PATCH V2 3/5] hv: vmbus_free_channels(): remove the redundant free_channel()

2015-04-22 Thread K. Y. Srinivasan
From: Dexuan Cui free_channel() has been invoked in vmbus_remove() -> hv_process_channel_removal(), or vmbus_remove() -> ... -> vmbus_close_internal() -> hv_process_channel_removal(). We also change to use list_for_each_entry_safe(), because the entry is removed in hv_process_channel_removal().

[PATCH V2 2/5] Drivers: hv: vmbus: unregister panic notifier on module unload

2015-04-22 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov Commit 96c1d0581d00f7abe033350edb021a9d947d8d81 ("Drivers: hv: vmbus: Add support for VMBus panic notifier handler") introduced atomic_notifier_chain_register() call on module load. We also need to call atomic_notifier_chain_unregister() on module unload as otherwise the fo

[PATCH V2 5/5] Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state

2015-04-22 Thread K. Y. Srinivasan
Implement the protocol for tearing down the monitor state established with the host. Signed-off-by: K. Y. Srinivasan Tested-by: Vitaly Kuznetsov --- Changes in V2: Call vmbus_disconnect earlier - Vitaly Kuznetsov drivers/hv/channel_mgmt.c | 25 + drivers/hv/connecti

[PATCH V2 1/5] Drivers: hv: vmbus: introduce vmbus_acpi_remove

2015-04-22 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov In case we do request_resource() in vmbus_acpi_add() we need to tear it down to be able to load the driver again. Otherwise the following crash in observed when hv_vmbus unload/load sequence is performed on a Generation2 instance: [ 38.165701] BUG: unable to handle kerne

[PATCH V2 4/5] drivers: hv: vmbus: Get rid of some unused definitions

2015-04-22 Thread K. Y. Srinivasan
Get rid of some unused definitions. Signed-off-by: K. Y. Srinivasan --- include/linux/hyperv.h | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 1744148..e29ccdd 100644 --- a/include/linux/hyperv.h ++

[PATCH V2 0/5] Drivers: hv: vmbus: Cleanup the vmbus unload path

2015-04-22 Thread K. Y. Srinivasan
This patch-set have several fixes to enable the clean unload of the vmbus. Typically, vmbus will not be unloadable when Linux is hosted on Hyper-V since the driver managing the root device needs the vmbus driver. In this version of the patch-set, the patch Drivers: hv: vmbus: Implement the protoco

Re: [PATCH] staging: sm750: Fix the Makefile option error

2015-04-22 Thread 陈华才
Hi, Sudip, 1, We have checked that SM7xxfb works perfectly on Yeeloong 8089. 2, Yes, we are using SM750 in our new products. 3, I found that my sm750 driver is better than yours, for example, my driver show Linux logo at boot time, but your driver can't. 4, I hope you can work sm7xx/sm750 in par

Good Day Sir,

2015-04-22 Thread Mr.Wichz Freeman
Good Day Sir, I am Mr.Wichz Freeman from Syria, presently now in England on asylum. I got your contact from a web business directory on investment Please I seek your assistance in the following ways: 1.To assist me look for a profitable business in your country (where I can invest to sustain my l

Re: vnc over ssh with tp-link tl-wn725n causes laptop to freeze

2015-04-22 Thread Larry Finger
On 04/22/2015 11:45 AM, dborlau...@gmail.com wrote: Dear Mr. Carpenter, Thank you kindly for your help and these nice suggestions. Thank you for CCing Mr. Finger. Actually, I stumbled across his name in my online searches as on of the developers of this driver, and that's why I tried to seek h

Re: vnc over ssh with tp-link tl-wn725n causes laptop to freeze

2015-04-22 Thread dborlau...@gmail.com
Dear Mr. Finger, Thank you kindly for your help and patience. I'm sure you explain to write 'uname -r' to many noobs such as myself, your patient instruction is appreciated; thanks for teaching. output of 'uname -r': 3.2.0-v-amd64 I will try the v4.1.8_9499 github and report back. Thank you ki

Re: vnc over ssh with tp-link tl-wn725n causes laptop to freeze

2015-04-22 Thread Larry Finger
On 04/22/2015 02:48 AM, Dan Carpenter wrote: That's Larry Finger's driver and it might be different from the kernel.org driver. I've added him to the CC list. If you look in /var/log/messages there may be some useful warning messages from when the driver loaded to when it crashed? Actually, t

Re: [PATCH 1/3] staging: comedi: comedi_bond: fix 'b_mask' calc in bonding_dio_insn_bits()

2015-04-22 Thread Ian Abbott
On 21/04/15 21:09, Dan Carpenter wrote: I knew the original was undefined because Ian showed me the relevant section from the standard. I'm actually surprised that it doesn't work in GCC. Using -fno-strict-overflow doesn't help either. I think at the optimizations that the kernel uses -O2 and

Re: [PATCH net-next, 1/1] hv_netvsc: call dump_rndis_message() only in netvsc debug mode

2015-04-22 Thread Vitaly Kuznetsov
six...@microsoft.com writes: > From: Simon Xiao > > Signed-off-by: Simon Xiao > Reviewed-by: K. Y. Srinivasan > Reviewed-by: Haiyang Zhang I don't quite understand what problem is being solved here (and empty commit message doesn't is not very helpful). netdev_dbg() is not being printed by d

Re: vnc over ssh with tp-link tl-wn725n causes laptop to freeze

2015-04-22 Thread Dan Carpenter
That's Larry Finger's driver and it might be different from the kernel.org driver. I've added him to the CC list. If you look in /var/log/messages there may be some useful warning messages from when the driver loaded to when it crashed? regards, dan carpenter On Tue, Apr 21, 2015 at 07:12:36PM

[PATCH] Staging: comedi: fix code indent coding style issues in daqboard2000.c

2015-04-22 Thread Gbenga Adalumo
This is a patch to daqboard2000.c file that fixes code indent errors found by the checkpatch.pl tool Signed-off-by: Gbenga Adalumo --- drivers/staging/comedi/drivers/daqboard2000.c | 56 +-- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/drivers/staging

Re: [PATCH 1/2] vfs: export symbol 'getname' and 'putname'

2015-04-22 Thread Christoph Hellwig
On Wed, Apr 22, 2015 at 06:49:08AM +, Drokin, Oleg wrote: > I know this is not going to be a popular opinion with you, but sometimes > opening a file > is just too expensive. 1 RPC roudntrip to open a file and then another one to > close it. Use O_PATH to avoid this.

Re: [PATCH] staging: sm750: Fix the Makefile option error

2015-04-22 Thread Sudip Mukherjee
On Wed, Apr 22, 2015 at 02:30:56PM +0800, 陈华才 wrote: > Hi, Sudip, > > We also get a sm750 kernel driver from Silicon Motion > (http://dev.lemote.com/files/upload/lm/kernel/testing/sm750fb.tar.gz), its > Version is 1.0.8. > > I'm not sure whether your driver (which has merged in staging) is newe