From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 1 Feb 2016 09:19:35 -0700 Subject: [U-Boot] [PATCH 01/23] spi: ich: Some clean up In-Reply-To: <1454319658-17431-2-git-send-email-bmeng.cn@gmail.com> References: <1454319658-17431-1-git-send-email-bmeng.cn@gmail.com> <1454319658-17431-2-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 1 February 2016 at 02:40, Bin Meng wrote: > > This cleans up the ich spi driver a little bit: > - Remove struct ich_spi_slave that is not referenced anywhere > - Remove ending period in some comments > - Move struct ich_spi_platdata and struct ich_spi_priv to ich.h > - Add #ifndef _ICH_H_ .. in ich.h > > Signed-off-by: Bin Meng > --- > > drivers/spi/ich.c | 38 +++++-------------------------------- > drivers/spi/ich.h | 56 +++++++++++++++++++++++++++++++++++++++++-------------- > 2 files changed, 47 insertions(+), 47 deletions(-) Reviewed-by: Simon Glass