[PATCH v2] ARM: dts: am437x-sk-evm: add wilink8 support

2018-05-06 Thread Eyal Reizer
enable mmc3 used for wlan and uart1 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer <ey...@ti.com> --- Changes since V1: - Fix wlcore node number to @2 - Capialaize ARM in subjec

[PATCH v2] ARM: dts: am437x-sk-evm: add wilink8 support

2018-05-06 Thread Eyal Reizer
enable mmc3 used for wlan and uart1 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer --- Changes since V1: - Fix wlcore node number to @2 - Capialaize ARM in subject line. arch/arm

[PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-01 Thread Eyal Reizer
enable mmc3 used for wlan and uart1 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer <ey...@ti.com> --- arch/arm/boot/dts/am437x-sk-evm.dts | 115 +

[PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-01 Thread Eyal Reizer
enable mmc3 used for wlan and uart1 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer --- arch/arm/boot/dts/am437x-sk-evm.dts | 115 1 file changed

[tiL4.14-CON PATCH v2] ARM: dts: am437x-sk-evm: add wilink8 support

2018-05-01 Thread Eyal Reizer
enable mmc3 used for wlan and uart1 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer <ey...@ti.com> --- arch/arm/boot/dts/am437x-sk-evm.dts | 115 +

[tiL4.14-CON PATCH v2] ARM: dts: am437x-sk-evm: add wilink8 support

2018-05-01 Thread Eyal Reizer
enable mmc3 used for wlan and uart1 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer --- arch/arm/boot/dts/am437x-sk-evm.dts | 115 1 file changed

[PATCH v2] wlcore: sdio: allow pm to handle sdio power

2018-04-25 Thread Eyal Reizer
device's usage count causing the driver to try an re-initialize an already initialized device. This was causing sdio bus failure on resume. Remove this manual power on/off sequence as it is in-fact not needed. Signed-off-by: Eyal Reizer <ey...@ti.com> Acked-by: Tony Lindgren <t...@at

[PATCH v2] wlcore: sdio: allow pm to handle sdio power

2018-04-25 Thread Eyal Reizer
device's usage count causing the driver to try an re-initialize an already initialized device. This was causing sdio bus failure on resume. Remove this manual power on/off sequence as it is in-fact not needed. Signed-off-by: Eyal Reizer Acked-by: Tony Lindgren --- drivers/net/wireless/ti/wlcore

[PATCH] net: wireless: ti: wlcore: sdio: allow pm to handle sdio power

2018-04-25 Thread Eyal Reizer
device's usage count causing the driver to try an re-initialize an already initialized device. This was causing sdio bus failure on resume. Remove this manual power on/off sequence as it is in-fact not needed. Signed-off-by: Eyal Reizer <ey...@ti.com> Cc: sta...@vger.kernel.org --- drive

[PATCH] net: wireless: ti: wlcore: sdio: allow pm to handle sdio power

2018-04-25 Thread Eyal Reizer
device's usage count causing the driver to try an re-initialize an already initialized device. This was causing sdio bus failure on resume. Remove this manual power on/off sequence as it is in-fact not needed. Signed-off-by: Eyal Reizer Cc: sta...@vger.kernel.org --- drivers/net/wireless/ti/wlcore

[PATCH v7] wlcore: spi: add wl18xx support

2016-07-19 Thread Eyal Reizer
From: Eyal Reizer <eyalrei...@gmail.com> Add support for using with both wl12xx and wl18xx. - all wilink family needs special init command for entering wspi mode. extra clock cycles should be sent after the spi init command while the cs pin is high. - Use inverted chip select for s

[PATCH v7] wlcore: spi: add wl18xx support

2016-07-19 Thread Eyal Reizer
From: Eyal Reizer Add support for using with both wl12xx and wl18xx. - all wilink family needs special init command for entering wspi mode. extra clock cycles should be sent after the spi init command while the cs pin is high. - Use inverted chip select for sending a dummy 4 bytes command

[PATCH] wlcore: spi: add wl18xx support

2016-03-30 Thread Eyal Reizer
reg = <0>; /* chip select 0 on spi0, ie spi0.0 */ interrupt-parent = <>; interrupts = <27 IRQ_TYPE_EDGE_RISING>; }; }; Signed-off-by: Eyal Reizer <ey...@ti.com> --- drivers/net/wireless/ti/wlcore/spi.c | 176

[PATCH] wlcore: spi: add wl18xx support

2016-03-30 Thread Eyal Reizer
reg = <0>; /* chip select 0 on spi0, ie spi0.0 */ interrupt-parent = <>; interrupts = <27 IRQ_TYPE_EDGE_RISING>; }; }; Signed-off-by: Eyal Reizer --- drivers/net/wireless/ti/wlcore/spi.c | 176 ++ 1

[PATCH] wlcore: spi: add wl18xx support

2016-03-30 Thread Eyal Reizer
spi-max-frequency = <4800>; reg = <0>; /* chip select 0 on spi0, ie spi0.0 */ interrupt-parent = <>; interrupts = <27 IRQ_TYPE_EDGE_RISING>; }; }; Signed-off-by: Eyal Reizer <ey...@ti.com> --- dri

[PATCH] wlcore: spi: add wl18xx support

2016-03-30 Thread Eyal Reizer
>; reg = <0>; /* chip select 0 on spi0, ie spi0.0 */ interrupt-parent = <>; interrupts = <27 IRQ_TYPE_EDGE_RISING>; }; }; Signed-off-by: Eyal Reizer --- drivers/net/wireless/ti/wlcore/spi.c | 176

[PATCHv2] am335x-evm: add bluetooth support

2015-05-04 Thread Eyal Reizer
From: Eliad Peller uart1 is used for connecting to wilink8 bluetooth subsystem. add the needed muxes and definitions. Signed-off-by: Eliad Peller Signed-off-by: Eyal Reizer --- Changes in v2: removed ti shared transport bindings arch/arm/boot/dts/am335x-evm.dts | 16 1

[PATCHv2] am335x-evm: add bluetooth support

2015-05-04 Thread Eyal Reizer
From: Eliad Peller el...@wizery.com uart1 is used for connecting to wilink8 bluetooth subsystem. add the needed muxes and definitions. Signed-off-by: Eliad Peller el...@wizery.com Signed-off-by: Eyal Reizer ey...@ti.com --- Changes in v2: removed ti shared transport bindings arch/arm/boot/dts

[PATCH] Bluetooth: Add tty HCI driver

2015-04-30 Thread Eyal Reizer
data & all such logic is handled by the user-space stack. Signed-off-by: Pavan Savoy [Fixed checkpatch warnings] Signed-off-by: Vishal Mahaveer [Fixed checkpatch --strict warnings] Signed-off-by: Eyal Reizer --- drivers/misc/ti-st/Kconfig |8 + drivers/misc/ti-st/Makefile |

[PATCH] Bluetooth: Add tty HCI driver

2015-04-30 Thread Eyal Reizer
data all such logic is handled by the user-space stack. Signed-off-by: Pavan Savoy pavan_sa...@ti.com [Fixed checkpatch warnings] Signed-off-by: Vishal Mahaveer vish...@ti.com [Fixed checkpatch --strict warnings] Signed-off-by: Eyal Reizer ey...@ti.com --- drivers/misc/ti-st/Kconfig |8