Raspbian's hard float benchmarks

2012-07-17 Thread Michael Hope
The Raspbian project is a rebuild of Debian for the Raspberry Pi. adama did some benchmarks that show the improvement in going from ARMv4T with soft float to ARMv6 with hard float: http://www.memetic.org/raspbian-benchmarking-armel-vs-armhf/ The page says that there's a 4-10 % improvement on int

Agenda posted for the linaro-android team meeting on 2012/7/18

2012-07-17 Thread Zach Pfeffer
https://wiki.linaro.org/Platform/Android/Meetings/2012-07-18 1300 UTC in #linaro-meeting Come and enjoy! -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/lin

Re: [PATCH 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-07-17 Thread David Cohen
Hi Sangwook, I've few comments, some just nitpicking. Feel free to disagree. :) On 07/17/2012 07:17 PM, Sangwook Lee wrote: This dirver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/satur

Re: Ubuntu Developer Week

2012-07-17 Thread Anca Emanuel
On Tue, Jul 17, 2012 at 7:41 PM, Ricardo Salveti wrote: > Hey, > > Amber just reminded me about the the Ubuntu Developer Week, and > pointed out that we'll have another one from Tue 28th Aug to Thu 30th > Aug. > > Here's the blog post with more details: > http://ubuntuclassroom.wordpress.com/2012/

Ubuntu Developer Week

2012-07-17 Thread Ricardo Salveti
Hey, Amber just reminded me about the the Ubuntu Developer Week, and pointed out that we'll have another one from Tue 28th Aug to Thu 30th Aug. Here's the blog post with more details: http://ubuntuclassroom.wordpress.com/2012/07/17/ubuntu-developer-week-planning-starts/ As we're also involved wi

[PATCH 0/2] Add v4l2 subdev driver for S5K4ECGX sensor with embedded SoC ISP

2012-07-17 Thread Sangwook Lee
The following 2 patches add driver for S5K4ECGX sensor with embedded ISP SoC, and minor v4l2 control API enhancement. S5K4ECGX is 5M CMOS Image sensor from Samsung. Currenlty ony preview mode is supported. (no capture mode/face detection) Sangwook Lee (2): v4l: Add factory register values form

[PATCH 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-07-17 Thread Sangwook Lee
This dirver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/birghtness/sharpness Signed-off-by: Sangwook Lee --- drivers/media/video/Kconfig|7 + drivers/media/video/Makef