[PATCH 0/6] ARM: OMAP2+: dts: cm-t335: initial support

2015-10-27 Thread Uri Mashiach
Add basic support for CompuLab cm-t335 module based on AM335X SoC. CM-T335 is a tiny computer-on-module (CoM) / system-on-module (SoM) The module is built around the Texas Instruments Sitara AM3352/4 system-on-chip. The CPU is supplemented with up-to 512MB DDR3 and up-to 1GB of on-board NAND stor

[PATCH 3/6] ARM: OMAP2+: dts: cm-t335: add support for NAND flash

2015-10-27 Thread Uri Mashiach
-off-by: Uri Mashiach --- arch/arm/boot/dts/am335x-cm-t335.dts | 106 +++ 1 file changed, 106 insertions(+) diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts index 39df3d2..9d6117a 100644 --- a/arch/arm/boot/dts/am335x-cm-t335

[PATCH 1/6] ARM: OMAP2+: dts: cm-t335: add initial support

2015-10-27 Thread Uri Mashiach
Signed-off-by: Ilya Ledvich [uri.mashi...@compulab.co.il: the default RAM amount reduced to 128MB to support also the minimal module configuration] Signed-off-by: Uri Mashiach --- .../devicetree/bindings/arm/omap/omap.txt | 3 ++ arch/arm/boot/dts/Makefile | 7

[PATCH 2/6] ARM: OMAP2+: dts: cm-t335: add basic support for I2C

2015-10-27 Thread Uri Mashiach
From: Ilya Ledvich Add pinmux configuration for I2C0 and I2C1 pins. Add description for I2C0 bus, set clock frequency to 400kHz. Add child nodes for 24c02 EEPROM and em3027 RTC on I2C0 bus. Acked-by: Igor Grinberg Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach --- arch/arm/boot/dts

[PATCH 5/6] ARM: OMAP2+: dts: cm-t335: add support for network device

2015-10-27 Thread Uri Mashiach
cpsw_emac0. Acked-by: Igor Grinberg Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach --- arch/arm/boot/dts/am335x-cm-t335.dts | 85 1 file changed, 85 insertions(+) diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts

[PATCH 4/6] ARM: OMAP2+: dts: cm-t335: add support for MMC

2015-10-27 Thread Uri Mashiach
From: Ilya Ledvich Add pinmux configuration for MMC0 pins. Add fixed regulator 'vmmc_fixed'. Enable MMC0 in 4-bit mode. Acked-by: Igor Grinberg Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach --- arch/arm/boot/dts/am335x-cm-t335.dts | 33 +++

[PATCH 6/6] ARM: OMAP2+: dts: cm-t335: add support for PWM backlight

2015-10-27 Thread Uri Mashiach
From: Ilya Ledvich Add pinmux configuration for ECAP0 pin. Add node for PWM backlight device. Use PWM output from ecap0 as backlight source. Acked-by: Igor Grinberg Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach --- arch/arm/boot/dts/am335x-cm-t335.dts | 24

Re: [PATCH 1/6] ARM: OMAP2+: dts: cm-t335: add initial support

2015-11-11 Thread Uri Mashiach
Gentle ping On 27/10/15 14:14, Uri Mashiach wrote: From: Ilya Ledvich Add basic support for CompuLab cm-t335 module based on AM335X SoC. CM-T335 is a tiny computer-on-module (CoM) / system-on-module (SoM) The module is built around the Texas Instruments Sitara AM3352/4 system-on-chip. The

Re: [PATCH 0/6] ARM: OMAP2+: dts: cm-t335: initial support

2015-11-11 Thread Uri Mashiach
Gentle ping On 27/10/15 14:14, Uri Mashiach wrote: Add basic support for CompuLab cm-t335 module based on AM335X SoC. CM-T335 is a tiny computer-on-module (CoM) / system-on-module (SoM) The module is built around the Texas Instruments Sitara AM3352/4 system-on-chip. The CPU is supplemented

Re: [PATCH 3/6] ARM: OMAP2+: dts: cm-t335: add support for NAND flash

2015-11-11 Thread Uri Mashiach
Gentle ping On 27/10/15 14:14, Uri Mashiach wrote: From: Ilya Ledvich Add pinmux configuration for NAND specific GPMC pins. Add description for GPMC controller. Add child node for NAND flash including CM-T335 specific partition table to GPMC node. Enable error-location module (ELM). Acked-by

