RE: HOW to handle partitions on SD Card in the driver?

2005-08-09 Thread Mukund JB.
King >Sent: Tuesday, August 09, 2005 12:24 AM >To: Mukund JB. >Cc: linux-kernel@vger.kernel.org >Subject: Re: HOW to handle partitions on SD Card in the driver? > >On Fri, Aug 05, 2005 at 11:30:43AM +0530, Mukund JB. wrote: >> I have problem with my new driver that tired to su

Re: HOW to handle partitions on SD Card in the driver?

2005-08-08 Thread Russell King
On Fri, Aug 05, 2005 at 11:30:43AM +0530, Mukund JB. wrote: > I have problem with my new driver that tired to support the partitions > support on SD cards. Have you thought about using the generic mmc layer in drivers/mmc with the SD patches which are available in the -mm kernels? We don't want t

HOW to handle partitions on SD Card in the driver?

2005-08-04 Thread Mukund JB.
Dear all, I have problem with my new driver that tired to support the partitions support on SD cards. My driver supports 4 SD cards at a time. The driver works well when there are partitions are disabled. i.e. when alloc_disk(1); - i.e. no partitions. It absolutely fine. Right now, I am working