Re: [PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards
* Igor Grinberg [140302 06:19]: > On 03/01/14 00:12, Tony Lindgren wrote: > > * Igor Grinberg [140223 04:33]: > >> ping x2! > > > > Thanks applying into omap-for-v3.15/dt finally. > > Thanks! > > > > > Is it OK to remove the board-cm-*.c files for v3.15? > > Hmmm > I thought we will have a transition release with both ways and > similar functionality available... > For this to happen, we need to extend the DT support to the stuff > board-cm-t*.c files cover before removing them... > We should be able to send additional patches in 3-5 weeks. > Since rc4 is out a week ago, and rc5 is coming, we won't be able > to prepare the extension in time for 3.15... > So, can we postpone the board-cm-t*.c files removal to 3.16? > Or does it make too much trouble for you? OK that sounds good to me thanks! 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
Re: [PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards
On 03/01/14 00:12, Tony Lindgren wrote: > * Igor Grinberg [140223 04:33]: >> ping x2! > > Thanks applying into omap-for-v3.15/dt finally. Thanks! > > Is it OK to remove the board-cm-*.c files for v3.15? Hmmm I thought we will have a transition release with both ways and similar functionality available... For this to happen, we need to extend the DT support to the stuff board-cm-t*.c files cover before removing them... We should be able to send additional patches in 3-5 weeks. Since rc4 is out a week ago, and rc5 is coming, we won't be able to prepare the extension in time for 3.15... So, can we postpone the board-cm-t*.c files removal to 3.16? Or does it make too much trouble for you? -- Regards, Igor. -- 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 00/11] ARM: dts: sbc-t3x: add support for more boards
* Igor Grinberg [140223 04:33]: > ping x2! Thanks applying into omap-for-v3.15/dt finally. Is it OK to remove the board-cm-*.c files for v3.15? Regards, Tony > 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. -- 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 00/11] ARM: dts: sbc-t3x: add support for more boards
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. -- 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 00/11] ARM: dts: sbc-t3x: add support for more boards
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. -- 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 00/11] ARM: dts: sbc-t3x: add support for more boards
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 -- 1.7.5.4 -- 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