Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1702370 > unrolled thread

Re: [PATCH v6 5/7] PCI: dwc: qcom: Use block IP version for operations

Started byStanimir Varbanov <svarbanov@mm-sol.com>
First post2017-08-02 20:40 +0200
Last post2017-08-02 20:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v6 5/7] PCI: dwc: qcom: Use block IP version for  operations Stanimir Varbanov <svarbanov@mm-sol.com> - 2017-08-02 20:40 +0200

#1702370 — Re: [PATCH v6 5/7] PCI: dwc: qcom: Use block IP version for operations

FromStanimir Varbanov <svarbanov@mm-sol.com>
Date2017-08-02 20:40 +0200
SubjectRe: [PATCH v6 5/7] PCI: dwc: qcom: Use block IP version for operations
Message-ID<ua6IO-59a-11@gated-at.bofh.it>
Hi,

On 31.07.2017 09:34, Varadarajan Narayanan wrote:
> Presently, when support for a new SoC is added, the driver ops
> structures and functions are versioned with plain 1, 2, 3 etc.
> Instead use the block IP version number.
> 
> Signed-off-by: Varadarajan Narayanan <varada@codeaurora.org>
> ---
>   drivers/pci/dwc/pcie-qcom.c | 133 +++++++++++++++++++++++---------------------
>   1 file changed, 71 insertions(+), 62 deletions(-)
> 
> diff --git a/drivers/pci/dwc/pcie-qcom.c b/drivers/pci/dwc/pcie-qcom.c

<cut>

> +/*
> + * Declare one of_device_id entry
> + * c - Compatible string
> + * d - Associated data
> + * w - SoC wrapper version (ignored)
> + * s - Synopsys core version (ignored)
> + */
> +#define QCOM_DECL(c, d, w, s) { .compatible = c, .data = &d }

Please don't introduce this macro, just add a comment with qcom version 
and corresponding synopsys version.

regards,
Stan

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web