From: Dave Liu <r63238@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Please pull u-boot-mpc83xx.git
Date: Fri, 18 Jan 2008 10:11:02 +0800 [thread overview]
Message-ID: <1200622262.3654.6.camel@localhost.localdomain> (raw)
In-Reply-To: <20080117141349.67afbab3.kim.phillips@freescale.com>
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
next prev parent reply other threads:[~2008-01-18 2:11 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-17 20:13 [U-Boot-Users] Please pull u-boot-mpc83xx.git Kim Phillips
2008-01-18 2:11 ` Dave Liu [this message]
2008-01-23 12:02 ` Wolfgang Denk
2008-01-23 12:22 ` Liu Dave
2008-01-23 12:00 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2008-07-03 21:14 Kim Phillips
2008-07-06 22:33 ` Wolfgang Denk
2008-05-08 22:13 Kim Phillips
2008-05-09 22:34 ` Wolfgang Denk
2008-04-25 14:45 Kim Phillips
2008-04-25 22:07 ` Wolfgang Denk
2008-03-28 23:49 Kim Phillips
2008-03-29 0:04 ` Kim Phillips
2008-04-07 22:01 ` Wolfgang Denk
2008-03-26 0:24 Kim Phillips
2008-03-26 1:03 ` Wolfgang Denk
2008-01-16 18:39 Kim Phillips
2008-01-16 18:44 ` Joakim Tjernlund
2008-01-16 18:48 ` Kim Phillips
2008-01-16 20:16 ` Ben Warren
2008-01-17 9:19 ` Joakim Tjernlund
2008-01-17 9:22 ` Liu Dave
2008-01-17 14:36 ` Ben Warren
2008-01-17 14:35 ` Ben Warren
2008-01-16 21:06 ` Wolfgang Denk
2008-01-11 4:04 Kim Phillips
2008-01-11 23:12 ` Wolfgang Denk
2008-01-08 16:21 Kim Phillips
2008-01-09 10:27 ` Wolfgang Denk
2007-12-20 23:56 Kim Phillips
2007-12-21 0:15 ` Joakim Tjernlund
2008-01-08 10:26 ` Joakim Tjernlund
2008-01-08 16:21 ` Kim Phillips
2008-01-08 16:53 ` Joakim Tjernlund
2007-12-26 23:44 ` Wolfgang Denk
2007-08-10 5:46 Kim Phillips
2007-08-10 8:38 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1200622262.3654.6.camel@localhost.localdomain \
--to=r63238@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.