Re: [PATCH] iio: adc: exynos: Simplify Exynos7-specific init

2020-05-16 Thread Jonathan Cameron
Lars-Peter Clausen ; Peter Meerwald- > > Stadler ; Kukjin Kim ; Krzysztof > > Kozlowski ; linux-...@vger.kernel.org; linux-arm- > > ker...@lists.infradead.org; linux-samsung-...@vger.kernel.org; linux- > > ker...@vger.kernel.org > > Cc: Alim Akhtar > > Subject: [PATCH

RE: [PATCH] iio: adc: exynos: Simplify Exynos7-specific init

2020-05-11 Thread Alim Akhtar
org; linux-arm- > ker...@lists.infradead.org; linux-samsung-...@vger.kernel.org; linux- > ker...@vger.kernel.org > Cc: Alim Akhtar > Subject: [PATCH] iio: adc: exynos: Simplify Exynos7-specific init > > The Exynos7-specific code bits in ADC driver do not play with PHY: > the

[PATCH] iio: adc: exynos: Simplify Exynos7-specific init

2020-05-11 Thread Krzysztof Kozlowski
The Exynos7-specific code bits in ADC driver do not play with PHY: the field exynos_adc_data.needs_adc_phy is not set in exynos7_adc_data instance. Therefore the initialization code does not have to check if it is true. Signed-off-by: Krzysztof Kozlowski --- Only build tested. --- drivers/iio