Re: Camera/ISP questions

2010-10-16 Thread stan
Hi, Gary Gary Thomas wrote: > Sorry for cross-posting, but I'm not sure where best to get help :-( > > I'm working on an OMAP/3530 board (similar to the BeagleBoard, > but of local design). I'm using the 2.6.32+ kernel from Angstrom > which has the DVSDK support, including ISP camera support usi

Re: Alternate git repo servers

2010-10-16 Thread Piotr Hosowicz
On 16.10.2010 22:43, Elvis Dowson wrote: Yes, just type git clone http://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Are you also experiencing slowness with the git protocol with the servers on git.kernel.org& gitorious.org. I had it some days ago with kernel.org, bu

Re: Alternate git repo servers

2010-10-16 Thread Piotr Hosowicz
On 16.10.2010 22:25, Elvis Dowson wrote: I just tried switching protocols from git to http, How did you do it? Just replaced git:// with http:// ? Regards, Piotr Hosowicz -- "[Oleksy] dotknął naszych domów, naszych żon, naszych dzieci, naszych psów, naszych ŚWINEK MORSKICH, on po prostu wkr

Re: Alternate git repo servers

2010-10-16 Thread Elvis Dowson
Hi, On Oct 17, 2010, at 12:37 AM, Piotr Hosowicz wrote: > >> I just tried switching protocols from git to http, > > How did you do it? Just replaced git:// with http:// ? Yes, just type git clone http://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Are you also experien

Re: Alternate git repo servers

2010-10-16 Thread Elvis Dowson
Hi, On Oct 16, 2010, at 11:57 PM, Elvis Dowson wrote: > Are there any alternate git servers for the following repos, the existing one > are very slow for me (at 20kbps), while I have an 8MBps downlink speed. > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git > > git://

Alternate git repo servers

2010-10-16 Thread Elvis Dowson
Hi, Are there any alternate git servers for the following repos, the existing one are very slow for me (at 20kbps), while I have an 8MBps downlink speed. git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git E

[PATCH 9/9] arch: arm: fixed typos

2010-10-16 Thread Andrea Gelmini
Intialize, configuation, wakup, Managment, addres Signed-off-by: Andrea Gelmini --- arch/arm/mach-bcmring/csp/chipc/chipcHw.c|2 +- arch/arm/mach-bcmring/csp/tmr/tmrHw.c|2 +- arch/arm/mach-bcmring/dma.c |2 +- arch/arm/mach-omap2/hsmmc.h

Re: [PATCH] omap4: pandaboard: fix up mmc card detect logic

2010-10-16 Thread Jarkko Nikula
On Fri, 15 Oct 2010 08:24:47 -0500 Nishanth Menon wrote: > For MMC1 Controller, card detect interrupt source is > twl6030 which is non-gpio. The card detect call back function provides > card present/absent status by reading MMC Control register present > on twl6030. This functionality was introd