Re: [PATCH 0/2 v2] ARM: OMAP3: add support for cm-t35 board

2009-10-20 Thread Mike Rapoport


Tony Lindgren wrote:
 * Mike Rapoport m...@compulab.co.il [091019 07:00]:
 Mike Rapoport wrote:
 The following patches add support for CompuLab CM-T35 board.
 Any comments on these?
 
 Just few cosmetic comments I just replied with.
 
 I will need to integrate the mach - plat headers series
 first before I'll start adding more code, so it will be
 few more days probably.

Would you like me to rebase on top of linux-omap after the headers move will be
integrated? Or just keep the patch on top of Linus' tree?

 Regards,
 
 Tony
 

-- 
Sincerely yours,
Mike.


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2 v2] ARM: OMAP3: add support for cm-t35 board

2009-10-19 Thread Mike Rapoport
Mike Rapoport wrote:
 The following patches add support for CompuLab CM-T35 board.

Any comments on these?

 --
 v2 changes:
  remove EHCI-related code
  move usb_musb_init to cm_t35_init
 --
 
 Changes since commit 2caa731819a633bec5a56736e64c562b7e193666:
   Linus Torvalds (1):
   Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6
 
 Mike Rapoport (2):
   ARM: OMAP3: add CompuLab CM-T35 module
   ARM: OMAP3: cm-t35: add defconfig
 
  arch/arm/configs/cm_t35_defconfig  | 1733 
 
  arch/arm/mach-omap2/Kconfig|4 +
  arch/arm/mach-omap2/Makefile   |2 +
  arch/arm/mach-omap2/board-cm-t35.c |  459 ++
  4 files changed, 2198 insertions(+), 0 deletions(-)
  create mode 100644 arch/arm/configs/cm_t35_defconfig
  create mode 100644 arch/arm/mach-omap2/board-cm-t35.c



-- 
Sincerely yours,
Mike.

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2 v2] ARM: OMAP3: add support for cm-t35 board

2009-10-19 Thread Tony Lindgren
* Mike Rapoport m...@compulab.co.il [091019 07:00]:
 Mike Rapoport wrote:
  The following patches add support for CompuLab CM-T35 board.
 
 Any comments on these?

Just few cosmetic comments I just replied with.

I will need to integrate the mach - plat headers series
first before I'll start adding more code, so it will be
few more days probably.

Regards,

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2 v2] ARM: OMAP3: add support for cm-t35 board

2009-10-14 Thread Mike Rapoport
The following patches add support for CompuLab CM-T35 board.
--
v2 changes:
 remove EHCI-related code
 move usb_musb_init to cm_t35_init
--

Changes since commit 2caa731819a633bec5a56736e64c562b7e193666:
  Linus Torvalds (1):
  Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6

Mike Rapoport (2):
  ARM: OMAP3: add CompuLab CM-T35 module
  ARM: OMAP3: cm-t35: add defconfig

 arch/arm/configs/cm_t35_defconfig  | 1733 
 arch/arm/mach-omap2/Kconfig|4 +
 arch/arm/mach-omap2/Makefile   |2 +
 arch/arm/mach-omap2/board-cm-t35.c |  459 ++
 4 files changed, 2198 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/configs/cm_t35_defconfig
 create mode 100644 arch/arm/mach-omap2/board-cm-t35.c

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html