Re: [PATCHv2] commands: add of_display_timings

2014-09-29 Thread Teresa Gamez
Hello Sascha, Am Montag, den 29.09.2014, 08:05 +0200 schrieb Sascha Hauer: > On Fri, Sep 26, 2014 at 01:22:31PM +0200, Teresa Gámez wrote: > > A lot of boards use display-timings nodes to define the timings of one or > > more > > displays. This command makes it possible to list and select display

Re: [PATCH 2/2] commands: add of_display_timings

2014-09-25 Thread Teresa Gamez
Hello Sascha, Am Donnerstag, den 25.09.2014, 08:07 +0200 schrieb Sascha Hauer: > Hi Teresa, > > On Wed, Sep 24, 2014 at 11:33:11AM +0200, Teresa Gámez wrote: > > A lot of boards use display-timings nodes to define the timings of one or > > more > > displays. This command makes it possible to lis

[BUG] readline history

2014-08-28 Thread Teresa Gamez
Hello Sascha, I noticed a bug on the latest master. When no history is present and I hit the arrow up key, I get: unable to handle NULL pointer dereference at address 0x0001 pc : [<9fe243ba>]lr : [<9fe268cf>] sp : 99d0 ip : 0016 fp : 0002 r10: 0001 r9 : 9fe549dc r8 : 9

Re: [PATCH] ARM: am335x Phytec phyCORE: Enable ethernet

2014-07-24 Thread Teresa Gamez
Ping? Am Mittwoch, den 09.07.2014, 16:15 +0200 schrieb Teresa Gámez: > With an update of the am33xx.dtsi (commit 9313920df6) the mdio and mac > nodes are not enabled on default any more. Enable them explicit > in the board dts now. > > Signed-off-by: Teresa Gámez > --- > arch/arm/dts/am335x-phy

AM335x MLO images broken

2014-07-09 Thread Teresa Gamez
Hello Sascha, since commit d1ec6fb0c9bb66939e85964c2f5214b117c78ecf Author: Sascha Hauer Date: Mon Jul 7 14:13:14 2014 +0200 ARM: OMAP: Do not show MLO/SPI image options with OMAP_MULTI_BOARDS the creation of a proper MLO image is not working any more. When I run make am335x_mlo_defco

Re: Problems with pyhBoard-Wega-AM335x

2014-07-08 Thread Teresa Gamez
Hello Florian, I guess you having the default kit WEGA, which does have 256MB RAM. The mainline supported phyCORE Kit does have 512MB. Thats probably why it does not start up. I'll have a look at it. Teresa Am Dienstag, den 08.07.2014, 11:29 +0200 schrieb Frede Florian: > Hello Rolf, > Hello

Re: [PATCH] mci: omap: Fix default value of mci.f_max

2013-09-27 Thread Teresa Gamez
Am 27.09.2013 15:45, schrieb Alexander Aring: On Fri, Sep 27, 2013 at 03:40:38PM +0200, Alexander Aring wrote: Hi, On Fri, Sep 27, 2013 at 03:38:07PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 14:13 Fri 27 Sep , Teresa G??mez wrote: Set default value of mci.f_max even when no pdat

Re: [PATCH 1/3 for next] AM33xx: Cleanup of lowlevel code

2013-08-26 Thread Teresa Gamez
Am 26.08.2013 08:49, schrieb Sascha Hauer: Hi Teresa, On Fri, Aug 23, 2013 at 09:00:20AM +0200, Teresa Gámez wrote: There is a lot of duplicate lowlevel code between the am33xx boards. Move this code to am33xx_generic and create structs for sdram settings. I'm mostly fine with this series. I m

Re: [PATCH 06/22] ARM: omap: fix omap_save_bootinfo

2013-08-26 Thread Teresa Gamez
Hello Sascha, Am 26.08.2013 08:55, schrieb Sascha Hauer: diff --git a/arch/arm/boards/pcm049/lowlevel.c b/arch/arm/boards/pcm049/lowlevel.c index 07cc1d7..4f39600 100644 --- a/arch/arm/boards/pcm049/lowlevel.c +++ b/arch/arm/boards/pcm049/lowlevel.c @@ -23,6 +23,7 @@ #include #include

Re: [RFC PATCH 2/2] OMAP: Add option to use enviroment from MMC

2013-03-27 Thread Teresa Gamez
Am 26.03.2013 21:17, schrieb Alexander Aring: Hi, On Tue, Mar 26, 2013 at 03:23:16PM +0100, Teresa Gámez wrote: Make loading enviroment from MMC generic for all OMAP. Tested on AM335x, OMAP4. Signed-off-by: Teresa Gámez Tested-by: Jan Weitzel --- arch/arm/boards/panda/board.c

Re: [PATCH 2/3] arm: omap: timers: split omap3/4 timer into a separate header

2012-12-12 Thread Teresa Gamez
Hello Jan, I tried to apply this one on master for testing. But it got rejected. Can you check it? Regards, Teresa On Tue, 11. Dec 11:59, Jan Luebbe wrote: > This prepares for adding the AM33xx timer. > > Signed-off-by: Jan Luebbe > --- > arch/arm/mach-omap/include/mach/omap3-timer.h | 56

Re: [PATCH 6/6] OMAP4: clean voltage switch

2012-10-18 Thread Teresa Gamez
Am 15.10.2012 23:42, schrieb Vicente Bergas: diff --git a/arch/arm/mach-omap/include/mach/omap4-silicon.h b/arch/arm/mach-omap/include/mach/omap4-silicon.h index 71ffe39..137cc88 100644 --- a/arch/arm/mach-omap/include/mach/omap4-silicon.h +++ b/arch/arm/mach-omap/include/mach/omap4-silicon.h

Re: barebox@ELCE

2012-10-18 Thread Teresa Gamez
Am 13.10.2012 14:11, schrieb Sascha Hauer: On Fri, Oct 12, 2012 at 11:39:42AM +0200, Teresa Gamez wrote: Am 10.10.2012 18:55, schrieb Sascha Hauer: On Wed, Oct 10, 2012 at 12:04:50PM +0200, Gregory CLEMENT wrote: On 10/10/2012 08:46 AM, Sascha Hauer wrote: Hi All, As you might have noticed

Re: barebox@ELCE

2012-10-12 Thread Teresa Gamez
Am 10.10.2012 18:55, schrieb Sascha Hauer: On Wed, Oct 10, 2012 at 12:04:50PM +0200, Gregory CLEMENT wrote: On 10/10/2012 08:46 AM, Sascha Hauer wrote: Hi All, As you might have noticed already there is a barebox presentation at the ELCE this year in Barcelona. For everyone who is able to come

Re: [PATCH 1/2] ARM OMAP: Create device file

2012-10-12 Thread Teresa Gamez
Am 12.10.2012 09:58, schrieb Sascha Hauer: Hello Sascha, Nice work. As Jean Christophe already mentioned, it would be nice to skip the base address. That would mean to have a omap_add_mmc() function like above in an omap generic place and then: static inline struct device_d omap_add_mmc(void *

Missing commit?

2012-10-09 Thread Teresa Gamez
Hello Sascha, I have based my AM335x patches on the next-stable tag you created last month. After rebasing the patches to master I'm missing a commit: commit 0e955747dcc3b0b6941157b664ee4fdcf3267124 defaultenv-2: add boot sequence Is there any reason why I can not find this in next or master?

Re: [PATCH 05/11] omap: revert gpiolib

2012-10-08 Thread Teresa Gamez
Hello Sascha, Am 07.10.2012 12:11, schrieb Sascha Hauer: On Sat, Oct 06, 2012 at 12:33:07AM +0200, vj wrote: This patch reverts 29e4031b460d1c84c1a8fc276199d40680b354d4. This is not meant to revert the gpiolib, this is only a temporal workaround because it breaks support for ArchosG9 tablet. Pl

OMAP SPI adding inline functions

2012-09-28 Thread Teresa Gamez
Hello Jan, I'm working on adding inline functions for omap devices to reduce the board code. I have noticed that the omap3_spi driver doesn't fit in the scheme. It uses the dev->id to set the master->bus_num. So I have to pass the argument here and can not use the DEVICE_ID_DYNAMIC define. Has

Re: [PATCH] Makefile: add target to produce a SPL compatible uImage

2012-09-25 Thread Teresa Gamez
Am 24.09.2012 14:49, schrieb Jan Lübbe: On Mon, 2012-09-24 at 14:37 +0200, Teresa Gamez wrote: I have tested it with my am335x patches. And it worked so far. But I have not done anything with the pbl image, yet. Could you explain me what it's actually for? And how I can test it? Thanks!

Re: [PATCH] Makefile: add target to produce a SPL compatible uImage

2012-09-24 Thread Teresa Gamez
Hello Jan, Am 20.09.2012 21:13, schrieb Jan Luebbe: This is mostly useful during the initial port of barebox to a new board which is supported by u-boot. It also allows starting barebox from a SRAM-based u-boot SPL. A different load address can be set like this: make barebox.uimage UIMAGE_BASE=

Re: [PATCH 1/2] drivers gpio: Check for negativ gpio values

2012-09-24 Thread Teresa Gamez
Am 24.09.2012 11:16, schrieb Jan Lübbe: On Mon, 2012-09-24 at 10:59 +0200, Teresa Gámez wrote: static int gpio_is_valid(unsigned gpio) { - if (gpio < ARCH_NR_GPIOS) + if (gpio < ARCH_NR_GPIOS && gpio >= 0) For an 'unsigned gpio', gpio >= 0 is always true. Thats true... Ignore t

Re: [PATCH 3/3] pcm051: Add inital support

2012-09-20 Thread Teresa Gamez
Am 21.09.2012 08:37, schrieb Sascha Hauer: On Thu, Sep 20, 2012 at 08:34:28PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 16:02 Thu 20 Sep , Teresa Gámez wrote: Added initial support for Phytec phyCORE-AM335x. Signed-off-by: Teresa Gámez --- arch/arm/Makefile