Re: [PATCH v2 08/11] staging/android: make info->len return only the size of fence_infos

2016-02-02 Thread Gustavo Padovan
2016-02-02 Maarten Lankhorst : > Op 02-02-16 om 14:23 schreef Gustavo Padovan: > > From: Gustavo Padovan > > > > The len member of struct sync_file_info was returning the size of the whole > > buffer (struct sync_file_info +

[PATCH v2] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojevic
Move panel driver from drivers/staging/panel to drivers/misc. Signed-off-by: Ksenija Stanojevic --- Changes in v2: - modify MAINTAINERS file - move lcd-panel-cgram.txt to Documentation/ .../misc-devices}/lcd-panel-cgram.txt | 1 -

Re: [PATCH] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojević
On Tue, Feb 2, 2016 at 6:44 PM, Greg KH wrote: > On Tue, Feb 02, 2016 at 06:19:43PM +0100, Ksenija Stanojević wrote: >> On Tue, Feb 2, 2016 at 6:14 PM, Greg KH wrote: >> > On Tue, Feb 02, 2016 at 05:48:56PM +0100, Ksenija Stanojević wrote:

[PATCH] Staging:octeon:removed blank line after {

2016-02-02 Thread Bhumika Goyal
Removed blank line after curly braces. Found using checkpatch.pl. Signed-off-by: Bhumika Goyal --- drivers/staging/octeon/ethernet-rgmii.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/octeon/ethernet-rgmii.c

Re: [PATCH v2] misc: Move panel driver out of staging

2016-02-02 Thread Joe Perches
On Tue, 2016-02-02 at 19:12 +0100, Ksenija Stanojevic wrote: > Move panel driver from drivers/staging/panel to drivers/misc. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -10393,6 +10393,7 @@ F:drivers/staging/nvec/ >   >  STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER >  M: Willy Tarreau

Re: [PATCH v2] staging: rtl8723au: use list_for_each_entry*()

2016-02-02 Thread Jes Sorensen
Geliang Tang writes: > Use list_for_each_entry*() instead of list_for_each*() to simplify > the code. > > Signed-off-by: Geliang Tang > --- > Changes in v2: > - drop the coding style fixing in v1. > --- > drivers/staging/rtl8723au/core/rtw_ap.c

Re: [PATCH v2] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojević
On Tue, Feb 2, 2016 at 7:24 PM, Joe Perches wrote: > On Tue, 2016-02-02 at 19:12 +0100, Ksenija Stanojevic wrote: >> Move panel driver from drivers/staging/panel to drivers/misc. > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -10393,6 +10393,7 @@ F:

[PATCH v3] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojevic
Move panel driver from drivers/staging/panel to drivers/misc. Signed-off-by: Ksenija Stanojevic --- Changes in v3: - modify driver location in MAINTAINERS file Changes in v2: - modify MAINTAINERS file - move lcd-panel-cgram.txt to

Re: [PATCH v2 06/11] staging/android: turn fence_info into a __u64 pointer

2016-02-02 Thread Gustavo Padovan
Hi Maarten, 2016-02-02 Maarten Lankhorst : > Op 02-02-16 om 14:23 schreef Gustavo Padovan: > > From: Gustavo Padovan > > > > Making fence_info a pointer enables us to extend the struct in the future > > without breaking the

Re: [PATCH v3] misc: Move panel driver out of staging

2016-02-02 Thread Greg KH
On Tue, Feb 02, 2016 at 07:39:02PM +0100, Ksenija Stanojevic wrote: > Move panel driver from drivers/staging/panel to drivers/misc. > > Signed-off-by: Ksenija Stanojevic > --- > Changes in v3: > - modify driver location in MAINTAINERS file > > Changes in v2:

[PATCH] tty: Add support for PCIe WCH382 2S multi-IO card

2016-02-02 Thread Jeremy McNicoll
WCH382 2S board is a PCIe card with 2 DB9 COM ports detected as Serial controller: Device 1c00:3253 (rev 10) (prog-if 05 [16850]) Signed-off-by: Jeremy McNicoll --- drivers/tty/serial/8250/8250_pci.c | 21 + 1 file changed, 21 insertions(+) diff --git

Dual Serial PCIe WCH382 Support

2016-02-02 Thread Jeremy McNicoll
This change adds support for the IOCrest WCH382 dual serial PCIe card. LSPCI: - 03:00.0 Serial controller: Device 1c00:3253 (rev 10) (prog-if 05 [16850]) Subsystem: Device 1c00:3253 Flags: fast devsel, IRQ 16 I/O ports at 2000 [size=256] Memory at c000

[PATCH] Staging: fix coding style in rtl8188eu/core

2016-02-02 Thread Colin Vidal
Set constant on the left of the test, and jump a new line to avoid to exceed the 80 char length limit. Signed-off-by: Colin Vidal --- drivers/staging/rtl8188eu/core/rtw_iol.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v3] misc: Move panel driver out of staging

