mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* some patches are missed in the next branch
@ 2015-11-02 22:20 Antony Pavlov
  2015-11-03  6:51 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Antony Pavlov @ 2015-11-02 22:20 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

Hi!

These patches were added to the next branch last month:

  ARM: mvebu: Lenovo IX4 300D: Fix pblb generation
  scripts/kwbimage: Make BINARY files relative to config file
  scripts/kwbimage: Move configfile opening to the function that reads it
  usb: ehci-hcd: Use regular mdelay()
  Revert "usb: ehci-hcd: detect re-entrance"
  Revert "usb: ehci-hcd: use mdelay_non_interruptible()"
  usb: core: return -EAGAIN on usb_* functions reentrance
  input: usb_kbd: skip poll on -EAGAIN error
  net: mvneta: add Armada XP compatible
  clk: mvebu: Add corediv clock driver for Armada 370/XP

Now they have gone away! Why?

-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: some patches are missed in the next branch
  2015-11-02 22:20 some patches are missed in the next branch Antony Pavlov
@ 2015-11-03  6:51 ` Sascha Hauer
  2015-11-03  7:39   ` Antony Pavlov
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2015-11-03  6:51 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

Hi Antony,

On Tue, Nov 03, 2015 at 01:20:55AM +0300, Antony Pavlov wrote:
> Hi!
> 
> These patches were added to the next branch last month:
> 
>   ARM: mvebu: Lenovo IX4 300D: Fix pblb generation
>   scripts/kwbimage: Make BINARY files relative to config file
>   scripts/kwbimage: Move configfile opening to the function that reads it
>   usb: ehci-hcd: Use regular mdelay()
>   Revert "usb: ehci-hcd: detect re-entrance"
>   Revert "usb: ehci-hcd: use mdelay_non_interruptible()"
>   usb: core: return -EAGAIN on usb_* functions reentrance
>   input: usb_kbd: skip poll on -EAGAIN error
>   net: mvneta: add Armada XP compatible
>   clk: mvebu: Add corediv clock driver for Armada 370/XP
> 
> Now they have gone away! Why?

I remember that I accidently did some desastrous git command like git
reset --hard and haven't been on the branch I assumed I was on. I
thought I recovered that, but it seems I haven't. Do you by accident
have the patches in one of your branches? I cannot find them in my
repository. I just picked them from the mailing list, but I would prefer
to get the original patches again.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: some patches are missed in the next branch
  2015-11-03  7:39   ` Antony Pavlov
@ 2015-11-03  7:23     ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2015-11-03  7:23 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Tue, Nov 03, 2015 at 10:39:48AM +0300, Antony Pavlov wrote:
> On Tue, 3 Nov 2015 07:51:58 +0100
> Sascha Hauer <s.hauer@pengutronix.de> wrote:
> 
> > Hi Antony,
> > 
> > On Tue, Nov 03, 2015 at 01:20:55AM +0300, Antony Pavlov wrote:
> > > Hi!
> > > 
> > > These patches were added to the next branch last month:
> > > 
> > >   ARM: mvebu: Lenovo IX4 300D: Fix pblb generation
> > >   scripts/kwbimage: Make BINARY files relative to config file
> > >   scripts/kwbimage: Move configfile opening to the function that reads it
> > >   usb: ehci-hcd: Use regular mdelay()
> > >   Revert "usb: ehci-hcd: detect re-entrance"
> > >   Revert "usb: ehci-hcd: use mdelay_non_interruptible()"
> > >   usb: core: return -EAGAIN on usb_* functions reentrance
> > >   input: usb_kbd: skip poll on -EAGAIN error
> > >   net: mvneta: add Armada XP compatible
> > >   clk: mvebu: Add corediv clock driver for Armada 370/XP
> > > 
> > > Now they have gone away! Why?
> 
> I have just pushed missed commits on top of yesterday next branch to github.
> Please see https://github.com/frantony/barebox/tree/20151103.missed-patches

Ouch, everything fine. I just rebased this branch on my current next and
it turned out to be empty afterwards. The patches are still there and in
current next.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: some patches are missed in the next branch
  2015-11-03  6:51 ` Sascha Hauer
@ 2015-11-03  7:39   ` Antony Pavlov
  2015-11-03  7:23     ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Antony Pavlov @ 2015-11-03  7:39 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

On Tue, 3 Nov 2015 07:51:58 +0100
Sascha Hauer <s.hauer@pengutronix.de> wrote:

> Hi Antony,
> 
> On Tue, Nov 03, 2015 at 01:20:55AM +0300, Antony Pavlov wrote:
> > Hi!
> > 
> > These patches were added to the next branch last month:
> > 
> >   ARM: mvebu: Lenovo IX4 300D: Fix pblb generation
> >   scripts/kwbimage: Make BINARY files relative to config file
> >   scripts/kwbimage: Move configfile opening to the function that reads it
> >   usb: ehci-hcd: Use regular mdelay()
> >   Revert "usb: ehci-hcd: detect re-entrance"
> >   Revert "usb: ehci-hcd: use mdelay_non_interruptible()"
> >   usb: core: return -EAGAIN on usb_* functions reentrance
> >   input: usb_kbd: skip poll on -EAGAIN error
> >   net: mvneta: add Armada XP compatible
> >   clk: mvebu: Add corediv clock driver for Armada 370/XP
> > 
> > Now they have gone away! Why?

I have just pushed missed commits on top of yesterday next branch to github.
Please see https://github.com/frantony/barebox/tree/20151103.missed-patches



> 
> I remember that I accidently did some desastrous git command like git
> reset --hard and haven't been on the branch I assumed I was on. I
> thought I recovered that, but it seems I haven't. Do you by accident
> have the patches in one of your branches? I cannot find them in my
> repository. I just picked them from the mailing list, but I would prefer
> to get the original patches again.
> 
> Sascha
> 
> -- 
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


-- 
-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-03  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-02 22:20 some patches are missed in the next branch Antony Pavlov
2015-11-03  6:51 ` Sascha Hauer
2015-11-03  7:39   ` Antony Pavlov
2015-11-03  7:23     ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox