Re: [PATCH] media: hantro: Support H264 profile control

2020-01-10 Thread Ezequiel Garcia
Hello Hirokazu, Hans, On Fri, 2020-01-10 at 13:31 +0100, Hans Verkuil wrote: > On 11/29/19 1:16 AM, Tomasz Figa wrote: > > On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne > > wrote: > > > Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit : > > > > On Sat, Nov 23, 2019 at 12:09 AM Ni

[PATCH AUTOSEL 5.4 22/26] media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytes

2020-01-10 Thread Sasha Levin
From: Sakari Ailus [ Upstream commit ce644cf3fa06504c2c71ab1b794160d54aaccbc0 ] A struct that needs to be aligned to 32 bytes has a size of 28. Increase the size to 32. This makes elements of arrays of this struct aligned to 32 as well, and other structs where members are aligned to 32 mixing i

[GIT PULL] Staging driver fixes for 5.5-rc6

2020-01-10 Thread Greg KH
The following changes since commit 46cf053efec6a3a5f343fead83efe8252a46: Linux 5.5-rc3 (2019-12-22 17:02:23 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.5-rc6 for you to fetch changes up to 58dcc5bf4030ca

[PATCH] staging: rtl8723bs: remove ODM_GetRightChnlPlaceforIQK()

2020-01-10 Thread Michael Straube
Function ODM_GetRightChnlPlaceforIQK() returns non-zero values only for channels > 14. According to the TODO code valid only for 5 GHz should be removed. - find and remove remaining code valid only for 5 GHz. Most of the obvious ones have been removed, but things like channel > 14 still exist.

[PATCH] binder: fix log spam for existing debugfs file creation.

2020-01-10 Thread Martin Fuzzey
Since commit 43e23b6c0b01 ("debugfs: log errors when something goes wrong") debugfs logs attempts to create existing files. However binder attempts to create multiple debugfs files with the same name when a single PID has multiple contexts, this leads to log spamming during an Android boot (17 suc

Re: [PATCH] staging/vc04_services/bcm2835-camera: distinct numeration and names for devices

2020-01-10 Thread Dave Stevenson
Hi Hans On Fri, 10 Jan 2020 at 13:25, Hans Verkuil wrote: > > Hi Michael, Kay, > > On 12/6/19 9:54 AM, Michael Kupfer wrote: > > Create a static atomic counter for numerating cameras. > > Use the Media Subsystem Kernel Internal API to create distinct > > device-names, so that the camera-number (g

Re: [PATCH] staging/vc04_services/bcm2835-camera: distinct numeration and names for devices

2020-01-10 Thread Hans Verkuil
On 1/10/20 3:35 PM, Dave Stevenson wrote: > Hi Hans > > On Fri, 10 Jan 2020 at 13:25, Hans Verkuil wrote: >> >> Hi Michael, Kay, >> >> On 12/6/19 9:54 AM, Michael Kupfer wrote: >>> Create a static atomic counter for numerating cameras. >>> Use the Media Subsystem Kernel Internal API to create dis

[PATCH v2] staging: vc04_services: remove header include path to vc04_services

2020-01-10 Thread Masahiro Yamada
Fix up some relative paths in #include "..." directives, and remove the include path to drivers/staging/vc04_services. Signed-off-by: Masahiro Yamada --- Changes in v2: - fix up some relative paths. I tested with/without O= option this time. drivers/staging/vc04_services/Makefile

Re: [PATCH] staging: vc04_service: remove unused header include path

2020-01-10 Thread Masahiro Yamada
On Fri, Jan 10, 2020 at 9:24 PM Greg Kroah-Hartman wrote: > > On Sun, Jan 05, 2020 at 01:28:29AM +0900, Masahiro Yamada wrote: > > I can build drivers/staging/vc04_services without this. > > > > Signed-off-by: Masahiro Yamada > > --- > > > > drivers/staging/vc04_services/Makefile | 2 +- > > 1 f

Re: [PATCH] staging/vc04_services/bcm2835-camera: distinct numeration and names for devices

2020-01-10 Thread Hans Verkuil
Hi Michael, Kay, On 12/6/19 9:54 AM, Michael Kupfer wrote: > Create a static atomic counter for numerating cameras. > Use the Media Subsystem Kernel Internal API to create distinct > device-names, so that the camera-number (given by the counter) > matches the camera-name. > > Co-developed-by: Kay

Re: [PATCH] staging: octeon: Drop on uncorrectable alignment or FCS error

2020-01-10 Thread Greg Kroah-Hartman
On Wed, Jan 08, 2020 at 05:10:42PM +0100, Alexander X Sverdlin wrote: > From: Alexander Sverdlin > > Currently in case of alignment or FCS error if the packet cannot be > corrected it's still not dropped. Report the error properly and drop the > packet while making the code around a little bit mo

Re: [PATCH] media: hantro: Support H264 profile control

2020-01-10 Thread Hans Verkuil
On 11/29/19 1:16 AM, Tomasz Figa wrote: > On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne wrote: >> >> Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit : >>> On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresne >>> wrote: Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda

Re: [PATCH] staging: vc04_service: remove unused header include path

2020-01-10 Thread Greg Kroah-Hartman
On Sun, Jan 05, 2020 at 01:28:29AM +0900, Masahiro Yamada wrote: > I can build drivers/staging/vc04_services without this. > > Signed-off-by: Masahiro Yamada > --- > > drivers/staging/vc04_services/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/stagin