Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260875
| From | Sinan Kaya <okaya@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver |
| Date | 2015-11-02 19:50 +0100 |
| Message-ID | <qqsl4-kL-17@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <qqgtz-1NE-7@gated-at.bofh.it> <qqpGy-77v-17@gated-at.bofh.it> <qqq9B-7xI-19@gated-at.bofh.it> <qqr5G-871-23@gated-at.bofh.it> <qqrp1-8du-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 11/2/2015 12:42 PM, Rob Herring wrote: > Except I was suggesting not using 1.0 or 1.1. There is one main > exception and that is Xilinx blocks, but they are releasing versions > of blocks to customers. If "1.0" is not a well defined number, then > don't use that. I'd be surprised if any SOC vendor had such well > defined process around versioning of their IP blocks such that they > are well documented and guaranteed such that every change will change > the version. Here is one. I have two versions of the same IP. The first version in one chip has sw_version register that returns 1.0. The second version which has more capabilities has 1.1 in it. Is it OK to use? compatible="qcom,hidma-mgmt-1.0", "qcom,hidma-mgmt" for now and compatible="qcom,hidma-mgmt-1.1", "qcom,hidma-mgmt" later for the second chip? 1.1 is backwards compatible with 1.0 BTW. Since the same IP goes into multiple chips, why would you list the chip name here and submit patches multiple times for each single chip. or to follow what Timur did, I can do this. "qcom,qdf2xxx-hidma-mgmt-1.0" qdf2xxx would become the chip family. -- Sinan Kaya Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Sinan Kaya <okaya@codeaurora.org> - 2015-11-02 07:10 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Rob Herring <robh+dt@kernel.org> - 2015-11-02 17:00 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Sinan Kaya <okaya@codeaurora.org> - 2015-11-02 17:30 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Timur Tabi <timur@codeaurora.org> - 2015-11-02 18:30 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Rob Herring <robh+dt@kernel.org> - 2015-11-02 18:50 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Timur Tabi <timur@codeaurora.org> - 2015-11-02 18:50 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Rob Herring <robh+dt@kernel.org> - 2015-11-02 19:30 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Timur Tabi <timur@codeaurora.org> - 2015-11-02 19:40 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Rob Herring <robh+dt@kernel.org> - 2015-11-05 15:40 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Timur Tabi <timur@codeaurora.org> - 2015-11-05 15:50 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Sinan Kaya <okaya@codeaurora.org> - 2015-11-02 19:50 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Arnd Bergmann <arnd@arndb.de> - 2015-11-02 23:10 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Sinan Kaya <okaya@codeaurora.org> - 2015-11-03 06:30 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-11-03 11:30 +0100
Re: [PATCH V2 1/3] dma: add Qualcomm Technologies HIDMA management driver Sinan Kaya <okaya@codeaurora.org> - 2015-11-04 01:50 +0100
csiph-web