Re: [PATCH] common/bootargs: add blkdevparts variables

2015-02-16 Thread Sascha Hauer
On Mon, Feb 16, 2015 at 02:03:18PM +0100, h.feurst...@gmail.com wrote: > From: Hubert Feurstein > > The kernel command line option blkdevparts works like mtdparts, but for all > block devices. So it can be used for eMMC devices without the need of a > traditional partition table. Uh, wrong world

Re: [PATCH] commands/digest: add verify support

2015-02-16 Thread Sascha Hauer
Hi Hubert, On Mon, Feb 16, 2015 at 02:02:35PM +0100, h.feurst...@gmail.com wrote: > From: Hubert Feurstein > > Signed-off-by: Hubert Feurstein > [EB]: reworked based on Sascha's comments and tested with md5sum > Signed-off-by: Eric Bénard > --- > - if (argc < 2) > - return COMM

[PATCH] led: gpio: add support for default-state dt-property

2015-02-16 Thread h . feurstein
From: Hubert Feurstein This patch adds support for the default-state device tree property. Signed-off-by: Hubert Feurstein --- drivers/led/led-gpio.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/led/led-gpio.c b/drivers/led/led-gpio.c index a1a6617..69ad7e7 100644

[PATCH] common/bootargs: add blkdevparts variables

2015-02-16 Thread h . feurstein
From: Hubert Feurstein The kernel command line option blkdevparts works like mtdparts, but for all block devices. So it can be used for eMMC devices without the need of a traditional partition table. Signed-off-by: Hubert Feurstein --- common/bootargs.c | 24 1 file ch

[PATCH] commands/digest: add verify support

2015-02-16 Thread h . feurstein
From: Hubert Feurstein Signed-off-by: Hubert Feurstein [EB]: reworked based on Sascha's comments and tested with md5sum Signed-off-by: Eric Bénard --- commands/digest.c | 120 +- 1 file changed, 110 insertions(+), 10 deletions(-) diff --git

[PATCH] defaultenv-2: init: don't call timeout again if the user intervened

2015-02-16 Thread Michael Olbrich
With autoboot_timeout=0 the second 'timeout' might not get another character even if the user keeps a key pressed. So just reuse the key from the first call. Signed-off-by: Michael Olbrich --- defaultenv/defaultenv-2-base/bin/init | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) dif

Re: [PATCH RFT 17/24] net: orion-gbe: convert to streaming DMA ops

2015-02-16 Thread Sebastian Hesselbarth
On 12.02.2015 23:40, Sebastian Hesselbarth wrote: I really enjoy reading commit logs, but I cannot find any on this one. ;) Mind adding a few words for the final patch set? I'll give it a go on Dove and Kirkwood in the next few days, but be aware that there is still no cache support on both anyw

Re: [PATCH 0/3] MIPS Malta serial port fixups

2015-02-16 Thread Antony Pavlov
On Mon, 16 Feb 2015 06:32:42 +0100 Sascha Hauer wrote: > Hi Antony, > > On Fri, Feb 13, 2015 at 08:53:11AM +0300, Antony Pavlov wrote: > > Yesterday I tested qemu-malta barebox on a real MIPS Malta board. > > Barebox runs on real board with some limitations. > > This patchseries fixes trivial se