[staging:staging-testing] BUILD SUCCESS 9bea6eb3f59cb2fad8b46d91c666a17d0aa53456

2020-06-18 Thread kernel test robot
allmodconfig powerpc defconfig powerpc allyesconfig powerpc rhel-kconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a001-20200618

MAY THE PEACE OF GOD BE UPON YOU

2020-06-18 Thread Mrs Kim Hong Yeoh
Greetings Beloved in Christ, I had previously sent you an email with no feedback from you.I suppose it went to your junk folder.I anticipate that you read this mail quickly and let me know your opinion or willingness on this classified information that I will release to you. therefore I would not

Re: [PATCH v5 9/9] arm64: dts: renesas: salvator: add a connection from adv748x codec (HDMI input) to the R-Car SoC

2020-06-18 Thread Kieran Bingham
Hi Alex, On 02/04/2020 19:35, Alex Riesen wrote: > As all known variants of the Salvator board have the HDMI decoder > chip (the ADV7482) connected to the SSI4 on R-Car SoC, the ADV7482 > endpoint and the connection definitions are placed in the common board > file. > > For the same reason, the C

Re: [PATCH v5 8/9] dt-bindings: adv748x: add information about serial audio interface (I2S/TDM)

2020-06-18 Thread Kieran Bingham
Hi Alex, On 02/04/2020 19:35, Alex Riesen wrote: > As the driver has some support for the audio interface of the device, > the bindings file should mention it. > > Signed-off-by: Alexander Riesen > Reviewed-by: Rob Herring > Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham > -- >

Re: [PATCH v5 6/9] media: adv748x: prepare/enable mclk when the audio is used

2020-06-18 Thread Kieran Bingham
Hi Alex, On 02/04/2020 19:34, Alex Riesen wrote: > As there is nothing else (the consumers are supposed to do that) which > enables the clock, do it in the driver. > > Signed-off-by: Alexander Riesen > -- > > v3: added > --- > drivers/media/i2c/adv748x/adv748x-dai.c | 14 +- > 1 fi

Re: [PATCH v5 7/9] media: adv748x: only activate DAI if it is described in device tree

2020-06-18 Thread Kieran Bingham
Hi Alex, On 02/04/2020 19:34, Alex Riesen wrote: > To avoid setting it up even if the hardware is not actually connected > to anything physically. > > Besides, the bindings explicitly notes that port definitions are > "optional if they are not connected to anything at the hardware level". > > Si

[PATCH] staging: vc04_services: vchiq_arm: replace bitshift with BIT macro

2020-06-18 Thread Garrit Franke
This should prevent possible overflowing bits by using the BIT macro in vchiq_core Signed-off-by: Garrit Franke --- .../interface/vchiq_arm/vchiq_core.c | 22 +-- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/vc04_services/interface/vchi

[PATCH v6 29/36] staging: ion: fix common struct sg_table related issues

2020-06-18 Thread Marek Szyprowski
The Documentation/DMA-API-HOWTO.txt states that the dma_map_sg() function returns the number of the created entries in the DMA address space. However the subsequent calls to the dma_sync_sg_for_{device,cpu}() and dma_unmap_sg must be called with the original number of the entries passed to the dma_

[PATCH v6 28/36] staging: ion: remove dead code

2020-06-18 Thread Marek Szyprowski
ion_heap_pages_zero() function is not used at all, so remove it to simplify the ion_heap_sglist_zero() function later. Signed-off-by: Marek Szyprowski --- drivers/staging/android/ion/ion.h | 1 - drivers/staging/android/ion/ion_heap.c | 9 - 2 files changed, 10 deletions(-) diff --

[PATCH v6 30/36] staging: tegra-vde: fix common struct sg_table related issues

2020-06-18 Thread Marek Szyprowski
The Documentation/DMA-API-HOWTO.txt states that the dma_map_sg() function returns the number of the created entries in the DMA address space. However the subsequent calls to the dma_sync_sg_for_{device,cpu}() and dma_unmap_sg must be called with the original number of the entries passed to the dma_

Re: [PATCH] staging: rtl8723bs: os_dep: ioctl_cfg80211: fixed code styl issues

2020-06-18 Thread Dan Carpenter
On Thu, Jun 18, 2020 at 04:10:02PM +0200, Shihab Rashed wrote: > Fixed two brace coding style issues and one comment style issue found by > checkpatch. > > Signed-off-by: Shihab Rashed > --- > drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 15 +++ > 1 file changed, 7 insertions(

[PATCH] staging: rtl8723bs: os_dep: ioctl_cfg80211: fixed code styl issues

2020-06-18 Thread Shihab Rashed
Fixed two brace coding style issues and one comment style issue found by checkpatch. Signed-off-by: Shihab Rashed --- drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80

Re: [PATCH v2] staging: gasket: core: Fix a coding style issue in gasket_core.c

2020-06-18 Thread Dan Carpenter
On Thu, Jun 18, 2020 at 09:44:22PM +0800, Zhixu Zhao wrote: > At 2020-06-18 03:10:02, "Dan Carpenter" wrote: > >It would be better to do this in the declaration block so you can change > >the earlier two uses in this function: > > > >+struct gasket_bar_data *data = &gasket_dev->bar_data[bar_nu

Re: [PATCH v2] staging: gasket: core: Fix a coding style issue in gasket_core.c

2020-06-18 Thread Zhixu Zhao
At 2020-06-18 03:10:02, "Dan Carpenter" wrote: >It would be better to do this in the declaration block so you can change >the earlier two uses in this function: > >+ struct gasket_bar_data *data = &gasket_dev->bar_data[bar_num]; >- ulong desc_bytes = driver_desc->bar_descriptions[bar_num

FOESCO Junio 2020

2020-06-18 Thread info14
Buenos días Se encuentra abierto el plazo de inscripción de Cursos Bonificables para empleados en activo y en situación de ERTE (JUNIO 2020) Todos los cursos son totalmente Bonificables con cargo al Crédito de Formación 2020. Deseáis que os mandemos la información? Saludos cordiales. A

Re: [PATCH 1/4] staging: kpc2000: Unpin partial pinned pages

2020-06-18 Thread Dan Carpenter
On Thu, Jun 18, 2020 at 12:59:57AM +0530, Souptick Joarder wrote: > On Wed, Jun 17, 2020 at 11:29 PM Dan Carpenter > wrote: > > > > On Wed, Jun 17, 2020 at 11:13:32PM +0530, Souptick Joarder wrote: > > > On Wed, Jun 17, 2020 at 4:43 PM Dan Carpenter > > > wrote: > > > > > > > > On Wed, Jun 17,

Re: [PATCH] Staging: comedi: comedi_fops: fixed a blank line coding style issue

2020-06-18 Thread Greg KH
On Wed, Jun 10, 2020 at 07:59:23PM +, Tyler Shetrompf wrote: > Fixed a coding style issue. > > Signed-off-by: Tyler Shetrompf > --- > drivers/staging/comedi/comedi_fops.c | 3 +++ > 1 file changed, 3 insertions(+) Someone else sent this same patch 5 days before you did: https://lor

Re: [PATCH] staging: gasket: replace symbolic permissions

2020-06-18 Thread Greg Kroah-Hartman
On Mon, Jun 01, 2020 at 12:52:40AM +, Rodolfo C. Villordo wrote: > WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using > octal permissions '0444'. > + .attr = __ATTR(_name, S_IRUGO, _show_function, NULL), > \ > warning detected by checkpatch.pl >