On Tue, 2011-12-20 at 14:08 +0530, mythripk@xxxxxx wrote: > From: Mythri P K <mythripk@xxxxxx> > > Disables the internal pull resistor for SDA and SCL which are enabled by > default, as there are external pull up's in 4460 and 4430 ES2.3 > SDP, Blaze and Panda Boards, It is done to avoid the EDID read failure. > > Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@xxxxxxxxxx> > Signed-off-by: Mythri P K <mythripk@xxxxxx> <snip> > struct rfbi_timings { > @@ -310,7 +314,7 @@ struct omap_dss_board_info { > /* Init with the board info */ > extern int omap_display_init(struct omap_dss_board_info *board_data); > /* HDMI mux init*/ > -extern int omap_hdmi_init(void); > +extern int omap_hdmi_init(enum omap_hdmi_flags flags); These patches you sent are broken. You add the omap_hdmi_init line in the previous patch, and change it here, but the lines are different (this one has two spaces between "int" and "omap_hdmi_init", and the previous doesn't) so the patches cannot be applied. I guess you hand edited them, or did something else manually. Never do that. Use git rebase or similar methods to edit the patches, and create the whole patch set with git-format-patch in one go. If you absolutely have to edit the patch files, apply them to your git tree afterwards and use git-format-patch to create the patch series before sending. And an introductory email with version history would be nice also. Tomi
Attachment:
signature.asc
Description: This is a digitally signed message part