On Fri, May 26, 2017 at 02:47:32PM +, Ramesh Shanmugasundaram wrote:
> Hi Sakari,
>
> Thanks for the review comments on the patches. Sorry for the late response
> as I was caught up with another work.
No worries.
>
> I will incorporate your comments and rebase it on top of your branch. I
>
.
Thanks,
Ramesh
> Subject: Re: [PATCH v5 3/7] media: i2c: max2175: Add MAX2175 support
>
> Hi Ramesh,
>
> On Tue, May 09, 2017 at 02:37:34PM +0100, Ramesh Shanmugasundaram wrote:
> ...
> > +#include
> > +#include
> > +#include
>
> Could you rebase thi
Hi Ramesh,
On Tue, May 09, 2017 at 02:37:34PM +0100, Ramesh Shanmugasundaram wrote:
...
> +#include
> +#include
> +#include
Could you rebase this on the V4L2 fwnode patchset here, please?
https://git.linuxtv.org/sailus/media_tree.git/log/?h=v4l2-acpi>
It depends on other patches which will r
Hi Ramesh,
On Tue, May 09, 2017 at 02:37:34PM +0100, Ramesh Shanmugasundaram wrote:
> This patch adds driver support for the MAX2175 chip. This is Maxim
> Integrated's RF to Bits tuner front end chip designed for software-defined
> radio solutions. This driver exposes the tuner as a sub-device ins
This patch adds driver support for the MAX2175 chip. This is Maxim
Integrated's RF to Bits tuner front end chip designed for software-defined
radio solutions. This driver exposes the tuner as a sub-device instance
with standard and custom controls to configure the device.
Signed-off-by: Ramesh Sha