Re: [U-Boot] [PATCH v4 0/4] am335x_evm: Enable UART{1,2,3,4,5}

2012-11-02 Thread Matthias Fuchs
Andrew,

can you rebase your series? arch/arm/cpu/armv7/am33xx/board.c
has been moved to board/ti/am335x.

I expect w/o this it won't get applied, right?

Matthias

On 25.10.2012 14:21, Andrew Bradford wrote:
 To support serial ports other than UART0 on am335x based systems like
 the Beaglebone with the RS232 cape and am335x_evm with daughterboard.
 
 Changes from v3:
   * Patch 4/4 simplified further.
 Changes from v2:
   * Patch 4/4 cleaned up to define CONS_INDEX and SERIALX in the
   target options.
 Changes from v1:
   * Reduced from 6 patches to 4.
   * Reworked on Marek Vasut's serial changes.
   * Added UART3 for am335x_evm profile 5.
 
 Andrew Bradford (4):
   am33xx: Enable UART{1,2,3,4,5} clocks
   am33xx: Enable UART{1,2,3,4,5} pin-mux
   serial: ns16550: Enable COM5 and COM6
   am335x_evm: Enable use of UART{1,2,3,4,5}
 
  arch/arm/cpu/armv7/am33xx/board.c|   17 
  arch/arm/cpu/armv7/am33xx/clock.c|   35 +
  arch/arm/include/asm/arch-am33xx/sys_proto.h |7 +++-
  board/ti/am335x/mux.c|   54 
 ++
  boards.cfg   |7 +++-
  drivers/serial/serial_ns16550.c  |   36 +++--
  include/configs/am335x_evm.h |   12 +++---
  7 files changed, 158 insertions(+), 10 deletions(-)
 


-- 

Dipl.-Ing. Matthias Fuchs
Head of System Design

esd electronic system design gmbh
Vahrenwalder Str. 207 - 30165 Hannover - GERMANY
Phone: +49-511-37298-0 - Fax: +49-511-37298-68
Please visit our homepage http://www.esd.eu
Quality Products - Made in Germany

Besuchen Sie uns auf der SPS/IPC/DRIVES 2012
in Halle 6, Stand 436
vom 27.-29. November 2012 in Nürnberg !
---
Geschäftsführer: Klaus Detering
Amtsgericht Hannover HRB 51373 - VAT-ID DE 115672832
-
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v4 0/4] am335x_evm: Enable UART{1,2,3,4,5}

2012-11-02 Thread Andrew Bradford
On Fri, 02 Nov 2012 14:05:23 +0100
Matthias Fuchs matthias.fu...@esd.eu wrote:

 can you rebase your series? arch/arm/cpu/armv7/am33xx/board.c
 has been moved to board/ti/am335x.

Yes, I will send a v5 patch series to support u-boot/master changes
early next week. Time has not permitted me to do so this week, sorry.

-Andrew
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v4 0/4] am335x_evm: Enable UART{1,2,3,4,5}

2012-11-02 Thread Tom Rini
On Fri, Nov 02, 2012 at 11:12:41AM -0400, Andrew Bradford wrote:
 On Fri, 02 Nov 2012 14:05:23 +0100
 Matthias Fuchs matthias.fu...@esd.eu wrote:
 
  can you rebase your series? arch/arm/cpu/armv7/am33xx/board.c
  has been moved to board/ti/am335x.
 
 Yes, I will send a v5 patch series to support u-boot/master changes
 early next week. Time has not permitted me to do so this week, sorry.

Actually, it was a trivial move and I've got this queued locally, just
waiting on the warning fix patch I had posted a little longer before
doing a pull request.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v4 0/4] am335x_evm: Enable UART{1,2,3,4,5}

