phy-addr via dt

2014-11-03 Thread Wjatscheslaw Stoljarski (Slawa)
Hi, Is it possible to set default phy-addr for fec_imx driver via device tree or in barebox environment? ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

Re: phy-addr via dt

2014-11-03 Thread Wjatscheslaw Stoljarski (Slawa)
Hi Sascha, It works! Thanks! ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

[PATCH] commands: usb: drop help for force rescan option

2014-09-29 Thread Wjatscheslaw Stoljarski (Slawa)
From: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com Signed-off-by: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com --- commands/usb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/usb.c b/commands/usb.c index a37d503..48c6619 100644

boot command is broken?

2014-05-05 Thread Wjatscheslaw Stoljarski (Slawa)
Hi, after update to v2014.05.0 'boot -l' displays only one entry, although in /env/boot/ exists more files. Can anyone confirm this? Best regards, Wjatscheslaw Stoljarski ___ barebox mailing list barebox@lists.infradead.org

[PATCH 1/3] imx-spi: enable v0.7 spi driver for imx53-cspi

2014-04-04 Thread Wjatscheslaw Stoljarski (Slawa)
From: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com Signed-off-by: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com --- drivers/spi/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index

[PATCH 3/3] imx53: add imx53_add_cspi

2014-04-04 Thread Wjatscheslaw Stoljarski (Slawa)
From: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com Signed-off-by: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com --- arch/arm/mach-imx/include/mach/devices-imx53.h |5 + 1 file changed, 5 insertions(+) diff --git

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-05 Thread Wjatscheslaw Stoljarski (Slawa)
Hi Sascha, On 11/05/2013 08:44 AM, Sascha Hauer wrote: Hi Wjatscheslaw, On Mon, Nov 04, 2013 at 12:56:57PM +0100, Wjatscheslaw Stoljarski (Slawa) wrote: Hi, has anyone tried to start barebox on i.MX53 in 11 boot mode (serial downloader)? I've tried on Freescale Loco board with pmic da9053

barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
Hi, has anyone tried to start barebox on i.MX53 in 11 boot mode (serial downloader)? I've tried on Freescale Loco board with pmic da9053, but without success. In 00 boot mode (internal boot) works perfectly. U-Boot works in both modes. DCD in u-boot and in barebox is the same. Even I can

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
On 11/04/2013 01:48 PM, Eric Bénard wrote: Hi, has anyone tried to start barebox on i.MX53 in 11 boot mode (serial downloader)? I've tried on Freescale Loco board with pmic da9053, but without success. In 00 boot mode (internal boot) works perfectly. U-Boot works in both modes. DCD in u-boot

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
On 11/04/2013 04:07 PM, Eric Bénard wrote: Hi Wjatscheslaw, Le Mon, 04 Nov 2013 16:00:49 +0100, Wjatscheslaw Stoljarski (Slawa) wjatscheslaw.stoljar...@kiwigrid.com a écrit : On 11/04/2013 01:48 PM, Eric Bénard wrote: Hi, has anyone tried to start barebox on i.MX53 in 11 boot mode (serial

Re: barebox on i.MX53 in serial downloader boot mode

2013-11-04 Thread Wjatscheslaw Stoljarski (Slawa)
On 11/04/2013 05:06 PM, Eric Bénard wrote: Le Mon, 04 Nov 2013 17:04:46 +0100, Wjatscheslaw Stoljarski (Slawa) wjatscheslaw.stoljar...@kiwigrid.com a écrit : On 11/04/2013 04:07 PM, Eric Bénard wrote: Hi Wjatscheslaw, Le Mon, 04 Nov 2013 16:00:49 +0100, Wjatscheslaw Stoljarski (Slawa

[PATCH] MFD MC34708: Add dependence on SPI

2012-12-20 Thread Wjatscheslaw Stoljarski (Slawa)
From: Wjatscheslaw Stoljarski (Slawa) wjatscheslaw.stoljar...@kiwigrid.com MC34708 depend on I2C or SPI, so let driver depend on SPI too and rename config option name to MFD_MC34708. Signed-off-by: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com --- arch/arm/configs

ethernet doesn't work after update to v2012.12.0

2012-12-10 Thread Wjatscheslaw Stoljarski (Slawa)
Hi All, after updating to the version 2012.12.0 ethernet doesn't work anymore. My system is iMX53, ethernet Interface: MII100. What could be the cause? devinfo output: ... ` imx_iim0 ` 0x-0x001f: /dev/imx_iim_bank0 ` 0x-0x001f: /dev/imx_iim_bank1

Re: [PATCH] Add JTAG bitbang driver

2012-08-09 Thread Wjatscheslaw Stoljarski (Slawa)
Hi, Sascha! On 07/25/2012 09:19 AM, Sascha Hauer wrote: How do you use this driver? From C code, or is there some command planned? I implement PSoC3 update, but with JTAG I have some trouble, what I haven't with SWD. Therefore much possible, that I will not use JTAG driver. But maybe

[PATCH] ARM i.MX53: notify clocksource about changing clock

2012-07-24 Thread Wjatscheslaw Stoljarski (Slawa)
This fix a clock inaccuracy in get_time_ns (used by sleep, time, etc). At i.MX53 power-on GPT clock is typically 5550 Hz, and it will be used to calc the clock multiplier. After call imx53_init_lowlevel() GPT clock will changed (e.g. to Hz), but multiplier not. To fix this

[PATCH] i.MX53 boards: notify clocksource after init_lowlevel

2012-07-23 Thread Wjatscheslaw Stoljarski (Slawa)
From 4d9a8e960654c02205cf4a8e47b4e86cac4b2a95 Mon Sep 17 00:00:00 2001 From: Wjatscheslaw Stoljarski wjatscheslaw.stoljar...@kiwigrid.com Date: Mon, 23 Jul 2012 13:48:07 +0200 Subject: [PATCH] i.MX53 boards: notify clocksource after init_lowlevel This fix a clock inaccuracy in get_time_ns (used