Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there a bunch of fixes we are missing? #88

Open
wants to merge 37 commits into
base: 3.8
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
40b1df5
3.8: add patch to fix missing ADC measurements
koenkooi Oct 27, 2013
3668dab
3.8: add support for MIDI cape
koenkooi Oct 27, 2013
886378f
3.8: enable btrfs for beaglebone
koenkooi Nov 13, 2013
cf8c99a
recipes: switch recipe to zImage
koenkooi Nov 14, 2013
bafa2be
3.8: add mmc hang fix from mainline
RobertCNelson Nov 12, 2013
68d3610
ASoC: davinci: McASP: Make code generic remove hardcode
Nov 13, 2013
7f9bd3d
3.8: Cape: add MT9M114 camera cape
anithamol Nov 23, 2013
536474b
Get Ready for AIC3104 Audio Cape and Clean Audio Patches
Dec 4, 2013
e49e6bb
3.8: add lighting cape
koenkooi Dec 16, 2013
c65ca94
3.8: add omap serial baudrate hack
koenkooi Dec 17, 2013
57624df
Fixup PRU lighting patchset to use 256 slots
mranostay Dec 22, 2013
3532112
Added GRB to RGB conversion for lighting cape
mranostay Dec 22, 2013
1ed4029
Merge pull request #1 from mranostay/3.8
koenkooi Dec 22, 2013
dc5c3d1
Add spidev fixes for lighting cape
mranostay Dec 23, 2013
292a434
Merge pull request #2 from mranostay/3.8
koenkooi Dec 23, 2013
0ca56d3
3.8: add lz4(hc) compression support for btrfs
koenkooi Dec 24, 2013
dce6f4f
Fixed GRB to RGB conversion for new firmware.
mranostay Dec 28, 2013
1424333
Merge pull request #4 from mranostay/3.8
koenkooi Dec 28, 2013
8b1998b
3.8: fix camera cape aspect ratio
koenkooi Jan 2, 2014
cd28a54
3.8: add network fix from: https://groups.google.com/d/msg/beagleboar…
RobertCNelson Jan 3, 2014
a0ea2b2
3.8: add support for UPS cape
koenkooi Jan 9, 2014
9e3de62
3.8: Fix Writing to Read-Only Bit
Jan 15, 2014
49a5bd3
3.8: bunch of fixes from the community
RobertCNelson Jan 30, 2014
1f0cec7
3.8: config disable CONFIG_USB_GADGET_DEBUG, it serves only one purpo…
RobertCNelson Jan 30, 2014
fb91407
3.8: add: overlays for CBB-Serial cape from Alexander Hiam
RobertCNelson Jan 30, 2014
a890396
3.8: enable more ramdisk options
koenkooi Feb 5, 2014
bec0ed9
3.8: import a few more cape overlays
RobertCNelson Apr 8, 2014
9cfbfcf
3.8: merge in all cape changes up to bone51
RobertCNelson May 14, 2014
be56be2
patch.sh: fix whitespace in patches
koenkooi May 16, 2014
e08736b
3.8: cape: add BB-BONE-AUDI-02-00A0 and a pinmux fix on cape-universaln
RobertCNelson May 15, 2014
639758b
3.8: config: enable CONFIG_TCG_TIS_I2C_ATMEL for crypto cape
RobertCNelson May 14, 2014
6bc67bd
adc: sync with bborg repo
koenkooi May 16, 2014
131987b
patches: rediff everything
koenkooi May 16, 2014
e391eb2
patch.sh: disable whiteline fix, it breaks db.txt
koenkooi May 16, 2014
acc1501
net: update db.txt
koenkooi May 16, 2014
972332c
3.8: fix logibone cape address
koenkooi May 21, 2014
d697908
3.8: add fix for pru 2.0 compiler
koenkooi Jun 2, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3.8: fix camera cape aspect ratio
Signed-off-by: Koen Kooi <[email protected]>
koenkooi committed Jan 2, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8b1998b3105e5ad81e34260239901e088dfc361a
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
From 241e9f2e0ced2d9481d97f1bf99d8e4e7c52bca8 Mon Sep 17 00:00:00 2001
From: vvdn <[email protected]>
Date: Thu, 2 Jan 2014 15:26:42 +0100
Subject: [PATCH 25/25] Fix aspect ratio issue of 720p in MT9M114 camera cape

---
drivers/media/i2c/soc_camera/mt9m114.c | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/drivers/media/i2c/soc_camera/mt9m114.c b/drivers/media/i2c/soc_camera/mt9m114.c
index 6eab204..77ea15b 100644
--- a/drivers/media/i2c/soc_camera/mt9m114.c
+++ b/drivers/media/i2c/soc_camera/mt9m114.c
@@ -150,10 +150,10 @@ struct mt9m114_reg {
};

enum {
- MT9M114_QVGA,
- MT9M114_VGA,
- MT9M114_WVGA,
- MT9M114_720P,
+ MT9M114_QVGA,
+ MT9M114_VGA,
+ MT9M114_WVGA,
+ MT9M114_720P,
};

