Files
linux-legacy/include/linux/i2c
Saleem Abdulrasool 6f1fcd9297 refactor info frame management
info frame checksumming is defined by the CEA861-E standard, and is not specific
to SII9xxx, so move that into the CEA861 header.

Don't bother allocating the info frame structures off the heap.  That causes
unnecessary fragmentation and complexity.  Allocate them off the stack as they
are small enough.  This also helps keep everything simple.

As a bonus, fixed up the SII HDMI structures and the CEA861 InfoFrame structures
in the process as well.  Also clean up the magic number in the AVI InfoFrame
assertion.
2011-01-15 14:43:51 -08:00
..
2009-05-15 20:13:25 -07:00
2009-06-18 13:03:44 -07:00
2009-04-07 10:23:34 +01:00
2011-01-15 14:43:51 -08:00