From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 18 Jan 2011 10:08:03 +0800 Subject: [U-Boot] [PATCH v2] spi: add new driver for OpenCores tiny_spi In-Reply-To: <20110117212322.46153D1CAD5@gemini.denx.de> References: <201101082044.52773.vapier@gentoo.org> <1294626279-8601-1-git-send-email-thomas@wytron.com.tw> <20110117212322.46153D1CAD5@gemini.denx.de> Message-ID: <4D34F603.8010906@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, On 01/18/2011 05:23 AM, Wolfgang Denk wrote: > Please separate declartations and code with a blank line. Please fix > globally. > Please do not use base + offset notation. Use a proper C struct > instead. Please fix globally. Thank you very much for the coding style correction. I will follow them. Best regards, Thomas