Re: [PATCH 4/6] ARM: OMAP2+: dts: cm-t335: add support for MMC

2015-11-11 Thread Uri Mashiach
Gentle ping On 27/10/15 14:14, Uri Mashiach wrote: From: Ilya Ledvich Add pinmux configuration for MMC0 pins. Add fixed regulator 'vmmc_fixed'. Enable MMC0 in 4-bit mode. Acked-by: Igor Grinberg Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach --- arch/arm/boot/dts/am33

Re: [PATCH 2/6] ARM: OMAP2+: dts: cm-t335: add basic support for I2C

2015-11-11 Thread Uri Mashiach
Gentle ping On 27/10/15 14:14, Uri Mashiach wrote: From: Ilya Ledvich Add pinmux configuration for I2C0 and I2C1 pins. Add description for I2C0 bus, set clock frequency to 400kHz. Add child nodes for 24c02 EEPROM and em3027 RTC on I2C0 bus. Acked-by: Igor Grinberg Signed-off-by: Ilya

Re: [PATCH 5/6] ARM: OMAP2+: dts: cm-t335: add support for network device

2015-11-11 Thread Uri Mashiach
Gentle ping On 27/10/15 14:14, Uri Mashiach wrote: From: Ilya Ledvich Add pinmux configurations for RGMII1 based CPSW Ethernet pins and MDIO pins: - default configuration required for module in active state, - sleep configuration required for module in inactive state. Add mac node with

Re: [PATCH 6/6] ARM: OMAP2+: dts: cm-t335: add support for PWM backlight

2015-11-11 Thread Uri Mashiach
Gentle ping On 27/10/15 14:15, Uri Mashiach wrote: From: Ilya Ledvich Add pinmux configuration for ECAP0 pin. Add node for PWM backlight device. Use PWM output from ecap0 as backlight source. Acked-by: Igor Grinberg Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach --- arch/arm

[PATCH v2 3/6] ARM: OMAP2+: dts: cm-t335: add support for NAND flash

2015-11-24 Thread Uri Mashiach
-off-by: Uri Mashiach --- v1 -> v2: integrate AM33XX_IOPAD macro in pinmux definitions arch/arm/boot/dts/am335x-cm-t335.dts | 106 +++ 1 file changed, 106 insertions(+) diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts in

[PATCH v2 1/6] ARM: OMAP2+: dts: cm-t335: add initial support

2015-11-24 Thread Uri Mashiach
[uri.mashi...@compulab.co.il: the default RAM amount reduced to 128MB to support also the minimal module configuration] Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: integrate AM33XX_IOPAD macro in pinmux definitions .../devicetree/bindings/arm/omap/omap.txt |

[PATCH v2 0/6] ARM: OMAP2+: dts: cm-t335: initial support

2015-11-24 Thread Uri Mashiach
Add basic support for CompuLab cm-t335 module based on AM335X SoC. CM-T335 is a tiny computer-on-module (CoM) / system-on-module (SoM) The module is built around the Texas Instruments Sitara AM3352/4 system-on-chip. The CPU is supplemented with up-to 512MB DDR3 and up-to 1GB of on-board NAND stor

[PATCH v2 2/6] ARM: OMAP2+: dts: cm-t335: add basic support for I2C

2015-11-24 Thread Uri Mashiach
From: Ilya Ledvich Add pinmux configuration for I2C0 and I2C1 pins. Add description for I2C0 bus, set clock frequency to 400kHz. Add child nodes for 24c02 EEPROM and em3027 RTC on I2C0 bus. Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 ->

[PATCH v2 6/6] ARM: OMAP2+: dts: cm-t335: add support for PWM backlight

2015-11-24 Thread Uri Mashiach
From: Ilya Ledvich Add pinmux configuration for ECAP0 pin. Add node for PWM backlight device. Use PWM output from ecap0 as backlight source. Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: integrate AM33XX_IOPAD macro in pinmux definitions a

[PATCH v2 4/6] ARM: OMAP2+: dts: cm-t335: add support for MMC

2015-11-24 Thread Uri Mashiach
From: Ilya Ledvich Add pinmux configuration for MMC0 pins. Add fixed regulator 'vmmc_fixed'. Enable MMC0 in 4-bit mode. Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: integrate AM33XX_IOPAD macro in pinmux definitions arch/arm/bo

