Re: [PATCHv3 10/14] HSI: Introduce driver for SSI Protocol

2014-04-25 Thread Sebastian Reichel
On Sat, Apr 19, 2014 at 09:49:36PM +0200, Pavel Machek wrote: > Hi! > > > This adds a driver for the SSI McSAAB protocol as used in > > the Nokia N900. > > > > Signed-off-by: Carlos Chinea > > Signed-off-by: Sebastian Reichel > > > +#define SSIP_MIN_PN_HDR6 /* FIXME: Revisit

Re: [PATCHv3 10/14] HSI: Introduce driver for SSI Protocol

2014-04-19 Thread Pavel Machek
Hi! > This adds a driver for the SSI McSAAB protocol as used in > the Nokia N900. > > Signed-off-by: Carlos Chinea > Signed-off-by: Sebastian Reichel > +#define SSIP_MIN_PN_HDR 6 /* FIXME: Revisit */ > +#define SSIP_WDTOUT 2000/* FIXME: has to be 500 msecs> */

[PATCHv3 10/14] HSI: Introduce driver for SSI Protocol

2014-03-28 Thread Sebastian Reichel
This adds a driver for the SSI McSAAB protocol as used in the Nokia N900. Signed-off-by: Carlos Chinea Signed-off-by: Sebastian Reichel --- drivers/hsi/clients/Kconfig|8 + drivers/hsi/clients/Makefile |3 +- drivers/hsi/clients/ssi_protocol.c | 1188 ++