From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 3 Feb 2016 12:32:44 +0800 Subject: [U-Boot] [PATCH 01/23] spi: ich: Some clean up In-Reply-To: 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 Tue, Feb 2, 2016 at 11:54 PM, Jagan Teki wrote: > On 1 February 2016 at 21:49, Simon Glass wrote: >> 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 > > Reviewed-by: Jagan Teki > applied to u-boot-x86/master, thanks!