[U-Boot] Pull request: u-boot-spi/master
Tom Rini
trini at ti.com
Mon Aug 12 18:00:48 CEST 2013
On Sat, Aug 10, 2013 at 05:56:13PM +0530, Jagannadha Sutradharudu Teki wrote:
> Hi Tom,
>
> Pull request has more likely a cleanup and one bug fixe.
> Please let me know for any issues/concerns.
>
> Thanks,
> Jagan.
>
> The following changes since commit d05bfd0586ccebe96e31976459c8ef45ec65e109:
>
> Merge branch 'master' of git://git.denx.de/u-boot-i2c (2013-08-06 09:49:06 -0400)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-spi.git master
>
> for you to fetch changes up to 07a16f2a9cb6cbb0fbce72e649c7be214d7f801a:
>
> microblaze: Call spi_init function (2013-08-08 18:58:11 +0530)
>
> ----------------------------------------------------------------
> Axel Lin (2):
> spi: fsl_espi: Use DIV_ROUND_UP instead of open-coded
> spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded
>
> Gerlando Falauto (1):
> cmd_sf: let "sf update" erase last sector as a whole
>
> Jagannadha Sutradharudu Teki (9):
> sf: eon|spansion|ramtron: Fix code cleanup
> sf: sst: Fix code cleanup
> sf: stmicro: Fix code cleanup
> sf: Fix code cleanup
> cmd_sf|env_sf: Fix code cleanup
> sf: Fix code cleanups
> spi: Add zynq spi controller driver
> sf: sst: Add support for SST25WF080
> zynq: Enable CONFIG_ZYNQ_SPI
>
> Michal Simek (1):
> microblaze: Call spi_init function
>
> arch/arm/include/asm/arch-zynq/hardware.h | 2 +
> arch/microblaze/lib/board.c | 5 +
> common/cmd_sf.c | 30 ++--
> common/env_sf.c | 2 +-
> drivers/mtd/spi/atmel.c | 10 +-
> drivers/mtd/spi/eon.c | 3 +-
> drivers/mtd/spi/gigadevice.c | 2 +-
> drivers/mtd/spi/ramtron.c | 8 +-
> drivers/mtd/spi/spansion.c | 5 +-
> drivers/mtd/spi/spi_flash.c | 11 +-
> drivers/mtd/spi/spi_spl_load.c | 2 +-
> drivers/mtd/spi/sst.c | 40 +++--
> drivers/mtd/spi/stmicro.c | 12 +-
> drivers/mtd/spi/winbond.c | 2 +-
> drivers/spi/Makefile | 1 +
> drivers/spi/fsl_espi.c | 6 +-
> drivers/spi/mpc8xxx_spi.c | 2 +-
> drivers/spi/zynq_spi.c | 280 ++++++++++++++++++++++++++++++
> include/configs/zynq.h | 9 +
> 19 files changed, 373 insertions(+), 59 deletions(-)
> create mode 100644 drivers/spi/zynq_spi.c
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130812/8d953f8f/attachment.pgp>
More information about the U-Boot
mailing list