Re: [PATCH 01/11] staging: most: hdm-dim2: fix channel configuration

2016-09-20 Thread Andrey Shvetsov
On Fri, Sep 16, 2016 at 02:44:37PM +0300, Dan Carpenter wrote: > On Thu, Sep 15, 2016 at 04:19:03PM +0200, Christian Gromm wrote: > > From: Andrey Shvetsov > > > > The DIM2 HDM checks the parameters passed to the function > > configure_channel() and adapts the buffer

Re: [PATCH 01/11] staging: most: hdm-dim2: fix channel configuration

2016-09-16 Thread Dan Carpenter
On Thu, Sep 15, 2016 at 04:19:03PM +0200, Christian Gromm wrote: > From: Andrey Shvetsov > > The DIM2 HDM checks the parameters passed to the function > configure_channel() and adapts the buffer sizes of the configuration > according to the hardware limitation. This patch

[PATCH 01/11] staging: most: hdm-dim2: fix channel configuration

2016-09-15 Thread Christian Gromm
From: Andrey Shvetsov The DIM2 HDM checks the parameters passed to the function configure_channel() and adapts the buffer sizes of the configuration according to the hardware limitation. This patch is needed to init the HAL layer with the correct values. Signed-off-by: