pm-qa integration in LAVA

2011-08-02 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, I commited the different tests for pm-qa [1] Can you integrate it with LAVA ? In order to invoke the tests, just do 'sudo make check' on the topmost directory of pm-qa, that will compile the different utilities and run the tests. The resu

[PATCH] usb: musb: ux500: set dma config for both src and dst

2011-08-02 Thread Per Forlin
From: Per Forlin The dma driver requires both src and dst to be set. This fix is needed in order to run gadget mass storage. Patch is verified on snowball. Signed-off-by: Per Forlin --- drivers/usb/musb/ux500_dma.c | 16 +++- 1 files changed, 7 insertions(+), 9 deletions(-) diff

thumb compiler flags

2011-08-02 Thread Bernhard Rosenkranzer
Hi, I just spotted this bit in Android's Makefiles (inherited that way from AOSP): TARGET_arm_CFLAGS := [...] -fstrict-aliasing [...] [...] TARGET_thumb_CFLAGS := [...] -fno-strict-aliasing [...] This general assumption that arm code can handle strict aliasing, but thumb code can't, seems odd. M

Re: [PATCH v4 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-08-02 Thread Chander Kashyap
Dear Wolfgang Denk, On 31 July 2011 15:30, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message <1311914519-10531-2-git-send-email-chander.kash...@linaro.org> > you wrote: > > Origen board is based upon S5PV310 SoC which is similiar to > > S5PC210 SoC. > > > > Signed-off-by: Chander Kashy

Re: [PATCH v4 2/2] ORIGEN: Add MMC SPL support

2011-08-02 Thread Chander Kashyap
Dear Wolfgang Denk, On 31 July 2011 15:33, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message <1311914519-10531-3-git-send-email-chander.kash...@linaro.org> > you wrote: > > Adds mmc boot support. > > > > Signed-off-by: Chander Kashyap > > --- > > mmc_spl/board/samsung/origen/Makefile

Re: [PATCH v4 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-08-02 Thread Wolfgang Denk
Dear Chander Kashyap, In message you wrote: > > > > +void dram_init_banksize(void) > > > +{ > > > + gd->bd->bi_dram[0].start = PHYS_SDRAM_1; > > > + gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; > > > + gd->bd->bi_dram[1].start = PHYS_SDRAM_2; > > > + gd->bd->bi_dram[1].size = PH