[PATCH v2 1/3] libahci: save port map for forced port map
From: Andy Gross <hidden>
Date: 2016-03-31 18:24:41
Also in:
linux-arm-msm, linux-devicetree, linux-ide, lkml
From: Andy Gross <hidden>
Date: 2016-03-31 18:24:41
Also in:
linux-arm-msm, linux-devicetree, linux-ide, lkml
On Thu, Mar 31, 2016 at 06:31:38PM +0100, Srinivas Kandagatla wrote:
In usecases where force_port_map is used saved_port_map is never set, resulting in not programming the PORTS_IMPL register as part of initial config. This patch fixes this by setting it to port_map even in case where force_port_map is used, making it more inline with other parts of the code. Signed-off-by: Srinivas Kandagatla <redacted>
Reviewed-by: Andy Gross <redacted>