summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/aptina-pll.c
Commit message (Collapse)AuthorAgeFilesLines
* [media] v4l: aptina-pll: Round up minimum multiplier factor value properlyLaurent Pinchart2012-05-081-3/+2Star
| | | | | | | | | The mf_low value must be a multiple of mf_inc. Round it up to the nearest mf_inc multiple after computing it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] v4l: Aptina-style sensor PLL supportLaurent Pinchart2012-03-191-0/+174
Add a generic helper function to compute PLL parameters for PLL found in several Aptina sensors. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>