Re: [PATCH 2/3] ARM: i.mx53: Parse Reset GPIO pin in FEC driver from Devicetree

2013-11-05 Thread Pavel Pisa
Hello Jean-Christophe and Rosta, On Tuesday 05 of November 2013 17:15:16 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:42 Tue 05 Nov , Rostislav Lisovy wrote: > > Signed-off-by: Rostislav Lisovy > > > > diff --git a/drivers/net/fec_imx.c b/drivers/net/fec_imx.c > > index 2f31352..6f883bf 1

Re: [PATCH 2/3] ARM: i.mx53: Parse Reset GPIO pin in FEC driver from Devicetree

2013-11-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:42 Tue 05 Nov , Rostislav Lisovy wrote: > Signed-off-by: Rostislav Lisovy > > diff --git a/drivers/net/fec_imx.c b/drivers/net/fec_imx.c > index 2f31352..6f883bf 100644 > --- a/drivers/net/fec_imx.c > +++ b/drivers/net/fec_imx.c > @@ -27,6 +27,8 @@ > #include > #include > #include

[PATCH 5/5] ppc: mpc85xx: build directives

2013-11-05 Thread Renaud Barbier
Add the Kconfig and Makefile directives to build barebox for the GEIP DA923RC board. Signed-off-by: Renaud Barbier --- arch/ppc/Makefile |1 + arch/ppc/mach-mpc85xx/Kconfig | 32 +--- arch/ppc/mach-mpc85xx/Makefile |2 ++ 3 files changed, 28 in

[PATCH 3/5] ppc: mpc85xx: enable DDR driver

2013-11-05 Thread Renaud Barbier
The use of the DDR driver as well as early I2C support is enabled for board initialising their memory through SPD EEPROM data. A SOC specific function returning the DDR bus frequency is added for the DDR driver to translate DDR timings to register values. Signed-off-by: Renaud Barbier --- arch/

[PATCH 1/5] ppc: mpc85xx: mpc8544 support

2013-11-05 Thread Renaud Barbier
Definitions are added to support the mpc8544 sOC. The function returning the I2C bus frequency is updated to take into account the mpc8544 specific clock ratio. A mininal GPIO API is added to enable and set the GPIO out pins. Signed-off-by: Renaud Barbier --- arch/ppc/include/asm/fsl_lbc.h

[PATCH 4/5] ppc: DA923RC: add board support

2013-11-05 Thread Renaud Barbier
Add the GEIP DA923RC board support. This includes core files as well as defconfig and make files. --- arch/ppc/boards/geip-da923rc/Makefile |7 + arch/ppc/boards/geip-da923rc/barebox.lds.S | 155 +++ arch/ppc/boards/geip-da923rc/config.h | 54 +++ arch/ppc/b

[PATCH 2/5] ppc: mpc85xx: define Ethernet port count

2013-11-05 Thread Renaud Barbier
Because the port count is different between the MPC8544 and existing CPU support, the Ethernet port count is defined on a per CPU basis. Accordingly, the TBI PHY initialisation code is updated. Signed-off-by: Renaud Barbier --- arch/ppc/mach-mpc85xx/eth-devices.c|2 +- .../pp

[PATCH v3 0/5] GEIP DA923RC board support

2013-11-05 Thread Renaud Barbier
This patch set addresses comments by using the GPIO API to set gpio out pins, using the I2C API where necessary but still allowing for early I2C access for future early configuration. This patch set adds support to the GEIP DA923RC extending the CPU support to the MPC8544 and allowing the use of t

[PATCH 0/3] Support for Voipac X53-DMM-668 module and Voipac Baseboard

2013-11-05 Thread Rostislav Lisovy
The first patch modifies the general imx53.dtsi file. The reason is to make it possible to add Devicetree definition for the board (later in this patch) as a copy from the Linux kernel -- such a DTS can be used also to boot Linux kernel. I am not sure if this should be in a separate patch or if thi

[PATCH 1/3] ARM: dts: i.mx53: Internal keyboard controller + i2c pinmux

2013-11-05 Thread Rostislav Lisovy
Signed-off-by: Rostislav Lisovy diff --git a/arch/arm/dts/imx53.dtsi b/arch/arm/dts/imx53.dtsi index 5c8608b..b355111 100644 --- a/arch/arm/dts/imx53.dtsi +++ b/arch/arm/dts/imx53.dtsi @@ -269,6 +269,14 @@ #interrupt-cells = <2>; }; +

[PATCH 3/3] ARM: i.mx53: Support for Voipac board. Device definition is read from Devicetree

2013-11-05 Thread Rostislav Lisovy
Signed-off-by: Rostislav Lisovy create mode 100644 arch/arm/boards/freescale-mx53-vmx53/Makefile create mode 100644 arch/arm/boards/freescale-mx53-vmx53/board.c create mode 100644 arch/arm/boards/freescale-mx53-vmx53/env/config create mode 100644 arch/arm/boards/freescale-mx53-vmx53/flash_hea

[PATCH 2/3] ARM: i.mx53: Parse Reset GPIO pin in FEC driver from Devicetree

2013-11-05 Thread Rostislav Lisovy
Signed-off-by: Rostislav Lisovy diff --git a/drivers/net/fec_imx.c b/drivers/net/fec_imx.c index 2f31352..6f883bf 100644 --- a/drivers/net/fec_imx.c +++ b/drivers/net/fec_imx.c @@ -27,6 +27,8 @@ #include #include #include +#include +#include #include @@ -643,6 +645,9 @@ static int f

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, bu

Re: [PATCH v2 1/6] fb: add a line_length value to struct fb_info

2013-11-05 Thread Alexander Aring
On Tue, Nov 05, 2013 at 09:48:07AM +0100, Andre Heider wrote: > Hi Alexander, > > On Tue, Nov 05, 2013 at 09:17:44AM +0100, Alexander Aring wrote: > > Hi Sascha, > > > > On Tue, Nov 05, 2013 at 09:00:57AM +0100, Sascha Hauer wrote: > > > On Tue, Nov 05, 2013 at 01:06:22AM +0100, Alexander Aring w

Re: [PATCH v2 1/6] fb: add a line_length value to struct fb_info

2013-11-05 Thread Andre Heider
Hi Alexander, On Tue, Nov 05, 2013 at 09:17:44AM +0100, Alexander Aring wrote: > Hi Sascha, > > On Tue, Nov 05, 2013 at 09:00:57AM +0100, Sascha Hauer wrote: > > On Tue, Nov 05, 2013 at 01:06:22AM +0100, Alexander Aring wrote: > > > On Tue, Nov 05, 2013 at 12:00:59AM +0100, Andre Heider wrote: >

Re: [PATCH 07/11] blspec: make cdev optional

2013-11-05 Thread Alexander Aring
On Tue, Nov 05, 2013 at 08:39:08AM +0100, Sascha Hauer wrote: > On Mon, Nov 04, 2013 at 11:21:42PM +0100, Alexander Aring wrote: > > Hi Sascha, > > > > On Mon, Nov 04, 2013 at 03:04:26PM +0100, Sascha Hauer wrote: > > > > > > > > - entry->me.display = asprintf("%-20s %-20s %s", dev

Re: [PATCH v2 1/6] fb: add a line_length value to struct fb_info

2013-11-05 Thread Alexander Aring
Hi Sascha, On Tue, Nov 05, 2013 at 09:00:57AM +0100, Sascha Hauer wrote: > On Tue, Nov 05, 2013 at 01:06:22AM +0100, Alexander Aring wrote: > > On Tue, Nov 05, 2013 at 12:00:59AM +0100, Andre Heider wrote: > > > Add support for framebuffers with noncontiguous horizontal lines. > > > > > > Video d

Re: [PATCH v2 1/6] fb: add a line_length value to struct fb_info

2013-11-05 Thread Sascha Hauer
On Tue, Nov 05, 2013 at 01:06:22AM +0100, Alexander Aring wrote: > On Tue, Nov 05, 2013 at 12:00:59AM +0100, Andre Heider wrote: > > Add support for framebuffers with noncontiguous horizontal lines. > > > > Video drivers can set this value if the hardware requires it. > > In case a driver does not