linux-stable/drivers/soundwire
Vinod Koul 9d715fa005 soundwire: Add IO transfer
SoundWire bus supports read or write register(s) for SoundWire Slave
device. sdw_read() and sdw_write() APIs are provided for single
register read/write. sdw_nread() and sdw_nwrite() for operations on
contiguous registers.

Signed-off-by: Sanyog Kale <sanyog.r.kale@intel.com>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Acked-By: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-19 11:14:57 +01:00
..
bus.c soundwire: Add IO transfer 2017-12-19 11:14:57 +01:00
bus.h soundwire: Add IO transfer 2017-12-19 11:14:57 +01:00
bus_type.c soundwire: Add MIPI DisCo property helpers 2017-12-19 11:14:57 +01:00
Kconfig
Makefile soundwire: Add MIPI DisCo property helpers 2017-12-19 11:14:57 +01:00
mipi_disco.c soundwire: Add MIPI DisCo property helpers 2017-12-19 11:14:57 +01:00
slave.c