On Thu, Aug 06, 2015 at 09:55:54PM -0500, Junsu Shin wrote:
> This is a patch to the dm365_ipipe.c that fixes over 80 characters warning
> detected by checkpatch.pl.
> Signed-off-by: Junsu Shin
please do not use whitespace before Signed-off-by: line.
>
> ---
> drivers/staging/media/davinci_vp
> -Original Message-
> From: Greg KH [mailto:gre...@linuxfoundation.org]
> Sent: Thursday, August 6, 2015 2:11 PM
> To: KY Srinivasan
> Cc: linux-ker...@vger.kernel.org; de...@linuxdriverproject.org;
> vkuzn...@redhat.com; s...@canb.auug.org.au; t...@linutronix.de;
> mi...@redhat.com; h.
This is a patch to the dm365_ipipe.c that fixes over 80 characters warning
detected by checkpatch.pl.
Signed-off-by: Junsu Shin
---
drivers/staging/media/davinci_vpfe/dm365_ipipe.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/davinci_vpfe/dm36
add README file providing an overview of the DPAA2 architecture
and how it is integrated in Linux
Signed-off-by: Stuart Yoder
---
-v2: added changelog text
drivers/staging/fsl-mc/README.txt | 364 ++
drivers/staging/fsl-mc/TODO | 4 -
2 files changed,
Hi Chaehyun,
On Fri, Aug 7, 2015 at 10:02 AM, Chaehyun Lim wrote:
> Use memset instead of WILC_memset.
>
> Signed-off-by: Chaehyun Lim
> ---
> drivers/staging/wilc1000/coreconfigurator.c | 16 +--
> drivers/staging/wilc1000/host_interface.c | 134
> +++---
> driv
Remove WILC_memcmp function because it is changed to memcmp.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/wilc_strutils.c | 9 -
drivers/staging/wilc1000/wilc_strutils.h | 13 -
2 files changed, 22 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_strutils
Remove WILC_memset function because it is changed to memset.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/wilc_strutils.c | 9 -
drivers/staging/wilc1000/wilc_strutils.h | 12
2 files changed, 21 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_strutils.
Use memset instead of WILC_memset.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/coreconfigurator.c | 16 +--
drivers/staging/wilc1000/host_interface.c | 134 +++---
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 16 +--
3 files changed, 83 inserti
Use memcmp instead of WILC_memcmp.
Signed-off-by: Chaehyun Lim
---
drivers/staging/wilc1000/host_interface.c | 20 +++---
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 32 +++
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/drivers/stagi
On Thu, Aug 06, 2015 at 05:41:57PM -0500, Stuart Yoder wrote:
> Signed-off-by: Stuart Yoder
I need something for the changelog text, I can't accept a blank one.
thanks,
greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.lin
Signed-off-by: Stuart Yoder
---
drivers/staging/fsl-mc/README.txt | 364 ++
drivers/staging/fsl-mc/TODO | 4 -
2 files changed, 364 insertions(+), 4 deletions(-)
create mode 100644 drivers/staging/fsl-mc/README.txt
diff --git a/drivers/staging/fsl-mc/
This patch adds an module alias and a MODULE_DEVICE_TABLE to autoload the
visornic driver when an appropriate device is created by the visorbus.
Signed-off-by: Prarit Bhargava
---
drivers/staging/unisys/visornic/visornic_main.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/stagi
Greg,
These are patches that correctly implement driver autoloading for the
visorbus drivers. These patches do touch code outside of drivers/staging,
however, since they are dependent on code in the drivers/staging area I
think the correct path is to push these through drivers/staging. (This is
a
This patch adds module autoload functionality to the visorbus bus drivers
(currently only visornic is in tree). This patch adds visorbus alias
creation entries to modpost, and moves the appropriate structure define
into include/linux/mod_devicetable.h.
Signed-off-by: Prarit Bhargava
---
drivers
On Thu, 6 Aug 2015 19:34:58 +0200
Adrian Remonda wrote:
> This is a patch to the most/hdm-usb/hdm_usb.c file. It
> makes several local functions and structures static to prevent global
> visibility.
>
> v6: fixed alignment with parameter list of a function.
>
> Signed-off-by: Adrian Remonda
>
On Thu, Aug 06, 2015 at 02:41:24PM -0700, K. Y. Srinivasan wrote:
> Building with a random configuration file, this build failure
> was reported:
>
> arch/x86/built-in.o: In function `hv_machine_crash_shutdown':
> arch/x86/kernel/cpu/mshyperv.c:112: undefined
> reference to `native_machine_crash_s
Building with a random configuration file, this build failure
was reported:
arch/x86/built-in.o: In function `hv_machine_crash_shutdown':
arch/x86/kernel/cpu/mshyperv.c:112: undefined
reference to `native_machine_crash_shutdown'
This patch fixes the problem
Reported-by: Jim Davis
Signed-off-by:
e...@linuxdriverproject.org
> Subject: randconfig build error with next-20150806, in
> arch/x86/kernel/cpu/mshyperv.c
>
> Building with the attached random configuration file,
>
> warning: (INTEL_MIC_HOST && CAIF_VIRTIO && VHOST_NET &&
> VHOST_SCSI
On 08/06/2015 02:28 PM, Prarit Bhargava wrote:
> Greg,
>
> These are patches that correctly implement driver autoloading for the
> visorbus drivers. These patches do touch code outside of drivers/staging,
> however, since they are dependent on code in the drivers/staging area I
> think the corr
scripts/mod/file2alias.c:add_uuid() munges a UUID into a single string
which does not conform to the standard little endian UUID. This patch
changes add_uuid() to use the UUID correctly so that future drivers which
use UUID matches can simply use the %pUL format, and modifies the mei
driver with t
> -Original Message-
> From: Dexuan Cui
> Sent: Wednesday, August 5, 2015 9:54 PM
> To: David Miller ; KY Srinivasan
>
> Cc: o...@aepfle.de; gre...@linuxfoundation.org; jasow...@redhat.com;
> driverdev-devel@linuxdriverproject.org; linux-ker...@vger.kernel.org;
> step...@networkplumber.o
> -Original Message-
> From: Dexuan Cui
> Sent: Wednesday, August 5, 2015 9:44 PM
> To: David Miller ; KY Srinivasan
>
> Cc: o...@aepfle.de; gre...@linuxfoundation.org; jasow...@redhat.com;
> driverdev-devel@linuxdriverproject.org; linux-ker...@vger.kernel.org;
> step...@networkplumber.o
On Thu, Aug 06, 2015 at 07:34:56PM +0200, Adrian Remonda wrote:
> This is a patch to the mostcore/core.c file. It makes
> several local functions and structures static to prevent global
> visibility.
>
> v6: fixed warning "line over 80 characters" as pointed out by
> Sudip Mukherjee
The vX line d
This patch fixes the warning generated by sparse: "Using plain integer
as NULL pointer" by replacing the offending 0 with NULL.
Signed-off-by: Adrian Remonda
---
drivers/staging/most/hdm-dim2/dim2_hal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/most/hdm-
This is a patch to the most/aim_cdev.c file. It makes several
local functions and structures static to prevent global visibility.
Signed-off-by: Adrian Remonda
---
drivers/staging/most/aim-cdev/cdev.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/
This patch series fix several warnings reported by the Sparse tool
v2: Fixed patch format and comments as noted by
Greg Kroah-Hartman and clear a few more warnings
v3: Fixed patch format as noted by Greg Kroah-Hartman
v4: Fixed patch format as noted by Greg Kr
This is a patch to the most/hdm-usb/hdm_usb.c file. It
makes several local functions and structures static to prevent global
visibility.
v6: fixed alignment with parameter list of a function.
Signed-off-by: Adrian Remonda
---
drivers/staging/most/hdm-usb/hdm_usb.c | 16
1 file
This patch fixes the warning generated by sparse: "Using plain integer
as NULL pointer" by replacing the offending 0 with NULL.
v6: styling. Change the NULL test to comply with the Kernel coding style
Signed-off-by: Adrian Remonda
---
drivers/staging/most/mostcore/core.c | 2 +-
1 file changed,
This is a patch to the mostcore/core.c file. It makes
several local functions and structures static to prevent global
visibility.
v6: fixed warning "line over 80 characters" as pointed out by
Sudip Mukherjee
Signed-off-by: Adrian Remonda
---
drivers/staging/most/mostcore/core.c | 15 ---
On Thu, Aug 06, 2015 at 09:29:44PM +0530, Chandra Gorentla wrote:
> On Wed, Aug 05, 2015 at 10:11:56PM +0530, Chandra S Gorentla wrote:
> > Moved the opening brace of code blocks to the previous lines. This
> > fixes the checkpatch.pl error - "that open brace { should be on the
> > previous line".
On Wed, Aug 05, 2015 at 10:11:56PM +0530, Chandra S Gorentla wrote:
> Moved the opening brace of code blocks to the previous lines. This
> fixes the checkpatch.pl error - "that open brace { should be on the
> previous line".
>
> Signed-off-by: Chandra S Gorentla
> ---
> drivers/staging/wilc1000
Building with the attached random configuration file,
warning: (INTEL_MIC_HOST && CAIF_VIRTIO && VHOST_NET && VHOST_SCSI &&
VHOST_NET && VHOST_SCSI) selects VHOST_RING which has unmet direct
dependencies (NETDEVICES && CAIF_VIRTIO || VIRTUALIZATION)
arch/x86/built-in.o: In function `hv_machine_cr
提供各种發票
电话;13714181682
QQ;2687517760
钱经理
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On Mon, Aug 03, 2015 at 01:21:35PM -0400, Prarit Bhargava wrote:
>
> On 07/31/2015 07:07 PM, Greg KH wrote:> On Fri, Jul 24, 2015 at 12:06:54PM
> -0400, Benjamin Romer wrote:
> >> From: Prarit Bhargava
> >>
> >> This patch adds an module alias and a MODULE_DEVICE_TABLE to autoload the
> >> visor
Johannes Postma writes:
> usPtr is used as __le16 *, but was defined as u16 *.
> This was reported by sparse as:
> drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c:1850:29: warning: cast to
> restricted __le16
>
> This patch fixes the type of usPtr.
>
> Signed-off-by: Johannes Postma
> ---
> dr
usPtr is used as __le16 *, but was defined as u16 *.
This was reported by sparse as:
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c:1850:29: warning: cast to
restricted __le16
This patch fixes the type of usPtr.
Signed-off-by: Johannes Postma
---
drivers/staging/rtl8723au/hal/rtl8723a_hal_in
On 05/08/15 18:44, H Hartley Sweeten wrote:
Here's the big cleanup series for the Comedi me4000 driver.
This fixes all the checkpatch issues and removes a bunch of cruft
from the driver.
v2: Address some issues pointed out by Ian Abbott, the comedi core
does not validate the 'aref' so the
On Wed, Aug 05, 2015 at 05:17:13PM -0700, Joshua Clayton wrote:
> I posted v4 of this patch set a week ago and there have been no
> comments. I hope this is a good sign that the patches are good.
> However, I have noticed that I managed to use the same message id
> for the coverletter of v4 as for
38 matches
Mail list logo