From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagannadha Sutradharudu Teki Date: Tue, 28 Oct 2014 00:13:58 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <1414435438-6399-1-git-send-email-jagannadh.teki@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 Hi Tom, Please pull this PR. thanks! -- Jagan. The following changes since commit 0ce4af99c07acebf4fce9a91f1099d2460629293: Merge branch 'master' of git://git.denx.de/u-boot-imx (2014-10-27 09:08:42 -0400) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to 027a9a002455a1175b0f5b7c7c5350afab2b4421: SPI: mxc_spi: delay initialisation until claim bus (2014-10-27 22:37:03 +0530) ---------------------------------------------------------------- Marek Vasut (7): spi: altera: Use struct-based register access spi: altera: Clean up bit definitions spi: altera: Clean up most checkpatch issues spi: altera: Zap endless loop spi: altera: Clean up the use of variable d spi: altera: Add short note about EPCS/EPCQx1 spi: altera: Move the config options to the top Markus Niebel (2): SPI: mxc_spi: remove second reset from ECSPI config handler SPI: mxc_spi: delay initialisation until claim bus doc/SPI/README.altera_spi | 6 +++ drivers/spi/altera_spi.c | 132 ++++++++++++++++++++++++++-------------------- drivers/spi/mxc_spi.c | 40 +++++++------- 3 files changed, 101 insertions(+), 77 deletions(-) create mode 100644 doc/SPI/README.altera_spi