Re: [linux-firmware] [GIT PULL] amlogic: add video decoder firmwares

2018-10-01 Thread Josh Boyer
On Mon, Oct 1, 2018 at 11:27 AM Maxime Jourdan wrote: > > Hello, > > Below is a pull request to add the firmwares required by the Amlogic video > decoder. > > The firmwares were dumped from GPLv2+ in-kernel source files from Amlogic's > vendor kernel, in their buildroot package >

Re: qcom: update firmware file for Venus on SDM845

2018-08-14 Thread Josh Boyer
On Fri, Aug 10, 2018 at 5:44 AM Vikash Garodia wrote: > > hi, > > This pull request updates firmware files for Venus h/w codec found on the > Qualcomm SDM845 chipset. > > The following changes since commit 7b5835fd37630d18ac0c755329172f6a17c1af29: > > linux-firmware: add firmware for mt76x2u

Re: qcom: add firmware file for Venus on SDM845

2018-06-04 Thread Josh Boyer
On Sat, May 26, 2018 at 4:18 AM Vikash Garodia wrote: > > Hi Josh, > > On 2018-05-25 17:34, Josh Boyer wrote: > > On Fri, May 25, 2018 at 7:03 AM Vikash Garodia > > > > wrote: > > > >> This pull request adds firmware files for Venus h/w c

Re: qcom: add firmware file for Venus on SDM845

2018-05-25 Thread Josh Boyer
On Fri, May 25, 2018 at 7:03 AM Vikash Garodia wrote: > This pull request adds firmware files for Venus h/w codec found on the Qualcomm SDM845 chipset. > The following changes since commit 2a9b2cf50fb32e36e4fc1586c2f6f1421913b553: >Merge branch

Re: pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2018-01-19 Thread Josh Boyer
On Wed, Jan 17, 2018 at 8:35 AM, wrote: > The following changes since commit 65b1c68c63f974d72610db38dfae49861117cae2: > > wl18xx: update firmware file 8.9.0.0.76 (2018-01-04 10:06:01 -0500) > > are available in the git repository at: > >

ite-cir/nuvoton-cir circular locking dependency with v3.17-rc1-22-g480cadc2b7e0

2014-08-20 Thread Josh Boyer
Hi All, I've been seeing the following lockdep splat on all of the 3.17 kernels I've tried so far on my Celeron and i7 based NUC machines. Both the ite-cir and nuvoton-cir drivers seem to have similar issues, so the problem may be in rc_core itself? I'm hoping you all will have better ideas.

Re: udev breakages - was: Re: Need of an .async_probe() type of callback at driver's core - Was: Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-10-04 Thread Josh Boyer
On Wed, Oct 3, 2012 at 6:58 PM, Linus Torvalds torva...@linux-foundation.org wrote: On Wed, Oct 3, 2012 at 3:48 PM, Andy Walls awa...@md.metrocast.net wrote: I don't know if you can remove the /sys/.../firmware ABI altogether, because there is at least one, somewhat popular udev replacement

3.1/3.2 uvcvideo and Creative Live! Cam Optia AF

2012-02-29 Thread Josh Boyer
Hi Laurent, We've had a bug report [1] in Fedora for a while now that the uvcvideo driver no longer works on the Creative Live! Cam Optia AF (ID 041e:4058) in the 3.1 and 3.2 kernels. The bug has all the various output from dmesg, lsusb, etc. I'm wondering if there is anything further we can

[PATCH] [media] ttusb2: Don't use stack variables for DMA

2011-11-02 Thread Josh Boyer
/show_bug.cgi?id=734506 Signed-off-by: Josh Boyer jwbo...@redhat.com --- drivers/media/dvb/dvb-usb/ttusb2.c | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/ttusb2.c b/drivers/media/dvb/dvb-usb/ttusb2.c index ea4eab8..faed393 100644

Re: [PATCH] uvcvideo: Fix crash when linking entities

2011-09-07 Thread Josh Boyer
On Wed, Sep 07, 2011 at 12:29:08AM +0200, Laurent Pinchart wrote: The uvc_mc_register_entity() function wrongfully selects the media_entity associated with a UVC entity when creating links. This results in access to uninitialized media_entity structures and can hit a BUG_ON statement in

Lockdep warning in ivtv driver in 3.1

2011-08-22 Thread Josh Boyer
Hi All, We've gotten a report[1] that the ivtv driver is throwing a lockdep warning when calling ivtv_gpio_init. From what I can tell, it seems like the lock being held twice is the one allocated for ivtv-cxhdl, but I can't immediately see where it's locked and not unlocked in the callstack