[U-Boot-Users] Please pull u-boot-mpc83xx.git

Wolfgang D.,
Ben submitted a hard SPI driver, and Dave fixed a critical bug for the mpc8315e-rdb. Please pull:
The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Ben Warren (2): Add support for a Freescale non-CPM SPI controller Implement hard SPI driver on MPC8349EMDS
Dave Liu (1): mpc83xx: Fix the fatal conflict of merge
Kim Phillips (1): codingstyle cleanup for spi driver
Makefile | 2 + README | 8 ++ board/freescale/mpc8349emds/mpc8349emds.c | 29 ++++++ cpu/mpc83xx/cpu_init.c | 7 +- cpu/mpc83xx/speed.c | 10 +- drivers/spi/Makefile | 46 +++++++++ drivers/spi/mpc8xxx_spi.c | 143 +++++++++++++++++++++++++++++ include/asm-ppc/immap_83xx.h | 9 +- include/asm-ppc/mpc8xxx_spi.h | 48 ++++++++++ include/configs/MPC8349EMDS.h | 9 ++ include/mpc83xx.h | 10 +-- lib_ppc/board.c | 16 +++ 12 files changed, 315 insertions(+), 22 deletions(-) create mode 100644 drivers/spi/Makefile create mode 100644 drivers/spi/mpc8xxx_spi.c create mode 100644 include/asm-ppc/mpc8xxx_spi.h
Kim

On Fri, 2008-01-18 at 04:13 +0800, Phillips Kim wrote:
Wolfgang D.,
Ben submitted a hard SPI driver, and Dave fixed a critical bug for the mpc8315e-rdb. Please pull:
The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u- boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Ben Warren (2): Add support for a Freescale non-CPM SPI controller Implement hard SPI driver on MPC8349EMDS
Dave Liu (1): mpc83xx: Fix the fatal conflict of merge
Kim Phillips (1): codingstyle cleanup for spi driver
Makefile | 2 + README | 8 ++ board/freescale/mpc8349emds/mpc8349emds.c | 29 ++++++ cpu/mpc83xx/cpu_init.c | 7 +- cpu/mpc83xx/speed.c | 10 +- drivers/spi/Makefile | 46 +++++++++ drivers/spi/mpc8xxx_spi.c | 143 ++++++++++++++++++++ +++++++++ include/asm-ppc/immap_83xx.h | 9 +- include/asm-ppc/mpc8xxx_spi.h | 48 ++++++++++ include/configs/MPC8349EMDS.h | 9 ++ include/mpc83xx.h | 10 +-- lib_ppc/board.c | 16 +++ 12 files changed, 315 insertions(+), 22 deletions(-) create mode 100644 drivers/spi/Makefile create mode 100644 drivers/spi/mpc8xxx_spi.c create mode 100644 include/asm-ppc/mpc8xxx_spi.h
Kim/Wolfgang,
also, please apply the patch to fix the broken issue of 83xx immap
[PATCH] mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
Thanks, Dave

In message 1200622262.3654.6.camel@localhost.localdomain you wrote:
also, please apply the patch to fix the broken issue of 83xx immap
[PATCH] mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
This was already included in Kim's repo when I pulled from it.
Best regards,
Wolfgang Denk

Thanks Wolfgang
Best regards, Dave
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Wed 1/23/2008 8:02 PM To: Liu Dave Cc: Phillips Kim; u-boot-external; Ben Warren Subject: Re: [U-Boot-Users] Please pull u-boot-mpc83xx.git
In message 1200622262.3654.6.camel@localhost.localdomain you wrote:
also, please apply the patch to fix the broken issue of 83xx immap
[PATCH] mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
This was already included in Kim's repo when I pulled from it.
Best regards,
Wolfgang Denk

In message 20080117141349.67afbab3.kim.phillips@freescale.com you wrote:
Ben submitted a hard SPI driver, and Dave fixed a critical bug for the mpc8315e-rdb. Please pull:
The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc83xx.git
Ben Warren (2): Add support for a Freescale non-CPM SPI controller Implement hard SPI driver on MPC8349EMDS
Dave Liu (1): mpc83xx: Fix the fatal conflict of merge
Kim Phillips (1): codingstyle cleanup for spi driver
Done.
Best regards,
Wolfgang Denk
participants (4)
-
Dave Liu
-
Kim Phillips
-
Liu Dave
-
Wolfgang Denk