linux/drivers/media/test-drivers/vidtv
Mauro Carvalho Chehab a6abe2f392 media: vidtv: remove a wrong endiannes check from s302m generator
The code there is already doing the right thing, as it uses
value & 0xff, value & 0xff00, which already ensures the
expected endiannes.

So, it doesn't make any sense to touch the order depending on
the CPU endiannes.

Yet, as pointed by Daniel at the mailing list:
	https://lore.kernel.org/linux-media/e614351c-215c-c048-52af-7c200b164f41@xs4all.nl/T/#m8d221684a151833966359c2ed8bdce0f0ee4e5fd

The reverse code is needed by the decoder. So, keep it
no matter the endiannes.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-09-14 15:59:49 +02:00
..
Kconfig
Makefile media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_bridge.c media: vidtv: add an initial channel frequency 2020-09-14 15:49:43 +02:00
vidtv_bridge.h media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_channel.c media: vidtv: prefer using dev_foo() instead of pr_foo() 2020-09-14 15:47:51 +02:00
vidtv_channel.h media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_common.c media: vidtv: fix 32-bit warnings 2020-09-14 15:48:11 +02:00
vidtv_common.h media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_demod.c media: vidtv: prefer using dev_foo() instead of pr_foo() 2020-09-14 15:47:51 +02:00
vidtv_demod.h
vidtv_encoder.h media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_mux.c media: vidtv: prefer using dev_foo() instead of pr_foo() 2020-09-14 15:47:51 +02:00
vidtv_mux.h media: vidtv: prefer using dev_foo() instead of pr_foo() 2020-09-14 15:47:51 +02:00
vidtv_pes.c media: vidtv: fix 32-bit warnings 2020-09-14 15:48:11 +02:00
vidtv_pes.h media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_psi.c media: vidtv: get rid of some endiannes nonsense 2020-09-14 15:48:31 +02:00
vidtv_psi.h media: vidtv: get rid of ENDIAN_BITFIELD nonsense 2020-09-14 15:48:48 +02:00
vidtv_s302m.c media: vidtv: remove a wrong endiannes check from s302m generator 2020-09-14 15:59:49 +02:00
vidtv_s302m.h media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_ts.c media: vidtv: add a bridge driver 2020-09-12 09:43:12 +02:00
vidtv_ts.h media: vidtv: get rid of ENDIAN_BITFIELD nonsense 2020-09-14 15:48:48 +02:00
vidtv_tuner.c media: vidtv: fix frequency tuning logic 2020-09-14 15:49:08 +02:00
vidtv_tuner.h