Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Issue 6627032: CHROMIUM: Board file changes for Tegra camera (Closed)

Created:
9 years, 9 months ago by Andrew Chew
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, vb+kernel_google.com, Mandeep Singh Baines, jiesun
Visibility:
Public.

Description

CHROMIUM: Board file changes for Tegra camera This patch adds support for V4L2 camera on Seaboard and Kaen. The common stuff went into devices.c/h, and the board-specific stuff is in board-seaboard-sensors.c and board-kaen-sensors.c, respectively. Change-Id: I7de5c29e5cb6e289d24108e416083b08937c9db7 Signed-off-by: Andrew Chew <achew@nvidia.com>; BUG=none TEST=Builds cleanly. Tested to work with Tegra's V4L2 stuff on Seaboard and Kaen

Patch Set 1 #

Patch Set 2 : Work in progress on aebl sensor. Fixed C99 comments, and file comment headers. #

Total comments: 8

Patch Set 3 : Addressed all comments by Olof. #

Total comments: 1

Patch Set 4 : Make sensor stub functions static inline. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+761 lines, -0 lines) Patch
arch/arm/mach-tegra/Makefile View 1 1 chunk +5 lines, -0 lines 0 comments Download
arch/arm/mach-tegra/board-aebl-sensors.c View 1 2 1 chunk +203 lines, -0 lines 0 comments Download
arch/arm/mach-tegra/board-kaen-sensors.c View 1 2 1 chunk +201 lines, -0 lines 0 comments Download
arch/arm/mach-tegra/board-seaboard.h View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
arch/arm/mach-tegra/board-seaboard.c View 1 3 chunks +6 lines, -0 lines 0 comments Download
arch/arm/mach-tegra/board-seaboard-sensors.c View 1 2 1 chunk +306 lines, -0 lines 0 comments Download
arch/arm/mach-tegra/devices.h View 1 chunk +1 line, -0 lines 0 comments Download
arch/arm/mach-tegra/devices.c View 1 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Olof Johansson
Hmm. I would prefer to see a proper gpio driver for tca6414 instead of the ...
9 years, 9 months ago (2011-03-21 22:22:05 UTC) #1
Andrew Chew
> How much of this could be refactored into a common file that's shared between ...
9 years, 9 months ago (2011-03-21 22:31:22 UTC) #2
Andrew Chew
Updated this CL. Fixed C99 comments, and other stuff reported by checkpatch (it is clean ...
9 years, 9 months ago (2011-03-28 21:05:27 UTC) #3
Olof Johansson
Looks better, a few additional comments below. http://codereview.chromium.org/6627032/diff/4001/arch/arm/mach-tegra/board-aebl-sensors.c File arch/arm/mach-tegra/board-aebl-sensors.c (right): http://codereview.chromium.org/6627032/diff/4001/arch/arm/mach-tegra/board-aebl-sensors.c#newcode84 arch/arm/mach-tegra/board-aebl-sensors.c:84: /* regulator_disable(regulator);*/ ...
9 years, 9 months ago (2011-03-28 22:41:44 UTC) #4
Andrew Chew
Holy smokes, those CLs did go through after all. Sorry for the dozen patchsets :) ...
9 years, 9 months ago (2011-03-28 23:29:54 UTC) #5
Olof Johansson
http://codereview.chromium.org/6627032/diff/8003/arch/arm/mach-tegra/board-seaboard.h File arch/arm/mach-tegra/board-seaboard.h (right): http://codereview.chromium.org/6627032/diff/8003/arch/arm/mach-tegra/board-seaboard.h#newcode59 arch/arm/mach-tegra/board-seaboard.h:59: This (and the one below) needs to be static ...
9 years, 9 months ago (2011-03-28 23:52:56 UTC) #6
Andrew Chew
Done.
9 years, 9 months ago (2011-03-28 23:56:25 UTC) #7
Olof Johansson
Thanks, applied. Will push tonight.
9 years, 9 months ago (2011-03-29 01:36:32 UTC) #8
Olof Johansson
9 years, 9 months ago (2011-03-29 01:37:25 UTC) #9
(touched up subject to be: CHROMIUM: ARM: tegra: seaboard: board file changes
for camera)

Powered by Google App Engine
This is Rietveld 408576698