On Thu, Mar 15, 2018 at 09:04:04AM +0100, Arnd Bergmann wrote:
On Thu, Mar 15, 2018 at 3:51 AM, Deepa Dinamani wrote:
On Wed, Mar 14, 2018 at 1:52 PM, Arnd Bergmann wrote:
On Wed, Mar 14, 2018 at 4:50 AM, Deepa Dinamani wrote:
The file arch/arm64/kernel/process.c needs asm/compat.h also to
Fix sparse warning:
CHECK drivers/staging//lustre/lnet/lnet/acceptor.c
drivers/staging//lustre/lnet/lnet/acceptor.c:243:30: warning: cast to
restricted __le32
LNET_PROTO_TCP_MAGIC, as a define, is already CPU byte-ordered when
compared to 'magic', so no need for a cast.
Signed-off-by: Justin
Hello media maintainers,
I've been postponing sending out these patches for awhile because I was
waiting for a review for the Tegra memory controller patches that would
allow to reset VDE HW properly and was hoping that they will get into 4.17,
but it's getting quite late now and seems 4.18 is the
Make all strings single line to make them grep'able and add a comment
to the memory barrier.
Signed-off-by: Dmitry Osipenko
---
drivers/staging/media/tegra-vde/tegra-vde.c | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/media/tegra-vde/tegra-vde
Do not handle interrupts if we haven't asked for them, potentially that
could happen if HW wasn't programmed properly.
Signed-off-by: Dmitry Osipenko
---
drivers/staging/media/tegra-vde/tegra-vde.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/staging/media/tegra-vde/tegra-vde.c
Stride of U/V planes must be aligned to 16 bytes (2 macroblocks). This
needs to be taken into account, otherwise it is possible to get a silent
memory corruption if dmabuf size is less than the size of decoded video
frame.
Signed-off-by: Dmitry Osipenko
---
drivers/staging/media/tegra-vde/tegra-
I've noticed that decoding fails sometime if size of bitstream buffer
isn't aligned to 16K, probably because HW fetches data from memory in
a 16K granularity and if the last chunk of data isn't aligned, HW reads
garbage data beyond the dmabuf and tries to parse it.
Signed-off-by: Dmitry Osipenko
This is Open Firmware driver, hence 'of_device.h' should be included
instead of 'platform_device.h'. Right now OF headers happen to be included
indirectly and this may break in the future, so let's correct the header.
Signed-off-by: Dmitry Osipenko
---
drivers/staging/media/tegra-vde/tegra-vde.c
On Fri, 16 Mar 2018 14:51:41 +0100
Geert Uytterhoeven wrote:
> Remove dependencies on HAS_DMA where a Kconfig symbol depends on another
> symbol that implies HAS_DMA, and, optionally, on "|| COMPILE_TEST".
> In most cases this other symbol is an architecture or platform specific
> symbol, or PCI.
On Wed, 14 Mar 2018 23:12:02 -0700
John Syne wrote:
> Hi Jonathan,
>
> I have been looking at the IIO ABI docs and if I understand
> correctly, the idea is to use consistent naming conventions? So for
> example, looking at the ADE7854 datasheet, the naming matching the
> ADE7854 registers would
On Fri, 16 Mar 2018 02:33:49 +0530
Shreeya Patel wrote:
> On 16 March 2018 00:31:53 GMT+05:30, Shreeya Patel
> wrote:
> >On Sat, 2018-03-10 at 15:57 +, Jonathan Cameron wrote:
> >
> >Hi Jonathan,
> >
> >> On Sat, 10 Mar 2018 15:50:23 +0530
> >> Shreeya Patel wrote:
> >>
> >> >
> >> >
On Tue, 13 Mar 2018 13:05:28 -0300
Rodrigo Siqueira wrote:
> The ad2s1210 does not contain any channel for the fclkin and fexcit. As
> a result, it uses IIO_DEVICE_ATTR to expose this information. This patch
> adds one channel for fclkin and another for fexcit. It also adds an enum
> to easily ad
On Mon, 12 Mar 2018 16:25:52 -0300
Hernán Gonzalez wrote:
> Hi,
>
> This is my plan for moving out the ad7746 driver out of staging. I
> have some specific questions that would be really helpful if someone
> can point me in the right direction to go.
>
> 1. Pick up on David's clean-up patch. Fi
From: Stephen Hemminger
Date: Fri, 16 Mar 2018 15:44:26 -0700
> A couple of small things for net-next
Series applied, thanks Stephen.
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev
Hi Jonathan,
Here is the complete list of registers for the ADE7878 which I copied from the
data sheet. I added a column “IIO Attribute” which I hope follows your IIO ABI.
Please make any changes you feel are incorrect. BTW, there are several
registers that cannot be generalized and are used pu
if device_register() returned an error. Always use put_device()
to give up the reference initialized.
Signed-off-by: Arvind Yadav
---
drivers/hv/vmbus_drv.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index bc65c4d..25da2f3 100644
--- a/dri
16 matches
Mail list logo