* [GIT PULL] interconnect fixes for 5.11-rc
@ 2021-01-06 9:47 Georgi Djakov
2021-01-06 17:55 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Georgi Djakov @ 2021-01-06 9:47 UTC (permalink / raw)
To: gregkh; +Cc: linux-pm, linux-kernel, georgi.djakov
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] interconnect fixes for 5.11-rc
2021-01-06 9:47 [GIT PULL] interconnect fixes for 5.11-rc Georgi Djakov
@ 2021-01-06 17:55 ` Greg KH
2021-01-07 11:12 ` Georgi Djakov
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2021-01-06 17:55 UTC (permalink / raw)
To: Georgi Djakov; +Cc: linux-pm, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] interconnect fixes for 5.11-rc
2021-01-06 17:55 ` Greg KH
@ 2021-01-07 11:12 ` Georgi Djakov
2021-01-07 11:19 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Georgi Djakov @ 2021-01-07 11:12 UTC (permalink / raw)
To: Greg KH; +Cc: linux-pm, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] interconnect fixes for 5.11-rc
2021-01-07 11:12 ` Georgi Djakov
@ 2021-01-07 11:19 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2021-01-07 11:19 UTC (permalink / raw)
To: Georgi Djakov; +Cc: linux-pm, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-07 11:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-06 9:47 [GIT PULL] interconnect fixes for 5.11-rc Georgi Djakov
2021-01-06 17:55 ` Greg KH
2021-01-07 11:12 ` Georgi Djakov
2021-01-07 11:19 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).