All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shuah Khan <skhan@linuxfoundation.org>
To: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
	mchehab+huawei@kernel.org, sean@mess.org,
	kstewart@linuxfoundation.org, allison@lohutok.net,
	tglx@linutronix.de
Cc: linux-media@vger.kernel.org,
	linux-kernel-mentees@lists.linuxfoundation.org,
	linux-kernel@vger.kernel.org,
	Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [RFC, WIP, v7 0/4] media: vidtv: implement a virtual DVB driver
Date: Fri, 24 Jul 2020 17:43:55 -0600	[thread overview]
Message-ID: <1cd01ac5-55f7-68f5-791b-ae4955d916d7@linuxfoundation.org> (raw)
In-Reply-To: <20200608191333.1784963-1-dwlsalmeida@gmail.com>

Hi Mauro,

On 6/8/20 1:13 PM, Daniel W. S. Almeida wrote:
> From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
> 
> This series is work in progress. It represents the current work done on a
> virtual DVB driver for the Linux media subsystem. I am new to the media
> subsystem and to kernel development in general.
> 
> This driver aims to:
> 	- Serve as template for new DVB driver writers
> 	- Help userspace application writers in general
> 	- Push fake audio/video to userspace for testing
> 		purposes
> 	- Push debug information to userspace via debugfs
> The Virtual Digital TV Driver (vidtv)

Any feedback on this patch series for Daniel. He has been waiting for
reviews and feedback from media developers for a while now.

Please review the patches and give him feedback and help him with
next steps.

thanks,
-- Shuah

WARNING: multiple messages have this Message-ID (diff)
From: Shuah Khan <skhan@linuxfoundation.org>
To: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
	mchehab+huawei@kernel.org, sean@mess.org,
	kstewart@linuxfoundation.org, allison@lohutok.net,
	tglx@linutronix.de
Cc: linux-kernel-mentees@lists.linuxfoundation.org,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org
Subject: Re: [Linux-kernel-mentees] [RFC, WIP, v7 0/4] media: vidtv: implement a virtual DVB driver
Date: Fri, 24 Jul 2020 17:43:55 -0600	[thread overview]
Message-ID: <1cd01ac5-55f7-68f5-791b-ae4955d916d7@linuxfoundation.org> (raw)
In-Reply-To: <20200608191333.1784963-1-dwlsalmeida@gmail.com>

Hi Mauro,

On 6/8/20 1:13 PM, Daniel W. S. Almeida wrote:
> From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>
> 
> This series is work in progress. It represents the current work done on a
> virtual DVB driver for the Linux media subsystem. I am new to the media
> subsystem and to kernel development in general.
> 
> This driver aims to:
> 	- Serve as template for new DVB driver writers
> 	- Help userspace application writers in general
> 	- Push fake audio/video to userspace for testing
> 		purposes
> 	- Push debug information to userspace via debugfs
> The Virtual Digital TV Driver (vidtv)

Any feedback on this patch series for Daniel. He has been waiting for
reviews and feedback from media developers for a while now.

Please review the patches and give him feedback and help him with
next steps.

thanks,
-- Shuah
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

  parent reply	other threads:[~2020-07-24 23:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08 19:13 [RFC, WIP, v7 0/4] media: vidtv: implement a virtual DVB driver Daniel W. S. Almeida
2020-06-08 19:13 ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-06-08 19:13 ` [RFC, WIP, v7 1/4] media: vidtv: implement a tuner driver Daniel W. S. Almeida
2020-06-08 19:13   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-06-08 19:13 ` [RFC, WIP, v7 2/4] media: vidtv: implement a demodulator driver Daniel W. S. Almeida
2020-06-08 19:13   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-06-08 19:13 ` [RFC, WIP, v7 3/4] media: vidtv: add a bridge driver Daniel W. S. Almeida
2020-06-08 19:13   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-06-08 21:17   ` kernel test robot
2020-06-09  0:29   ` kernel test robot
2020-06-08 19:13 ` [RFC, WIP, v7 4/4] media: Documentation: vidtv: Add ReST documentation for vidtv Daniel W. S. Almeida
2020-06-08 19:13   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-07-24 23:43 ` Shuah Khan [this message]
2020-07-24 23:43   ` [Linux-kernel-mentees] [RFC, WIP, v7 0/4] media: vidtv: implement a virtual DVB driver Shuah Khan
2020-07-25 18:25   ` Mauro Carvalho Chehab
2020-07-25 18:25     ` [Linux-kernel-mentees] " Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1cd01ac5-55f7-68f5-791b-ae4955d916d7@linuxfoundation.org \
    --to=skhan@linuxfoundation.org \
    --cc=allison@lohutok.net \
    --cc=dwlsalmeida@gmail.com \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=sean@mess.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.