From: Igor Grinberg <grinberg@compulab.co.il>
To: Dmitry Lifshitz <lifshitz@compulab.co.il>,
Tony Lindgren <tony@atomide.com>,
Benoit Cousson <bcousson@baylibre.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards
Date: Sun, 23 Feb 2014 14:30:38 +0200 [thread overview]
Message-ID: <5309E9EE.2040705@compulab.co.il> (raw)
In-Reply-To: <52FB6B2E.9070106@compulab.co.il>
ping x2!
On 02/12/14 14:38, Igor Grinberg wrote:
> ping!
>
> On 01/12/14 15:22, Dmitry Lifshitz wrote:
>> Add support for CompuLab SBC-T3530 and SBC-T3517 boards:
>>
>> https://compulab.co.il/products/sbcs/sbc-t3530/
>> https://compulab.co.il/products/sbcs/sbc-t3517/
>>
>> along with respective CoMs - CM-T3530 and CM-T3517:
>>
>> https://compulab.co.il/products/computer-on-modules/cm-t3530/
>> https://compulab.co.il/products/computer-on-modules/cm-t3517/
>>
>> The device tree files have the following structure:
>>
>> omap3-cm-t3x.dtsi
>> |
>> |<-- omap3-cm-t3x30.dtsi
>> | |
>> | |
>> | | ----- ------- ------------
>> | | | CoM | | Board | | Base board |
>> | | ----- ------- ------------
>> | | omap3-sb-t35.dtsi
>> | | |
>> | |<-- omap3-cm-t3730.dts <-- omap3-sbc-t3730.dts -->|
>> | | |
>> | |<-- omap3-cm-t3530.dts <-- omap3-sbc-t3530.dts -->|
>> | |
>> |<-------- omap3-cm-t3517.dts <-- omap3-sbc-t3517.dts -->|
>>
>>
>> where omap3-cm-t3730.dts, omap3-cm-t3530.dts, omap3-cm-t3517.dts
>> contain CoMs specific data, while omap3-sbc-t3730.dts, omap3-sbc-t3530.dts,
>> omap3-sbc-t3517.dts represent eval boards with respective core modules.
>>
>> This series is based on Tony's omap-for-v3.14/dt branch
>>
>> Dmitry Lifshitz (11):
>> ARM: dts: sbc-t3x: refactor DT support
>> ARM: dts: sbc-t3x: disable mmc3
>> ARM: dts: sb-t35: fix Ethernet power supply
>> ARM: dts: cm-t3x: add gpio-led pinmux
>> ARM: dts: cm-t3x30: add twl4030 gpio pullups
>> ARM: dts: cm-t3x30: add HS USB Host support
>> ARM: dts: sbc-t3730: add pinmux for usb hub reset
>> ARM: dts: cm-t3x30: add USB OTG support
>> ARM: dts: sbc-t3530: add support for sbc-t3530
>> ARM: dts: sbc-t3517: add support for sbc-t3517
>> ARM: OMAP2+: make reset pulse for sbc-t3x usb hubs
>>
>> arch/arm/boot/dts/Makefile | 4 +
>> arch/arm/boot/dts/omap3-cm-t3517.dts | 137 +++++++++++++++++++++++++++++++++
>> arch/arm/boot/dts/omap3-cm-t3530.dts | 13 +++
>> arch/arm/boot/dts/omap3-cm-t3730.dts | 40 ----------
>> arch/arm/boot/dts/omap3-cm-t3x.dtsi | 112 +++++++++++++++++++++++++++
>> arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 74 +++++++++++++-----
>> arch/arm/boot/dts/omap3-sb-t35.dtsi | 30 +++++++-
>> arch/arm/boot/dts/omap3-sbc-t3517.dts | 44 +++++++++++
>> arch/arm/boot/dts/omap3-sbc-t3530.dts | 37 +++++++++
>> arch/arm/boot/dts/omap3-sbc-t3730.dts | 24 +++---
>> arch/arm/mach-omap2/pdata-quirks.c | 67 ++++++++++++++++-
>> 11 files changed, 506 insertions(+), 76 deletions(-)
>> create mode 100644 arch/arm/boot/dts/omap3-cm-t3517.dts
>> create mode 100644 arch/arm/boot/dts/omap3-cm-t3530.dts
>> create mode 100644 arch/arm/boot/dts/omap3-cm-t3x.dtsi
>> create mode 100644 arch/arm/boot/dts/omap3-sbc-t3517.dts
>> create mode 100644 arch/arm/boot/dts/omap3-sbc-t3530.dts
>>
>
--
Regards,
Igor.
WARNING: multiple messages have this Message-ID (diff)
From: grinberg@compulab.co.il (Igor Grinberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards
Date: Sun, 23 Feb 2014 14:30:38 +0200 [thread overview]
Message-ID: <5309E9EE.2040705@compulab.co.il> (raw)
In-Reply-To: <52FB6B2E.9070106@compulab.co.il>
ping x2!
On 02/12/14 14:38, Igor Grinberg wrote:
> ping!
>
> On 01/12/14 15:22, Dmitry Lifshitz wrote:
>> Add support for CompuLab SBC-T3530 and SBC-T3517 boards:
>>
>> https://compulab.co.il/products/sbcs/sbc-t3530/
>> https://compulab.co.il/products/sbcs/sbc-t3517/
>>
>> along with respective CoMs - CM-T3530 and CM-T3517:
>>
>> https://compulab.co.il/products/computer-on-modules/cm-t3530/
>> https://compulab.co.il/products/computer-on-modules/cm-t3517/
>>
>> The device tree files have the following structure:
>>
>> omap3-cm-t3x.dtsi
>> |
>> |<-- omap3-cm-t3x30.dtsi
>> | |
>> | |
>> | | ----- ------- ------------
>> | | | CoM | | Board | | Base board |
>> | | ----- ------- ------------
>> | | omap3-sb-t35.dtsi
>> | | |
>> | |<-- omap3-cm-t3730.dts <-- omap3-sbc-t3730.dts -->|
>> | | |
>> | |<-- omap3-cm-t3530.dts <-- omap3-sbc-t3530.dts -->|
>> | |
>> |<-------- omap3-cm-t3517.dts <-- omap3-sbc-t3517.dts -->|
>>
>>
>> where omap3-cm-t3730.dts, omap3-cm-t3530.dts, omap3-cm-t3517.dts
>> contain CoMs specific data, while omap3-sbc-t3730.dts, omap3-sbc-t3530.dts,
>> omap3-sbc-t3517.dts represent eval boards with respective core modules.
>>
>> This series is based on Tony's omap-for-v3.14/dt branch
>>
>> Dmitry Lifshitz (11):
>> ARM: dts: sbc-t3x: refactor DT support
>> ARM: dts: sbc-t3x: disable mmc3
>> ARM: dts: sb-t35: fix Ethernet power supply
>> ARM: dts: cm-t3x: add gpio-led pinmux
>> ARM: dts: cm-t3x30: add twl4030 gpio pullups
>> ARM: dts: cm-t3x30: add HS USB Host support
>> ARM: dts: sbc-t3730: add pinmux for usb hub reset
>> ARM: dts: cm-t3x30: add USB OTG support
>> ARM: dts: sbc-t3530: add support for sbc-t3530
>> ARM: dts: sbc-t3517: add support for sbc-t3517
>> ARM: OMAP2+: make reset pulse for sbc-t3x usb hubs
>>
>> arch/arm/boot/dts/Makefile | 4 +
>> arch/arm/boot/dts/omap3-cm-t3517.dts | 137 +++++++++++++++++++++++++++++++++
>> arch/arm/boot/dts/omap3-cm-t3530.dts | 13 +++
>> arch/arm/boot/dts/omap3-cm-t3730.dts | 40 ----------
>> arch/arm/boot/dts/omap3-cm-t3x.dtsi | 112 +++++++++++++++++++++++++++
>> arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 74 +++++++++++++-----
>> arch/arm/boot/dts/omap3-sb-t35.dtsi | 30 +++++++-
>> arch/arm/boot/dts/omap3-sbc-t3517.dts | 44 +++++++++++
>> arch/arm/boot/dts/omap3-sbc-t3530.dts | 37 +++++++++
>> arch/arm/boot/dts/omap3-sbc-t3730.dts | 24 +++---
>> arch/arm/mach-omap2/pdata-quirks.c | 67 ++++++++++++++++-
>> 11 files changed, 506 insertions(+), 76 deletions(-)
>> create mode 100644 arch/arm/boot/dts/omap3-cm-t3517.dts
>> create mode 100644 arch/arm/boot/dts/omap3-cm-t3530.dts
>> create mode 100644 arch/arm/boot/dts/omap3-cm-t3x.dtsi
>> create mode 100644 arch/arm/boot/dts/omap3-sbc-t3517.dts
>> create mode 100644 arch/arm/boot/dts/omap3-sbc-t3530.dts
>>
>
--
Regards,
Igor.
next prev parent reply other threads:[~2014-02-23 12:30 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-12 13:22 [PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 01/12] ARM: dts: sbc-t3x: use omap specific pinctrl defines Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 02/12] ARM: dts: sbc-t3x: refactor DT support Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 03/12] ARM: dts: sbc-t3x: disable mmc3 Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 04/12] ARM: dts: sb-t35: fix Ethernet power supply Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 05/12] ARM: dts: cm-t3x: add gpio-led pinmux Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 06/12] ARM: dts: cm-t3x30: add twl4030 gpio pullups Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 07/12] ARM: dts: cm-t3x30: add HS USB Host support Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 08/12] ARM: dts: sbc-t3730: add pinmux for usb hub reset Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 09/12] ARM: dts: cm-t3x30: add USB OTG support Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 10/12] ARM: dts: sbc-t3530: add support for sbc-t3530 Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 11/12] ARM: dts: sbc-t3517: add support for sbc-t3517 Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-12 13:22 ` [PATCH 12/12] ARM: OMAP2+: make reset pulse for sbc-t3x usb hubs Dmitry Lifshitz
2014-01-12 13:22 ` Dmitry Lifshitz
2014-01-19 8:48 ` [PATCH 00/12] ARM: dts: sbc-t3x: add support for more boards Dmitry Lifshitz
2014-01-19 8:48 ` Dmitry Lifshitz
2014-02-12 12:38 ` [PATCH 00/11] " Igor Grinberg
2014-02-12 12:38 ` Igor Grinberg
2014-02-23 12:30 ` Igor Grinberg [this message]
2014-02-23 12:30 ` Igor Grinberg
2014-02-28 22:12 ` Tony Lindgren
2014-02-28 22:12 ` Tony Lindgren
2014-03-02 14:15 ` Igor Grinberg
2014-03-02 14:15 ` Igor Grinberg
2014-03-02 17:07 ` Tony Lindgren
2014-03-02 17:07 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5309E9EE.2040705@compulab.co.il \
--to=grinberg@compulab.co.il \
--cc=bcousson@baylibre.com \
--cc=lifshitz@compulab.co.il \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.