This patch series adds USB support for the SiLabs development board which contains the Si4713 FM transmitter chip. This device can transmit audio through FM. It can transmit RDS and RBDS signals as well. Documentation for this product can be accessed here : http://www.silabs.com/products/audiovideo/fmtransmitters/Pages/si471213.aspx Note : All the patches are on top of the latest version of the media-git tree as on 20-August-2013 (15:30 Europe time) In the source tree, drivers/media/radio has been reorganized to include a new folder drivers/media/radio/si4713 which contains all the si4713 related files. Modified and renamed files : ----------------------------------- drivers/media/radio/si4713-i2c.c ==> drivers/media/radio/si4713/si4713.c drivers/media/radio/si4713-i2c.h ==> drivers/media/radio/si4713/si4713.h drivers/media/radio/radio-si4713.c ==> drivers/media/radio/si4713/radio-i2c-si4713.c New files : ------------- drivers/media/radio/si4713/radio-usb-si4713.c The existing i2c driver has been modified to add support for cases where the interrupt is not enabled. Checks have been introduced at several places in the code to test if an interrupt is set or not. The development board is plugged into the host through USB and does not use interrupts. To get a valid response, within a specified timeout, the device is polled instead. The USB driver has been developed by analyzing the the USB traffic obtained by sniffing the USB bus. A sequence of commands are sent during device startup, the specifics of which are not obvious. Nevertheless they seem to be necessary for the proper fuctioning of the device. The i2c driver assumes a 2-wire bus mode. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html