2012-11-02 Thread Tom Rini
On Thu, Oct 25, 2012 at 08:21:28AM -0400, Andrew Bradford wrote:

 To support serial ports other than UART0 on am335x based systems like
 the Beaglebone with the RS232 cape and am335x_evm with daughterboard.
 
 Changes from v3:
   * Patch 4/4 simplified further.
 Changes from v2:
   * Patch 4/4 cleaned up to define CONS_INDEX and SERIALX in the
   target options.
 Changes from v1:
   * Reduced from 6 patches to 4.
   * Reworked on Marek Vasut's serial changes.
   * Added UART3 for am335x_evm profile 5.
 
 Andrew Bradford (4):
   am33xx: Enable UART{1,2,3,4,5} clocks
   am33xx: Enable UART{1,2,3,4,5} pin-mux
   serial: ns16550: Enable COM5 and COM6
   am335x_evm: Enable use of UART{1,2,3,4,5}
 
  arch/arm/cpu/armv7/am33xx/board.c|   17 
  arch/arm/cpu/armv7/am33xx/clock.c|   35 +
  arch/arm/include/asm/arch-am33xx/sys_proto.h |7 +++-
  board/ti/am335x/mux.c|   54 
 ++
  boards.cfg   |7 +++-
  drivers/serial/serial_ns16550.c  |   36 +++--
  include/configs/am335x_evm.h |   12 +++---
  7 files changed, 158 insertions(+), 10 deletions(-)

Applied to u-boot-ti/master with the easy fixup for
board/ti/am335x/board.c instead, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v4 0/4] am335x_evm: Enable UART{1,2,3,4,5}

2012-10-29 Thread Matthias Fuchs
Tested-by: Matthias Fuchs matthias.fu...@esd.eu

... on AM335x IDK board with console on UART3.

Matthias

On 25.10.2012 14:21, Andrew Bradford wrote:
 To support serial ports other than UART0 on am335x based systems like
 the Beaglebone with the RS232 cape and am335x_evm with daughterboard.
 
 Changes from v3:
   * Patch 4/4 simplified further.
 Changes from v2:
   * Patch 4/4 cleaned up to define CONS_INDEX and SERIALX in the
   target options.
 Changes from v1:
   * Reduced from 6 patches to 4.
   * Reworked on Marek Vasut's serial changes.
   * Added UART3 for am335x_evm profile 5.
 
 Andrew Bradford (4):
   am33xx: Enable UART{1,2,3,4,5} clocks
   am33xx: Enable UART{1,2,3,4,5} pin-mux
   serial: ns16550: Enable COM5 and COM6
   am335x_evm: Enable use of UART{1,2,3,4,5}
 
  arch/arm/cpu/armv7/am33xx/board.c|   17 
  arch/arm/cpu/armv7/am33xx/clock.c|   35 +
  arch/arm/include/asm/arch-am33xx/sys_proto.h |7 +++-
  board/ti/am335x/mux.c|   54 
 ++
  boards.cfg   |7 +++-
  drivers/serial/serial_ns16550.c  |   36 +++--
  include/configs/am335x_evm.h |   12 +++---
  7 files changed, 158 insertions(+), 10 deletions(-)
 -
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v4 0/4] am335x_evm: Enable UART{1,2,3,4,5}

2012-10-25 Thread Andrew Bradford
To support serial ports other than UART0 on am335x based systems like
the Beaglebone with the RS232 cape and am335x_evm with daughterboard.

Changes from v3:
* Patch 4/4 simplified further.
Changes from v2:
* Patch 4/4 cleaned up to define CONS_INDEX and SERIALX in the
target options.
Changes from v1:
* Reduced from 6 patches to 4.
* Reworked on Marek Vasut's serial changes.
* Added UART3 for am335x_evm profile 5.

Andrew Bradford (4):
  am33xx: Enable UART{1,2,3,4,5} clocks
  am33xx: Enable UART{1,2,3,4,5} pin-mux
  serial: ns16550: Enable COM5 and COM6
  am335x_evm: Enable use of UART{1,2,3,4,5}

 arch/arm/cpu/armv7/am33xx/board.c|   17 
 arch/arm/cpu/armv7/am33xx/clock.c|   35 +
 arch/arm/include/asm/arch-am33xx/sys_proto.h |7 +++-
 board/ti/am335x/mux.c|   54 ++
 boards.cfg   |7 +++-
 drivers/serial/serial_ns16550.c  |   36 +++--
 include/configs/am335x_evm.h |   12 +++---
 7 files changed, 158 insertions(+), 10 deletions(-)

-- 
1.7.10.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot