Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-23 Thread Mark Brown
On Mon, Oct 23, 2017 at 12:56:27PM +0100, Alan Cox wrote: > On Sat, 2017-10-21 at 10:34 +0100, Mark Brown wrote: > > On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > > > +EXPORT_SYMBOL(__regmap_init_sdw); > > ...this is just an obvious attempt to allow non-GPL code to directly > >

Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-23 Thread Mark Brown
On Mon, Oct 23, 2017 at 12:56:27PM +0100, Alan Cox wrote: > On Sat, 2017-10-21 at 10:34 +0100, Mark Brown wrote: > > On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > > > +EXPORT_SYMBOL(__regmap_init_sdw); > > ...this is just an obvious attempt to allow non-GPL code to directly > >

Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-23 Thread Alan Cox
On Sat, 2017-10-21 at 10:34 +0100, Mark Brown wrote: > On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > > > + *  BSD LICENSE > > + * > > + *  Copyright(c) 2015-17 Intel Corporation. > > + * > > + *  Redistribution and use in source and binary forms, with or > > without > > + *  

Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-23 Thread Alan Cox
On Sat, 2017-10-21 at 10:34 +0100, Mark Brown wrote: > On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > > > + *  BSD LICENSE > > + * > > + *  Copyright(c) 2015-17 Intel Corporation. > > + * > > + *  Redistribution and use in source and binary forms, with or > > without > > + *  

Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-21 Thread Vinod Koul
On Sat, Oct 21, 2017 at 10:34:26AM +0100, Mark Brown wrote: > On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > > > + * BSD LICENSE > > + * > > + * Copyright(c) 2015-17 Intel Corporation. > > + * > > + * Redistribution and use in source and binary forms, with or without > > + *

Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-21 Thread Vinod Koul
On Sat, Oct 21, 2017 at 10:34:26AM +0100, Mark Brown wrote: > On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > > > + * BSD LICENSE > > + * > > + * Copyright(c) 2015-17 Intel Corporation. > > + * > > + * Redistribution and use in source and binary forms, with or without > > + *

Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-21 Thread Mark Brown
On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > + * BSD LICENSE > + * > + * Copyright(c) 2015-17 Intel Corporation. > + * > + * Redistribution and use in source and binary forms, with or without > + * modification, are permitted provided that the following conditions > + * are

Re: [PATCH 07/14] regmap: Add SoundWire bus support

2017-10-21 Thread Mark Brown
On Thu, Oct 19, 2017 at 08:33:23AM +0530, Vinod Koul wrote: > + * BSD LICENSE > + * > + * Copyright(c) 2015-17 Intel Corporation. > + * > + * Redistribution and use in source and binary forms, with or without > + * modification, are permitted provided that the following conditions > + * are

[PATCH 07/14] regmap: Add SoundWire bus support

2017-10-18 Thread Vinod Koul
SoundWire bus provides sdw_read() and sdw_write() APIs for Slave devices to program the registers. Provide support in regmap for SoundWire bus. Signed-off-by: Hardik T Shah Signed-off-by: Sanyog Kale Signed-off-by: Vinod Koul

[PATCH 07/14] regmap: Add SoundWire bus support

2017-10-18 Thread Vinod Koul
SoundWire bus provides sdw_read() and sdw_write() APIs for Slave devices to program the registers. Provide support in regmap for SoundWire bus. Signed-off-by: Hardik T Shah Signed-off-by: Sanyog Kale Signed-off-by: Vinod Koul --- drivers/base/regmap/Kconfig | 4 ++