mbox

[U-Boot] Pull request - serial dcc

Message ID 5209DEA4.8000106@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git dcc

Message

Michal Simek Aug. 13, 2013, 7:22 a.m. UTC
Hi Tom,

please pull these two patches to your tree.
I have sent them to mailing list as RFC and only Wolfgang's concern
was if this breaks using dcc as console. We have done these patches
because we couldn't use dcc as console. It means this patch fix
the problem with dcc driver.
In mainline u-boot only zynq has DCC enabled in configuration file.

I can't see any dedicated serial custodian that's why I am sending
this pull request directly to you.

Thanks,
Michal

The following changes since commit d62a89bd5b5033649a90fa5bfe0f5b32013ca8f8:

  mpc5200: Misc updates to a3m071 config header (2013-08-12 21:11:24 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git dcc

for you to fetch changes up to a168d3af5d9887019e62c4d4f842c79971079a0b:

  serial: arm_dcc: Register with serial core (2013-08-13 08:38:52 +0200)

----------------------------------------------------------------
Jagannadha Sutradharudu Teki (2):
      serial: arm_dcc: Remove stdio structure support
      serial: arm_dcc: Register with serial core

 common/stdio.c           |  3 ---
 drivers/serial/arm_dcc.c | 41 +++++++++++++++++++++++------------------
 drivers/serial/serial.c  |  2 ++
 include/stdio_dev.h      |  3 ---
 4 files changed, 25 insertions(+), 24 deletions(-)

Comments

Tom Rini Aug. 13, 2013, 9:10 p.m. UTC | #1
On Tue, Aug 13, 2013 at 09:22:12AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> please pull these two patches to your tree.
> I have sent them to mailing list as RFC and only Wolfgang's concern
> was if this breaks using dcc as console. We have done these patches
> because we couldn't use dcc as console. It means this patch fix
> the problem with dcc driver.
> In mainline u-boot only zynq has DCC enabled in configuration file.
> 
> I can't see any dedicated serial custodian that's why I am sending
> this pull request directly to you.
> 
> Thanks,
> Michal
> 
> The following changes since commit d62a89bd5b5033649a90fa5bfe0f5b32013ca8f8:
> 
>   mpc5200: Misc updates to a3m071 config header (2013-08-12 21:11:24 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git dcc
> 
> for you to fetch changes up to a168d3af5d9887019e62c4d4f842c79971079a0b:
> 
>   serial: arm_dcc: Register with serial core (2013-08-13 08:38:52 +0200)
> 
> ----------------------------------------------------------------
> Jagannadha Sutradharudu Teki (2):
>       serial: arm_dcc: Remove stdio structure support
>       serial: arm_dcc: Register with serial core
> 
>  common/stdio.c           |  3 ---
>  drivers/serial/arm_dcc.c | 41 +++++++++++++++++++++++------------------
>  drivers/serial/serial.c  |  2 ++
>  include/stdio_dev.h      |  3 ---
>  4 files changed, 25 insertions(+), 24 deletions(-)

Applied to u-boot/master, thanks!  And FWIW, I'd have been fine getting
this via the u-boot-arm tree.