20 May, 2012

1 commit


15 May, 2012

1 commit


14 May, 2012

2 commits

  • Add driver for SMIA++/SMIA image sensors. The driver exposes the sensor as
    three subdevs, pixel array, binner and scaler --- in case the device has a
    scaler.

    Currently it relies on the board code for external clock handling. There is
    no fast way out of this dependency before the ISP drivers (omap3isp) among
    others will be able to export that clock through the clock framework
    instead.

    Signed-off-by: Sakari Ailus
    Acked-by: Laurent Pinchart
    Signed-off-by: Mauro Carvalho Chehab

    Sakari Ailus
     
  • Calculate PLL configuration based on input data: sensor configuration, board
    properties and sensor-specific limits.

    [mchehab@redhat.com: Fix a Kconfig conflict affecting APTINA_PLL]
    Signed-off-by: Sakari Ailus
    Acked-by: Laurent Pinchart
    Signed-off-by: Mauro Carvalho Chehab

    Sakari Ailus