[PATCH v2 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range

2018-12-01 Thread Souptick Joarder
Convert to use vm_insert_range to map range of kernel memory to user vma. Signed-off-by: Souptick Joarder Reviewed-by: Matthew Wilcox Acked-by: Marek Szyprowski --- drivers/media/common/videobuf2/videobuf2-dma-sg.c | 23 +++ 1 file changed, 7 insertions(+), 16 deletions(-)

[PATCH v2 1/9] mm: Introduce new vm_insert_range API

2018-12-01 Thread Souptick Joarder
Previouly drivers have their own way of mapping range of kernel pages/memory into user vma and this was done by invoking vm_insert_page() within a loop. As this pattern is common across different drivers, it can be generalized by creating a new function and use it across the drivers. vm_insert_ra

[PATCH v2 0/9] Use vm_insert_range

2018-12-01 Thread Souptick Joarder
Previouly drivers have their own way of mapping range of kernel pages/memory into user vma and this was done by invoking vm_insert_page() within a loop. As this pattern is common across different drivers, it can be generalized by creating a new function and use it across the drivers. vm_insert_ra

cron job: media_tree daily build: OK

2018-12-01 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 Dec 2 05:00:10 CET 2018 media-tree git hash:708d75fe1c7c6e9abc5381b6fcc32b49830383d0 media_build git

[PATCH v2] media: remove bdisp_dbg_declare() and hva_dbg_declare()

2018-12-01 Thread Yangtao Li
We already have the DEFINE_SHOW_ATTRIBUTE.There is no need to define bdisp_dbg_declare and hva_dbg_declare,so remove them.Also use DEFINE_SHOW_ATTRIBUTE to simplify some code. Signed-off-by: Yangtao Li --- Changes in v2: -delete fimc_is_debugfs_open --- drivers/media/platform/exynos4-is/fimc-is.

Re: [PATCH v7 03/16] v4l: Add Intel IPU3 meta data uAPI

2018-12-01 Thread Sakari Ailus
Hi Yong, On Thu, Nov 29, 2018 at 11:06:23PM +, Zhi, Yong wrote: > Hi, Sakari, > > > -Original Message- > > From: Sakari Ailus [mailto:sakari.ai...@linux.intel.com] > > Sent: Thursday, November 29, 2018 4:46 PM > > To: Zhi, Yong > > Cc: linux-media@vger.kernel.org; tf...@chromium.org;

Re: [PATCH] media: remove bdisp_dbg_declare() and hva_dbg_declare()

2018-12-01 Thread kbuild test robot
Hi Yangtao, Thank you for the patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.20-rc4 next-20181130] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-c

Re: [PATCH] media: remove bdisp_dbg_declare() and hva_dbg_declare()

2018-12-01 Thread kbuild test robot
Hi Yangtao, Thank you for the patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.20-rc4 next-20181130] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-c

Re: [PATCH v4 1/4] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286

2018-12-01 Thread Luca Ceresoli
Hi Kieran, On 27/11/18 23:47, Kieran Bingham wrote: > +Wolfram, > > Hi Luca, > > On 14/11/2018 02:04, Luca Ceresoli wrote: >> Hi Kieran, >> >> On 14/11/18 00:12, Kieran Bingham wrote: >>> Hi Luca, >>> >>> On 13/11/2018 14:42, Luca Ceresoli wrote: Hi Kieran, All, sorry for joining

[PATCH] media: remove bdisp_dbg_declare() and hva_dbg_declare()

2018-12-01 Thread Yangtao Li
We already have the DEFINE_SHOW_ATTRIBUTE.There is no need to define bdisp_dbg_declare and hva_dbg_declare,so remove them.Also use DEFINE_SHOW_ATTRIBUTE to simplify some code. Signed-off-by: Yangtao Li --- drivers/media/platform/exynos4-is/fimc-is.c | 11 ++ .../media/platform/sti/bdisp/bd

TRADING ACCOUNT

2018-12-01 Thread BRUN Philippe
Dear sir , I am BRUN Philippe , purchasing and sales manager of STMICROELECTRONICS ROUSSET SAS . Our Company specialised in Supplying computer hardware and Electronic . We want to extend our supplier list because of concurrency in prices on the international market . We are seeking a supplier

Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3

2018-12-01 Thread Geert Uytterhoeven
Hi Jon, On Fri, Nov 30, 2018 at 11:15 PM Jonathan Corbet wrote: > On Fri, 30 Nov 2018 14:12:19 -0800 > Jarkko Sakkinen wrote: > > > As a maintainer myself (and based on somewhat disturbed feedback from > > other maintainers) I can only make the conclusion that nobody knows what > > the responsib

Re: [PATCH RFC 08/15] media: replace **** with a hug

2018-12-01 Thread Tomasz Figa
On Fri, Nov 30, 2018 at 11:28 AM Jarkko Sakkinen wrote: > > In order to comply with the CoC, replace with a hug. In > addition, fix a coding style issue (lines with over 80 chars). > > Signed-off-by: Jarkko Sakkinen > --- > drivers/media/i2c/bt819.c | 8 +--- > 1 file changed, 5 inserti