From: HeungJun, Kim Date: Tue, 31 May 2011 06:44:19 +0000 (-0300) Subject: [media] m5mols: add m5mols_read_u8/u16/u32() according to I2C byte width X-Git-Tag: v3.0-rc7~46^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57644f56234a154afffd0f4d53becf8ff4a55b41;p=pandora-kernel.git [media] m5mols: add m5mols_read_u8/u16/u32() according to I2C byte width For now, the m5mols_read() share in case of I2C packet 1, 2, 4 byte(s) width. So, this commit adds 3 functions - m5mols_read_u8/u16/u32() according to byte width of I2C packet. And, the u32 variables in spite of u8 or u16 for fitting to m5mols_read() having no choice, is replaced to have original byte width like u8, u16, u32 as same reason. Signed-off-by: HeungJun, Kim Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed