Again follow the pattern of storing register templates in the vendor_dataI agree, Will fix these in next version.
struct. I think you will quickly realize how this can be cut down with
new fields like .clk_4bitmode etc.
> /* Modified PL180 on Versatile Express platform */First: follow the convention set for the ST-specific registers that
> #define MCI_ARM_HWFCEN (1 << 12)
>
>+/* Modified on Qualcomm Integrations */
look e.g. like this:
--
MCI_ST_8BIT_BUS i.e. MCI_<vendor>_SPECIFIER
So the below becomes MCI_QCOM_CLK_WIDEBUS... etc.