[U-Boot] [PULL] u-boot-mpc5xxx pull request

The following changes since commit 92afd368bba7d98b2b7bfb51082c3639bb2119b3: Wolfgang Denk (1): Merge branch 'next' of ../master
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git master
Grzegorz Bernacki (4): mpc52xx: Add SPI driver. digsy MTC: Add SPI support. digsy MTC: Add 'mtc' command. digsy mtc: Add description to GPIO initial configuration.
Mike Frysinger (1): allow boards to customize compiler options on a per-file/dir basis
board/digsy_mtc/Makefile | 2 +- board/digsy_mtc/cmd_mtc.c | 350 +++++++++++++++++++++++++++++++++++++++++++ board/digsy_mtc/cmd_mtc.h | 60 ++++++++ board/digsy_mtc/digsy_mtc.c | 12 ++ config.mk | 8 +- drivers/spi/Makefile | 1 + drivers/spi/mpc52xx_spi.c | 109 +++++++++++++ include/configs/digsy_mtc.h | 23 +++ include/mpc5xxx.h | 18 +++ 9 files changed, 579 insertions(+), 4 deletions(-) create mode 100644 board/digsy_mtc/cmd_mtc.c create mode 100644 board/digsy_mtc/cmd_mtc.h create mode 100644 drivers/spi/mpc52xx_spi.c
Best regards,
Wolfgang Denk

On Tue, Jul 7, 2009 at 2:34 PM, Wolfgang Denkwd@denx.de wrote:
The following changes since commit 92afd368bba7d98b2b7bfb51082c3639bb2119b3: Wolfgang Denk (1): Merge branch 'next' of ../master
are available in the git repository at:
Can you please merge my pcm030 driver for the mpc5200?
git://git.denx.de/u-boot-mpc5xxx.git master
Grzegorz Bernacki (4): mpc52xx: Add SPI driver. digsy MTC: Add SPI support. digsy MTC: Add 'mtc' command. digsy mtc: Add description to GPIO initial configuration.
Mike Frysinger (1): allow boards to customize compiler options on a per-file/dir basis
board/digsy_mtc/Makefile | 2 +- board/digsy_mtc/cmd_mtc.c | 350 +++++++++++++++++++++++++++++++++++++++++++ board/digsy_mtc/cmd_mtc.h | 60 ++++++++ board/digsy_mtc/digsy_mtc.c | 12 ++ config.mk | 8 +- drivers/spi/Makefile | 1 + drivers/spi/mpc52xx_spi.c | 109 +++++++++++++ include/configs/digsy_mtc.h | 23 +++ include/mpc5xxx.h | 18 +++ 9 files changed, 579 insertions(+), 4 deletions(-) create mode 100644 board/digsy_mtc/cmd_mtc.c create mode 100644 board/digsy_mtc/cmd_mtc.h create mode 100644 drivers/spi/mpc52xx_spi.c
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

In message 20090707183453.0A2A8832E416@gemini.denx.de you wrote:
The following changes since commit 92afd368bba7d98b2b7bfb51082c3639bb2119b3: Wolfgang Denk (1): Merge branch 'next' of ../master
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git master
Grzegorz Bernacki (4): mpc52xx: Add SPI driver. digsy MTC: Add SPI support. digsy MTC: Add 'mtc' command. digsy mtc: Add description to GPIO initial configuration.
Mike Frysinger (1): allow boards to customize compiler options on a per-file/dir basis
board/digsy_mtc/Makefile | 2 +- board/digsy_mtc/cmd_mtc.c | 350 +++++++++++++++++++++++++++++++++++++++++++ board/digsy_mtc/cmd_mtc.h | 60 ++++++++ board/digsy_mtc/digsy_mtc.c | 12 ++ config.mk | 8 +- drivers/spi/Makefile | 1 + drivers/spi/mpc52xx_spi.c | 109 +++++++++++++ include/configs/digsy_mtc.h | 23 +++ include/mpc5xxx.h | 18 +++ 9 files changed, 579 insertions(+), 4 deletions(-) create mode 100644 board/digsy_mtc/cmd_mtc.c create mode 100644 board/digsy_mtc/cmd_mtc.h create mode 100644 drivers/spi/mpc52xx_spi.c
Applied.
Best regards,
Wolfgang Denk
participants (2)
-
Jon Smirl
-
Wolfgang Denk