diff for duplicates of <1469694828.2367.102.camel@intel.com> diff --git a/a/1.txt b/N1/1.txt index 1099a58..aeea71e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi, Rajendra, -On 四, 2016-06-30 at 09:55 +0530, Rajendra Nayak wrote: +On ?, 2016-06-30 at 09:55 +0530, Rajendra Nayak wrote: > Rui, > > On 06/17/2016 11:29 AM, Nayak, Rajendra wrote: @@ -105,67 +105,67 @@ rui > > > > misc.git char-misc-next > > > > > > > > Rajendra Nayak (11): -> > > > thermal: qcom: tsens: Add a skeletal TSENS drivers -> > > > thermal: qcom: tsens-8916: Add support for 8916 family of +> > > > ???thermal: qcom: tsens: Add a skeletal TSENS drivers +> > > > ???thermal: qcom: tsens-8916: Add support for 8916 family of > > > > SoCs -> > > > thermal: qcom: tsens-8974: Add support for 8974 family of +> > > > ???thermal: qcom: tsens-8974: Add support for 8974 family of > > > > SoCs -> > > > thermal: core: export apis to get slope and offset -> > > > thermal: qcom: tsens-8960: Add support for 8960 family of +> > > > ???thermal: core: export apis to get slope and offset +> > > > ???thermal: qcom: tsens-8960: Add support for 8960 family of > > > > SoCs -> > > > thermal: qcom: tsens-8996: Add support for 8996 family of +> > > > ???thermal: qcom: tsens-8996: Add support for 8996 family of > > > > SoCs -> > > > arm: dts: msm8974: Add thermal zones, tsens and qfprom nodes -> > > > arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes -> > > > arm: dts: apq8084: Add thermal zones, tsens and qfprom nodes -> > > > arm64: dts: msm8916: Add thermal zones, tsens and qfprom +> > > > ???arm: dts: msm8974: Add thermal zones, tsens and qfprom nodes +> > > > ???arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes +> > > > ???arm: dts: apq8084: Add thermal zones, tsens and qfprom nodes +> > > > ???arm64: dts: msm8916: Add thermal zones, tsens and qfprom > > > > nodes -> > > > arm64: dts: msm8996: Add thermal zones, tsens and qfprom +> > > > ???arm64: dts: msm8996: Add thermal zones, tsens and qfprom > > > > nodes > > > > -> > > > .../devicetree/bindings/clock/qcom,gcc.txt | 18 ++ -> > > > .../devicetree/bindings/thermal/qcom-tsens.txt | 21 ++ -> > > > Documentation/thermal/sysfs-api.txt | 12 + -> > > > arch/arm/boot/dts/qcom-apq8064.dtsi | 103 +> > > > ? .../devicetree/bindings/clock/qcom,gcc.txt?????????|??18 ++ +> > > > ? .../devicetree/bindings/thermal/qcom-tsens.txt?????|??21 ++ +> > > > ? Documentation/thermal/sysfs-api.txt????????????????|??12 + +> > > > ? arch/arm/boot/dts/qcom-apq8064.dtsi????????????????| 103 > > > > ++++++++ -> > > > arch/arm/boot/dts/qcom-apq8084.dtsi | 103 +> > > > ? arch/arm/boot/dts/qcom-apq8084.dtsi????????????????| 103 > > > > ++++++++ -> > > > arch/arm/boot/dts/qcom-msm8974.dtsi | 103 +> > > > ? arch/arm/boot/dts/qcom-msm8974.dtsi????????????????| 103 > > > > ++++++++ -> > > > arch/arm64/boot/dts/qcom/msm8916.dtsi | 64 +> > > > ? arch/arm64/boot/dts/qcom/msm8916.dtsi??????????????|??64 > > > > +++++ -> > > > arch/arm64/boot/dts/qcom/msm8996.dtsi | 92 +> > > > ? arch/arm64/boot/dts/qcom/msm8996.dtsi??????????????|??92 > > > > +++++++ -> > > > drivers/thermal/Kconfig | 5 + -> > > > drivers/thermal/Makefile | 1 + -> > > > drivers/thermal/qcom/Kconfig | 11 + -> > > > drivers/thermal/qcom/Makefile | 2 + -> > > > drivers/thermal/qcom/tsens-8916.c | 113 +> > > > ? drivers/thermal/Kconfig????????????????????????????|???5 + +> > > > ? drivers/thermal/Makefile???????????????????????????|???1 + +> > > > ? drivers/thermal/qcom/Kconfig???????????????????????|??11 + +> > > > ? drivers/thermal/qcom/Makefile??????????????????????|???2 + +> > > > ? drivers/thermal/qcom/tsens-8916.c??????????????????| 113 > > > > ++++++++ -> > > > drivers/thermal/qcom/tsens-8960.c | 292 +> > > > ? drivers/thermal/qcom/tsens-8960.c??????????????????| 292 > > > > +++++++++++++++++++++ -> > > > drivers/thermal/qcom/tsens-8974.c | 244 +> > > > ? drivers/thermal/qcom/tsens-8974.c??????????????????| 244 > > > > +++++++++++++++++ -> > > > drivers/thermal/qcom/tsens-8996.c | 84 +> > > > ? drivers/thermal/qcom/tsens-8996.c??????????????????|??84 > > > > ++++++ -> > > > drivers/thermal/qcom/tsens-common.c | 141 +> > > > ? drivers/thermal/qcom/tsens-common.c????????????????| 141 > > > > ++++++++++ -> > > > drivers/thermal/qcom/tsens.c | 200 +> > > > ? drivers/thermal/qcom/tsens.c???????????????????????| 200 > > > > ++++++++++++++ -> > > > drivers/thermal/qcom/tsens.h | 92 +> > > > ? drivers/thermal/qcom/tsens.h???????????????????????|??92 > > > > +++++++ -> > > > drivers/thermal/thermal_core.c | 30 +++ -> > > > include/linux/thermal.h | 8 + -> > > > 21 files changed, 1739 insertions(+) -> > > > create mode 100644 +> > > > ? drivers/thermal/thermal_core.c?????????????????????|??30 +++ +> > > > ? include/linux/thermal.h????????????????????????????|???8 + +> > > > ? 21 files changed, 1739 insertions(+) +> > > > ? create mode 100644 > > > > Documentation/devicetree/bindings/thermal/qcom-tsens.txt -> > > > create mode 100644 drivers/thermal/qcom/Kconfig -> > > > create mode 100644 drivers/thermal/qcom/Makefile -> > > > create mode 100644 drivers/thermal/qcom/tsens-8916.c -> > > > create mode 100644 drivers/thermal/qcom/tsens-8960.c -> > > > create mode 100644 drivers/thermal/qcom/tsens-8974.c -> > > > create mode 100644 drivers/thermal/qcom/tsens-8996.c -> > > > create mode 100644 drivers/thermal/qcom/tsens-common.c -> > > > create mode 100644 drivers/thermal/qcom/tsens.c -> > > > create mode 100644 drivers/thermal/qcom/tsens.h +> > > > ? create mode 100644 drivers/thermal/qcom/Kconfig +> > > > ? create mode 100644 drivers/thermal/qcom/Makefile +> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8916.c +> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8960.c +> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8974.c +> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8996.c +> > > > ? create mode 100644 drivers/thermal/qcom/tsens-common.c +> > > > ? create mode 100644 drivers/thermal/qcom/tsens.c +> > > > ? create mode 100644 drivers/thermal/qcom/tsens.h > > > > diff --git a/a/content_digest b/N1/content_digest index eb5f374..ada3aab 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,24 +2,15 @@ "ref\0575A57F8.6060004@codeaurora.org\0" "ref\0576391B3.7090508@codeaurora.org\0" "ref\057749F20.4010700@codeaurora.org\0" - "From\0Zhang Rui <rui.zhang@intel.com>\0" - "Subject\0Re: [PATCH v6 00/11] qcom: Add support for TSENS driver\0" + "From\0rui.zhang@intel.com (Zhang Rui)\0" + "Subject\0[PATCH v6 00/11] qcom: Add support for TSENS driver\0" "Date\0Thu, 28 Jul 2016 16:33:48 +0800\0" - "To\0Rajendra Nayak <rnayak@codeaurora.org>" - edubezval@gmail.com - " andy.gross@linaro.org\0" - "Cc\0linux-arm-msm@vger.kernel.org" - linux-pm@vger.kernel.org - linux-arm-kernel@lists.infradead.org - sboyd@codeaurora.org - nrajan@codeaurora.org - lina.iyer@linaro.org - " punit.agrawal@arm.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi, Rajendra,\n" "\n" - "On \345\233\233, 2016-06-30 at 09:55 +0530, Rajendra Nayak wrote:\n" + "On ?, 2016-06-30 at 09:55 +0530, Rajendra Nayak wrote:\n" "> Rui,\n" "> \n" "> On 06/17/2016 11:29 AM, Nayak, Rajendra wrote:\n" @@ -124,69 +115,69 @@ "> > > > misc.git char-misc-next\n" "> > > > \n" "> > > > Rajendra Nayak (11):\n" - "> > > > \302\240\302\240\302\240thermal: qcom: tsens: Add a skeletal TSENS drivers\n" - "> > > > \302\240\302\240\302\240thermal: qcom: tsens-8916: Add support for 8916 family of\n" + "> > > > ???thermal: qcom: tsens: Add a skeletal TSENS drivers\n" + "> > > > ???thermal: qcom: tsens-8916: Add support for 8916 family of\n" "> > > > SoCs\n" - "> > > > \302\240\302\240\302\240thermal: qcom: tsens-8974: Add support for 8974 family of\n" + "> > > > ???thermal: qcom: tsens-8974: Add support for 8974 family of\n" "> > > > SoCs\n" - "> > > > \302\240\302\240\302\240thermal: core: export apis to get slope and offset\n" - "> > > > \302\240\302\240\302\240thermal: qcom: tsens-8960: Add support for 8960 family of\n" + "> > > > ???thermal: core: export apis to get slope and offset\n" + "> > > > ???thermal: qcom: tsens-8960: Add support for 8960 family of\n" "> > > > SoCs\n" - "> > > > \302\240\302\240\302\240thermal: qcom: tsens-8996: Add support for 8996 family of\n" + "> > > > ???thermal: qcom: tsens-8996: Add support for 8996 family of\n" "> > > > SoCs\n" - "> > > > \302\240\302\240\302\240arm: dts: msm8974: Add thermal zones, tsens and qfprom nodes\n" - "> > > > \302\240\302\240\302\240arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes\n" - "> > > > \302\240\302\240\302\240arm: dts: apq8084: Add thermal zones, tsens and qfprom nodes\n" - "> > > > \302\240\302\240\302\240arm64: dts: msm8916: Add thermal zones, tsens and qfprom\n" + "> > > > ???arm: dts: msm8974: Add thermal zones, tsens and qfprom nodes\n" + "> > > > ???arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes\n" + "> > > > ???arm: dts: apq8084: Add thermal zones, tsens and qfprom nodes\n" + "> > > > ???arm64: dts: msm8916: Add thermal zones, tsens and qfprom\n" "> > > > nodes\n" - "> > > > \302\240\302\240\302\240arm64: dts: msm8996: Add thermal zones, tsens and qfprom\n" + "> > > > ???arm64: dts: msm8996: Add thermal zones, tsens and qfprom\n" "> > > > nodes\n" "> > > > \n" - "> > > > \302\240 .../devicetree/bindings/clock/qcom,gcc.txt\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24018 ++\n" - "> > > > \302\240 .../devicetree/bindings/thermal/qcom-tsens.txt\302\240\302\240\302\240\302\240\302\240|\302\240\302\24021 ++\n" - "> > > > \302\240 Documentation/thermal/sysfs-api.txt\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24012 +\n" - "> > > > \302\240 arch/arm/boot/dts/qcom-apq8064.dtsi\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 103\n" + "> > > > ? .../devicetree/bindings/clock/qcom,gcc.txt?????????|??18 ++\n" + "> > > > ? .../devicetree/bindings/thermal/qcom-tsens.txt?????|??21 ++\n" + "> > > > ? Documentation/thermal/sysfs-api.txt????????????????|??12 +\n" + "> > > > ? arch/arm/boot/dts/qcom-apq8064.dtsi????????????????| 103\n" "> > > > ++++++++\n" - "> > > > \302\240 arch/arm/boot/dts/qcom-apq8084.dtsi\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 103\n" + "> > > > ? arch/arm/boot/dts/qcom-apq8084.dtsi????????????????| 103\n" "> > > > ++++++++\n" - "> > > > \302\240 arch/arm/boot/dts/qcom-msm8974.dtsi\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 103\n" + "> > > > ? arch/arm/boot/dts/qcom-msm8974.dtsi????????????????| 103\n" "> > > > ++++++++\n" - "> > > > \302\240 arch/arm64/boot/dts/qcom/msm8916.dtsi\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24064\n" + "> > > > ? arch/arm64/boot/dts/qcom/msm8916.dtsi??????????????|??64\n" "> > > > +++++\n" - "> > > > \302\240 arch/arm64/boot/dts/qcom/msm8996.dtsi\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24092\n" + "> > > > ? arch/arm64/boot/dts/qcom/msm8996.dtsi??????????????|??92\n" "> > > > +++++++\n" - "> > > > \302\240 drivers/thermal/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2405 +\n" - "> > > > \302\240 drivers/thermal/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n" - "> > > > \302\240 drivers/thermal/qcom/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24011 +\n" - "> > > > \302\240 drivers/thermal/qcom/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2402 +\n" - "> > > > \302\240 drivers/thermal/qcom/tsens-8916.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 113\n" + "> > > > ? drivers/thermal/Kconfig????????????????????????????|???5 +\n" + "> > > > ? drivers/thermal/Makefile???????????????????????????|???1 +\n" + "> > > > ? drivers/thermal/qcom/Kconfig???????????????????????|??11 +\n" + "> > > > ? drivers/thermal/qcom/Makefile??????????????????????|???2 +\n" + "> > > > ? drivers/thermal/qcom/tsens-8916.c??????????????????| 113\n" "> > > > ++++++++\n" - "> > > > \302\240 drivers/thermal/qcom/tsens-8960.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 292\n" + "> > > > ? drivers/thermal/qcom/tsens-8960.c??????????????????| 292\n" "> > > > +++++++++++++++++++++\n" - "> > > > \302\240 drivers/thermal/qcom/tsens-8974.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 244\n" + "> > > > ? drivers/thermal/qcom/tsens-8974.c??????????????????| 244\n" "> > > > +++++++++++++++++\n" - "> > > > \302\240 drivers/thermal/qcom/tsens-8996.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24084\n" + "> > > > ? drivers/thermal/qcom/tsens-8996.c??????????????????|??84\n" "> > > > ++++++\n" - "> > > > \302\240 drivers/thermal/qcom/tsens-common.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 141\n" + "> > > > ? drivers/thermal/qcom/tsens-common.c????????????????| 141\n" "> > > > ++++++++++\n" - "> > > > \302\240 drivers/thermal/qcom/tsens.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 200\n" + "> > > > ? drivers/thermal/qcom/tsens.c???????????????????????| 200\n" "> > > > ++++++++++++++\n" - "> > > > \302\240 drivers/thermal/qcom/tsens.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24092\n" + "> > > > ? drivers/thermal/qcom/tsens.h???????????????????????|??92\n" "> > > > +++++++\n" - "> > > > \302\240 drivers/thermal/thermal_core.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24030 +++\n" - "> > > > \302\240 include/linux/thermal.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2408 +\n" - "> > > > \302\240 21 files changed, 1739 insertions(+)\n" - "> > > > \302\240 create mode 100644\n" + "> > > > ? drivers/thermal/thermal_core.c?????????????????????|??30 +++\n" + "> > > > ? include/linux/thermal.h????????????????????????????|???8 +\n" + "> > > > ? 21 files changed, 1739 insertions(+)\n" + "> > > > ? create mode 100644\n" "> > > > Documentation/devicetree/bindings/thermal/qcom-tsens.txt\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/Kconfig\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/Makefile\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/tsens-8916.c\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/tsens-8960.c\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/tsens-8974.c\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/tsens-8996.c\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/tsens-common.c\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/tsens.c\n" - "> > > > \302\240 create mode 100644 drivers/thermal/qcom/tsens.h\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/Kconfig\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/Makefile\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8916.c\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8960.c\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8974.c\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/tsens-8996.c\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/tsens-common.c\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/tsens.c\n" + "> > > > ? create mode 100644 drivers/thermal/qcom/tsens.h\n" > > > > -1901daa17b2d7060d9afec652d8d30c4b80767bda2ba9a72f99f7f3ff3de515a +0b59afa462f5b3d4391fa908ee2dcb95b491516cac52eb665963f041b07e4733
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.