[PATCH v2 5/6] ARM: OMAP2+: dts: cm-t335: add support for network device

2015-11-24 Thread Uri Mashiach
cpsw_emac0. Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: integrate AM33XX_IOPAD macro in pinmux definitions arch/arm/boot/dts/am335x-cm-t335.dts | 85 1 file changed, 85 insertions(+) diff --git a/arch/arm/b

Re: [PATCH v2 1/6] ARM: OMAP2+: dts: cm-t335: add initial support

2015-12-02 Thread Uri Mashiach
Hi Tony, On 11/30/2015 09:51 PM, Tony Lindgren wrote: * Uri Mashiach [151124 06:03]: --- /dev/null +++ b/arch/arm/boot/dts/am335x-cm-t335.dts ... +&uart0 { + pinctrl-names = "default"; + pinctrl-0 = <&uart0_pins>; + + status = "okay"; +}

[PATCH 1/5] ARM: dts: cm-t335: add support for USB0

2015-12-13 Thread Uri Mashiach
From: Ilya Ledvich Enable USB0. Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- arch/arm/boot/dts/am335x-cm-t335.dts | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x

[PATCH 0/5] ARM: dts: cm-t335: add peripheral support

2015-12-13 Thread Uri Mashiach
Add support for the following CM-T335 module peripherals: USB, I2C controller, LCD/DVI, bluetooth Ilya Ledvich (1): ARM: dts: cm-t335: add support for USB0 Uri Mashiach (4): ARM: dts: cm-t335: add support for SBC-T335 ARM: dts: cm-t335: add support for I2C GPIO expander ARM: dts: cm-t335

[PATCH 4/5] ARM: dts: cm-t335: add support for DVI/LCD

2015-12-13 Thread Uri Mashiach
Add pinmux configuration for DVI/LCD. Add DRM display driver node with timing configurations for DVI and LCD. Add I2C GPIOs configurations for DVI and LCD enable. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- arch/arm/boot/dts/am335x-sbc-t335.dts | 192

[PATCH 5/5] ARM: dts: cm-t335: add support for bluetooth

2015-12-13 Thread Uri Mashiach
bluetooth HW is WLS1271 chip connected to UART1. Device tree modifications: - Pinmux for UART1. - Pinmux for bluetooth enable GPIO. Bluetooth enable GPIO is set to enable during startup by setting the relevant pinmux pin to pull-up. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg

[PATCH 2/5] ARM: dts: cm-t335: add support for SBC-T335

2015-12-13 Thread Uri Mashiach
Add basic support for the SBC-T335. CompuLab SBC-T335 is a single baseboard computer. The SBC-T335 is based on the Texas Instruments Cortex-A8 Sitara AM3354 SoC. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- Documentation/devicetree/bindings/arm/omap/omap.txt | 3 +++ arch/arm/boot

[PATCH 3/5] ARM: dts: cm-t335: add support for I2C GPIO expander

2015-12-13 Thread Uri Mashiach
The I2C GPIO expander (PCA9555) adds 16 GPIOs to the module. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- arch/arm/boot/dts/am335x-sbc-t335.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/am335x-sbc-t335.dts b/arch/arm/boot/dts/am335x-sbc-t335

