From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 28 Sep 2015 21:27:59 +0800 Subject: [U-Boot] [PATCH] spi : convert altera_spi to driver model In-Reply-To: <1442840311-12689-1-git-send-email-thomas@wytron.com.tw> References: <1442840311-12689-1-git-send-email-thomas@wytron.com.tw> Message-ID: <5609405F.6000505@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 On 09/21/2015 08:58 PM, Thomas Chou wrote: > Convert altera_spi to driver model > > Signed-off-by: Thomas Chou > --- > drivers/spi/Kconfig | 8 ++ > drivers/spi/altera_spi.c | 197 ++++++++++++++++++++++++++--------------------- > 2 files changed, 119 insertions(+), 86 deletions(-) Applied to u-boot-nios.