From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Sierra Subject: [PATCH v2 0/1] i2c-i801: utilize hardware semaphore Date: Fri, 02 Nov 2012 14:22:44 -0500 (CDT) Message-ID: <08fffed6-0883-4384-a689-c1e7bda3f5cc@zimbra> References: <38634876-ca6c-499a-9da0-05c950a72c01@zimbra> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <38634876-ca6c-499a-9da0-05c950a72c01@zimbra> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Eudean Sun , Jean Delvare List-Id: linux-i2c@vger.kernel.org v2: ran through checkpatch.pl: - fixed a line of spaces at the beginning of the line (Thanks Eudean) - replaced msleep(1) with usleep_range(1000, 3000)