Re: [PATCH v7] SATA: OCTEON: support SATA on OCTEON platform
From: Aleksey Makarov <hidden>
Date: 2016-02-04 13:02:57
Also in:
linux-devicetree, lkml
From: Aleksey Makarov <hidden>
Date: 2016-02-04 13:02:57
Also in:
linux-devicetree, lkml
Hi Zubair,
+ void __iomem *base;
[..]
+ cfg = cvmx_read_csr((uint64_t)base + CVMX_SATA_UCTL_SHIM_CFG);
sparse will complain here. See Documentation/sparse.txt Thank you Aleksey Makarov