All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH 0/1] Implement a DVB Dummy Tuner
@ 2020-01-09 15:24 ` Daniel W. S. Almeida
  0 siblings, 0 replies; 22+ messages in thread
From: Daniel W. S. Almeida @ 2020-01-09 15:24 UTC (permalink / raw)
  To: mchehab, sean, tglx, gregkh
  Cc: linux-kernel, linux-kernel-mentees, Daniel W. S. Almeida,
	linux-media

From: "Daniel W. S. Almeida" <dwlsalmeida@gmail.com>

This patch series should implement a dummy DVB tuner as part of ongoing work
on a virtual DVB test driver under the 2020 Spring Linux Kernel Mentorship Program.

as 
Daniel W. S. Almeida (1):
  media: dvb_dummy_tuner: implement driver skeleton

 drivers/media/tuners/Kconfig           |   7 ++
 drivers/media/tuners/Makefile          |   1 +
 drivers/media/tuners/dvb_dummy_tuner.c | 153 +++++++++++++++++++++++++
 drivers/media/tuners/dvb_dummy_tuner.h |  20 ++++
 4 files changed, 181 insertions(+)
 create mode 100644 drivers/media/tuners/dvb_dummy_tuner.c
 create mode 100644 drivers/media/tuners/dvb_dummy_tuner.h

-- 
2.24.1

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-01-09 21:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-09 15:24 [Linux-kernel-mentees] [PATCH 0/1] Implement a DVB Dummy Tuner Daniel W. S. Almeida
2020-01-09 15:24 ` Daniel W. S. Almeida
2020-01-09 15:24 ` [Linux-kernel-mentees] [PATCH 1/1] media: dvb_dummy_tuner: implement driver skeleton Daniel W. S. Almeida
2020-01-09 15:24   ` Daniel W. S. Almeida
2020-01-09 15:54   ` [Linux-kernel-mentees] " Greg KH
2020-01-09 15:54     ` Greg KH
2020-01-09 20:43     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-01-09 20:43       ` Daniel W. S. Almeida
2020-01-09 16:13   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-01-09 16:13     ` Mauro Carvalho Chehab
2020-01-09 20:52     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-01-09 20:52       ` Daniel W. S. Almeida
2020-01-09 16:45   ` [Linux-kernel-mentees] " Shuah Khan
2020-01-09 16:45     ` Shuah Khan
2020-01-09 21:00     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-01-09 21:00       ` Daniel W. S. Almeida
2020-01-09 21:11       ` [Linux-kernel-mentees] " Shuah Khan
2020-01-09 21:11         ` Shuah Khan
2020-01-09 16:07 ` [Linux-kernel-mentees] [PATCH 0/1] Implement a DVB Dummy Tuner Mauro Carvalho Chehab
2020-01-09 16:07   ` Mauro Carvalho Chehab
2020-01-09 20:51   ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-01-09 20:51     ` Daniel W. S. Almeida

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.