Hi Andrey,
On Monday 03 Oct 2016 22:52:11 Andrey Utkin wrote:
> On Sun, Oct 02, 2016 at 02:30:45AM +0530, Harman Kalra wrote:
> > static int iss_video_queue_setup(struct vb2_queue *vq,
> >
> > -unsigned int *count, unsigned int
*num_planes,
> > -
On Mon, 2016-10-03 at 20:12 +0200, Sergio Paracuellos wrote:
> El 2016年10月03日 a las 18:16, Joe Perches escribió:
> > Perhaps better as hw->scanresults = kmemdup(inf, sizeof(*inf),
> > GFP_ATOMIC);
> I agree. But because all the code is full of sizeof(struct xxx) I though
> it would be bettter t
On Mon, Oct 03, 2016 at 11:45:15PM +0900, Hisao Tanabe wrote:
> This patch fix the coding style problem of block comment detected by the
> checkpatch.pl.
>
> WARNING: Block comments use a trailing */ on a separate line
>
> Signed-off-by: Hisao Tanabe
> ---
> drivers/staging/greybus/arche-apb-ct
From: Erik Arfvidson
This patch simply fixes comments to mantain a more consistent
and shorter comments.
githubissue:
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/controlvmchannel.h | 82 +-
1 file changed, 35 insertions(+
From: Erik Arfvidson
This patch removes all the unused pound defines currently in
include.h.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/include/channel.h | 14 --
1 file changed, 14 deletions(-)
diff --git a/drivers/staging/unisys/inclu
From: sameer wadgaonkar
Removed initializations from visorchipset_open() and visorchipset_init(),
and moved the memset in initialize_controlvm_payload_info() down in case
of early returns from the function.
Signed-off-by: Sameer Wadgaonkar
Signed-off-by: David Kershner
Reported-by: Greg Kroah-
From: Erik Arfvidson
This patch removes all the unused pound defines currently
in iochannel.h.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/include/iochannel.h | 28
1 file changed, 28 deletions(-)
diff --git a/drivers/st
From: Erik Arfvidson
this patch removes all the unused pound defines currently
in vbuschannel.h
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/vbuschannel.h | 11 ---
1 file changed, 11 deletions(-)
diff --git a/drivers/staging/unisys/
From: Erik Arfvidson
This patch renames poorly named 'local' variable to 'dest'.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorchannel.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/unisys
From: Tim Sell
The kernel convention is for DEVICE_ATTR_RO() definitions to occur
immediately after the functions that implement the attribute behaviors.
DEVICE_ATTR_RO definitions in visorbus_main.c have been moved to comply
with this convention.
Signed-off-by: Tim Sell
Signed-off-by: David Ke
From: Erik Arfvidson
This patch fixes space and tab aligned comments in
controlvmchannel.h.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/controlvmchannel.h | 42 +++---
1 file changed, 21 insertions(+), 21 deletions(-)
diff -
From: Erik Arfvidson
This patch removes all the unused pound defines currently in
vmcallinterface.h.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/vmcallinterface.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/unisys/viso
From: Tim Sell
Previously, the sysfs entry (assuming traditional sysfs mountpoint):
/sys/bus/visorbus/devices/visorbus/client_bus_info
violated kernel conventions by printing more than one item. This along
with the fact that the data emitted was diagnostic data (intended to shadow
the clie
> -Original Message-
> From: Bjorn Helgaas [mailto:helg...@kernel.org]
> Sent: Tuesday, September 27, 2016 12:30 PM
> To: Long Li
> Cc: KY Srinivasan ; Haiyang Zhang
> ; Bjorn Helgaas ;
> de...@linuxdriverproject.org; linux-...@vger.kernel.org; linux-
> ker...@vger.kernel.org; Long Li
>
From: Erik Arfvidson
This patch removes all unused pound defines in controlvmchannel.h.
Adds a comment on the now unused error codes for our spar firmware
to avoid new error messages conflicting with previously defined
messages.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
From: Erik Arfvidson
This patch removes all the unused pound defines currently in
channel.h.
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/include/channel.h | 49
1 file changed, 49 deletions(-)
diff --git a/drivers/st
From: Erik Arfvidson
This patch renames the poorly named 'local' var to 'dest' in
the visorbus_private.h file
Signed-off-by: Erik Arfvidson
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorbus_private.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --gi
Move /sys/bus/visorbus/devices/visorbus/client_bus_info to debugfs
In a 9/28/2016 patch inspection that fixed code within the function that
emits this client_bus_info sysfs entry, GregKH pointed out that this
shouldn't actually be a sysfs entry at all, and in fact belongs in debugfs.
This patchset
From: Andrey Shvetsov
The networking AIM implements a non-standard behavior as it starts the
networking interface with an invalid MAC address and changes it by the time
a valid one is available.
This patch introduces a completion object to set the MAC address of the
networking interface before t
From: Andrey Shvetsov
In case the networking interface (running on MediaLB) is being started
before the MOST network is, it remains disabled even after the MOST network
has transitioned to active mode.
This patch removes the dependency on the MOST link status to keep the
networking queue active
From: Andrey Shvetsov
This patch removes the needless call of function netdev_info() from
function most_nd_setup().
Signed-off-by: Andrey Shvetsov
Signed-off-by: Christian Gromm
---
drivers/staging/most/aim-network/networking.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --g
From: Andrey Shvetsov
This patch removes the unused field add_link of struct most_aim_obj.
Signed-off-by: Andrey Shvetsov
Signed-off-by: Christian Gromm
---
drivers/staging/most/mostcore/core.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/most/mostcore/core.c
b/driver
From: Andrey Shvetsov
This patch updates the comments with examples on how to use the "add_link"
and "remove_link" properties.
Signed-off-by: Andrey Shvetsov
Signed-off-by: Christian Gromm
---
drivers/staging/most/mostcore/core.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
di
From: Andrey Shvetsov
The USB HDM does not use the "@" character for channel names anymore. This
patch cleans up the code processing such names and adapts the corresponding
examples on how to use the properties "add_link" and "remove_link".
Signed-off-by: Andrey Shvetsov
Signed-off-by: Christia
From: Andrey Shvetsov
networking state
In case the networking interface goes down and up again, the USB HDM does
not report the state the MOST networking interface controller is in. This
might lead to nonfunctional network.
Since the networking AIM already takes care of hardware address checkin
From: Andrey Shvetsov
This patch fixes an MBO leak by replacing the proprietary
free_anchored_buffers() function with the usb_kill_anchored_urbs() function
of the USB subsystem and guarantees that the mbo->complete() completion
function is being called for each URB.
Signed-off-by: Andrey Shvetso
From: Andrey Shvetsov
This patch removes tracing of the MAC address from the DIM2 HDM as it is
already done in the networking AIM.
Signed-off-by: Andrey Shvetsov
Signed-off-by: Christian Gromm
---
drivers/staging/most/hdm-dim2/dim2_hdm.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(
From: Andrey Shvetsov
The attribute "remove_link" returns the latest link that has been removed
of a certain channel. Since this piece information isn't particulary
useful this patch is going to remove it.
Signed-off-by: Andrey Shvetsov
Signed-off-by: Christian Gromm
---
drivers/staging/most/
This patch set is needed to fix up issues of the driver.
Andrey Shvetsov (10):
staging: most: core: remove member add_link
staging: most: core: remove read option from remove_link
staging: most: core: remove processing of deprecated names
staging: most: core: update examples on how to link
On 09/30/2016 01:18 AM, Xu YiPing wrote:
ion_alloc may get into slow path to get free page,
the call stack:
__alloc_pages_slowpath
ion_page_pool_alloc_pages
alloc_buffer_page
ion_system_heap_allocate
ion_buffer_create <-- hold ion_device->lock
ion_alloc
after that, kernel invokes low-memory ki
> -Original Message-
> From: Long Li
> Sent: Monday, October 3, 2016 11:43 PM
> To: KY Srinivasan ; Haiyang Zhang
> ; Bjorn Helgaas
> Cc: de...@linuxdriverproject.org; linux-...@vger.kernel.org; linux-
> ker...@vger.kernel.org; Long Li
> Subject: [PATCH 2/2 v3] pci-hyperv: lock pci bus
2 errors "open brace { should be on the previous line" are fixed.
Warning "Prefer "pr_debug over printk(KERN_DEBUG... " fixed
Few line more tahn 80 character warnings fixed
Signed-off-by: Harman Kalra
---
drivers/staging/i4l/icn/icn.c |3 +--
drivers/staging/i4l/icn/icn.h |7 ---
2 f
> -Original Message-
> From: Long Li
> Sent: Monday, October 3, 2016 11:43 PM
> To: KY Srinivasan ; Haiyang Zhang
> ; Bjorn Helgaas
> Cc: de...@linuxdriverproject.org; linux-...@vger.kernel.org; linux-
> ker...@vger.kernel.org; Long Li
> Subject: [PATCH 1/2 v3] pci-hyperv: properly hand
Block comments should align the * on each line as reported by checkpatch
Signed-off-by: Jakub Jedelsky
---
drivers/staging/comedi/drivers/cb_pcidda.c | 4 ++--
drivers/staging/comedi/drivers/mite.c | 2 +-
drivers/staging/comedi/drivers/pcl818.c| 6 +++---
3 files changed, 6 insertions(
Emilio López writes:
> Hi,
>
> El 27/09/16 a las 01:23, Michael Ellerman escribió:
>> Emilio López writes:
>>> El 22/09/16 a las 06:43, Michael Ellerman escribió:
Emilio López writes:
Please don't include the *kernel* headers, they're really not meant to
be used in userspace
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/rtl8192de/def.h | 4
drivers/net/wireless/realtek/rtlwifi/rtl8192de/dm.c| 4
A number of these drivers were submitted to the kernel before
checkpatch.pl was modified to state that that the address of the
FSF should not be included. This set of patches remove this
information from the sources.
Signed-off-by: Larry Finger
Larry Finger (8):
rtlwifi: rtl8192de: Remove add
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/dm.h | 4
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/fw.h
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/rtl8192se/def.h | 4
drivers/net/wireless/realtek/rtlwifi/rtl8192se/dm.c| 4
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/def.h | 4
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/dm.c| 4
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c | 4
drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.h |
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/pci.c | 4
drivers/net/wireless/realtek/rtlwifi/pci.h | 4
drivers/net/wireless/rea
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/rtl8192cu/def.h | 4
drivers/net/wireless/realtek/rtlwifi/rtl8192cu/dm.c| 4
Since this driver was added to the kernel, the checkpatch script was
modified to request that the address of the FSF not be included.
Signed-off-by: Larry Finger
---
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.h | 4
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/fw.h | 4
driv
On Wed, Oct 05, 2016 at 02:23:22AM +0530, Harman Kalra wrote:
> 2 errors "open brace { should be on the previous line" are fixed.
> Warning "Prefer "pr_debug over printk(KERN_DEBUG... " fixed
> Few line more tahn 80 character warnings fixed
That's three different things, please make three differen
45 matches
Mail list logo