Re: [PATCH v5 8/8] v4l2: Add a V4L2 driver for SI476X MFD

2013-02-26 Thread Andrey Smirnov
>> + >> +enum phase_diversity_modes_idx { >> + SI476X_IDX_PHDIV_DISABLED, >> + SI476X_IDX_PHDIV_PRIMARY_COMBINING, >> + SI476X_IDX_PHDIV_PRIMARY_ANTENNA, >> + SI476X_IDX_PHDIV_SECONDARY_ANTENNA, >> + SI476X_IDX_PHDIV_SECONDARY_COMBINING, >> +}; >> + >> +static const char * con

Re: [PATCH v5 8/8] v4l2: Add a V4L2 driver for SI476X MFD

2013-02-26 Thread Hans Verkuil
On Tue February 26 2013 07:38:54 Andrey Smirnov wrote: > From: Andrey Smirnov > > This commit adds a driver that exposes all the radio related > functionality of the Si476x series of chips via the V4L2 subsystem. > > Signed-off-by: Andrey Smirnov > --- > Documentation/video4linux/si476x.txt |