[go: nahoru, domu]

History log of /drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
Revision Date Author Comments
2f1f733386ce6dac70c0936b81b9f630ddfb1837 17-Jan-2014 Mauro Carvalho Chehab <m.chehab@samsung.com> [media] drx-j: make checkpatch.pl happy

Fix the remaining checkpatch.pl compliants at drxj.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
1bfc9e15a10ae88eb94cba17dba4d31941f5d939 16-Jan-2014 Mauro Carvalho Chehab <m.chehab@samsung.com> [media] drx-j: get rid of typedefs in drx_driver.h

Most of the changes were done with scripts like:
for i in drivers/media/dvb-frontends/drx39xyj/*.[ch]; do perl -ne '$var = "drx_sig_quality"; s,\b($var)_t\s+,struct \1 ,g; s,\bp_*($var)_t\s+,struct \1 *,g; s,\b($var)_t\b,struct \1,g; s,\bp_*($var)_t\b,struct \1 *,g; print $_' <$i >a && mv a $i; done

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
22892268cd65d50b5d2faa2232fc39ebd98b7142 16-Jan-2014 Mauro Carvalho Chehab <m.chehab@samsung.com> [media] drx-j: do more CodingStyle fixes

This time, use checkpatch --strict --fix.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
57afe2f0bb0cca758701679f141c9fa92a034415 16-Jan-2014 Mauro Carvalho Chehab <m.chehab@samsung.com> [media] drx-j: Don't use CamelCase

There's no reason at all to use CamelCase here. Convert all of
them to normal case.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
7ef66759a3c45aa861133b8905d4f2de1a935f54 16-Jan-2014 Mauro Carvalho Chehab <m.chehab@samsung.com> [media] drx-j: Use checkpatch --fix to solve several issues

Instead of manually fixing the issues, use the --fix experimental
checkpatch. That solves a bunch of checkpatch issues.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
443f18d0d52d513810311601a9235cb22c72a85b 20-Mar-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] drx-j: CodingStyle fixes

Do the automatic CodingStyle fixes found at Lindent.

No functional changes.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
ca3355a94755cad2a334354b1a9bcbab9239bec9 04-Jul-2010 Devin Heitmueller <dheitmueller@kernellabs.com> [media] drx-j: put under 3-clause BSD license

Relicense the drx-j driver under a standard 3-clause BSD license, which makes
it GPL compatible.

This was done explicitly with permission from Trident Microsystems.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
38b2df95c53be4bd5421d933ca0dabbcb82741d0 14-Aug-2012 Devin Heitmueller <dheitmueller@kernellabs.com> [media] drx-j: add a driver for Trident drx-j frontend

Add support for the Trident DRX-J driver, including a card profile for the
PCTV 80e which uses the chip.

Thanks to Trident for allowing the release of this code under a BSD license,
and of course Hauppauge/PCTV for pushing for its release to the community.

[pdickeybeta@gmail.com: modified to fix compilation errors and also to move
the driver files from the drx39xy subdirectory to the frontends directory]

[m.chehab@samsung.com: fix merge conflicts, commented drx-j compilation and
added EM28XX_R06_I2C_CLK setup also to the board setup]

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>