* correct source tree to make contributions to Linux thermal framework @ 2021-11-09 20:15 Balakrishnan, Anand 2021-11-10 16:06 ` Greg KH 0 siblings, 1 reply; 7+ messages in thread From: Balakrishnan, Anand @ 2021-11-09 20:15 UTC (permalink / raw) To: kernelnewbies@kernelnewbies.org; +Cc: Healy, Christopher [-- Attachment #1.1: Type: text/plain, Size: 423 bytes --] Hello Developers, At our company, we maintain an internal thermal framework patch. We are exploring the option to up-stream this patch so we don't have to keep porting this from one Kernel version to the other. Thermal framework code resides here: https://elixir.bootlin.com/linux/latest/source/drivers/thermal? What is the correct source tree we should use from https://git.kernel.org/?? Thanks, Anand [-- Attachment #1.2: Type: text/html, Size: 1107 bytes --] [-- Attachment #2: Type: text/plain, Size: 170 bytes --] _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: correct source tree to make contributions to Linux thermal framework 2021-11-09 20:15 correct source tree to make contributions to Linux thermal framework Balakrishnan, Anand @ 2021-11-10 16:06 ` Greg KH 2021-11-11 18:42 ` Balakrishnan, Anand 0 siblings, 1 reply; 7+ messages in thread From: Greg KH @ 2021-11-10 16:06 UTC (permalink / raw) To: Balakrishnan, Anand; +Cc: Healy, Christopher, kernelnewbies@kernelnewbies.org On Tue, Nov 09, 2021 at 08:15:46PM +0000, Balakrishnan, Anand wrote: > Hello Developers, > > > At our company, we maintain an internal thermal framework patch. We are exploring the option to up-stream this patch so we don't have to keep porting this from one Kernel version to the other. > > Thermal framework code resides here: https://elixir.bootlin.com/linux/latest/source/drivers/thermal? > > What is the correct source tree we should use from https://git.kernel.org/?? Use the tool, scripts/get_maintainer.pl on your patch and it will identify the subsystem and mailing list where you need to send your change to. If you work off of the linux-next branch, that is a good start as that contains a sum of all kernel maintainer's tree, as the Documentation/process/ document explains, and is the easiest to work off of to start with. Hope this helps, greg k-h _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies ^ permalink raw reply [flat|nested] 7+ messages in thread
* correct source tree to make contributions to Linux thermal framework 2021-11-10 16:06 ` Greg KH @ 2021-11-11 18:42 ` Balakrishnan, Anand 2021-11-11 19:09 ` Daniel Lezcano 0 siblings, 1 reply; 7+ messages in thread From: Balakrishnan, Anand @ 2021-11-11 18:42 UTC (permalink / raw) To: linux-pm@vger.kernel.org, amit.kachhap@gmail.com, viresh.kumar@linaro.org, daniel.lezcano@linaro.org, amit.kucheria@verdurent.com Cc: Healy, Christopher Hello folks, At our company, we maintain an internal thermal framework patch. We are exploring the option to up-stream this patch so we don't have to keep porting this from one Kernel version to the other. Looking for advise on the right device tree to get started. Thermal framework code resides here: https://elixir.bootlin.com/linux/latest/source/drivers/thermal. What is the correct source tree we should use from https://git.kernel.org/?? Thanks, Anand ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: correct source tree to make contributions to Linux thermal framework 2021-11-11 18:42 ` Balakrishnan, Anand @ 2021-11-11 19:09 ` Daniel Lezcano 2021-11-12 22:14 ` Balakrishnan, Anand 0 siblings, 1 reply; 7+ messages in thread From: Daniel Lezcano @ 2021-11-11 19:09 UTC (permalink / raw) To: Balakrishnan, Anand, linux-pm@vger.kernel.org, amit.kachhap@gmail.com, viresh.kumar@linaro.org, amit.kucheria@verdurent.com Cc: Healy, Christopher On 11/11/2021 19:42, Balakrishnan, Anand wrote: > Hello folks, > > At our company, we maintain an internal thermal framework patch. We are exploring the option to up-stream this patch so we don't have to keep porting this from one Kernel version to the other. Looking for advise on the right device tree to get started. > Thermal framework code resides here: https://elixir.bootlin.com/linux/latest/source/drivers/thermal. What is the correct source tree we should use from https://git.kernel.org/?? https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/ branch : next -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: correct source tree to make contributions to Linux thermal framework 2021-11-11 19:09 ` Daniel Lezcano @ 2021-11-12 22:14 ` Balakrishnan, Anand 2021-11-13 8:26 ` Daniel Lezcano 0 siblings, 1 reply; 7+ messages in thread From: Balakrishnan, Anand @ 2021-11-12 22:14 UTC (permalink / raw) To: Daniel Lezcano, linux-pm@vger.kernel.org, amit.kachhap@gmail.com, viresh.kumar@linaro.org, amit.kucheria@verdurent.com Cc: Healy, Christopher Hey Daniel, Thank you for for the information. In the future, If I have to find this information by myself, is there a document for this? I was looking at https://www.kernel.org/doc/linux/MAINTAINERS and there are several references to thermal here, but I did not see any mention of the tree you pointed me to. Thanks, Anand ________________________________________ From: Daniel Lezcano <daniel.lezcano@linaro.org> Sent: Thursday, November 11, 2021 11:09 AM To: Balakrishnan, Anand; linux-pm@vger.kernel.org; amit.kachhap@gmail.com; viresh.kumar@linaro.org; amit.kucheria@verdurent.com Cc: Healy, Christopher Subject: RE: [EXTERNAL] correct source tree to make contributions to Linux thermal framework CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. On 11/11/2021 19:42, Balakrishnan, Anand wrote: > Hello folks, > > At our company, we maintain an internal thermal framework patch. We are exploring the option to up-stream this patch so we don't have to keep porting this from one Kernel version to the other. Looking for advise on the right device tree to get started. > Thermal framework code resides here: https://elixir.bootlin.com/linux/latest/source/drivers/thermal. What is the correct source tree we should use from https://git.kernel.org/?? https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/ branch : next -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: correct source tree to make contributions to Linux thermal framework 2021-11-12 22:14 ` Balakrishnan, Anand @ 2021-11-13 8:26 ` Daniel Lezcano 2021-11-18 19:19 ` Balakrishnan, Anand 0 siblings, 1 reply; 7+ messages in thread From: Daniel Lezcano @ 2021-11-13 8:26 UTC (permalink / raw) To: Balakrishnan, Anand, linux-pm@vger.kernel.org, amit.kachhap@gmail.com, viresh.kumar@linaro.org, amit.kucheria@verdurent.com, Rafael J. Wysocki Cc: Healy, Christopher [Cc: Rafael] Hi Anand, yeah, actually it is a bit fuzzy because we did a small reorg. You can either send to the tree pointed in the MAINTAINERS file or against the tree I pointed below. I would recommend to use the later. In any case it will be synced with the one in MAINTAINERS when we are close to the release. On 12/11/2021 23:14, Balakrishnan, Anand wrote: > Hey Daniel, > > Thank you for for the information. In the future, If I have to find this information by myself, is there a document for this? > I was looking at https://www.kernel.org/doc/linux/MAINTAINERS and there are several references to thermal here, but I did not see any mention of the tree you pointed me to. > > Thanks, > Anand > ________________________________________ > From: Daniel Lezcano <daniel.lezcano@linaro.org> > Sent: Thursday, November 11, 2021 11:09 AM > To: Balakrishnan, Anand; linux-pm@vger.kernel.org; amit.kachhap@gmail.com; viresh.kumar@linaro.org; amit.kucheria@verdurent.com > Cc: Healy, Christopher > Subject: RE: [EXTERNAL] correct source tree to make contributions to Linux thermal framework > > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. > > > > On 11/11/2021 19:42, Balakrishnan, Anand wrote: >> Hello folks, >> >> At our company, we maintain an internal thermal framework patch. We are exploring the option to up-stream this patch so we don't have to keep porting this from one Kernel version to the other. Looking for advise on the right device tree to get started. >> Thermal framework code resides here: https://elixir.bootlin.com/linux/latest/source/drivers/thermal. What is the correct source tree we should use from https://git.kernel.org/?? > > https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/ > > branch : next > > > > -- > <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs > > Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | > <http://twitter.com/#!/linaroorg> Twitter | > <http://www.linaro.org/linaro-blog/> Blog > -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: correct source tree to make contributions to Linux thermal framework 2021-11-13 8:26 ` Daniel Lezcano @ 2021-11-18 19:19 ` Balakrishnan, Anand 0 siblings, 0 replies; 7+ messages in thread From: Balakrishnan, Anand @ 2021-11-18 19:19 UTC (permalink / raw) To: Daniel Lezcano, linux-pm@vger.kernel.org, amit.kachhap@gmail.com, viresh.kumar@linaro.org, amit.kucheria@verdurent.com, Rafael J. Wysocki Cc: Healy, Christopher Sounds good! Thank you Daniel. ________________________________________ From: Daniel Lezcano <daniel.lezcano@linaro.org> Sent: Saturday, November 13, 2021 12:26 AM To: Balakrishnan, Anand; linux-pm@vger.kernel.org; amit.kachhap@gmail.com; viresh.kumar@linaro.org; amit.kucheria@verdurent.com; Rafael J. Wysocki Cc: Healy, Christopher Subject: RE: [EXTERNAL] correct source tree to make contributions to Linux thermal framework CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. [Cc: Rafael] Hi Anand, yeah, actually it is a bit fuzzy because we did a small reorg. You can either send to the tree pointed in the MAINTAINERS file or against the tree I pointed below. I would recommend to use the later. In any case it will be synced with the one in MAINTAINERS when we are close to the release. On 12/11/2021 23:14, Balakrishnan, Anand wrote: > Hey Daniel, > > Thank you for for the information. In the future, If I have to find this information by myself, is there a document for this? > I was looking at https://www.kernel.org/doc/linux/MAINTAINERS and there are several references to thermal here, but I did not see any mention of the tree you pointed me to. > > Thanks, > Anand > ________________________________________ > From: Daniel Lezcano <daniel.lezcano@linaro.org> > Sent: Thursday, November 11, 2021 11:09 AM > To: Balakrishnan, Anand; linux-pm@vger.kernel.org; amit.kachhap@gmail.com; viresh.kumar@linaro.org; amit.kucheria@verdurent.com > Cc: Healy, Christopher > Subject: RE: [EXTERNAL] correct source tree to make contributions to Linux thermal framework > > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. > > > > On 11/11/2021 19:42, Balakrishnan, Anand wrote: >> Hello folks, >> >> At our company, we maintain an internal thermal framework patch. We are exploring the option to up-stream this patch so we don't have to keep porting this from one Kernel version to the other. Looking for advise on the right device tree to get started. >> Thermal framework code resides here: https://elixir.bootlin.com/linux/latest/source/drivers/thermal. What is the correct source tree we should use from https://git.kernel.org/?? > > https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/ > > branch : next > > > > -- > <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs > > Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | > <http://twitter.com/#!/linaroorg> Twitter | > <http://www.linaro.org/linaro-blog/> Blog > -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-11-18 19:19 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-11-09 20:15 correct source tree to make contributions to Linux thermal framework Balakrishnan, Anand 2021-11-10 16:06 ` Greg KH 2021-11-11 18:42 ` Balakrishnan, Anand 2021-11-11 19:09 ` Daniel Lezcano 2021-11-12 22:14 ` Balakrishnan, Anand 2021-11-13 8:26 ` Daniel Lezcano 2021-11-18 19:19 ` Balakrishnan, Anand
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.