2016-02-02 Thread Willy Tarreau
On Tue, Feb 02, 2016 at 12:59:50PM -0800, Greg KH wrote: > On Tue, Feb 02, 2016 at 07:39:02PM +0100, Ksenija Stanojevic wrote: > > Move panel driver from drivers/staging/panel to drivers/misc. > > > > Signed-off-by: Ksenija Stanojevic > > --- > > Changes in v3: > >

Re: [PATCH] Staging: fix coding style in rtl8188eu/core

2016-02-02 Thread Colin Vidal
On Tue, 2016-02-02 at 13:14 -0800, Joe Perches wrote: > On Tue, 2016-02-02 at 21:57 +0100, Colin Vidal wrote: > > Set constant on the left of the test, and jump a new line to avoid > > to > > exceed the 80 char length limit. > [] > > diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c > >

Re: [PATCH] Staging: fix coding style in rtl8188eu/core

2016-02-02 Thread Joe Perches
On Tue, 2016-02-02 at 21:57 +0100, Colin Vidal wrote: > Set constant on the left of the test, and jump a new line to avoid to > exceed the 80 char length limit. [] > diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c > b/drivers/staging/rtl8188eu/core/rtw_iol.c [] > @@ -22,10 +22,11 @@ >   >  

[PATCH net-next] hv_netvsc: Increase delay for RNDIS_STATUS_NETWORK_CHANGE

2016-02-02 Thread Haiyang Zhang
We simulates a link down period for RNDIS_STATUS_NETWORK_CHANGE message to trigger DHCP renew. User daemons may need multiple seconds to trigger the link down event. (e.g. ifplugd: 5sec, network-manager: 4sec.) So update this link down period to 10 sec to properly trigger DHCP renew.

Re: [PATCH 02/26] staging: wilc1000: removes function 'wilc_dealloc_assoc_resp_info()'

2016-02-02 Thread Julian Calaby
Hi Leo, On Tue, Feb 2, 2016 at 11:02 PM, Leo Kim wrote: > This patch removes function wilc_dealloc_assoc_resp_info()'. > Does not need this function which only free memory. > Therefore, this function is removed and changed directly with kfree. > > Signed-off-by: Leo Kim

Re: [PATCH] Staging: fix coding style in rtl8188eu/core

2016-02-02 Thread Joe Perches
On Tue, 2016-02-02 at 22:28 +0100, Colin Vidal wrote: > On Tue, 2016-02-02 at 13:14 -0800, Joe Perches wrote: > > On Tue, 2016-02-02 at 21:57 +0100, Colin Vidal wrote: > > > Set constant on the left of the test, and jump a new line to avoid to > > > exceed the 80 char length limit. > > [] > > >

[PATCH] Staging: fix coding style in rtl8188eu/core

2016-02-02 Thread Colin Vidal
Set constant operand on right of test, and refactor the code in a more compact and readable way. Signed-off-by: Colin Vidal --- drivers/staging/rtl8188eu/core/rtw_iol.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git

Re: [PATCH] Staging: fix coding style in rtl8188eu/core

2016-02-02 Thread Colin Vidal
On Tue, 2016-02-02 at 23:54 +0100, Colin Vidal wrote: > Set constant operand on right of test, and refactor the code in a > more > compact and readable way. > > Signed-off-by: Colin Vidal > --- >  drivers/staging/rtl8188eu/core/rtw_iol.c | 13 + >  1 file changed, 5

Re: [PATCH v3] misc: Move panel driver out of staging

2016-02-02 Thread Joe Perches
On Tue, 2016-02-02 at 19:39 +0100, Ksenija Stanojevic wrote: > Move panel driver from drivers/staging/panel to drivers/misc. > > Signed-off-by: Ksenija Stanojevic > --- > Changes in v3: > - modify driver location in MAINTAINERS file [] > diff --git

Re: [PATCH] staging: android: ion: use the manged version of DMA memory allocation

2016-02-02 Thread kbuild test robot
Hi Hari, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.5-rc2 next-20160202] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Gujulan-Elango-Hari-Prasath-H

[PATCH] staging: android: ion: use the manged version of DMA memory allocation

2016-02-02 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Use the managed version of the dma_alloc_coherent() i.e. the dmam_alloc_coherent() & accordingly cleanup the error handling part.Also,remove the references to dma_free_coherent. Signed-off-by: Hari Prasath Gujulan Elango

Re: [PATCH] rtlwifi: Fix warning from ieee80211_get_tx_rates() when using 5G

2016-02-02 Thread Kalle Valo
Larry Finger writes: > When using a 5G-capable device with VHT rates enabled, the following > warning results: > > WARNING: CPU: 3 PID: 2253 at net/mac80211/rate.c:625 > ieee80211_get_tx_rates+0x22e/0x620 [mac80211]() > Modules linked in: rtl8821ae btcoexist rtl_pci

Re: [PATCH v2 02/11] staging/android: rename sync_pt_info to fence_info

2016-02-02 Thread Maarten Lankhorst
Op 02-02-16 om 14:23 schreef Gustavo Padovan: > From: Gustavo Padovan > > As struct sync_pt doesn't exist anymore it is a good idea remove any > reference to it in the sync_framework. sync_pts were replaced directly by > fences. > rename it to sync_fence_info to

Re: [PATCH v2 06/11] staging/android: turn fence_info into a __u64 pointer

2016-02-02 Thread Maarten Lankhorst
Op 02-02-16 om 14:23 schreef Gustavo Padovan: > From: Gustavo Padovan > > Making fence_info a pointer enables us to extend the struct in the future > without breaking the ABI. > > v2: use type __u64 for fence_info > Signed-off-by: Gustavo Padovan

Re: [PATCH v2 06/11] staging/android: turn fence_info into a __u64 pointer

2016-02-02 Thread Emil Velikov
On 2 February 2016 at 15:23, Gustavo Padovan wrote: > From: Gustavo Padovan > > Making fence_info a pointer enables us to extend the struct in the future > without breaking the ABI. > > v2: use type __u64 for fence_info > > Signed-off-by:

Re: [PATCH] rtlwifi: Fix warning from ieee80211_get_tx_rates() when using 5G

2016-02-02 Thread Larry Finger
On 02/02/2016 02:15 AM, Kalle Valo wrote: Larry Finger writes: When using a 5G-capable device with VHT rates enabled, the following warning results: WARNING: CPU: 3 PID: 2253 at net/mac80211/rate.c:625 ieee80211_get_tx_rates+0x22e/0x620 [mac80211]() Modules linked

Re: [PATCH] staging: goldfish: use div64_s64 instead of do_div

2016-02-02 Thread One Thousand Gnomes
On Mon, 01 Feb 2016 11:33 +0100 Arnd Bergmann wrote: > The goldfish nand driver divides a signed 64-bit number (loff_t) > in multiple places using the do_div() function. This has always > been unreliable but now produces a compiler warning (since 4.5-rc1): > >

