[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BD79186B4FD85F4B8E60E381CAEE19090172C682@mi8nycmail19.Mi8.com>
Date: Wed, 6 May 2009 13:57:05 -0400
From: "H Hartley Sweeten" <hartleys@...ionengravers.com>
To: "Trilok Soni" <soni.trilok@...il.com>,
"Kim Kyuwon" <q1.kim@...sung.com>
Cc: "LKML" <linux-kernel@...r.kernel.org>,
"Dmitry Torokhov" <dmitry.torokhov@...il.com>,
<linux-input@...r.kernel.org>,
"Kyungmin Park" <kyungmin.park@...sung.com>,
"Marek Szyprowski" <m.szyprowski@...sung.com>,
<linux-i2c@...r.kernel.org>, "Jean Delvare" <khali@...ux-fr.org>
Subject: RE: Input: add MAX7359 key switch controller driver
On Wednesday, May 06, 2009 6:38 AM, Trilok Soni wrote:
>> +
>> +#define KEY(row, col, val) (((row) << 28) | ((col) << 24) | (val))
>
> Looks like this macro is highly used by many input drivers, anyone
> looking at it to place it at common location?
Hello,
I submitted a patch series around early Feb that did just that. The only
archive for linux-input that I can find to reference the original submit
is at http://markmail.org/browse/org.kernel.vger.linux-input/2009-01.
The first message in the series is $SUBJECT
"[PATCH 0/5] input: Common macro for keypad drivers".
At this point the series would probably need to be updated. If wanted I
will create a new one.
Regards,
Hartley
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists