Re: [PATCH 05/13] timer: Remove init_timer_deferrable() in favor of timer_setup()

2017-10-04 Thread Sebastian Reichel
| 32 > ---- Acked-by: Sebastian Reichel <s...@kernel.org> -- Sebastian signature.asc Description: PGP signature

Re: [v7 wlcore: add missing nvs file name info for wilink8

2017-08-15 Thread Sebastian Reichel
tivity/wl18xx-conf.bin", > + .nvs_name = "ti-connectivity/wl1271-nvs.bin", > }; > > struct wl12xx_spi_glue { > diff --git a/drivers/net/wireless/ti/wlcore/wlcore.h > b/drivers/net/wireless/ti/wlcore/wlcore.h > index 1827546..95fbedc 100644 > --- a/drivers/net/wireless/ti/wlcore/wlcore.h > +++ b/drivers/net/wireless/ti/wlcore/wlcore.h > @@ -40,6 +40,9 @@ > /* wl12xx/wl18xx maximum transmission power (in dBm) */ > #define WLCORE_MAX_TXPWR25 > > +/* Texas Instruments pre assigned OUI */ > +#define WLCORE_TI_OUI_ADDRESS 0x080028 > + > /* forward declaration */ > struct wl1271_tx_hw_descr; > enum wl_rx_buf_align; Otherwise: Reviewed-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk> -- Sebastian signature.asc Description: PGP signature

Re: [PATCH] wlcore: add missing nvs file name info for wilink8

2017-07-05 Thread Sebastian Reichel
Hi, On Wed, Jul 05, 2017 at 01:06:54AM -0700, Tony Lindgren wrote: > > > Not sure if this really is a regression as we've always had a bogus > > > wl1271-nvs.bin in linux-firmware.git. Sure would be nice to fix it, > > > but going back to using a generic wl1271-nvs.bin sure does not seem > > >

[PATCHv5] wlcore: add wl1285 compatible

2017-06-08 Thread Sebastian Reichel
...@atomide.com> Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk> --- Changes since PATCHv4: - Dropped droid4.dts change, patch can go in normally now Changes since PATCHv3: - add net...@vger.kernel.org to cc - add Acked-By from Tony & Kalle Changes since PAT

Re: [PATCHv4] wlcore: add wl1285 compatible

2017-05-23 Thread Sebastian Reichel
Hi, On Mon, May 22, 2017 at 11:50:04AM -0500, Rob Herring wrote: > [...] > >> >> Thanks, I'll take it then. Not sure why Sebastian was suggested to > >> >> submit this patch via your tree in the first place. > >> >> > >> >> https://patchwork.kernel.org/patch/9713645/ > >> > > >> > Thanks. The

Re: [PATCHv4] wlcore: add wl1285 compatible

2017-05-22 Thread Sebastian Reichel
Hi, On Mon, May 22, 2017 at 11:11:49AM -0500, Rob Herring wrote: > On Mon, May 22, 2017 at 10:21 AM, Sebastian Reichel > <sebastian.reic...@collabora.co.uk> wrote: > > Hi, > > > > On Mon, May 22, 2017 at 05:44:24PM +0300, Kalle Valo wrote: > >> Da

Re: [PATCHv4] wlcore: add wl1285 compatible

2017-05-22 Thread Sebastian Reichel
Hi, On Mon, May 22, 2017 at 05:44:24PM +0300, Kalle Valo wrote: > David Miller <da...@davemloft.net> writes: > > From: Kalle Valo <kv...@codeaurora.org> > > Date: Mon, 22 May 2017 12:28:20 +0300 > > > >> Sebastian Reichel <sebastian.reic...@collabor

[PATCHv4] wlcore: add wl1285 compatible

2017-05-05 Thread Sebastian Reichel
Lindgren <t...@atomide.com> Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk> --- Hi Dave, I previously send this in two patches, but its hard to apply without requiring multiple kernel releases (the driver must be updated before the DTS change). Since the actual change is

[PATCHv3] wlcore: add wl1285 compatible

2017-05-05 Thread Sebastian Reichel
Motorola Droid 4 uses a WL1285C. With differences between the chips not being public let's add explicit binding for wl1285 instead of relying on wl1283 being very similar. Reviewed-by: Rob Herring <r...@kernel.org> Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk>

Re: [PATCHv2 0/4] Motorola Droid 4: Add WL1285C support

2017-05-03 Thread Sebastian Reichel
[0] https://www.ifixit.com/Teardown/Motorola+Droid+4+Teardown/7759#s31961 > >> > >> Changes to PATCHv1: > >> - use proper compatible value for bluetooth / shared transport > >> - add patches fixing wlcore compatible for Droid 4 > >> > >> -- Se

[PATCHv2 0/4] Motorola Droid 4: Add WL1285C support

2017-05-03 Thread Sebastian Reichel
for bluetooth / shared transport - add patches fixing wlcore compatible for Droid 4 -- Sebastian Sebastian Reichel (4): wlcore: add wl1285 compatible ARM: dts: omap4-droid4: Use wl1285 for wifi compatible Bluetooth: hci_ll: Add compatible values for more WL chips ARM: dts: omap4-droid4: Add

[PATCHv2 1/4] wlcore: add wl1285 compatible

2017-05-03 Thread Sebastian Reichel
Motorola Droid 4 uses a WL 1285C. With differences between chips not being public let's add explicit binding for wl1285 instead of relying on wl1283 being very similar. Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk> --- Documentation/devicetree/bindings/net/wirel

[PATCHv2 4/4] ARM: dts: omap4-droid4: Add bluetooth

2017-05-03 Thread Sebastian Reichel
Droid 4 has WL 1285C connected to the OMAP's UART4 port, which is used for Bluetooth and most likely can also be used for controlling the FM radio and GPS receivers. Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk> --- arch/arm/boot/dts/omap4-droid4-xt894.dt

[PATCHv2 2/4] ARM: dts: omap4-droid4: Use wl1285 for wifi compatible

2017-05-03 Thread Sebastian Reichel
The Motorola Droid 4 uses a WL 1285C, so let's use correct compatible value instead of relying on WL 1283 being very similar. Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.co.uk> --- arch/arm/boot/dts/omap4-droid4-xt894.dts | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCHv2 3/4] Bluetooth: hci_ll: Add compatible values for more WL chips

2017-05-03 Thread Sebastian Reichel
Add compatible values for WiLink chips from 128x and 180x series. Also the DT binding already contained compatible values for the 127x series, but the driver did not. This brings the list on par with the list from wlcore (the wifi driver). Signed-off-by: Sebastian Reichel <sebastian.r

Re: wl1251 NVS calibration data format

2016-12-17 Thread Sebastian Reichel
Hi, On Sat, Dec 17, 2016 at 12:14:50PM +0100, Pali Rohár wrote: > On Saturday 17 December 2016 10:37:05 Sebastian Reichel wrote: > > On Fri, Dec 16, 2016 at 12:01:48PM +0100, Pali Rohár wrote: > > > Hi! Do you know format of wl1251 NVS calibration data file? &g

Re: wl1251 NVS calibration data format

2016-12-17 Thread Sebastian Reichel
Hi, On Fri, Dec 16, 2016 at 12:01:48PM +0100, Pali Rohár wrote: > Hi! Do you know format of wl1251 NVS calibration data file? > > I found that there is tool for changing NVS file for wl1271 and newer > chips (so not for wl1251!) at: https://github.com/gxk/ti-utils > > And wl1271 has in NVS

Re: wl1251 & mac address & calibration data

2016-11-24 Thread Sebastian Reichel
Hi, On Thu, Nov 24, 2016 at 05:49:33PM +0100, Pali Rohár wrote: > On Thursday 24 November 2016 17:08:30 Sebastian Reichel wrote: > > On Thu, Nov 24, 2016 at 04:20:45PM +0100, Pali Rohár wrote: > > > On Thursday 24 November 2016 16:13:17 Sebastian Reichel wrote: > > > &

Re: wl1251 & mac address & calibration data

2016-11-24 Thread Sebastian Reichel
Hi, On Thu, Nov 24, 2016 at 04:20:45PM +0100, Pali Rohár wrote: > On Thursday 24 November 2016 16:13:17 Sebastian Reichel wrote: > > On Thu, Nov 24, 2016 at 09:33:29AM +0100, Pali Rohár wrote: > > > On Thursday 24 November 2016 08:51:04 Pavel Machek wrote: > > >

Re: [PATCH] hsi: Build hsi_boardinfo.c into hsi core if enabled

2016-06-15 Thread Sebastian Reichel
Hi Andrew, On Tue, Jun 14, 2016 at 11:13:04AM -0500, Andrew F. Davis wrote: > If the HSI core is built as a module hsi_boardinfo may still > be built-in as its Kconfig type is bool, which can cause build > issues. Fix this by building this code into the HSI core when > enabled. > > Reported-by:

wl12xx regression on 4.5 (was: Re: linux-4.5-rc1 TI pandboard-es wifi wlcore locks and reset)

2016-02-02 Thread Sebastian Reichel
Hi Ross, Please don't top-post on kernel mailinglists. Use either inline style or bottom posting. On Tue, Feb 02, 2016 at 04:41:13PM +1100, Ross Green wrote: > On Tue, Feb 2, 2016 at 3:34 PM, Sebastian Reichel <s...@kernel.org> wrote: > > On Mon, Feb 01, 2016 at 11:38:38PM +1