[PATCH 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-23 Thread Uri Mashiach
Device tree modifications: - Pinmux for SPI0 and WiFi GPIOs. - SPI0 node with wlcore as a child node. Cc: Tony Lindgren Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- Prerequisites: This patch applies on Tony's omap-for-v4.5/dt branch. arch/arm/boot/dts/am335x-cm-t335.dts

[PATCH 0/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-23 Thread Uri Mashiach
Add DT support for WLS1271 SPI driver. Fix oops by adding a power callback. Uri Mashiach (3): wlcore/wl12xx: spi: fix NULL pointer dereference (Oops) wlcore/wl12xx: spi: add device tree support wlcore/wl12xx: spi: add wifi support to cm-t335 .../bindings/net/wireless/ti,wlcore,spi.txt

[PATCH 1/3] wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)

2015-12-23 Thread Uri Mashiach
lementation. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- drivers/net/wireless/ti/wlcore/spi.c | 37 1 file changed, 37 insertions(+) diff --git a/drivers/net/wireless/ti/wlcore/spi.c b/drivers/net/wireless/ti/wlcore/spi.c index 44f059f..d3a4bcb 1

[PATCH 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-23 Thread Uri Mashiach
Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- .../bindings/net/wireless/ti,wlcore,spi.txt| 35 +++ drivers/net/wireless/ti/wlcore/spi.c | 67

Re: [PATCH 1/3] wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)

2015-12-23 Thread Uri Mashiach
Hi Grygorii, On 12/23/2015 12:08 PM, Grygorii Strashko wrote: On 12/23/2015 10:35 AM, Uri Mashiach wrote: The power function uses a consumer regulator access to update the WiFi enable GPIO value. Fix the below Oops when trying to modprobe wlcore_spi. The oops occurs because the wl1271_power_

Re: [PATCH 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-23 Thread Uri Mashiach
Hi Grygorii, On 12/23/2015 12:25 PM, Grygorii Strashko wrote: On 12/23/2015 10:35 AM, Uri Mashiach wrote: Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- .../bindings/net/wireless/ti,wlcore

Re: [PATCH 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-23 Thread Uri Mashiach
Hi Grygorii, On 12/23/2015 12:25 PM, Grygorii Strashko wrote: On 12/23/2015 10:35 AM, Uri Mashiach wrote: Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- .../bindings/net/wireless/ti,wlcore

[PATCH v2 1/3] wlcore/wl12xx: spi: add power operation function

2015-12-24 Thread Uri Mashiach
The power function uses a consumer regulator access to update the WiFi enable GPIO value. Signed-off-by: Uri Mashiach --- v1 -> v2: oops fix was removed to a separate fix. drivers/net/wireless/ti/wlcore/spi.c | 37 1 file changed, 37 insertions(+) d

[PATCH v2 0/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-24 Thread Uri Mashiach
Add DT support for WLS1271 SPI driver. Add power operation function to the WLS1271 SPI driver. Uri Mashiach (3): wlcore/wl12xx: spi: add power operation function wlcore/wl12xx: spi: add device tree support wlcore/wl12xx: spi: add wifi support to cm-t335 .../bindings/net/wireless/ti,wlcore

[PATCH v2 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-24 Thread Uri Mashiach
Device tree modifications: - Pinmux for SPI0 and WiFi GPIOs. - SPI0 node with wlcore as a child node. Cc: Tony Lindgren Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: replace interrupts and interrupt-parent with interrupts-extended. arch/arm/boot/dts/am335x-cm-t335.

[PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Uri Mashiach
Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: update interrupt documentation. replace interrupts and interrupt-parent with interrupts-extended. IRQ paramet

Re: [PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Uri Mashiach
Hello Javier, On 12/24/2015 06:25 PM, Javier Martinez Canillas wrote: Hello Uri, On Thu, Dec 24, 2015 at 12:35 PM, Uri Mashiach wrote: Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 ->

Re: [PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Uri Mashiach
Hi Grygorii, On 12/24/2015 06:32 PM, Grygorii Strashko wrote: On 12/24/2015 05:35 PM, Uri Mashiach wrote: Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: update interrupt documentat

Re: [PATCH v2 1/3] wlcore/wl12xx: spi: add power operation function

2015-12-27 Thread Uri Mashiach
Hello Grygorii, On 12/24/2015 06:32 PM, Grygorii Strashko wrote: On 12/24/2015 05:35 PM, Uri Mashiach wrote: The power function uses a consumer regulator access to update the WiFi enable GPIO value. Signed-off-by: Uri Mashiach --- v1 -> v2: oops fix was removed to a separate fix. driv

[PATCH v3 0/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-28 Thread Uri Mashiach
Add DT support for WLS1271 SPI driver. Add power operation function to the WLS1271 SPI driver. Uri Mashiach (3): wlcore/wl12xx: spi: add power operation function wlcore/wl12xx: spi: add device tree support wlcore/wl12xx: spi: add wifi support to cm-t335 .../bindings/net/wireless/ti,wlcore

[PATCH v3 1/3] wlcore/wl12xx: spi: add power operation function

2015-12-28 Thread Uri Mashiach
The power function uses a consumer regulator access to update the WiFi enable GPIO value. Signed-off-by: Uri Mashiach --- v1 -> v2: oops fix was removed to a separate fix. v2 -> v3: no changes drivers/net/wireless/ti/wlcore/spi.c | 37 1 file chang

[PATCH v3 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-28 Thread Uri Mashiach
Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: update interrupt documentation. replace interrupts and interrupt-parent with interrupts-extended. IRQ paramet

[PATCH v3 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-28 Thread Uri Mashiach
Device tree modifications: - Pinmux for SPI0 and WiFi GPIOs. - SPI0 node with wlcore as a child node. Cc: Tony Lindgren Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: Replace interrupts and interrupt-parent with interrupts-extended. v2 -> v3: Move the pinctrl-0 = <&

Re: [PATCH v2 1/3] wlcore/wl12xx: spi: add power operation function

2015-12-28 Thread Uri Mashiach
Hi Grygorii, On 12/28/2015 01:59 PM, Grygorii Strashko wrote: On 12/27/2015 07:14 PM, Uri Mashiach wrote: Hello Grygorii, On 12/24/2015 06:32 PM, Grygorii Strashko wrote: On 12/24/2015 05:35 PM, Uri Mashiach wrote: The power function uses a consumer regulator access to update the WiFi

[PATCH 1/3] ARM: dts: cm-t335: Add support for CAN bus

2015-12-30 Thread Uri Mashiach
Add CAN bus pinmux. Enable D_CAN bus controllers 0 and 1 The pinmux of uart1 node contradicts the pinmux of dcan0 and dcan1 nodes. U-Boot should delete the uart1 or dcan0/1 nodes. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- arch/arm/boot/dts/am335x-cm-t335.dts | 30

[PATCH 0/3] ARM: dts: cm-t335: add peripherals - part 2

2015-12-30 Thread Uri Mashiach
Add support for the following peripherals: - CAN BUS - Touchscreen - Audio Uri Mashiach (3): ARM: dts: cm-t335: Add support for CAN bus ARM: dts: cm-t335: add touchscreen support ARM: dts: cm-t335: add audio support arch/arm/boot/dts/am335x-cm-t335.dts | 116

[PATCH 3/3] ARM: dts: cm-t335: add audio support

2015-12-30 Thread Uri Mashiach
The TLV320AIC23B codec is connected to the CPU by McASP controller 1 for data and I2C0 for control. Modifications: - Enable and configure McASP controller 1. - Add TLV320AIC23B codec pinmux. - Add TLV320AIC23B codec configurations. - Use simple-audio-card as CPU to codec glue. Signed-off-by: Uri

[PATCH 2/3] ARM: dts: cm-t335: add touchscreen support

2015-12-30 Thread Uri Mashiach
Touchscreen and analog digital converter configurations. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- arch/arm/boot/dts/am335x-cm-t335.dts | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335

[PATCH v4 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-30 Thread Uri Mashiach
Device tree modifications: - Pinmux for SPI0 and WiFi GPIOs. - SPI0 node with wlcore as a child node. Cc: Tony Lindgren Signed-off-by: Uri Mashiach --- v1 -> v2: Replace interrupts and interrupt-parent with interrupts-extended. v2 -> v3: Move the pinctrl-0 = <&wifi_pins> to the

[PATCH v4 1/3] wlcore/wl12xx: spi: add power operation function

2015-12-30 Thread Uri Mashiach
The power function uses a consumer regulator access to update the WiFi enable GPIO value. Signed-off-by: Uri Mashiach --- v1 -> v2: oops fix was removed to a separate fix. v2 -> v3: no changes v3 -> v4: update devm_regulator_get() error handling. drivers/net/wireless/ti/wlcore/s

[PATCH v4 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-30 Thread Uri Mashiach
Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Rob Herring --- v1 -> v2: update interrupt documentation. replace interrupts and interrupt-parent with interrupts-extended. IRQ parameters retrie

[PATCH v4 0/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2015-12-30 Thread Uri Mashiach
Add DT support for WLS1271 SPI driver. Add power operation function to the WLS1271 SPI driver. Uri Mashiach (3): wlcore/wl12xx: spi: add power operation function wlcore/wl12xx: spi: add device tree support wlcore/wl12xx: spi: add wifi support to cm-t335 .../bindings/net/wireless/ti,wlcore

Re: [PATCH v4 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2016-01-07 Thread Uri Mashiach
Hi Kalle Valo, On 01/07/2016 11:02 AM, Kalle Valo wrote: Uri Mashiach writes: Device tree modifications: - Pinmux for SPI0 and WiFi GPIOs. - SPI0 node with wlcore as a child node. Cc: Tony Lindgren Signed-off-by: Uri Mashiach --- v1 -> v2: Replace interrupts and interrupt-parent w