public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH resend 0/3] Pending Tegra2 patches
@ 2012-09-25 19:59 Lucas Stach
  2012-09-25 19:59 ` [U-Boot] [PATCH resend 1/3] tegra20: complete periph_id enum Lucas Stach
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lucas Stach @ 2012-09-25 19:59 UTC (permalink / raw)
  To: u-boot

Hello Tom,

please take those patches through the Tegra tree. The first two
are split out from the ULPI series, as they are only related to Tegra
and as such should really go through the Tegra tree. The last one is
just a friendly reminder that this patch is still pending.

The are no changes from previous posted versions, just rebased on top
of current tegra/next.

Thanks,
Lucas

Lucas Stach (3):
  tegra20: complete periph_id enum
  tegra20: add clock_set_pllout function
  tegra20: rework UART GPIO handling

 arch/arm/cpu/arm720t/tegra20/board.h        |  2 +-
 arch/arm/cpu/arm720t/tegra20/spl.c          |  4 ---
 arch/arm/cpu/tegra20-common/clock.c         | 39 +++++++++++++++++++++++++++++
 arch/arm/cpu/tegra20-common/warmboot_avp.c  |  2 +-
 arch/arm/include/asm/arch-tegra20/clk_rst.h | 11 ++++++--
 arch/arm/include/asm/arch-tegra20/clock.h   | 25 ++++++++++++++++++
 board/avionic-design/common/tamonten.c      |  7 ------
 board/compal/paz00/paz00.c                  |  7 ------
 board/compulab/trimslice/trimslice.c        |  7 ------
 board/nvidia/common/board.c                 | 10 +++++---
 board/nvidia/harmony/harmony.c              |  7 ------
 board/nvidia/seaboard/seaboard.c            |  2 +-
 board/nvidia/whistler/whistler.c            |  7 ------
 13 Dateien ge?ndert, 82 Zeilen hinzugef?gt(+), 48 Zeilen entfernt(-)

-- 
1.7.11.4

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [U-Boot] [PATCH resend 1/3] tegra20: complete periph_id enum
@ 2012-09-26  6:21 Lucas Stach
       [not found] ` <5FBF8E85CA34454794F0F7ECBA79798F379F8F8120@HQMAIL04.nvidia.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Lucas Stach @ 2012-09-26  6:21 UTC (permalink / raw)
  To: u-boot

Most Tegra boards output the ULPI reference clock on pad DEV2.

Complete the periph_id enum so that we are able to enable this
clock output circuit.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Simon Glass <sjg@chromium.org>
---
 arch/arm/cpu/tegra20-common/clock.c       | 1 +
 arch/arm/include/asm/arch-tegra20/clock.h | 6 ++++++
 2 Dateien ge?ndert, 7 Zeilen hinzugef?gt(+)

diff --git a/arch/arm/cpu/tegra20-common/clock.c b/arch/arm/cpu/tegra20-common/clock.c
index 2403874..d9bb851 100644
--- a/arch/arm/cpu/tegra20-common/clock.c
+++ b/arch/arm/cpu/tegra20-common/clock.c
@@ -502,6 +502,7 @@ static int clock_periph_id_isvalid(enum periph_id id)
 		case PERIPH_ID_RESERVED81:
 		case PERIPH_ID_RESERVED82:
 		case PERIPH_ID_RESERVED83:
+		case PERIPH_ID_RESERVED91:
 			printf("Peripheral id %d is reserved\n", id);
 			break;
 		default:
diff --git a/arch/arm/include/asm/arch-tegra20/clock.h b/arch/arm/include/asm/arch-tegra20/clock.h
index ff83bbf..20db9e6 100644
--- a/arch/arm/include/asm/arch-tegra20/clock.h
+++ b/arch/arm/include/asm/arch-tegra20/clock.h
@@ -175,6 +175,12 @@ enum periph_id {
 
 	/* 88 */
 	PERIPH_ID_CRAM2,
+	PERIPH_ID_SYNC_CLK_DOUBLER,
+	PERIPH_ID_CLK_M_DOUBLER,
+	PERIPH_ID_RESERVED91,
+	PERIPH_ID_SUS_OUT,
+	PERIPH_ID_DEV2_OUT,
+	PERIPH_ID_DEV1_OUT,
 
 	PERIPH_ID_COUNT,
 	PERIPH_ID_NONE = -1,
-- 
1.7.11.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-27 16:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25 19:59 [U-Boot] [PATCH resend 0/3] Pending Tegra2 patches Lucas Stach
2012-09-25 19:59 ` [U-Boot] [PATCH resend 1/3] tegra20: complete periph_id enum Lucas Stach
2012-09-25 19:59 ` [U-Boot] [PATCH resend 2/3] tegra20: add clock_set_pllout function Lucas Stach
2012-09-25 19:59 ` [U-Boot] [PATCH resend 3/3] tegra20: rework UART GPIO handling Lucas Stach
  -- strict thread matches above, loose matches on Subject: below --
2012-09-26  6:21 [U-Boot] [PATCH resend 1/3] tegra20: complete periph_id enum Lucas Stach
     [not found] ` <5FBF8E85CA34454794F0F7ECBA79798F379F8F8120@HQMAIL04.nvidia.com>
2012-09-27 16:37   ` Tom Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox