Re: [U-Boot] [PATCH v3 07/10] samsung: Drop board_enable_audio_codec()

2019-01-21 Thread sjg
On 12/01/19 10:37, Simon Glass wrote: > This function is not needed now since the audio codecs have been converted > to proper drivers. The codec-enable GPIO is handled there. > > Signed-off-by: Simon Glass > Reviewed-by: Lukasz Majewski > --- > > Changes in v3: None > Changes in v2: None > > bo

Re: [U-Boot] [PATCH v3 07/10] samsung: Drop board_enable_audio_codec()

2019-01-16 Thread Minkyu Kang
On 12/01/19 10:37, Simon Glass wrote: > This function is not needed now since the audio codecs have been converted > to proper drivers. The codec-enable GPIO is handled there. > > Signed-off-by: Simon Glass > Reviewed-by: Lukasz Majewski > --- > > Changes in v3: None > Changes in v2: None > >

[U-Boot] [PATCH v3 07/10] samsung: Drop board_enable_audio_codec()

2019-01-11 Thread Simon Glass
This function is not needed now since the audio codecs have been converted to proper drivers. The codec-enable GPIO is handled there. Signed-off-by: Simon Glass Reviewed-by: Lukasz Majewski --- Changes in v3: None Changes in v2: None board/samsung/common/exynos5-dt.c | 29