[PATCH v2 6/7] ARM: uemd: add module-mb7707_defconfig

2014-05-22 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/arm/configs/module-mb7707_defconfig | 49 1 file changed, 49 insertions(+) diff --git a/arch/arm/configs/module-mb7707_defconfig b/arch/arm/configs/module-mb7707_defconfig new file mode 100644 index 000..9a4f1d1 --- /dev

[PATCH v2 4/7] ARM: dts: add minimal К1879ХБ1Я devicetree file

2014-05-22 Thread Antony Pavlov
К1879ХБ1Я (AKA K1879HB1YA) is a SoC that combines a NeuroMatrix(r) family DSP core with an ARM architecture CPU ARM1176JZF-S core. See http://www.module.ru/en/catalog/micro/mikroshema_dekodera_cifrovogo_televizionnogo_signala_sbis_k1879hb1ya/ for details. Signed-off-by: Antony Pavlov --- arch

[PATCH v2 2/7] ARM: uemd: add DEBUG_LL support

2014-05-22 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/arm/Kconfig | 1 + arch/arm/mach-uemd/include/mach/debug_ll.h | 42 ++ 2 files changed, 43 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 81ee19b..c236a9e 100644 --- a/arch/arm/Kcon

[PATCH v2 5/7] ARM: uemd: add mb7707 board support

2014-05-22 Thread Antony Pavlov
The MB 77.07 is a small (80x80 mm) single-board computer developed in Russia by the RC Module. It was developed as an educational board for К1879ХБ1Я SoC capabilities demonstration. See http://www.module.ru/en/catalog/micro/micro_pc/ for details. Signed-off-by: Antony Pavlov --- arch/arm/boards

[PATCH v2 3/7] clocksource: add uemd clocksource

2014-05-22 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- drivers/clocksource/Kconfig | 4 ++ drivers/clocksource/Makefile | 1 + drivers/clocksource/uemd.c | 130 +++ 3 files changed, 135 insertions(+) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig

[PATCH v2 7/7] ARM: mb7707: add barebox mini-howto

2014-05-22 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/arm/boards/module-mb7707/module-mb7707.dox | 29 + 1 file changed, 29 insertions(+) diff --git a/arch/arm/boards/module-mb7707/module-mb7707.dox b/arch/arm/boards/module-mb7707/module-mb7707.dox new file mode 100644 index 000..c0

[PATCH v2 0/7] ARM: initial support for RC Module UEMD SoCs and MB 77.07 board

2014-05-22 Thread Antony Pavlov
Research Centre "Module" (RC Module) is a Russian development company designing mixed-signal ASICs and real-time video-image processing systems. К1879ХБ1Я (AKA K1879HB1YA) is a UEMD family SoC that combines a DSP core based on the NeuroMatrix(r) family with an ARM architecture CPU ARM1176JZF-S cor

[PATCH v2 1/7] ARM: initial support for RC Module UEMD SoCs

2014-05-22 Thread Antony Pavlov
This commit adds minimal support for the UEMD SoCs from RC Module (http://www.module.ru). Signed-off-by: Antony Pavlov --- arch/arm/Kconfig | 11 +++ arch/arm/Makefile | 1 + arch/arm/mach-uemd/Kconfig | 7 +++ arch

Re: [PATCH 06/10] net: orion-gbe: use transparent-to-driver of mdio functions

2014-05-22 Thread Sebastian Hesselbarth
On 05/21/2014 02:18 PM, Sascha Hauer wrote: > barebox can transparently handle phys specified in the devicetree. > Use this functionality in the orion-gbe driver. This requires: > > - add a device to the orion-gbe ports. This has the port device_node > attached and is set as the parent of the et

Re: Question about SPI NOR flash

2014-05-22 Thread Holger Schurig
Just to keep you informed: I can now erase my n25q512 (JEDEC 20ba20) from Linux. To do this, I applied the SPI-NOR patches from http://git.infradead.org/l2-mtd.git/shortlog/refs/heads/spinor (from tag 3.15-rc1 to HEAD). On top of it, I applied http://patchwork.ozlabs.org/patch/341355/ ___

Re: [PATCH] commands: add 'findstr' to get string from file

2014-05-22 Thread Christoph Fritz
Hi Sascha On Wed, 2014-05-21 at 15:51 +0200, Sascha Hauer wrote: > On Tue, May 20, 2014 at 07:27:55PM +0200, Christoph Fritz wrote: > > Command 'findstr' can be for example used to find the string > > "MAC=1C:BA:8C:F3:82:BB" in file /dev/eeprom0 to set the > > appropriate variable: > > > > $ fin

[PATCH] ARM: dts: i.MX53: include loacal imx53.dtsi file

2014-05-22 Thread Sascha Hauer
To get the pwm and ipu aliases. Signed-off-by: Sascha Hauer --- arch/arm/dts/imx53-qsb.dts| 1 + arch/arm/dts/imx53-qsrb.dts | 1 + arch/arm/dts/imx53-voipac-bsb.dts | 1 + arch/arm/dts/imx53.dtsi | 2 -- 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch

[PATCH] usb: chipidea i.MX: relax phy_type requirements

2014-05-22 Thread Sascha Hauer
Some USB ports only have one possiblitly for the phy_type and the type is not specified in the devicetree in this case. Rely on the reset default instead of failing. Signed-off-by: Sascha Hauer --- drivers/usb/imx/chipidea-imx.c | 19 ++- 1 file changed, 10 insertions(+), 9 delet