Re: [PATCH V2 3/5] Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up

2018-11-01 Thread gre...@linuxfoundation.org
On Thu, Nov 01, 2018 at 07:22:28PM +, Dexuan Cui wrote: > > From: gre...@linuxfoundation.org > > Sent: Thursday, November 1, 2018 11:57 > > To: Dexuan Cui > > > > On Wed, Oct 31, 2018 at 11:23:54PM +, Dexuan Cui wrote: > > > > From: Michael Kelley > > > > Sent: Wednesday, October 24,

Please Help A Widow.

2018-11-01 Thread Habiba Sabiha Alfaleh
Dear Friend, I am the widow of Late Gen. Abdul Alfaleh who served under the era of the late Libya dictator Late Col. Muammar Mohammed Abu Minyar Al. Gaddafi who died along with my Late husband in 2011 Libya political crisis. I need your help to secure my Late husband's estate. I have waited

[RFC PATCH v2] android: ion: How to properly clean caches for uncached allocations

2018-11-01 Thread Liam Mark
Based on the suggestions from Laura I created a first draft for a change which will attempt to ensure that uncached mappings are only applied to ION memory who's cache lines have been cleaned. It does this by providing cached mappings (for uncached ION allocations) until the ION buffer is dma

[SPAM] Please get back to me

2018-11-01 Thread Mr. Prince Chuma
Dear Friend, My names are Prince Chuma, I work as the Regional Manager of Union Bank of Nigeria Plc. With operational office at Falomo. I have packaged a transaction that will be of mutual benefit to both of us. I want you to help my family received and invest the sum of USD$10.5Million

[PATCH 3/3] Added missing le16_to_cpu conversions

2018-11-01 Thread Carmeli Tamir
Fixed sparse tool warnings due to missing convesion from le16 to cpu endienness. Previously posted without any feedback, now updated according to master. Signed-off-by: Carmeli Tamir --- drivers/staging/emxx_udc/emxx_udc.c | 22 -- 1 file changed, 12 insertions(+), 10

[PATCH 2/3] staging: emxx_udc: Added missing __iomem modifier to handle p_regs

2018-11-01 Thread Carmeli Tamir
Since in nbu2ss_drv_probe() p_regs is assigned from mmio_base, which is marked as __iomem, p_regs also should be market with __iomem. Previously posted without any feedback, now updated according to master. Signed-off-by: Carmeli Tamir --- drivers/staging/emxx_udc/emxx_udc.c | 44

[PATCH 1/3] staging: emxx_udc: Added static modifier to udc_controller

2018-11-01 Thread Carmeli Tamir
Added static modifier to the udc_controller, since it's only required within emxx_udc.c. Previously posted without any feedback, now updated according to master. Signed-off-by: Carmeli Tamir --- drivers/staging/emxx_udc/emxx_udc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

RE: [PATCH V2 3/5] Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up

2018-11-01 Thread Haiyang Zhang
> -Original Message- > From: k...@linuxonhyperv.com > Sent: Thursday, October 18, 2018 1:10 AM > To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; Stephen Hemminger ; > Michael Kelley

RE: [PATCH V2 3/5] Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up

2018-11-01 Thread Dexuan Cui
> From: gre...@linuxfoundation.org > Sent: Thursday, November 1, 2018 11:57 > To: Dexuan Cui > > On Wed, Oct 31, 2018 at 11:23:54PM +, Dexuan Cui wrote: > > > From: Michael Kelley > > > Sent: Wednesday, October 24, 2018 08:38 > > > From: k...@linuxonhyperv.com Sent: > Wednesday, > > >

Re: [PATCH V2 3/5] Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up

2018-11-01 Thread gre...@linuxfoundation.org
On Wed, Oct 31, 2018 at 11:23:54PM +, Dexuan Cui wrote: > > From: Michael Kelley > > Sent: Wednesday, October 24, 2018 08:38 > > From: k...@linuxonhyperv.com Sent: Wednesday, > > October 17, 2018 10:10 PM > > > From: Dexuan Cui > > > > > > In kvp_send_key(), we do need call

Re: [PATCH] staging: fix some typo

2018-11-01 Thread Greg KH
On Thu, Nov 01, 2018 at 11:48:38AM -0400, Yangtao Li wrote: > Signed-off-by: Yangtao Li > --- > drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- > drivers/staging/rtl8723bs/include/rtw_cmd.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) No changelog?

Re: [PATCH] staging: rtl8188eu: fix small typo

2018-11-01 Thread Michael Straube
On 11/1/18 4:50 PM, Yangtao Li wrote: Signed-off-by: Yangtao Li --- drivers/staging/rtl8188eu/hal/odm_rtl8188e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/odm_rtl8188e.c b/drivers/staging/rtl8188eu/hal/odm_rtl8188e.c index

[PATCH 3/8] staging: wilc1000: refactor get_bssid() function

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh Refactor get_bssid() by making use of 'ieee80211_mgmt' struct. Instead of passing the memory offset now using structure element to fetch the bssid information. Returning the pointer to bssid from get_bssid() instead of filing the input argument. Signed-off-by: Ajay Singh ---

[PATCH 0/8] staging: wilc1000: make use of cfg80211 provided API's

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh This series mainly contains the changes to make use of cfg80211 and framework provided API's instead of having own implementation. After refactoring of coreconfigurator functions, most of the redundant code is removed, hence deleted the extra file. Ajay Singh (8): staging:

[PATCH 1/8] staging: wilc1000: refactor wilc_parse_network_info() using kernel framework api's

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh Refactor wilc_parse_network_info() by making use of cfg80211.h provided API. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/coreconfigurator.c | 90 ++--- 1 file changed, 55 insertions(+), 35 deletions(-) diff --git

[PATCH 5/8] staging: wilc1000: refactor wilc_parse_assoc_resp_info()

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh Refactor wilc_parse_assoc_resp_info() function by removing the use of get_asoc_status() API. For parsing assoc response use the struct and avoided the use of offset macros to extract the ies information. Signed-off-by: Ajay Singh ---

[PATCH 8/8] staging: wilc1000: remove coreconfigurator.h file

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh Remove the coreconfigurator header file, as its source file is deleted after code refactor. Moved the required structure and prototypes to hostinterface header. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/coreconfigurator.h | 70 -

[PATCH 6/8] staging: wilc1000: remove unnecessary MAX_STRING_LEN macro

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh Cleanup patch to remove the use of unnecessary 'MAX_STRING_LEN' macro. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/coreconfigurator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.h

[PATCH 7/8] staging: wilc1000: remove coreconfigurator.c file

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh After use of framework API's most of the redundant functions are removed in coreconfigurator.c file. Now moved left over function to host_interface file and deleted the coreconfigurator.c file. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/Makefile | 3 +-

[PATCH 2/8] staging: wilc1000: remove unused code in coreconfigurator

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh After refactoring of wilc_parse_network_info(), some of the functions and macro are not required, so removed the unused code. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/coreconfigurator.c | 157

[PATCH 4/8] staging: wilc1000: avoid line over 80 chars in wilc_parse_network_info()

2018-11-01 Thread Ajay.Kathat
From: Ajay Singh Use shorter name for 'network_info' variable to avoid line over 80 chars issue. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/coreconfigurator.c | 53 ++--- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git

Re: [PATCH v3 1/3] staging: iio: ad7780: fix offset read value

2018-11-01 Thread Ardelean, Alexandru
Good catch. Acked-by: Alexandru Ardelean On Thu, 2018-11-01 at 11:43 -0300, Renato Lui Geh wrote: > Variable val subtracted an uninitialized value on IIO_CHAN_INFO_OFFSET. > This was fixed by assigning the correct value instead. > > Signed-off-by: Renato Lui Geh > --- >

Re: [PATCH v3 2/3] staging: iio: ad7780: update voltage on read

2018-11-01 Thread Ardelean, Alexandru
On Thu, 2018-11-01 at 11:43 -0300, Renato Lui Geh wrote: > The ad7780 driver previously did not read the correct device output, as > it read an outdated value set at initialization. It now updates its > voltage on read. > > Signed-off-by: Renato Lui Geh > --- > Changes in v3: > - removed

[PATCH] staging: vt6655: fix small typo

2018-11-01 Thread Yangtao Li
Signed-off-by: Yangtao Li --- drivers/staging/vt6655/baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index f0b163473426..b5ba0c76fb43 100644 --- a/drivers/staging/vt6655/baseband.c +++

[PATCH] staging: rtl8188eu: fix small typo

2018-11-01 Thread Yangtao Li
Signed-off-by: Yangtao Li --- drivers/staging/rtl8188eu/hal/odm_rtl8188e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/odm_rtl8188e.c b/drivers/staging/rtl8188eu/hal/odm_rtl8188e.c index d5001920f77c..5352b0e45cac 100644 ---

[PATCH] staging: fix some typo

2018-11-01 Thread Yangtao Li
Signed-off-by: Yangtao Li --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- drivers/staging/rtl8723bs/include/rtw_cmd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index

Re: [PATCH v7 3/3] staging: iio: ad2s1210: Add device tree table.

2018-11-01 Thread Himanshu Jha
On Wed, Oct 31, 2018 at 09:30:36PM +0530, Nishad Kamdar wrote: > Add device tree table for matching vendor ID. > > Signed-off-by: Nishad Kamdar > --- > drivers/staging/iio/resolver/ad2s1210.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git

Re: [PATCH v3 3/3] staging: iio: ad7780: remove unnecessary stashed voltage value

2018-11-01 Thread Ardelean, Alexandru
On Thu, 2018-11-01 at 11:43 -0300, Renato Lui Geh wrote: > This patch removes the unnecessary field int_vref_mv in ad7780_state > referring to the device's voltage. > > Signed-off-by: Renato Lui Geh > --- > Changes in v3: > - removed unnecessary int_vref_mv from ad7780_state > >

[PATCH v3 3/3] staging: iio: ad7780: remove unnecessary stashed voltage value

2018-11-01 Thread Renato Lui Geh
This patch removes the unnecessary field int_vref_mv in ad7780_state referring to the device's voltage. Signed-off-by: Renato Lui Geh --- Changes in v3: - removed unnecessary int_vref_mv from ad7780_state drivers/staging/iio/adc/ad7780.c | 5 + 1 file changed, 1 insertion(+), 4

[PATCH v3 2/3] staging: iio: ad7780: update voltage on read

2018-11-01 Thread Renato Lui Geh
The ad7780 driver previously did not read the correct device output, as it read an outdated value set at initialization. It now updates its voltage on read. Signed-off-by: Renato Lui Geh --- Changes in v3: - removed initialization (int voltage_uv = 0) - returns error when

[PATCH v3 1/3] staging: iio: ad7780: fix offset read value

2018-11-01 Thread Renato Lui Geh
Variable val subtracted an uninitialized value on IIO_CHAN_INFO_OFFSET. This was fixed by assigning the correct value instead. Signed-off-by: Renato Lui Geh --- drivers/staging/iio/adc/ad7780.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/iio/adc/ad7780.c

[PATCH v3 0/3] staging: iio: ad7780: correct driver read

2018-11-01 Thread Renato Lui Geh
The purpose of this series is to correct two issues in the driver's raw read function and remove unnecessary struct fields. Changelog: *v2 - separated original patch into two patches (https://marc.info/?l=linux-iio=154047435605492) *v3 - reordered patches so that fixes