From: Wei Wang <wvw@google.com> To: unlisted-recipients:; (no To-header on input) Cc: wei.vince.wang@gmail.com, Wei Wang <wvw@google.com>, Zhang Rui <rui.zhang@intel.com>, Eduardo Valentin <edubezval@gmail.com>, Daniel Lezcano <daniel.lezcano@linaro.org>, Amit Kucheria <amit.kucheria@verdurent.com>, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] thermal: introduce by-name softlink Date: Wed, 4 Dec 2019 13:56:16 -0800 Message-ID: <20191204215618.125826-1-wvw@google.com> (raw) In-Reply-To: <CAHLCerOD2wOJq7QNGBOcLvkMz4wvc1+6Hk2+ZD__NFged3tLcw@mail.gmail.com> The paths thermal_zone%d and cooling_device%d are not intuitive and the numbers are subject to change due to device tree change. This usually leads to tree traversal in userspace code. The patch creates `tz-by-name' and `cdev-by-name' for thermal zone and cooling_device respectively. Changes since v1 [1]: * Split cooling device registration into a seperate patch [1]: v1: https://lore.kernel.org/patchwork/patch/1139450/ Wei Wang (2): thermal: fix and clean up tz and cdev registration thermal: create softlink by name for thermal_zone and cooling_device drivers/thermal/thermal_core.c | 37 +++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) -- 2.24.0.393.g34dc348eaf-goog
next prev parent reply index Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-10-15 6:13 [PATCH] thermal: create softlink by name for thermal_zone and cooling_device Wei Wang 2019-10-16 16:50 ` Amit Kucheria 2019-10-16 17:15 ` Amit Kucheria 2019-10-16 21:34 ` Wei Wang 2019-11-11 5:26 ` Amit Kucheria 2019-11-11 17:52 ` Wei Wang 2019-12-04 12:45 ` Amit Kucheria 2019-12-04 21:56 ` Wei Wang [this message] 2019-12-04 21:56 ` [PATCH v2 1/2] thermal: fix and clean up tz and cdev registration Wei Wang 2019-12-05 4:13 ` Amit Kucheria 2019-12-05 6:14 ` Wei Wang 2019-12-05 6:26 ` Amit Kucheria 2019-12-05 7:06 ` Amit Kucheria 2019-12-05 7:56 ` Zhang Rui 2019-12-04 21:56 ` [PATCH v2 2/2] thermal: create softlink by name for thermal_zone and cooling_device Wei Wang 2019-12-05 4:14 ` Amit Kucheria 2019-12-04 21:58 ` [PATCH] " Wei Wang
Reply instructions: You may reply publically to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20191204215618.125826-1-wvw@google.com \ --to=wvw@google.com \ --cc=amit.kucheria@verdurent.com \ --cc=daniel.lezcano@linaro.org \ --cc=edubezval@gmail.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-pm@vger.kernel.org \ --cc=rui.zhang@intel.com \ --cc=wei.vince.wang@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Linux-PM Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-pm/0 linux-pm/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-pm linux-pm/ https://lore.kernel.org/linux-pm \ linux-pm@vger.kernel.org public-inbox-index linux-pm Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-pm AGPL code for this site: git clone https://public-inbox.org/public-inbox.git