Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1359620
| From | Leon Romanovsky <leon@leon.nu> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Add tw5864 driver |
| Date | 2016-03-17 09:20 +0100 |
| Message-ID | <rdBjY-4LR-5@gated-at.bofh.it> (permalink) |
| References | <rcq7g-5Io-9@gated-at.bofh.it> <rcq7g-5Io-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Mar 14, 2016 at 03:55:14AM +0200, Andrey Utkin wrote: > From: Andrey Utkin <andrey.utkin@corp.bluecherry.net> > > Support for boards based on Techwell TW5864 chip which provides > multichannel video & audio grabbing and encoding (H.264, MJPEG, > ADPCM G.726). > > Signed-off-by: Andrey Utkin <andrey.utkin@corp.bluecherry.net> > Tested-by: Andrey Utkin <andrey.utkin@corp.bluecherry.net> > --- > MAINTAINERS | 7 + > drivers/staging/media/Kconfig | 2 + > drivers/staging/media/Makefile | 1 + > drivers/staging/media/tw5864/Kconfig | 11 + > drivers/staging/media/tw5864/Makefile | 3 + > drivers/staging/media/tw5864/tw5864-bs.h | 154 ++ > drivers/staging/media/tw5864/tw5864-config.c | 359 +++++ > drivers/staging/media/tw5864/tw5864-core.c | 453 ++++++ > drivers/staging/media/tw5864/tw5864-h264.c | 183 +++ > drivers/staging/media/tw5864/tw5864-reg.h | 2200 ++++++++++++++++++++++++++ > drivers/staging/media/tw5864/tw5864-tables.h | 237 +++ > drivers/staging/media/tw5864/tw5864-video.c | 1364 ++++++++++++++++ > drivers/staging/media/tw5864/tw5864.h | 280 ++++ > include/linux/pci_ids.h | 1 + > 14 files changed, 5255 insertions(+) > create mode 100644 drivers/staging/media/tw5864/Kconfig > create mode 100644 drivers/staging/media/tw5864/Makefile > create mode 100644 drivers/staging/media/tw5864/tw5864-bs.h > create mode 100644 drivers/staging/media/tw5864/tw5864-config.c > create mode 100644 drivers/staging/media/tw5864/tw5864-core.c > create mode 100644 drivers/staging/media/tw5864/tw5864-h264.c > create mode 100644 drivers/staging/media/tw5864/tw5864-reg.h > create mode 100644 drivers/staging/media/tw5864/tw5864-tables.h > create mode 100644 drivers/staging/media/tw5864/tw5864-video.c > create mode 100644 drivers/staging/media/tw5864/tw5864.h > > diff --git a/MAINTAINERS b/MAINTAINERS > index 409509d..7bb1fa9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11195,6 +11195,13 @@ T: git git://linuxtv.org/media_tree.git > S: Odd fixes > F: drivers/media/usb/tm6000/ > > +TW5864 VIDEO4LINUX DRIVER > +M: Bluecherry Maintainers <maintainers@bluecherrydvr.com> I wonder if this the right thing to do. Generally speaking a maintainer is a person and not a corporate. > +M: Andrey Utkin <andrey.utkin@corp.bluecherry.net> > +L: linux-media@vger.kernel.org > +S: Supported > +F: drivers/staging/media/tw5864/ <snip> > + > --- /dev/null > +++ b/drivers/staging/media/tw5864/tw5864-bs.h > @@ -0,0 +1,154 @@ > +/* > + * TW5864 driver - Exp-Golomb code functions > + * > + * Copyright (C) 2015 Bluecherry, LLC <maintainers@bluecherrydvr.com> > + * Author: Andrey Utkin <andrey.utkin@corp.bluecherry.net> You don't need to state your name here. It is written in git log.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Add tw5864 driver - cover letter Andrey Utkin <andrey_utkin@fastmail.com> - 2016-03-14 03:10 +0100 Re: [PATCH] Add tw5864 driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-03-14 03:30 +0100 Re: [PATCH] Add tw5864 driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-03-14 04:40 +0100 Re: [PATCH] Add tw5864 driver Leon Romanovsky <leon@leon.nu> - 2016-03-17 09:20 +0100
csiph-web