Monday, July 18. 2011, 11:23 AM
The first pull request for the 3.1 kernel finally includes a driver for the ISI camera interface from Atmel. So far it only supports at91 ARM SoCs, maybe the time, when I'll be able to use my MT9M112 (I think), is no longer far away... We also continue to make the soc-camera client API thinner to move closer to sensor driver reuse with standard v4l2 drivers:
Andrew Chew (6):
V4L: ov9740: Cleanup hex casing inconsistencies
V4L: ov9740: Correct print in ov9740_reg_rmw()
V4L: ov9740: Fixed some settings
V4L: ov9740: Remove hardcoded resolution regs
V4L: ov9740: Reorder video and core ops
V4L: ov9740: Add suspend/resume
Guennadi Liakhovetski (11):
V4L: mx3_camera: remove redundant calculations
V4L: pxa_camera: remove redundant calculations
V4L: pxa-camera: try to force progressive video format
V4L: pxa-camera: switch to using subdev .s_power() core operation
V4L: mx2_camera: .try_fmt shouldn't fail
V4L: sh_mobile_ceu_camera: remove redundant calculations
V4L: tw9910: remove bogus ENUMINPUT implementation
V4L: soc-camera: MIPI flags are not sensor flags
V4L: mt9m111: propagate higher level abstraction down in functions
V4L: mt9m111: switch to v4l2-subdev .s_power() method
V4L: soc-camera: remove several now unused soc-camera client operations
Josh Wu (1):
V4L: at91: add Atmel Image Sensor Interface (ISI) support