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

Issue 3548006: Tegra2: input: Add tegra keyboard support. (Closed)

Created:
10 years, 2 months ago by Rakesh Iyer
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, dneiss, Olof Johansson, chromeboy, amoljadi
Visibility:
Public.

Description

Tegra2: input: Add tegra keyboard support. Added Tegra keyboard driver sources. The driver will be enabled in a seperate commit. Change-Id: I1aa49341af62c0927fa3051cad274ce9d2795eaa Signed-off-by: Rakesh Iyer <riyer@nvidia.com>; BUG=None TEST=Works well on seaboard. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=48d2f0b

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixes for testc routine. Incorporated review comments. #

Patch Set 3 : Removing static variable's zero init #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -0 lines) Patch
M board/tegra2/seaboard/Makefile View 1 1 chunk +3 lines, -0 lines 0 comments Download
M board/tegra2/seaboard/seaboard.c View 1 chunk +7 lines, -0 lines 1 comment Download
A board/tegra2/seaboard/seaboard_kbc.c View 1 chunk +100 lines, -0 lines 0 comments Download
M drivers/input/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A drivers/input/tegra-kbc.c View 1 2 1 chunk +412 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Rakesh Iyer
10 years, 2 months ago (2010-10-01 00:57:43 UTC) #1
Rakesh Iyer
Added tegra keyboard support.
10 years, 2 months ago (2010-10-01 20:00:37 UTC) #2
Rakesh Iyer
Added chromeboy and Tom Warren as reviewers.
10 years, 2 months ago (2010-10-04 18:20:38 UTC) #3
robotboy
So, when I apply this patch and the one to enable this for Seaboard I ...
10 years, 2 months ago (2010-10-04 19:46:48 UTC) #4
Rakesh Iyer
I had seen that as well. Maybe that is because Enter actually should map to ...
10 years, 2 months ago (2010-10-04 19:56:19 UTC) #5
Tom Warren
http://codereview.chromium.org/3548006/diff/1/2 File board/tegra2/seaboard/Makefile (right): http://codereview.chromium.org/3548006/diff/1/2#newcode30 board/tegra2/seaboard/Makefile:30: #ifdef CONFIG_TEGRA_KEYBOARD Let's use CONFIG_TEGRA2_KEYBOARD. Every other driver (GPIO, ...
10 years, 2 months ago (2010-10-04 20:20:03 UTC) #6
robotboy
On 2010/10/04 19:56:19, Rakesh Iyer wrote: > I had seen that as well. Maybe that ...
10 years, 2 months ago (2010-10-04 21:54:36 UTC) #7
Rakesh Iyer
You are right Anton. That was just my guess. I figured out the problem. Currently ...
10 years, 2 months ago (2010-10-04 22:26:38 UTC) #8
Rakesh Iyer
10 years, 2 months ago (2010-10-04 23:05:23 UTC) #9
Rakesh Iyer
Incorporated most of Tom Warren's comments. seaboard_kbc.c exists inside seaboard directory because it contains pinmux, ...
10 years, 2 months ago (2010-10-04 23:08:18 UTC) #10
Rakesh Iyer
The issue for config file changes remains "3613002 Tegra2: Enable keyboard for seaboard configs." .
10 years, 2 months ago (2010-10-04 23:22:16 UTC) #11
Rakesh Iyer
10 years, 2 months ago (2010-10-04 23:38:55 UTC) #12
robotboy
LGTM, thanks.
10 years, 2 months ago (2010-10-04 23:48:31 UTC) #13
Tom Warren
http://codereview.chromium.org/3548006/diff/20001/21002 File board/tegra2/seaboard/seaboard.c (right): http://codereview.chromium.org/3548006/diff/20001/21002#newcode230 board/tegra2/seaboard/seaboard.c:230: { I was thinking more along the lines of ...
10 years, 2 months ago (2010-10-05 15:30:12 UTC) #14
robotboy
10 years, 2 months ago (2010-10-06 21:09:24 UTC) #15
Actually, looking over the code (after noticing a compiler warning that I
hadn't seen before) I think Tom is right.  I have a simple patch to fix it
that I'll send your way shortly.

Thanks,
    Anton

On Tue, Oct 5, 2010 at 8:30 AM, <twarren.nvidia@gmail.com> wrote:

>
> http://codereview.chromium.org/3548006/diff/20001/21002
> File board/tegra2/seaboard/seaboard.c (right):
>
> http://codereview.chromium.org/3548006/diff/20001/21002#newcode230
> board/tegra2/seaboard/seaboard.c:230: {
> I was thinking more along the lines of your putting this into your kbd
> driver in drivers/input (see board/rbc823/kbd.c, for example), but this
> will do, too.
>
>
> http://codereview.chromium.org/3548006/show
>

Powered by Google App Engine
This is Rietveld 408576698