From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessio Sangalli Subject: Implementing a new driver Date: Fri, 23 Jan 2009 01:28:13 -0800 Message-ID: <49798DAD.1070100@manoweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-i2c@vger.kernel.org Hi, I would like to implement a driver for an I2C interface we are implementing in a chip. This interface will be used to read DDC/EDID data from monitors. I have never worked with the I2C subsystem (only lm-sensors as a user, without deepening my knowledge on the actual drivers). Can you give me a checklist of things to do for this task so that I can get started for implementation? Thanks Alessio