struct mt9m114_resolution {
@@ -166,15 +166,15 @@ static const struct mt9m114_resolution mt9m114_resolutions[] = {
.width = 320,
.height = 240,
},
- [MT9M114_VGA] = {
+ [MT9M114_VGA] = {
.width = 640,
.height = 480,
},
- [MT9M114_WVGA] = {
+ [MT9M114_WVGA] = {
.width = 800,
.height = 480,
},
- [MT9M114_720P] = {
+ [MT9M114_720P] = {
.width = 1280,
.height = 720,
},
@@ -411,22 +411,22 @@ static const struct mt9m114_reg mt9m114_regs_wvga[] = {

static const struct mt9m114_reg mt9m114_regs_720p[] = {
{ MT9M114_LOGICAL_ADDRESS_ACCESS, 0x1000, 2 },
- { MT9M114_CAM_SENSOR_CFG_Y_ADDR_START, 0x0004, 2 },
+ { MT9M114_CAM_SENSOR_CFG_Y_ADDR_START, 0x007C, 2 },
{ MT9M114_CAM_SENSOR_CFG_X_ADDR_START, 0x0004, 2 },
- { MT9M114_CAM_SENSOR_CFG_Y_ADDR_END, 0x03CB, 2 },
+ { MT9M114_CAM_SENSOR_CFG_Y_ADDR_END, 0x0353, 2 },
{ MT9M114_CAM_SENSOR_CFG_X_ADDR_END, 0x050B, 2 },
{ MT9M114_CAM_SENSOR_CFG_ROW_SPEED, 0x0001, 2 },
- { MT9M114_CAM_SENSOR_CFG_FINE_INTEG_TIME_MIN, 0x00DB, 2 },
- { MT9M114_CAM_SENSOR_CFG_FINE_INTEG_TIME_MAX, 0x05B3, 2 },
- { MT9M114_CAM_SENSOR_CFG_FRAME_LENGTH_LINES, 0x03EE, 2 },
- { MT9M114_CAM_SENSOR_CFG_LINE_LENGTH_PCK, 0x0636, 2 },
+ { MT9M114_CAM_SENSOR_CFG_FINE_INTEG_TIME_MIN, 0x00A0, 2 },
+ { MT9M114_CAM_SENSOR_CFG_FINE_INTEG_TIME_MAX, 0x03F7, 2 },
+ { MT9M114_CAM_SENSOR_CFG_FRAME_LENGTH_LINES, 0x02D5, 2 },
+ { MT9M114_CAM_SENSOR_CFG_LINE_LENGTH_PCK, 0x060E, 2 },
{ MT9M114_CAM_SENSOR_CFG_FINE_CORRECTION, 0x0060, 2 },
- { MT9M114_CAM_SENSOR_CFG_CPIPE_LAST_ROW, 0x03C3, 2 },
+ { MT9M114_CAM_SENSOR_CFG_CPIPE_LAST_ROW, 0x02D3, 2 },
{ MT9M114_CAM_SENSOR_CFG_REG_0_DATA, 0x0020, 2 },
{ MT9M114_CAM_CROP_WINDOW_XOFFSET, 0x0000, 2 },
{ MT9M114_CAM_CROP_WINDOW_YOFFSET, 0x0000, 2 },
{ MT9M114_CAM_CROP_WINDOW_WIDTH, 0x0500, 2 },
- { MT9M114_CAM_CROP_WINDOW_HEIGHT, 0x03C0, 2 },
+ { MT9M114_CAM_CROP_WINDOW_HEIGHT, 0x02D0, 2 },
{ MT9M114_CAM_CROP_CROPMODE, 0x03, 1 },
{ MT9M114_CAM_OUTPUT_WIDTH, 0x0500, 2 },
{ MT9M114_CAM_OUTPUT_HEIGHT, 0x02D0, 2 },
@@ -437,8 +437,8 @@ static const struct mt9m114_reg mt9m114_regs_720p[] = {
{ MT9M114_CAM_STAT_AWB_CLIP_WINDOW_YEND, 0x02CF, 2 },
{ MT9M114_CAM_STAT_AE_INITIAL_WINDOW_XSTART, 0x0000, 2 },
{ MT9M114_CAM_STAT_AE_INITIAL_WINDOW_YSTART, 0x0000, 2 },
- { MT9M114_CAM_STAT_AE_INITIAL_WINDOW_XEND, 0x00FF, 2 },
- { MT9M114_CAM_STAT_AE_INITIAL_WINDOW_YEND, 0x008F, 2 },
+ { MT9M114_CAM_STAT_AE_INITIAL_WINDOW_XEND, 0x009F, 2 },
+ { MT9M114_CAM_STAT_AE_INITIAL_WINDOW_YEND, 0x005F, 2 },
};

static const struct mt9m114_format {
--
1.8.4.2