cron job: media_tree daily build: ERRORS

2018-10-06 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: Sun Oct 7 05:00:09 CEST 2018 media-tree git hash:557c97b5133669297be561e6091da9ab6e488e65 media_build gi

CHARITY DONATION

2018-10-06 Thread Mavis Wanczyk...
-- I am Mavis Wanczyk i know you may not know me but am the latest largest US Powerball lottery winner of $758.7m just of recent, am currently helping out people in need of financial assistance, i know it's hard to believe anything on the internet, so if you don't need my help please

Re: [Outreachy kernel] [PATCH vicodec] media: pvrusb2: replace `printk` with `pr_*`

2018-10-06 Thread Sasha Levin
On Sat, Oct 06, 2018 at 10:21:38PM +0300, Dafna Hirschfeld wrote: Replace calls to `printk` with the appropriate `pr_*` macro. Hi Dafna, I'd encourage you to look into the dev_ family of print functions (such as dev_info() ). They can avoid having to repeat the driver name in every print call.

[no subject]

2018-10-06 Thread Major Dennis Hornbeck.
I am in the military unit here in Afghanistan, we have some amount of funds that we want to move out of the country. My partners and I need a good partner someone we can trust. It is risk free and legal. Reply to this email: hornbeckmajorden...@gmail.com Regards, Major Dennis Hornbeck.

[PATCH vicodec] media: pvrusb2: replace `printk` with `pr_*`

2018-10-06 Thread Dafna Hirschfeld
Replace calls to `printk` with the appropriate `pr_*` macro. Signed-off-by: Dafna Hirschfeld --- drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 8 drivers/media/usb/pvrusb2/pvrusb2-i2c-core.c | 14 ++ drivers/media/usb/pvrusb2/pvrusb2-main.c | 4 ++-- drivers/media/usb

CHARITY DONATION

2018-10-06 Thread Mavis Wanczyk...
-- I am Mavis Wanczyk i know you may not know me but am the latest largest US Powerball lottery winner of $758.7m just of recent, am currently helping out people in need of financial assistance, i know it's hard to believe anything on the internet, so if you don't need my help please

[PATCH] media: cx231xx: fix potential sign-extension overflow on large shift

2018-10-06 Thread Colin King
From: Colin Ian King Shifting the u8 value[3] by an int can lead to sign-extension overflow. For example, if value[3] is 0xff and the shift is 24 then it is promoted to int and then the top bit is sign-extended so that all upper 32 bits are set. Fix this by casting value[3] to a u32 before the s

Re: [PATCH v2 1/2] media: add SECO cec driver

2018-10-06 Thread jacopo mondi
Hi Ettore, some more comments below. On Fri, Oct 05, 2018 at 07:33:58PM +0200, ektor5 wrote: > From: Ettore Chimenti > > This patch adds support to the CEC device implemented with a STM32 > microcontroller in X86 SECO Boards, including UDOO X86. > > The communication is achieved via Braswell i

From: Mr.Ahmed Owain

2018-10-06 Thread Mr.Ahmed Owain
Good Day, Please accept my apologies for writing you a surprise letter.I am Mr.Ahmed Owain, account Manager with an investment bank here in Burkina Faso.I have a very important business I want to discuss with you.There is a draft account opened in my firm by a long-time client of our bank.I have t

Re: [PATCH] media: vivid: Support 480p for webcam capture

2018-10-06 Thread Keiichi Watanabe
Hi all, On Fri, Oct 5, 2018 at 6:18 PM, Hans Verkuil wrote: > On 10/03/18 09:08, Keiichi Watanabe wrote: >> I think 480p is a common frame size and it's worth supporting in vivid. >> But, my patch might be ad-hoc. Actually, I'm not sure which values are >> suitable for the intervals. > > I can ap

Re: [PATCH v2 0/2] Add SECO Boards CEC device driver

2018-10-06 Thread Hans Verkuil
Hi Ettore, On 10/05/2018 07:33 PM, ektor5 wrote: > This series of patches aims to add CEC functionalities to SECO > devices, in particular UDOO X86. > > The communication is achieved via Braswell SMBus (i2c-i801) to the > onboard STM32 microcontroller that handles the CEC signals. The driver > us

Re: [PATCH v2 2/2] seco-cec: add Consumer-IR support

2018-10-06 Thread Sean Young
On Fri, Oct 05, 2018 at 07:33:59PM +0200, ektor5 wrote: > From: Ettore Chimenti > > Introduce support for Consumer-IR into seco-cec driver, as it shares the > same interrupt for receiving messages. > The device decodes RC5 signals only, defaults to hauppauge mapping. > It will spawn an input inte

[PATCH -next] media: imx-pxp: remove duplicated include from imx-pxp.c

2018-10-06 Thread YueHaibing
Remove duplicated include. Signed-off-by: YueHaibing --- drivers/media/platform/imx-pxp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/imx-pxp.c b/drivers/media/platform/imx-pxp.c index b76cd0e..229c23a 100644 --- a/drivers/media/platform/imx-pxp.c +++ b/drivers/medi

Re: [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

2018-10-06 Thread Bjorn Andersson
On Wed 12 Sep 08:08 PDT 2018, Arnd Bergmann wrote: [..] > diff --git a/drivers/rpmsg/rpmsg_char.c b/drivers/rpmsg/rpmsg_char.c > index a76b963a7e50..02aefb2b2d47 100644 > --- a/drivers/rpmsg/rpmsg_char.c > +++ b/drivers/rpmsg/rpmsg_char.c > @@ -285,7 +285,7 @@ static const struct file_operations r