Message ID | 20210106094723.563-1-georgi.djakov@linaro.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [GIT,PULL] interconnect fixes for 5.11-rc | expand |
On Wed, Jan 06, 2021 at 11:47:23AM +0200, Georgi Djakov wrote: > Hello Greg, > > Here is a pull request with a few interconnect fixes for 5.11-rc. > More details are available in the signed tag. Please take them into > char-misc-linus when possible. The patches have been in linux-next > during the last few days. > > Thanks, > Georgi > > The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: > > Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.11-rc3 Pulled and pushed out, thanks. greg k-h
On 1/6/21 19:55, Greg KH wrote: > On Wed, Jan 06, 2021 at 11:47:23AM +0200, Georgi Djakov wrote: >> Hello Greg, >> >> Here is a pull request with a few interconnect fixes for 5.11-rc. >> More details are available in the signed tag. Please take them into >> char-misc-linus when possible. The patches have been in linux-next >> during the last few days. >> >> Thanks, >> Georgi >> >> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: >> >> Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) >> >> are available in the Git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.11-rc3 > > Pulled and pushed out, thanks. > Hi Greg, I still don't see this in your tree, so just checking whether i need to fix something or some script is stuck? Or maybe I just need to be more patient, since you haven't had a chance to push yet. Thanks! Georgi
On Thu, Jan 07, 2021 at 01:12:14PM +0200, Georgi Djakov wrote: > On 1/6/21 19:55, Greg KH wrote: > > On Wed, Jan 06, 2021 at 11:47:23AM +0200, Georgi Djakov wrote: > > > Hello Greg, > > > > > > Here is a pull request with a few interconnect fixes for 5.11-rc. > > > More details are available in the signed tag. Please take them into > > > char-misc-linus when possible. The patches have been in linux-next > > > during the last few days. > > > > > > Thanks, > > > Georgi > > > > > > The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: > > > > > > Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.11-rc3 > > > > Pulled and pushed out, thanks. > > > Hi Greg, > > I still don't see this in your tree, so just checking whether i need to fix > something or some script is stuck? Or maybe I just need to be more patient, > since you haven't had a chance to push yet. {sigh} I forgot the "push" part of the above statement :) Should now be there, sorry about that. greg k-h
Hello Greg, Here is a pull request with a few interconnect fixes for 5.11-rc. More details are available in the signed tag. Please take them into char-misc-linus when possible. The patches have been in linux-next during the last few days. Thanks, Georgi The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.11-rc3 for you to fetch changes up to 4b1a60a1bb8f03d82c3f6da424adc96667b59f2a: MAINTAINERS: Update Georgi's email address (2021-01-04 16:29:45 +0200) ---------------------------------------------------------------- interconnect fixes for v5.11 This contains a few fixes for iMX and Qualcomm drivers and also updates my email to my kernel.org address. - qcom: Fix rpmh link failures when compile test is enabled - imx: Add a missing of_node_put after of_device_is_available - imx: Remove a useless test - imx8mq: Use icc_sync_state Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> ---------------------------------------------------------------- Arnd Bergmann (1): interconnect: qcom: fix rpmh link failures Christophe JAILLET (2): interconnect: imx: Add a missing of_node_put after of_device_is_available interconnect: imx: Remove a useless test Georgi Djakov (1): MAINTAINERS: Update Georgi's email address Martin Kepplinger (1): interconnect: imx8mq: Use icc_sync_state MAINTAINERS | 2 +- drivers/interconnect/imx/imx.c | 3 +- drivers/interconnect/imx/imx8mq.c | 2 + drivers/interconnect/qcom/Kconfig | 23 +++++--- 4 files changed, 20 insertions(+), 10 deletions(-)