soundwire: Add SoundWire bus type
authorVinod Koul <vinod.koul@intel.com>
Thu, 14 Dec 2017 05:49:33 +0000 (11:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 10:14:56 +0000 (11:14 +0100)
commit9251345dca24b62b14e4e53e6ee3387ae7d9c790
tree6b56a307bbdc54110bcdd1f624cfe54c98ffa19b
parent8ecf4264efef64303d6b6c13d35f7c46024fb2ff
soundwire: Add SoundWire bus type

This adds the base SoundWire bus type, bus and driver registration.
along with changes to module device table for new SoundWire
device type.

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>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/Kconfig
drivers/Makefile
drivers/soundwire/Kconfig [new file with mode: 0644]
drivers/soundwire/Makefile [new file with mode: 0644]
drivers/soundwire/bus_type.c [new file with mode: 0644]
include/linux/mod_devicetable.h
include/linux/soundwire/sdw.h [new file with mode: 0644]
include/linux/soundwire/sdw_type.h [new file with mode: 0644]
scripts/mod/devicetable-offsets.c
scripts/mod/file2alias.c