Re: [PATCH] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojević
Hi Greg, On Tue, Feb 2, 2016 at 5:23 PM, Greg KH wrote: > On Tue, Feb 02, 2016 at 03:38:21PM +0100, Ksenija Stanojevic wrote: >> Move panel driver from drivers/staging/panel to drivers/misc. >> >> Signed-off-by: Ksenija Stanojevic >> ---

Re: [PATCH] misc: Move panel driver out of staging

2016-02-02 Thread Sudip Mukherjee
On Tue, Feb 02, 2016 at 08:23:20AM -0800, Greg KH wrote: > On Tue, Feb 02, 2016 at 03:38:21PM +0100, Ksenija Stanojevic wrote: > > Move panel driver from drivers/staging/panel to drivers/misc. > > > > Signed-off-by: Ksenija Stanojevic > > --- > >

Re: [PATCH] misc: Move panel driver out of staging

2016-02-02 Thread Greg KH
On Tue, Feb 02, 2016 at 03:38:21PM +0100, Ksenija Stanojevic wrote: > Move panel driver from drivers/staging/panel to drivers/misc. > > Signed-off-by: Ksenija Stanojevic > --- > drivers/misc/Kconfig | 278 > drivers/misc/Makefile

[PATCH 01/26] staging: wilc1000: removes function 'wilc_dealloc_network_info()'

2016-02-02 Thread Leo Kim
This patch removes function 'wilc_dealloc_network_info()'. Does not need this function which only free memory. Therefore, this function is removed and changed directly with kfree. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 22

[PATCH 02/26] staging: wilc1000: removes function 'wilc_dealloc_assoc_resp_info()'

2016-02-02 Thread Leo Kim
This patch removes function wilc_dealloc_assoc_resp_info()'. Does not need this function which only free memory. Therefore, this function is removed and changed directly with kfree. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 22

[PATCH 03/26] staging: wilc1000: remove typedef from tstrConnectRespInfo

2016-02-02 Thread Leo Kim
This patch removes typedef from the struct tstrConnectRespInfo and renames it to connect_resp_info. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 6 +++--- drivers/staging/wilc1000/coreconfigurator.h | 6 +++---

[PATCH 25/26] staging: wilc1000: remove unnecessary log message using GENERIC_DBG tag

2016-02-02 Thread Leo Kim
From: Chris Park This patch remove unnecessary log message using GENERIC_DBG tag. Needed log messages has changed netdev_dbg from PRINT_D. And removes variables that were used to log message. Signed-off-by: Chris Park Signed-off-by: Leo Kim

[PATCH 24/26] staging: wilc1000: remove unused debug tag

2016-02-02 Thread Leo Kim
From: Chris Park This patch remove unused debug tag INT_DBG, LOCK_DBG, BUS_DBG, MEM_DBG and FIRM_DBG Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan_common.h | 15 ---

[PATCH 23/26] staging: wilc1000: remove unused log message using the RX_DBG tag

2016-02-02 Thread Leo Kim
From: Chris Park This patch remove unused log message using the RX_DBG tag Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan_common.h | 2 -- drivers/staging/wilc1000/wilc_debugfs.c | 2

[PATCH 26/26] staging: wilc1000: remove warnings line over 80 characters

2016-02-02 Thread Leo Kim
This patch removes the warnings reported by checkpatch.pl for line over 80 characters. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git

[PATCH 11/26] staging: wilc1000: renames u16BeaconPeriod of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u16BeaconPeriod variable to beacon_period. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 2 +-

[PATCH 06/26] staging: wilc1000: renames s8rssi of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames s8rssi variable to rssi. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 6 +++---

[PATCH 05/26] staging: wilc1000: remove typedef from pstrNetworkInfo

2016-02-02 Thread Leo Kim
This patch removes typedef from the struct pstrNetworkInfo and renames it to network_info. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 7 --- drivers/staging/wilc1000/coreconfigurator.h | 7 ---

[PATCH 04/26] staging: wilc1000: renames struct connect_resp_info variables

