Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Add CM-T35 support
@ 2009-12-08 21:11 Mike Rapoport
  2009-12-08 21:11 ` [PATCH 1/5] u-boot git: add cm-t35 support Mike Rapoport
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Mike Rapoport @ 2009-12-08 21:11 UTC (permalink / raw)
  To: openembedded-devel

This patch adds support for CM-T35 system-on-module based on OMAP3 SoC.

Mike Rapoport (5):
  u-boot git: add cm-t35 support
  linux-omap 2.6.32: add cm-t35 support
  cm-t35: add machine configuration
  angstrom-led-config: Add LED setup for the cm-t35 and bump PR.
  xserver-xorg-conf: add cm-t35 support

 conf/machine/cm-t35.conf                           |   46 +
 recipes/angstrom/angstrom-led-config.bb            |    2 +-
 recipes/angstrom/angstrom-led-config/cm-t35/leds   |    2 +
 .../0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch  |  159 ++
 ...do24m-ensure-chip-select-changes-between-.patch |   30 +
 ...002-omap3-cm-t35-add-DSS2-display-support.patch |  307 ++++
 ...03-omap3-cm-t35-update-defconfig-for-DSS2.patch |  145 ++
 .../0004-omap3-cm-t35-add-cm-t35-mux-configs.patch |  427 +++++
 .../0006-omap3-cm-t35-update-defconfig.patch       |   87 +
 recipes/linux/linux-omap-2.6.32/cm-t35/defconfig   | 1823 ++++++++++++++++++++
 recipes/linux/linux-omap_2.6.32.bb                 |   12 +-
 recipes/u-boot/u-boot-git/cm-t35/cm-t35.patch      | 1487 ++++++++++++++++
 recipes/u-boot/u-boot_git.bb                       |    2 +
 .../xserver-xorg-conf/cm-t35/xorg.conf             |   29 +
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 15 files changed, 4557 insertions(+), 3 deletions(-)
 create mode 100644 conf/machine/cm-t35.conf
 create mode 100644 recipes/angstrom/angstrom-led-config/cm-t35/leds
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0001-backlight-tdo24m-ensure-chip-select-changes-between-.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0002-omap3-cm-t35-add-DSS2-display-support.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0003-omap3-cm-t35-update-defconfig-for-DSS2.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0004-omap3-cm-t35-add-cm-t35-mux-configs.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0006-omap3-cm-t35-update-defconfig.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/defconfig
 create mode 100644 recipes/u-boot/u-boot-git/cm-t35/cm-t35.patch
 create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/cm-t35/xorg.conf




^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/5 v2] Add CM-T35 support
@ 2009-12-09  7:13 Mike Rapoport
  2009-12-09  7:13 ` [PATCH 2/5] linux-omap 2.6.32: add cm-t35 support Mike Rapoport
  0 siblings, 1 reply; 12+ messages in thread
From: Mike Rapoport @ 2009-12-09  7:13 UTC (permalink / raw)
  To: openembedded-devel

This patchset adds support for CM-T35 system-on-module based on OMAP3 SoC.

Mike Rapoport (5):
  u-boot git: add cm-t35 support
  linux-omap 2.6.32: add cm-t35 support
  cm-t35: add machine configuration
  angstrom-led-config: Add LED setup for the cm-t35 and bump PR.
  xserver-xorg-conf: add cm-t35 support

 conf/machine/cm-t35.conf                           |   46 +
 recipes/angstrom/angstrom-led-config.bb            |    2 +-
 recipes/angstrom/angstrom-led-config/cm-t35/leds   |    2 +
 .../0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch  |  159 ++
 ...do24m-ensure-chip-select-changes-between-.patch |   30 +
 ...002-omap3-cm-t35-add-DSS2-display-support.patch |  307 ++++
 ...03-omap3-cm-t35-update-defconfig-for-DSS2.patch |  145 ++
 .../0004-omap3-cm-t35-add-cm-t35-mux-configs.patch |  427 +++++
 .../0006-omap3-cm-t35-update-defconfig.patch       |   87 +
 recipes/linux/linux-omap-2.6.32/cm-t35/defconfig   | 1823 ++++++++++++++++++++
 recipes/linux/linux-omap_2.6.32.bb                 |    9 +-
 recipes/u-boot/u-boot-git/cm-t35/cm-t35.patch      | 1487 ++++++++++++++++
 recipes/u-boot/u-boot_git.bb                       |    2 +
 .../xserver-xorg-conf/cm-t35/xorg.conf             |   29 +
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 15 files changed, 4554 insertions(+), 3 deletions(-)
 create mode 100644 conf/machine/cm-t35.conf
 create mode 100644 recipes/angstrom/angstrom-led-config/cm-t35/leds
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0001-backlight-tdo24m-ensure-chip-select-changes-between-.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0002-omap3-cm-t35-add-DSS2-display-support.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0003-omap3-cm-t35-update-defconfig-for-DSS2.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0004-omap3-cm-t35-add-cm-t35-mux-configs.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/0006-omap3-cm-t35-update-defconfig.patch
 create mode 100644 recipes/linux/linux-omap-2.6.32/cm-t35/defconfig
 create mode 100644 recipes/u-boot/u-boot-git/cm-t35/cm-t35.patch
 create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/cm-t35/xorg.conf




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

end of thread, other threads:[~2009-12-09  9:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 21:11 [PATCH 0/5] Add CM-T35 support Mike Rapoport
2009-12-08 21:11 ` [PATCH 1/5] u-boot git: add cm-t35 support Mike Rapoport
2009-12-08 21:11 ` [PATCH 2/5] linux-omap 2.6.32: " Mike Rapoport
2009-12-08 23:13   ` Koen Kooi
2009-12-09  6:56     ` Mike Rapoport
2009-12-08 21:11 ` [PATCH 3/5] cm-t35: add machine configuration Mike Rapoport
2009-12-08 23:10   ` Koen Kooi
2009-12-09  7:01     ` Mike Rapoport
2009-12-09  9:16     ` Marcin Juszkiewicz
2009-12-08 21:11 ` [PATCH 4/5] angstrom-led-config: Add LED setup for the cm-t35 and bump PR Mike Rapoport
2009-12-08 21:11 ` [PATCH 5/5] xserver-xorg-conf: add cm-t35 support Mike Rapoport
  -- strict thread matches above, loose matches on Subject: below --
2009-12-09  7:13 [PATCH 0/5 v2] Add CM-T35 support Mike Rapoport
2009-12-09  7:13 ` [PATCH 2/5] linux-omap 2.6.32: add cm-t35 support Mike Rapoport

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