From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Liu Date: Fri, 18 Jan 2008 10:11:02 +0800 Subject: [U-Boot-Users] Please pull u-boot-mpc83xx.git In-Reply-To: <20080117141349.67afbab3.kim.phillips@freescale.com> References: <20080117141349.67afbab3.kim.phillips@freescale.com> Message-ID: <1200622262.3654.6.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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