Re: [PATCH] linux-firmware: intel: Add Kabylake IPU3 firmware

2017-08-29 Thread Kyle McMartin
On Thu, Aug 24, 2017 at 10:10:25AM +0900, Tomasz Figa wrote: > On Thu, Aug 24, 2017 at 1:54 AM, Kyle McMartin wrote: > > On Fri, Jul 21, 2017 at 12:08:32AM +, Mani, Rajmohan wrote: > >> I am also following up on the second approach to submit the IPU3 firmware > >>

Re: [GIT PULL] linux-firmware: intel: Add Kabylake IPU3 firmware

2017-08-23 Thread Kyle McMartin
On Sat, Aug 05, 2017 at 12:04:26AM +, Mani, Rajmohan wrote: > Hi, > > Please review this PULL request to add Kabylake IPU3 firmware to the > linux-firmware repository. > > > The following changes since commit 7d2c913dcd1be083350d97a8cb1eba24cfacbc8a: > > ath10k: update year in license (2

Re: [GIT PULL] linux-firmware: Add Qualcomm Venus firmware

2017-06-15 Thread Kyle McMartin
On Mon, Jun 12, 2017 at 07:30:30PM +0300, Stanimir Varbanov wrote: > Hi, > > This pull request adds firmware for venus video codec driver. > > The following changes since commit 37857004a430e96dc837db7f967b6d0279053de8: > > linux-firmware: add firmware image for Redpine 9113 chipset > (2017-06

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

2017-04-04 Thread Kyle McMartin
On Tue, Mar 28, 2017 at 03:37:29PM +0800, Andrew-CT Chen wrote: > Hi linux-firmware maintainers, > > The following changes since commit 44d8e8d4fdcdff56e9e21208d4b4aa7cd6962656: > > Merge branch 'master' of https://github.com/Netronome/linux-firmware > (2017-03-24 09:43:35 -0700) > > are avai

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

2016-11-21 Thread Kyle McMartin
On Fri, Nov 11, 2016 at 08:09:08PM +0800, Andrew-CT Chen wrote: > Hi linux-firmware maintainers, > > The following changes since commit a179db97914da5e650c21ba8f9b0bae04a0f8a41: > > amdgpu: update SMC firmware for VI parts (2016-10-05 10:30:11 -0700) > > are available in the git repository at:

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

2016-09-13 Thread Kyle McMartin
On Thu, Sep 08, 2016 at 08:29:16PM +0800, Andrew-CT Chen wrote: > Hi linux-firmware maintainers, > > The following changes since commit c883a6b6186bb2415761d287cbac773062911212: > > rtl_bt: Add firmware and config file for RTL8822BE (2016-08-31 02:38:31 > +0100) > > are available in the git r

Re: pull request: lunux-firmware: Add Mediatek MT8173 VPU firmware

2016-07-05 Thread Kyle McMartin
On Mon, Jul 04, 2016 at 06:48:34PM +0800, Andrew-CT Chen wrote: > Hi linux-firmware maintainers, > > The following changes since commit 3ef7857d511ce6a91c5ce609da76c4702651cfa5: > > amdgpu: update polaris ucode (2016-06-28 14:31:11 -0400) > > are available in the git repository at: > > http

Re: [PATCH] linux-firmware: Add firmware files for Siano DTV devices

2014-11-30 Thread Kyle McMartin
On Sun, Nov 09, 2014 at 09:58:19PM -0200, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > > Acked-by: Rainer Miethling > Signed-off-by: Mauro Carvalho Chehab > --- > LICENCE.siano | 31 +++ > WHENCE| 18

Re: linux-firmware: add firmware v3.25.0.0 for ITEtech IT9135 DVB-T USB driver

2014-08-27 Thread Kyle McMartin
On Tue, Aug 19, 2014 at 03:37:47PM +0800, Bimow Chen wrote: > Add two firmware files for ITEtech IT9135 Ax and Bx chip versions. > >From c05fac0989dff376729609cd6baac2367929d990 Mon Sep 17 00:00:00 2001 > From: Bimow Chen > Date: Tue, 19 Aug 2014 15:19:56 +0800 > Subject: [PATCH] Add firmware v3.

Re: Firmware files for 3 media device drivers

2014-08-15 Thread Kyle McMartin
On Wed, Aug 13, 2014 at 12:15:23PM -0300, Mauro Carvalho Chehab wrote: > Hi, > > Please pull from: > ssh://linuxtv.org/git/mchehab/linux-firmware.git master > Had to use git://linuxtv.org/mchehab/linux-firmware.git > It has firmware files for media devices based on xc4000, xc5000c and as102.

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread Kyle McMartin
On Sun, Jan 18, 2009 at 09:08:24AM +0530, Jaswinder Singh Rajput wrote: > If this file is _ONLY_ for userspace and kernel cannot use it then what > is the point of keeping this file in kernel headers. > There is effectively no point, especially when they reference a variable that may or may not e

Re: [GIT PULL -tip] fix 33 make headers_check warnings

2009-01-17 Thread Kyle McMartin
On Sun, Jan 18, 2009 at 08:35:01AM +0530, Jaswinder Singh Rajput wrote: > Hello Sam, David, > > /home/jaswinder/jaswinder-git/linux-2.6-tip/usr/include/mtd/jffs2-user.h:20: > extern's make no sense in userspace > This file is for userspace only, and it makes sense where it's used (mtd-utils.)