mbox

[U-Boot] Pull request u-boot-blackfin.git (serial branch)

Message ID 1309289298-5926-1-git-send-email-vapier@gentoo.org
State Rejected
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://www.denx.de/git/u-boot-blackfin.git serial

Message

Mike Frysinger June 28, 2011, 7:28 p.m. UTC
All of thse patches have been posted previously, and no one has
given feedback, so here they are in a handy branch for you to pull.

The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:

  Prepare v2011.06 (2011-06-27 22:22:42 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git serial

Mike Frysinger (3):
      serial: push default_serial_console to drivers
      serial: drop serial_register return value
      serial: drop useless ctlr field

 arch/powerpc/cpu/mpc512x/serial.c  |   23 ++++++++---
 arch/powerpc/cpu/mpc5xxx/serial.c  |    8 +++-
 arch/powerpc/cpu/mpc8xx/serial.c   |   18 ++++++--
 board/logicpd/zoom2/zoom2_serial.c |    5 ++
 board/logicpd/zoom2/zoom2_serial.h |    2 -
 common/serial.c                    |   72 +-----------------------------------
 drivers/serial/serial.c            |   28 +++++++++++---
 drivers/serial/serial_pxa.c        |    3 -
 drivers/serial/serial_s3c24x0.c    |   23 +++++++++--
 drivers/serial/serial_s5p.c        |   27 ++++++++++---
 include/serial.h                   |    2 -
 11 files changed, 103 insertions(+), 108 deletions(-)