linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] media: Clean up stateless codec configuration
@ 2020-03-23 21:10 Ezequiel Garcia
  2020-03-23 21:10 ` [PATCH 1/2] media: Allow to enable the media controller API unconditionally Ezequiel Garcia
  2020-03-23 21:10 ` [PATCH 2/2] media: Remove VIDEO_DEV unneeded dependency Ezequiel Garcia
  0 siblings, 2 replies; 8+ messages in thread
From: Ezequiel Garcia @ 2020-03-23 21:10 UTC (permalink / raw)
  To: linux-media, linux-kernel
  Cc: Tomasz Figa, Nicolas Dufresne, kernel, Hans Verkuil, Sean Young,
	Philipp Zabel, Laurent Pinchart, Sakari Ailus,
	Michael Ira Krufky, Mauro Carvalho Chehab, Helen Koike,
	Ezequiel Garcia

This is another attempt at cleaning up the media
configuration for certain devices, targetting
stateless codecs for now.

The previous attempt was taking the bull by the horns,
removing all the existing "support" configurations
such as "Cameras/video grabbers support", "Analog TV support",
and the like:

https://patchwork.linuxtv.org/patch/62423/

This raised some concerns, but also some supporters, feel free
to jump on that discussion!

This series gives a different approach to reach the goal
mentioned by Tomasz: enabling specific hardware.

Patch 1 allows us to select the media controller API, without
requiring a "support" option. In other words, it stops hiding
the media controller API behing the "support" options.

Patch 2 enables VIDEO_DEV (video4linux core) when MEDIA_SUPPORT
is selected.

With this, we can now enable specific hardware such as stateless
codecs such as Hantro, Cedrus, as well as RKISP1.

Ezequiel Garcia (2):
  media: Allow to enable the media controller API unconditionally
  media: Remove VIDEO_DEV unneeded dependency

 drivers/media/Kconfig    | 2 --
 drivers/media/mc/Kconfig | 1 -
 2 files changed, 3 deletions(-)

-- 
2.26.0.rc2


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

end of thread, other threads:[~2020-03-27 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 21:10 [PATCH 0/2] media: Clean up stateless codec configuration Ezequiel Garcia
2020-03-23 21:10 ` [PATCH 1/2] media: Allow to enable the media controller API unconditionally Ezequiel Garcia
2020-03-23 21:10 ` [PATCH 2/2] media: Remove VIDEO_DEV unneeded dependency Ezequiel Garcia
2020-03-24  9:47   ` Mauro Carvalho Chehab
2020-03-24 10:18     ` Ezequiel Garcia
2020-03-24 10:41       ` Mauro Carvalho Chehab
2020-03-27 13:47       ` Ezequiel Garcia
2020-03-27 14:10         ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).