mbox series

[GIT,PULL] i3c: Changes for 5.8

Message ID 20200601095423.00ffb5e1@collabora.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] i3c: Changes for 5.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git i3c/for-5.8

Message

Boris Brezillon June 1, 2020, 7:54 a.m. UTC
Hello Linus,

Here is the I3C PR for 5.8.

Regards,

Boris

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git i3c/for-5.8

for you to fetch changes up to b4203ce0556348dcfe29f897d1dbe65102874d89:

  i3c master: GETMRL's 3rd byte is optional even with BCR_IBI_PAYLOAD (2020-04-16 14:27:46 +0200)

----------------------------------------------------------------
Fix GETMRL's logic

----------------------------------------------------------------
Nicolas Pitre (1):
      i3c master: GETMRL's 3rd byte is optional even with BCR_IBI_PAYLOAD

 drivers/i3c/master.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

Linus Torvalds June 1, 2020, 6:39 p.m. UTC | #1
On Mon, Jun 1, 2020 at 12:54 AM Boris Brezillon
<boris.brezillon@collabora.com> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git i3c/for-5.8

Hmm. No such ref..

I see the "i3c/next" branch that has that top commit, but I don't see
the signed tag.

Forgot to push? "git request-pull" _should_ have warned about the
remote side missing..

              Linus
Boris Brezillon June 1, 2020, 6:52 p.m. UTC | #2
Hello Linus,

On Mon, 1 Jun 2020 11:39:05 -0700
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> On Mon, Jun 1, 2020 at 12:54 AM Boris Brezillon
> <boris.brezillon@collabora.com> wrote:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git i3c/for-5.8  
> 
> Hmm. No such ref..
> 
> I see the "i3c/next" branch that has that top commit, but I don't see
> the signed tag.

Oops, should be here now.

> 
> Forgot to push?

I pushed it, but maybe not to the right repo.

> "git request-pull" _should_ have warned about the
> remote side missing..

Yes, it warned me about that but there used to be a slight delay
between the time I push at tag to the repo and the time it actually
appears there in the past (maybe it's no longer the case), so I didn't
pay attention to that one. I'll try to be more careful next time. Sorry
for the inconvenience.

Regards,

Boris
pr-tracker-bot@kernel.org June 1, 2020, 7:35 p.m. UTC | #3
The pull request you sent on Mon, 1 Jun 2020 09:54:23 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git i3c/for-5.8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/729ea4e064202aeec149b034b459501ef0a5060e

Thank you!