All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] arm: tegra: apalis/colibri_t30: video: add display driver
@ 2015-08-20 11:29 Marcel Ziswiler
  2015-08-20 11:29 ` [U-Boot] [PATCH 1/5] arm: tegra20: video: rename display header ifdef gating Marcel Ziswiler
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Marcel Ziswiler @ 2015-08-20 11:29 UTC (permalink / raw)
  To: u-boot

On popular request this series integrates the display driver from T20
to work on T30 as well and enables it for our Apalis/Colibri T30
computer/system on modules. Enjoy.

Marcel Ziswiler (5):
  arm: tegra20: video: rename display header ifdef gating
  arm: tegra20: video: ifdef gate hard-coded ugly Tegra20 pin muxing
  arm: tegra30: video: integrate display driver for t30
  colibri_t30: enable display driver
  apalis_t30: enable display driver

 arch/arm/dts/tegra30-apalis.dts                    |  29 ++
 arch/arm/dts/tegra30-colibri.dts                   |  29 ++
 arch/arm/dts/tegra30.dtsi                          | 104 ++++++
 arch/arm/include/asm/arch-tegra20/display.h        |   6 +-
 arch/arm/include/asm/arch-tegra30/display.h        |  13 +
 arch/arm/include/asm/arch-tegra30/pwm.h            |  14 +
 arch/arm/mach-tegra/tegra30/Makefile               |   6 +-
 arch/arm/mach-tegra/tegra30/display.c              | 394 +++++++++++++++++++++
 .../toradex/apalis_t30/pinmux-config-apalis_t30.h  |   9 +-
 .../colibri_t30/pinmux-config-colibri_t30.h        |   8 +-
 drivers/video/tegra.c                              |   2 +
 include/configs/apalis_t30.h                       |  10 +
 include/configs/colibri_t30.h                      |  10 +
 include/configs/tegra30-common.h                   |   3 +
 14 files changed, 625 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-tegra30/display.h
 create mode 100644 arch/arm/include/asm/arch-tegra30/pwm.h
 create mode 100644 arch/arm/mach-tegra/tegra30/display.c

-- 
2.4.3

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot] [PATCH 2/5] arm: tegra20: video: ifdef gate hard-coded ugly Tegra20 pin muxing
@ 2015-08-20 23:18 Marcel Ziswiler
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Ziswiler @ 2015-08-20 23:18 UTC (permalink / raw)
  To: u-boot

On 20 Aug 2015 22:04, Stephen Warren <swarren@wwwdotorg.org> wrote:

> That option doesn't seem to exist, except in
> arch/arm/include/asm/mach-types.h where I think it's the name of an
> unrelated board. Do you mean CONFIG_TEGRA20, as defined by
> arch/arm/mach-tegra/tegra20/Kconfig?

No, I'm talking about T20 in general. Will fix it accordingly.

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

end of thread, other threads:[~2015-08-23 21:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 11:29 [U-Boot] [PATCH 0/5] arm: tegra: apalis/colibri_t30: video: add display driver Marcel Ziswiler
2015-08-20 11:29 ` [U-Boot] [PATCH 1/5] arm: tegra20: video: rename display header ifdef gating Marcel Ziswiler
2015-08-23 21:22   ` Simon Glass
2015-08-20 11:29 ` [U-Boot] [PATCH 2/5] arm: tegra20: video: ifdef gate hard-coded ugly Tegra20 pin muxing Marcel Ziswiler
2015-08-20 20:05   ` Stephen Warren
2015-08-20 11:29 ` [U-Boot] [PATCH 3/5] arm: tegra30: video: integrate display driver for t30 Marcel Ziswiler
2015-08-20 20:10   ` Stephen Warren
2015-08-20 11:29 ` [U-Boot] [PATCH 4/5] colibri_t30: enable display driver Marcel Ziswiler
2015-08-23 21:22   ` Simon Glass
2015-08-20 11:29 ` [U-Boot] [PATCH 5/5] apalis_t30: " Marcel Ziswiler
2015-08-23 21:23   ` Simon Glass
  -- strict thread matches above, loose matches on Subject: below --
2015-08-20 23:18 [U-Boot] [PATCH 2/5] arm: tegra20: video: ifdef gate hard-coded ugly Tegra20 pin muxing Marcel Ziswiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.