Darlehen Angebot von 3%

2016-10-10 Thread Lloyds TSB Bank PLC
Schönen Tag, Dies ist Lloyds TSB Bank plc Kredite anbieten. Lloyds TSB bietet flexible und günstige Kredite für jeden Zweck Sie Ihre Ziele erreichen zu helfen. wir bei niedrigen Zinssatz von 3% Darlehen. Hier sind einige wichtige Merkmale der persönlichen Kredit angeboten durch Lloyds T

cron job: media_tree daily build: ERRORS

2016-10-10 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Tue Oct 11 05:00:18 CEST 2016 media-tree git hash:9fce0c226536fc36c7fb0a8ca38a995be43e media_build gi

RE: [Patch 00/35] media: ti-vpe: fixes and enhancements

2016-10-10 Thread Parrot, Benoit
Hans, Mauro, Ping. Benoit -Original Message- From: Parrot, Benoit Sent: Wednesday, September 28, 2016 4:16 PM To: Hans Verkuil Cc: linux-media@vger.kernel.org; linux-ker...@vger.kernel.org; Parrot, Benoit Subject: [Patch 00/35] media: ti-vpe: fixes and enhancements This patch series is

Re: [16/22] ARM: dts: nitrogen6x: Add dtsi for BD_HDMI_MIPI HDMI to MIPI CSI-2 receiver board

2016-10-10 Thread Gary Bisson
Hi Philipp, All, On Fri, Oct 07, 2016 at 06:01:01PM +0200, Philipp Zabel wrote: > Add device tree nodes for the BD_HDMI_MIPI HDMI to MIPI CSI-2 receiver > board with a TC358743 connected to the Nitrogen6X MIPI CSI-2 input > connector. I've tested this series on my Nitrogen6x + BD_HDMI_MIPI daught

Re: [PATCH v10 0/3] Secure Memory Allocation Framework

2016-10-10 Thread John Einar Reitan
On Fri, Oct 07, 2016 at 10:42:17AM -0400, Rob Clark wrote: > probably should keep the discussion on github (USAGE.md was updated a > bit more and merged into https://github.com/cubanismo/allocator so > look there for the latest).. > > but briefly: > > 1) my expectation is if the user is implement

Re: [PATCH 00/26] Don't use stack for DMA transers on dvb-usb drivers

2016-10-10 Thread Michael Ira Krufky
Antti makes a very good point. If we consider a situation where we are streaming data while concurrently checking frontend status and polling for IR codes, some locking will certainly be required in all of these drivers. -Mike Krufky On Mon, Oct 10, 2016 at 7:24 AM, Antti Palosaari wrote: > Hel

Re: [PATCH 00/26] Don't use stack for DMA transers on dvb-usb drivers

2016-10-10 Thread Antti Palosaari
Hello If you use usb buffers from the state you will need add lock in order to protect concurrent access to buffer. There may have multiple concurrent operations from rc-polling/demux/frontend. Lets say you are reading ber and it sets data to buffer (state), then context switch to remote contr

Re: [PATCH RFC] [media] dib0700: remove redundant else

2016-10-10 Thread Patrick Boettcher
On Mon, 10 Oct 2016 06:30:35 -0300 Mauro Carvalho Chehab wrote: > > drivers/media/usb/dvb-usb/dib0700_devices.c | 10 +++--- > > 1 file changed, 3 insertions(+), 7 deletions(-) > > > > diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c > > b/drivers/media/usb/dvb-usb/dib0700_devices.c

Re: [PATCH RFC] [media] dib0700: remove redundant else

2016-10-10 Thread Mauro Carvalho Chehab
Em Sat, 8 Oct 2016 14:03:19 +0200 Nicholas Mc Guire escreveu: > The if and else are identical and can be consolidated here. > > Fixes: commit 91be260faaf8 ("[media] dib8000: Add support for > Mygica/Geniatech S2870") > > Signed-off-by: Nicholas Mc Guire > --- > > Problem found by coccinelle