Message ID | 20240328191322.17551-1-ddrokosov@salutedevices.com (mailing list archive) |
---|---|
Headers | show |
Series | thermal: amlogic: introduce A1 SoC family Thermal Sensor controller | expand |
On 28/03/2024 20:13, Dmitry Rokosov wrote: > It is primarily based on the G12A thermal controller, with only a slight > variation in the offset value of the efuse parameters. Therefore, this > patch series provides appropriate platform data and dt-bindings to > ensure proper support. Applied, thanks
Hello Daniel, Could you please let me know in which repository you have applied this change? I am trying to cherry-pick the original applied commit and apply it to our internal mainline branch instead of the internal commit. However, I am unable to find the applied series in any of the repositories on git.kernel.org. On Thu, Apr 04, 2024 at 02:23:21PM +0200, Daniel Lezcano wrote: > On 28/03/2024 20:13, Dmitry Rokosov wrote: > > It is primarily based on the G12A thermal controller, with only a slight > > variation in the offset value of the efuse parameters. Therefore, this > > patch series provides appropriate platform data and dt-bindings to > > ensure proper support. > > > Applied, thanks
Hello Neil, I hope you're doing well. I was wondering if you could assist me with below problem. I'm a bit confused about which kernel repository the series was applied to. I asked Daniel about it, but unfortunately, I didn't receive any feedback from him. Could you provide some clarification on this matter? Thank you in advance for your help. On Wed, Apr 17, 2024 at 11:40:07AM +0300, Dmitry Rokosov wrote: > Hello Daniel, > > Could you please let me know in which repository you have applied this > change? I am trying to cherry-pick the original applied commit and apply > it to our internal mainline branch instead of the internal commit. > However, I am unable to find the applied series in any of the > repositories on git.kernel.org. > > On Thu, Apr 04, 2024 at 02:23:21PM +0200, Daniel Lezcano wrote: > > On 28/03/2024 20:13, Dmitry Rokosov wrote: > > > It is primarily based on the G12A thermal controller, with only a slight > > > variation in the offset value of the efuse parameters. Therefore, this > > > patch series provides appropriate platform data and dt-bindings to > > > ensure proper support. > > > > > > Applied, thanks >
Hi Dmitry, On 26/04/2024 09:31, Dmitry Rokosov wrote: > Hello Neil, > > I hope you're doing well. I was wondering if you could assist me with > below problem. > > I'm a bit confused about which kernel repository the series was applied > to. I asked Daniel about it, but unfortunately, I didn't receive any > feedback from him. Could you provide some clarification on this matter? > > Thank you in advance for your help. I was OoO the last two weeks. Your series is in my tree [1], which is pulled automatically by the linux-pm tree in its bleeding-edge branch. Today, this branch will move to the linux-next branch [2] which will also be pulled by the linux-pm/next branch automatically. Hope that helps and sorry for the delay to answer -- Daniel [1] https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/bleeding-edge [2] https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/linux-next
Hello Daniel, On Fri, Apr 26, 2024 at 09:57:29AM +0200, Daniel Lezcano wrote: > > Hi Dmitry, > > On 26/04/2024 09:31, Dmitry Rokosov wrote: > > Hello Neil, > > > > I hope you're doing well. I was wondering if you could assist me with > > below problem. > > > > I'm a bit confused about which kernel repository the series was applied > > to. I asked Daniel about it, but unfortunately, I didn't receive any > > feedback from him. Could you provide some clarification on this matter? > > > > Thank you in advance for your help. > > I was OoO the last two weeks. > > Your series is in my tree [1], which is pulled automatically by the linux-pm > tree in its bleeding-edge branch. > > Today, this branch will move to the linux-next branch [2] which will also be > pulled by the linux-pm/next branch automatically. > > Hope that helps and sorry for the delay to answer > > -- Daniel > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/bleeding-edge > > [2] https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/linux-next Thanks a lot for the update! Now I see the patches in the above repos.