Re: [PATCH 2/9] cx231xx: Use board profile values for addresses

2018-05-03 Thread Brad Love
Hi Matthias, On 2018-04-23 12:50, Brad Love wrote: > Hi Matthias, > > > > On 2018-04-19 12:10, Matthias Schwarzott wrote: >> Am 17.04.2018 um 18:39 schrieb Brad Love: >>> Replace all usage of hard coded values with >>> the proper field from the board profile. >>> >> Hi Brad, >> >> will there be

Re: [PATCH 2/9] cx231xx: Use board profile values for addresses

2018-04-23 Thread Brad Love
Hi Matthias, On 2018-04-19 12:10, Matthias Schwarzott wrote: > Am 17.04.2018 um 18:39 schrieb Brad Love: >> Replace all usage of hard coded values with >> the proper field from the board profile. >> > Hi Brad, > > will there be any interference with the usage to configure the analog > tuner via

Re: [PATCH 2/9] cx231xx: Use board profile values for addresses

2018-04-19 Thread Matthias Schwarzott
Am 17.04.2018 um 18:39 schrieb Brad Love: > Replace all usage of hard coded values with > the proper field from the board profile. > Hi Brad, will there be any interference with the usage to configure the analog tuner via the fields tuner_addr and tuner_type? Regards Matthias > Signed-off-by:

[PATCH 2/9] cx231xx: Use board profile values for addresses

2018-04-17 Thread Brad Love
Replace all usage of hard coded values with the proper field from the board profile. Signed-off-by: Brad Love --- drivers/media/usb/cx231xx/cx231xx-dvb.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git