Hello Mauro and v4l guys, This series contains a v4l2 radio driver which adds support for Silabs si4713 devices. That is a FM transmitter device. As you should know, v4l2 does not contain representation of FM Transmitters (at least that I know). So this driver was written highly based on FM receivers API, which can cover most of basic functionality. However, as expected, there are some properties which were not covered. For those properties, sysfs nodes were added in order to get user interactions. Comments are wellcome. Eduardo Valentin (3): FMTx: si4713: Add files to handle si4713 device FMTx: si4713: Add files to add radio interface for si4713 FMTx: si4713: Add Kconfig and Makefile entries drivers/media/radio/Kconfig | 12 + drivers/media/radio/Makefile | 2 + drivers/media/radio/radio-si4713.c | 834 ++++++++++++++ drivers/media/radio/radio-si4713.h | 32 + drivers/media/radio/si4713.c | 2238 ++++++++++++++++++++++++++++++++++++ drivers/media/radio/si4713.h | 294 +++++ 6 files changed, 3412 insertions(+), 0 deletions(-) create mode 100644 drivers/media/radio/radio-si4713.c create mode 100644 drivers/media/radio/radio-si4713.h create mode 100644 drivers/media/radio/si4713.c create mode 100644 drivers/media/radio/si4713.h -- 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