Re: Reading from ISP registers fails

2009-07-21 Thread Roger Quadros
ext matthias schwarz wrote: Hello there, i just wrote a little kernel-module, which only executes the following lines of code: u32 syn_mode; void* iomem; struct resource* resource_ptr; resource_ptr = request_mem_region(0x480BC000, 0xFFF, isp_ccdc); iomem =

Re: Reading from ISP registers fails

2009-07-21 Thread matthias schwarz
2009/7/21 Roger Quadros ext-roger.quad...@nokia.com: ext matthias schwarz wrote: Hello there, i just wrote a little kernel-module, which only executes the following lines of code: u32 syn_mode; void* iomem; struct resource* resource_ptr; resource_ptr = request_mem_region(0x480BC000,

RE: Reading from ISP registers fails

2009-07-21 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of matthias schwarz Sent: Tuesday, July 21, 2009 4:31 PM To: Roger Quadros Cc: linux-omap@vger.kernel.org Subject: Re: Reading from ISP registers fails 2009/7/21 Roger