2016-02-02 Thread Leo Kim
This patch renames to avoid camelcase and remove prefix names, changes follow are: - u16capability to capability - u16ConnectStatus to status - u16AssocID to assoc_id - pu8RespIEs to ies - u16RespIEsLen to ies_len Signed-off-by: Leo Kim ---

[PATCH 08/26] staging: wilc1000: renames au8ssid of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames au8ssid variable to ssid. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 3 ++-

[PATCH 07/26] staging: wilc1000: renames u16CapInfo of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u16CapInfo variable to cap_info. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 2 +-

[PATCH 09/26] staging: wilc1000: renames u8SsidLen of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u8SsidLen variable to ssid_len. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 4 ++--

[PATCH 10/26] staging: wilc1000: renames au8bssid of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames au8bssid variable to bssid. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 10 +++

[PATCH 12/26] staging: wilc1000: renames u8DtimPeriod of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u8DtimPeriod variable to dtim_period. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 2 +-

[PATCH 19/26] staging: wilc1000: renames pJoinParams of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames pJoinParams variable to join_params. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git

[PATCH 22/26] staging: wilc1000: remove unnecessary wilc_rx_complete function

2016-02-02 Thread Leo Kim
From: Chris Park This patch remove unnecessary wilc_rx_complete function because this function only print unused log message. remove unused has_packet variable nomore. Signed-off-by: Chris Park Signed-off-by: Leo Kim ---

[PATCH 17/26] staging: wilc1000: renames u32Tsf of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u32Tsf variable to tsf_lo. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 2 +- 3 files changed, 3 insertions(+), 3

[PATCH 18/26] staging: wilc1000: renames struct connect_resp_info variables

2016-02-02 Thread Leo Kim
This patch renames to avoid camelcase changes follow are: - pu8IEs to ies - u16IEsLen to ies_len Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 7 +++--- drivers/staging/wilc1000/coreconfigurator.h | 4 +--

[PATCH 20/26] staging: wilc1000: renames strRssi of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames strRssi variable to str_rssi. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 13 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git

[PATCH 13/26] staging: wilc1000: renames u8channel of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u8channel variable to ch. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 14 +++--- 3 files

[PATCH 15/26] staging: wilc1000: renames bNewNetwork of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames bNewNetwork variable to new_network. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 +- 3 files changed,

[PATCH 16/26] staging: wilc1000: renames u8Found of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u8Found variable to found. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 21/26] staging: wilc1000: renames u64Tsf of connect_resp_info structure

2016-02-02 Thread Leo Kim
This patch renames u64Tsf variable to tsf_hi. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 3 files changed, 5

[PATCH v2 04/11] staging/android: remove driver_data from struct fence_info

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan It is unclear in what situations driver_data should be used thus better do not upstream it for now. If a need arises in the future a discussion can be started to re-add it. Signed-off-by: Gustavo Padovan

[PATCH v2 03/11] staging/android: rename sync_file_info_data to sync_file_info

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan info_data is a bit redundant, let's keep it as only sync_file_info. It is also smaller. Signed-off-by: Gustavo Padovan --- drivers/staging/android/sync.c | 26 +-

[PATCH v2 02/11] staging/android: rename sync_pt_info to fence_info

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan As struct sync_pt doesn't exist anymore it is a good idea remove any reference to it in the sync_framework. sync_pts were replaced directly by fences. Signed-off-by: Gustavo Padovan ---

[PATCH v2 09/11] staging/android: rename SYNC_IOC_FENCE_INFO

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan We don't use the 'fence' name to refer to sync_file anymore. So rename it to SYNC_IOC_FILE_INFO. Signed-off-by: Gustavo Padovan --- drivers/staging/android/sync.c | 2 +-

[PATCH v2 10/11] staging/android: add flags member to sync ioctl structs

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan Play safe and add flags member to all structs. So we don't need to break API or create new IOCTL in the future if new features that requires flags arises. v2: check if flags are valid (zero, in this case) Signed-off-by: Gustavo Padovan

