KY Srinivasan writes:
>> -Original Message-
>> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
>> Sent: Friday, April 7, 2017 4:27 AM
>> To: de...@linuxdriverproject.org; x...@kernel.org
>> Cc: linux-ker...@vger.kernel.org; KY Srinivasan ;
>> Haiyang Zhang ; Stephen Hemminger
>> ; Tho
Jork Loeser writes:
>> -Original Message-
>> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
>> Sent: Friday, April 7, 2017 04:27
>> To: de...@linuxdriverproject.org; x...@kernel.org
>> Cc: linux-ker...@vger.kernel.org; KY Srinivasan ;
>> Haiyang Zhang ; Stephen Hemminger
>> ; Thomas
Jork Loeser writes:
>> -Original Message-
>> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
>> Sent: Friday, April 7, 2017 04:27
>> To: de...@linuxdriverproject.org; x...@kernel.org
>> Cc: linux-ker...@vger.kernel.org; KY Srinivasan ;
>> Haiyang Zhang ; Stephen Hemminger
>> ; Thomas
Sorry for the delay...
On 04/10/2017 05:24 AM, chandrasekhar annamaneni wrote:
Second reminder, please review.
Thanks.
Chandra
On Fri, Mar 17, 2017 at 12:49 PM, Chandra Annamaneni
mailto:chandra...@gmail.com>> wrote:
Change video.c to use %s, __func__ instead of function names.
W
kfree(..) on a NULL pointer is a no-op; the null test here is redundant.
Detected by coccicheck.
Signed-off-by: Aishwarya Pant
---
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c | 6 ++
drivers/staging/rtl8723bs/hal/sdio_ops.c | 6 ++
drivers/staging/rtl8723bs/os_dep/ioctl_
KY Srinivasan writes:
>> -Original Message-
>> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
>> Sent: Friday, April 7, 2017 4:27 AM
>> To: de...@linuxdriverproject.org; x...@kernel.org
>> Cc: linux-ker...@vger.kernel.org; KY Srinivasan ;
>> Haiyang Zhang ; Stephen Hemminger
>> ; Tho
Vitaly Kuznetsov writes:
> Jork Loeser writes:
>
[snip]
>
>>> + }
>>> +#else
>>> + {
>>> + u32 hv_status_hi, hv_status_lo;
>>> +
>>> + __asm__ __volatile__ ("call *%6"
>>> + : "=d"(hv_status_hi),
>>> + "=
On 04/08/2017 11:12 AM, Emil Velikov wrote:
> Hi Laura,
>
> Couple of trivial nitpicks below.
>
> On 3 April 2017 at 19:57, Laura Abbott wrote:
>
>> --- a/drivers/staging/android/ion/ion.h
>> +++ b/drivers/staging/android/ion/ion.h
>> @@ -1,5 +1,5 @@
>> /*
>> - * drivers/staging/android/ion/io
On Sun, Apr 09, 2017 at 09:02:03PM +0200, Greg KH wrote:
On Sun, Apr 09, 2017 at 04:28:12PM +0200, Arthur Brainville (Ybalrid) wrote:
> According to checkpatch.pl, comedi_lrange should be declared as `const
> struct` instead of `struct` in driver/staging/comedidev.h
>
> Signed-off-by: Arthur Brai
On 04/10/2017 08:43 AM, Aishwarya Pant wrote:
kfree(..) on a NULL pointer is a no-op; the null test here is redundant.
Detected by coccicheck.
Signed-off-by: Aishwarya Pant
Acked-by: Larry Finger
Thanks,
Larry
---
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c | 6 ++
drivers/st
On 04/08/2017 03:38 AM, Greg Kroah-Hartman wrote:
> On Mon, Apr 03, 2017 at 11:57:42AM -0700, Laura Abbott wrote:
>> Hi,
>>
>> This is v3 of the series to do some serious Ion cleanup in preparation for
>> moving out of staging. I didn't hear much on v2 so I'm going to assume
>> people are okay with
On Mon, Apr 10, 2017 at 09:20:27AM -0700, Laura Abbott wrote:
> On 04/08/2017 03:38 AM, Greg Kroah-Hartman wrote:
> > On Mon, Apr 03, 2017 at 11:57:42AM -0700, Laura Abbott wrote:
> >> Hi,
> >>
> >> This is v3 of the series to do some serious Ion cleanup in preparation for
> >> moving out of stagin
> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Vitaly Kuznetsov writes:
>
> > Jork Loeser writes:
> >
>
> [snip]
>
> >
> >>> + }
> >>> +#else
> >>> + {
> >>> + u32 hv_status_hi, hv_status_lo;
> >>> +
> >>> + __asm__ __volatile__ ("call *%6
On 04/10/2017 09:25 AM, Greg Kroah-Hartman wrote:
> On Mon, Apr 10, 2017 at 09:20:27AM -0700, Laura Abbott wrote:
>> On 04/08/2017 03:38 AM, Greg Kroah-Hartman wrote:
>>> On Mon, Apr 03, 2017 at 11:57:42AM -0700, Laura Abbott wrote:
Hi,
This is v3 of the series to do some serious Ion
Jork Loeser writes:
>> -Original Message-
>> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
>> Sent: Friday, April 7, 2017 04:27
>> To: de...@linuxdriverproject.org; x...@kernel.org
>> Cc: linux-ker...@vger.kernel.org; KY Srinivasan ;
>> Haiyang Zhang ; Stephen Hemminger
>> ; Thomas
> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> > We may be supporting more than 64 CPUs in this hypercall. I am going
> > to inquire with the Windows folks and get back to you.
>
> Thanks! It is even specified in the specification:
> "Future versions of the h
Hi,
On 09-04-17 21:06, Greg Kroah-Hartman wrote:
On Sun, Apr 09, 2017 at 11:40:15AM +0200, Hans de Goede wrote:
Hi,
On 09-04-17 11:37, Greg Kroah-Hartman wrote:
On Sun, Apr 09, 2017 at 05:02:01PM +0800, kbuild test robot wrote:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/s
Hi Dan,
Can you clarify why the rx_buffer always holds little-endian data? It looks to
me like this buffer is filled by
wilc_sdio_cmd53(), which uses sdio_memcpy_toio(), which ultimately sets the
data with sg_set_buf(). This function
appears to use host-endian byte ordering.
Regards,
Perry
On
On Mon, Apr 10, 2017 at 09:02:36PM +0200, Hans de Goede wrote:
> Hi,
>
> On 09-04-17 21:06, Greg Kroah-Hartman wrote:
> > On Sun, Apr 09, 2017 at 11:40:15AM +0200, Hans de Goede wrote:
> > > Hi,
> > >
> > > On 09-04-17 11:37, Greg Kroah-Hartman wrote:
> > > > On Sun, Apr 09, 2017 at 05:02:01PM +0
On Mon, Apr 10, 2017 at 05:25:49PM +0200, Arthur Brainville wrote:
> On Sun, Apr 09, 2017 at 09:02:03PM +0200, Greg KH wrote:
> > On Sun, Apr 09, 2017 at 04:28:12PM +0200, Arthur Brainville (Ybalrid) wrote:
> > > According to checkpatch.pl, comedi_lrange should be declared as `const
> > > struct` i
On Mon, Apr 10, 2017 at 10:01:05PM +0200, Greg KH wrote:
> On Mon, Apr 10, 2017 at 05:25:49PM +0200, Arthur Brainville wrote:
> > On Sun, Apr 09, 2017 at 09:02:03PM +0200, Greg KH wrote:
> > > On Sun, Apr 09, 2017 at 04:28:12PM +0200, Arthur Brainville (Ybalrid)
> > > wrote:
> > > > According to c
On 10-4-2017 7:01, Aditya Shankar wrote:
> Change the config packet format used in handle_set_wfi_drv_handler()
> to align the host driver with the new format used in the wilc firmware.
>
> The change updates the format in which the host driver provides the
> firmware with the drv_handler index an
> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Sent: Monday, April 10, 2017 7:44 AM
> To: KY Srinivasan
> Cc: de...@linuxdriverproject.org; x...@kernel.org; linux-
> ker...@vger.kernel.org; Haiyang Zhang ;
> Stephen Hemminger ; Thomas Gleixner
> ; Ingo Molna
From: Skanda Guruanand
Signed-off-by: Skanda Guruanand
---
I have modified struct lu_dirpage in lustre_idl.h file to remove the sparse
warnings
where cast to restricted types are made.
Following warnings were removed by this fix.
drivers/staging/lustre/lustre/mdc/mdc_request.c:958:42: warning
Hi,
On 04/04/2017 12:27 AM, Laura Abbott wrote:
Now that we call dma_map in the dma_buf API callbacks there is no need
to use the existing cache APIs. Remove the sync ioctl and the existing
bad dma_sync calls. Explicit caching can be handled with the dma_buf
sync API.
We could get rid of the I
On Mon, Apr 10, 2017 at 10:05:25PM -0700, skanda.kash...@gmail.com wrote:
> From: Skanda Guruanand
>
> Signed-off-by: Skanda Guruanand
I can't take patches with no changelog text at all, sorry.
Please fix up and resend.
greg k-h
___
devel mailing li
Hi,
On 04/04/2017 12:27 AM, Laura Abbott wrote:
The new method of syncing with dma_map means that the page faulting sync
implementation is no longer applicable. Remove it.
Signed-off-by: Laura Abbott
---
drivers/staging/android/ion/ion.c | 117 --
1 file ch
Hi Laura,
Thank you for the patch.
On Monday 03 Apr 2017 11:57:55 Laura Abbott wrote:
> When CMA was first introduced, its primary use was for DMA allocation
> and the only way to get CMA memory was to call dma_alloc_coherent. This
> put Ion in an awkward position since there was no device struct
28 matches
Mail list logo