From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: [PATCH v2 0/6] i2cset changes Date: Sun, 13 Feb 2011 12:17:20 -0800 Message-ID: <1297628246-19367-1-git-send-email-guenter.roeck@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Jean Delvare , Guenter Roeck List-Id: linux-i2c@vger.kernel.org The following series of patches removes the obsolete means to specify the value mask, improves parameter error detection for the i2cset command, and cleans up the code a bit. I switched to git for patch management, thus the patch diffs were created with "git format-patch" instead of "svn diff". Hope that doesn't cause any problems. v2: - Split single patch into multiple individual patches - Included code review feedback