[PATCH v2 05/11] staging/android: remove len field from struct fence_info

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan After removing driver_data struct fence_info has now a fixed size, thus it doesn't need any field to tell its size, it is already known. Signed-off-by: Gustavo Padovan --- drivers/staging/android/sync.c

[PATCH v2 01/11] staging/android: remove SYNC_WAIT ioctl

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan This ioctl is replicating the work of poll() syscall so let's take the opportunity that this is still on staging tree and remove the duplication and force new users to use the poll() standard interface. Signed-off-by: Gustavo Padovan

[PATCH v2 00/11] android sync framework: clean up IOCTLs and ABI

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan Hi, This patch series clean up IOCTLs and abi of sync framework and it is a follow up on the clean up series I've sent on Jan 21: http://thread.gmane.org/gmane.comp.video.dri.devel/145509 The main changes here are: * remove of SYNC_WAIT

[PATCH v2 07/11] staging/android: add num_fences field to struct sync_file_info

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan Inform the users how many fences are in the fence_info field. Signed-off-by: Gustavo Padovan --- drivers/staging/android/sync.c | 2 ++ drivers/staging/android/uapi/sync.h | 2 ++ 2 files changed, 4

[PATCH v2 11/11] staging/android: remove redundant comments on sync_merge_data

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan struct sync_merge_data already have documentation on top of the struct definition. No need to duplicate it. Signed-off-by: Gustavo Padovan --- drivers/staging/android/uapi/sync.h | 6 +++--- 1 file

[PATCH v2 08/11] staging/android: make info->len return only the size of fence_infos

2016-02-02 Thread Gustavo Padovan
From: Gustavo Padovan The len member of struct sync_file_info was returning the size of the whole buffer (struct sync_file_info + fence_infos at the of it). This commit change it to return only the size of the array of fence_infos. It also moves len to be right

Re: [PATCH] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojević
On Tue, Feb 2, 2016 at 6:14 PM, Greg KH wrote: > On Tue, Feb 02, 2016 at 05:48:56PM +0100, Ksenija Stanojević wrote: >> Hi Greg, >> >> On Tue, Feb 2, 2016 at 5:23 PM, Greg KH wrote: >> > On Tue, Feb 02, 2016 at 03:38:21PM +0100, Ksenija

Re: [PATCH] misc: Move panel driver out of staging

2016-02-02 Thread Greg KH
On Tue, Feb 02, 2016 at 05:48:56PM +0100, Ksenija Stanojević wrote: > Hi Greg, > > On Tue, Feb 2, 2016 at 5:23 PM, Greg KH wrote: > > On Tue, Feb 02, 2016 at 03:38:21PM +0100, Ksenija Stanojevic wrote: > >> Move panel driver from drivers/staging/panel to drivers/misc.

[PATCH RESEND 3/3] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

2016-02-02 Thread jakeo
From: Jake Oshins This patch introduces a new driver which exposes a root PCI bus whenever a PCI Express device is passed through to a guest VM under Hyper-V. The device can be single- or multi-function. The interrupts for the devices are managed by an IRQ domain,

[PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-02 Thread jakeo
From: Jake Oshins This patch adds an fwnode_handle to struct pci_sysdata, which is used by the next patch in the series when trying to locate an IRQ domain associated with a root PCI bus. Signed-off-by: Jake Oshins --- arch/x86/include/asm/pci.h | 15

[PATCH RESEND 0/3] PCI: hv: New paravirtual PCI front-end driver

2016-02-02 Thread jakeo
From: Jake Oshins This is a resend of patches that enable PCI pass-through within Hyper-V VMs. This patch series only includes those which were deemed appropriate for being incorportated via the PCI tree. All other patches in previous patch series have gone through other

[PATCH RESEND 2/3] PCI: irqdomain: Look up IRQ domain by fwnode_handle

2016-02-02 Thread jakeo
From: Jake Oshins This patch adds a second way of finding an IRQ domain associated with a root PCI bus. After looking to see if one can be found through the OF tree, it attempts to look up the IRQ domain through an fwnode_handle stored in the pci_sysdata struct.

Re: [PATCH] misc: Move panel driver out of staging

2016-02-02 Thread Greg KH
On Tue, Feb 02, 2016 at 06:19:43PM +0100, Ksenija Stanojević wrote: > On Tue, Feb 2, 2016 at 6:14 PM, Greg KH wrote: > > On Tue, Feb 02, 2016 at 05:48:56PM +0100, Ksenija Stanojević wrote: > >> Hi Greg, > >> > >> On Tue, Feb 2, 2016 at 5:23 PM, Greg KH

[PATCHv2] staging: android: ion: use the manged version of DMA memory allocation

2016-02-02 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Use the managed version of the dma_alloc_coherent() i.e. the dmam_alloc_coherent() & accordingly cleanup the error handling part.Also,remove the references to dma_free_coherent Signed-off-by: Hari Prasath Gujulan Elango

[PATCH v4] misc: Move panel driver out of staging

2016-02-02 Thread Ksenija Stanojevic
Move panel driver from drivers/staging/panel to drivers/misc. Signed-off-by: Ksenija Stanojevic Acked-by: Willy Tarreau --- Changes in v4: - modify driver location in MAINTAINERS file Changes in v3: - modify driver location in

Re: [PATCH 01/26] staging: wilc1000: removes function 'wilc_dealloc_network_info()'

2016-02-02 Thread Julian Calaby
Hi Leo, On Tue, Feb 2, 2016 at 11:02 PM, Leo Kim wrote: > This patch removes function 'wilc_dealloc_network_info()'. > Does not need this function which only free memory. > Therefore, this function is removed and changed directly with kfree. > > Signed-off-by: Leo Kim

[PATCH] drivers: staging: media: davinci_vpfe: dm365_resizer: fixed some spelling mistakes

2016-02-02 Thread Saatvik Arya
fixed spelling mistakes which reffered to OUTPUT as OUPUT Signed-off-by: Saatvik Arya --- drivers/staging/media/davinci_vpfe/dm365_resizer.c | 22 +++--- drivers/staging/media/davinci_vpfe/dm365_resizer.h | 2 +- 2 files changed, 12 insertions(+), 12

[PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings

2016-02-02 Thread Saatvik Arya
fixed warnings about comment block coding style Signed-off-by: Saatvik Arya --- drivers/staging/xgifb/vgatypes.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h index

[PATCHv3] staging: iio: replace clk_get() with devm_clk_get()

2016-02-02 Thread Gujulan Elango, Hari Prasath (H.)
This patch replaces the clk_get() with devm_clk_get().Accordingly,modified the error paths,rename error labels and removed clk_put() in probe() & remove functions. Signed-off-by: Hari Prasath Gujulan Elango --- v3: Rename error path labels to suite modified code as

Re: [PATCH v3] android: binder: Sanity check at binder ioctl

2016-02-02 Thread Chen Feng
Add android kernel team. On 2016/2/1 14:04, Chen Feng wrote: > Sanity check at binder ioctl function, > Only allow the shared mm_struct to use the same binder-object > to do binder operate. > > And add proc->vma_vm_mm = current->mm at the open function. > The libbinder do ioctl before mmap

Re: [PATCH 06/10] staging/android: turn fence_info into a __64 pointer

2016-02-02 Thread Gustavo Padovan
2016-02-01 Gustavo Padovan : > Hi Maarten, > > 2016-02-01 Maarten Lankhorst : > > > Op 29-01-16 om 22:20 schreef Gustavo Padovan: > > > From: Gustavo Padovan > > > > > > Making fence_info a pointer enables

Re: [PATCH v2 08/11] staging/android: make info->len return only the size of fence_infos

2016-02-02 Thread Maarten Lankhorst
Op 02-02-16 om 14:23 schreef Gustavo Padovan: > From: Gustavo Padovan > > The len member of struct sync_file_info was returning the size of the whole > buffer (struct sync_file_info + fence_infos at the of it). This commit > change it to return only the size of