[PATCH 08/12] ARM: dts: sbc-t3730: add pinmux for usb hub reset

2014-01-12 Thread Dmitry Lifshitz
GPIO167 is used as SB-T35 baseboard USB Hub reset. Add GPIO167 pinmux. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sbc-t3730.dts | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-sbc-t3730.dts

[PATCH 07/12] ARM: dts: cm-t3x30: add HS USB Host support

2014-01-12 Thread Dmitry Lifshitz
Add HS USB Host support along with USB PHYs and power supply regulators Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 38 + arch/arm/boot/dts/omap3-cm-t3x30.dtsi |8 +++ 2 files changed, 46

[PATCH 01/12] ARM: dts: sbc-t3x: use omap specific pinctrl defines

2014-01-12 Thread Dmitry Lifshitz
Use omap specific pinctrl defines (OMAP3_CORE1_IOPAD) to configure the padconf register offset. This simplify further support of CompuLab's boards based on omap36xx, omap34xx and am35x. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3730.dts | 36

[PATCH 02/12] ARM: dts: sbc-t3x: refactor DT support

2014-01-12 Thread Dmitry Lifshitz
Refactor the sbc-t3x device tree as a preparation for additional (sbc-t3530, sbc-t3517, etc.) boards support. No functional changes. The device tree will have the following structure: omap3-cm-t3x.dtsi | |-- omap3-cm-t3x30.dtsi | | | | | | - ---

[PATCH 09/12] ARM: dts: cm-t3x30: add USB OTG support

2014-01-12 Thread Dmitry Lifshitz
Add USB OTG support for cm-t3x30 CoMs. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi

[PATCH 03/12] ARM: dts: sbc-t3x: disable mmc3

2014-01-12 Thread Dmitry Lifshitz
Disable mmc3 interface, since is not used on sbc-t3x boards. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi

[PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards

2014-01-12 Thread Dmitry Lifshitz
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/

[PATCH 06/12] ARM: dts: cm-t3x30: add twl4030 gpio pullups

2014-01-12 Thread Dmitry Lifshitz
Add pullup for twl4030 GPIO_0 used as MMC1 card detect signal. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x30.dtsi |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi

[PATCH 04/12] ARM: dts: sb-t35: fix Ethernet power supply

2014-01-12 Thread Dmitry Lifshitz
SB-T35 baseboard features SMSC9220 Ethernet chip which requires its own power supply regulators. Add baseboard specific regulators for the SB-T35 Ethernet chip. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sb-t35.dtsi | 18 -- 1 files

[PATCH 10/12] ARM: dts: sbc-t3530: add support for sbc-t3530

2014-01-12 Thread Dmitry Lifshitz
Add support for CM-T3530 CoM and SBC-T3530 board. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/Makefile|2 + arch/arm/boot/dts/omap3-cm-t3530.dts | 12 +++ arch/arm/boot/dts/omap3-sbc-t3530.dts | 36 +

[PATCH 05/12] ARM: dts: cm-t3x: add gpio-led pinmux

2014-01-12 Thread Dmitry Lifshitz
GPIO186 is used for the heartbeat led. Setup the pinmux for the GPIO186. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi

[PATCH 11/12] ARM: dts: sbc-t3517: add support for sbc-t3517

2014-01-12 Thread Dmitry Lifshitz
Add support for CM-T3517 CoM and SBC-T3517 board. reused common support for sbc-t3x boards (omap3-cm-t3x.dtsi, omap3-sb-t35.dtsi): * SB-T35 baseboard eth * MMC1, UART3 * HS USB Port 1/2 * I2C1/3 * Heartbit led Added basic support for: * MMC1 wp/cd signals * CM-T3517 Usb Hub * WL12xx WiFi chip

[PATCH 12/12] ARM: OMAP2+: make reset pulse for sbc-t3x usb hubs

2014-01-12 Thread Dmitry Lifshitz
sbc-t3x boards features two external USB ports on SB-T35 baseboard. The baseboardi USB hub reset signal should be de-asserted to make those ports functional. sbc-t3517 features additional (assembled on CoM) USB hub which also requires reset signal handling. Add quirks code to handle proper reset

[patch] fix omap compile with randconfig

2014-01-12 Thread Pavel Machek
This fixes: arch/arm/mach-omap2/built-in.o: In function `omap_reserve': /data/l/linux-n900/arch/arm/mach-omap2/common.c:36: undefined reference to `omap_fb_reserve_memblock' Signed-off-by: Pavel Machek pa...@ucw.cz diff --git a/arch/arm/mach-omap2/common.c b/arch/arm/mach-omap2/common.c