From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 12 Sep 2011 15:31:13 +0200 Subject: [U-Boot] [PATCH 05/15] iMX28: Add I2C bus driver In-Reply-To: <4E6D98E9.7070005@denx.de> References: <1315800409-19876-1-git-send-email-marek.vasut@gmail.com> <1315800409-19876-6-git-send-email-marek.vasut@gmail.com> <4E6D98E9.7070005@denx.de> Message-ID: <201109121531.13454.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, September 12, 2011 07:30:17 AM Heiko Schocher wrote: > Hello Marek, > > Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > Cc: Heiko Schocher > > Cc: Stefano Babic > > Cc: Wolfgang Denk > > Cc: Detlev Zundel > > --- > > > > drivers/i2c/Makefile | 1 + > > drivers/i2c/mxs_i2c.c | 240 > > +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 241 > > insertions(+), 0 deletions(-) > > create mode 100644 drivers/i2c/mxs_i2c.c > > Hmm I see you worked in my comment, but then your subject line should > contain a "v2", and also a short description, what you changed, would > be nice ... also, patchwork did not recognize, that this patch is a > following up to your first version. When sending patchupdates, you > should use your first Message-id, so patchwork could follow it. ACK, will do next time. > > bye, > Heiko