CONTACT QUICK EXPRESS COURIER OFFICE.

2015-05-04 Thread Mr. Michael Uba
CONTACT QUICK EXPRESS COURIER OFFICE. I have deposited your ATM Debit Card with the (QECD) delivery service . All you have to do is to contact them at:- (quickexpresscour...@vmail.me) they will give you direction on how your ATM card will be delivered to you. My agreement with them is t

Re: [PATCH 7/8] i.MX: serial: Distil common clock ungating code

2015-05-04 Thread Sascha Hauer
On Mon, May 04, 2015 at 11:04:25AM -0700, Andrey Smirnov wrote: > > Please add a imx6_ namespace to this function. The calling code always > > knows that it is running on imx6, so you can use IMX6_CCM_BASE_ADDR > > directly rather than using soc##_. The function above is imx6 specific > > anyway si

Re: [PATCH 7/8] i.MX: serial: Distil common clock ungating code

2015-05-04 Thread Andrey Smirnov
> Please add a imx6_ namespace to this function. The calling code always > knows that it is running on imx6, so you can use IMX6_CCM_BASE_ADDR > directly rather than using soc##_. The function above is imx6 specific > anyway since only this SoC has the gate registers on 0x68..0x80. What about i.MX

[PATCH 4/5] MIPS: tplink-mr3020: enable nmon

2015-05-04 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/mips/boards/tplink-mr3020/include/board/board_pbl_start.h | 3 +++ arch/mips/mach-ath79/Kconfig | 1 + 2 files changed, 4 insertions(+) diff --git a/arch/mips/boards/tplink-mr3020/include/board/board_pbl_start.h b/arch/mips

[PATCH 0/5] MIPS: tplink-mr3020: initial PBL support

2015-05-04 Thread Antony Pavlov
This patch series enables PBL for AR9331-based TP-Link MR3020 router. This makes it possible to implement full-grown bootloader for AR9331-based boards in the future. AR9331 lowlevel initialization links: * https://github.com/pepe2k/u-boot_mod * https://github.com/frantony/barebox/commits/201

[PATCH 2/5] MIPS: debug_ll_ns16550.h: drop _ns16550 suffix

2015-05-04 Thread Antony Pavlov
This commit makes it possible to have unified debug_ll_* assembler routines for differrent UART program model. E.g. we can use debug_ll_putc() routine in common code without knowledge on exact UART model: ns16550 or ar933x. Also rename *_check_char -> *_tstc. Signed-off-by: Antony Pavlov --- ..

[PATCH 5/5] Documentation: mips: fix tplink-mr3020 instruction

2015-05-04 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- Documentation/boards/mips/tplink-mr3020.rst | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/boards/mips/tplink-mr3020.rst b/Documentation/boards/mips/tplink-mr3020.rst index c9e092c..8a95e11 100644 --- a/Documentation/boar

[PATCH 3/5] MIPS: mach-ath79: debug_ll.h: add assembler routines

2015-05-04 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/mips/mach-ath79/include/mach/debug_ll.h | 136 ++- 1 file changed, 131 insertions(+), 5 deletions(-) diff --git a/arch/mips/mach-ath79/include/mach/debug_ll.h b/arch/mips/mach-ath79/include/mach/debug_ll.h index de4c00d..c697318 1006

[PATCH 1/5] MIPS: tplink-mr3020: enable PBL and compression

2015-05-04 Thread Antony Pavlov
From: Oleksij Rempel Signed-off-by: Oleksij Rempel Signed-off-by: Antony Pavlov --- .../tplink-mr3020/include/board/board_pbl_start.h | 32 ++ arch/mips/mach-ath79/Kconfig | 2 ++ 2 files changed, 34 insertions(+) diff --git a/arch/mips/boards/tplin

Re: [PATCH] common: env: make error message more verbose

2015-05-04 Thread Steffen Trumtrar
Hi! On Mon, May 04, 2015 at 09:32:19AM +0200, Sascha Hauer wrote: > On Tue, Apr 28, 2015 at 12:32:27PM +0200, Steffen Trumtrar wrote: > > Change the setenv error message from > > > > set parameter: Invalid argument > > > > to a more helpful > > > > net: cannot set parameter 'nameserver'

Re: [PATCH v2 1/8] imx-image: Correctly fill image size in prepended header

2015-05-04 Thread Sascha Hauer
It seems you only resent the patches from this series you actually changed. Could you resent *all* patches again next time? Sascha On Sun, May 03, 2015 at 02:55:22PM -0700, Andrey Smirnov wrote: > If called with '-b' option 'imx-image' tool prepends barebox header to > the image, but the tool doe

Re: [PATCH 3/8] bootstrap_read_devfs(): Check for errors from devfs_add_partition()

2015-05-04 Thread Sascha Hauer
On Sun, May 03, 2015 at 01:13:14PM -0700, Andrey Smirnov wrote: > Check for errors returned by devfs_add_partition() and bail if there > are any. > > Signed-off-by: Andrey Smirnov > --- > lib/bootstrap/devfs.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/

Re: [PATCH] common: env: make error message more verbose

2015-05-04 Thread Sascha Hauer
On Tue, Apr 28, 2015 at 12:32:27PM +0200, Steffen Trumtrar wrote: > Change the setenv error message from > > set parameter: Invalid argument > > to a more helpful > > net: cannot set parameter 'nameserver': Invalid argument > > Signed-off-by: Steffen Trumtrar > --- > common/env.c

Re: [PATCH] usb: increase USB_CNTL_TIMEOUT to match linux

2015-05-04 Thread Sascha Hauer
On Tue, Apr 28, 2015 at 12:51:49PM +0200, Steffen Trumtrar wrote: > USB requests should be processed within a timeframe of 5s. > The linux kernel also uses this timeout value for the control packets. > > For the musb the increase in timeout helps successfully probing USB devices > (at least on one

Re: [PATCH] mtd: partition: Fix OF partition fixup

2015-05-04 Thread Sascha Hauer
On Thu, Apr 30, 2015 at 12:51:05PM +0200, Marc Kleine-Budde wrote: > On 04/27/2015 11:24 AM, Sascha Hauer wrote: > > To get the number of address cells and size cells we have to use > > the newly created partition node, not the parent device node. The > > parent device node returns the address/size

Re: [RFC, PATCH] i.MX: Add provisions to boot from IRAM

2015-05-04 Thread Sascha Hauer
Hi Andrey, This series contains very nice cleanups. It needs some polishing, but the patches are very welcomed. On Sat, May 02, 2015 at 07:26:12PM -0700, Andrey Smirnov wrote: > This commit add a very basic code to allow Barebox to be booted from > IRAM. Given that the amount of IRAM on most i.MX

Re: [PATCH 1/8] i.MX: Move UART definitions into a separate file

2015-05-04 Thread Sascha Hauer
On Sat, May 02, 2015 at 07:26:13PM -0700, Andrey Smirnov wrote: > Move UART definitions into a separate file to avoid redefinition in > and magical constants in low level UART > initialization code. > > Signed-off-by: Andrey Smirnov > --- > arch/arm/mach-imx/include/mach/debug_ll.h | 9 +-- >

Re: [PATCH 7/8] i.MX: serial: Distil common clock ungating code

2015-05-04 Thread Sascha Hauer
On Sat, May 02, 2015 at 07:26:19PM -0700, Andrey Smirnov wrote: > Move all of the common clock ungating code in early UART > initialization into a dedicated subroutine that can be shared by all > of the users. > > Signed-off-by: Andrey Smirnov > --- > arch/arm/boards/freescale-mx6sx-sabresdb/low