Invest Loan

2018-01-04 Thread JB
Hello Sir, In need of loan to start business, finance your project or expand your business Write back if you are interested for further details. Regards Jack

Re: linux-next: build warnings after merge of the staging tree

2017-08-18 Thread JB Van Puyvelde
(struct v4l2_subdev *sd, u16 val) > > ^ > > > > Introduced by commit > > > > 9a5a6911aa3f ("staging: imx: fix non-static declarations") > > Sorry for the delay, now dropped from my tree, I shouldn't have taken it > in the first place :( > > greg k-h Hi, Sorry about that. I will be more careful next time. JB

[PATCH] staging: imx: fix non-static declarations

2017-07-23 Thread JB Van Puyvelde
Add static keywords to fix this kind of sparse warnings: warning: symbol 'imx_t_vcm_timing' was not declared. Should it be static? Signed-off-by: JB Van Puyvelde --- drivers/staging/media/atomisp/i2c/imx/imx.c | 24 1 file changed, 12 insertions(+), 12

[PATCH] staging: greybus: power_supply: replace kzalloc by kcalloc

2017-05-11 Thread JB Van Puyvelde
According to checkpatch.pl, kcalloc should be preferred to kzalloc with multiply. Signed-off-by: JB Van Puyvelde --- drivers/staging/greybus/power_supply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/power_supply.c b/drivers/staging/greybus

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-24 Thread Mukund JB.
Dear Lenneart, >Most common for disk devices is XXYZ where XX is some name for the >driver (hd for ide, sd for scsi, other things for other drive types), Y >is a letter (a for first, b for second, c for third, etc) and Z is the >partition number. So in your case you could have: > >tfaa for first

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-24 Thread Mukund JB.
generalization in the code. Regards, Mukund Jampala >-Original Message- >From: Lennart Sorensen [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 18, 2005 10:57 PM >To: Mukund JB`. >Cc: [EMAIL PROTECTED]; linux-kernel-Mailing-list >Subject: Re: The Linux FAT issue on SD

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-19 Thread Mukund JB`.
Dear Lennart, >> I found that both of then do NOT have the partition table. > >If you don't use fdisk to create a partition on the card, then you won't >have one. I am having the partition table on the cam formatted CARD i.e. the partition 0. > If you mkdosfs on /dev/tfa0 then you loose the

Fix to Linux FAT12 mount issue?

2005-08-19 Thread Mukund JB`.
Dear all, Its time that there should be a fix applied to the FAT12 subsystem in Linux. I have noted that removable device FAT12 formatted in Camera like digital media does NOT have the FAT12 in sector 0 instead it has a partition table that speaks about the FAT12 fs start sector. Such devices tha

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-18 Thread Mukund JB`.
Dear Lennart, The USB device I have bought is yet to be tested. I will do it tomorrow. I was busy in figuring out more on this END. Let me try it to night. If not I will try it in the tomorrow day time schedule. Regards, Mukund Jampala >> I have bought a "entermultimedia" USB 2.0 21-in-1 card. >

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-18 Thread Mukund JB`.
Dear all, I have few updates in this issue. I have attached the Images as well as the mount-log to this mail. Please see the comments inline. >If the partition starts at sector 57 and is 28743 sectors long, then >that matches 28800 sectors total. No problem there. > >If on the other hand fdisk r

RE: How to support partitions in driver?

2005-08-18 Thread Mukund JB`.
Dear Russel, I have a full-fledged driver working with NO problems. It has been developed long back. Now the issue here is to add the partitions support to the existing driver. I guess it will involve enough amount of work. If NOT, please provide me the documentation if available, HOW-TO use the

How to support partitions in driver?

2005-08-17 Thread Mukund JB`.
Dear all, I have few basic queries regarding my partition implementation in my Sd driver. Sorry for asking such petty things here. But, somehow it's not working & I am made to ask it here. I am working on 2.6.10 kernel(x86 architecture). I have a working SD driver for my multimedia controller.

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-17 Thread Mukund JB`.
Dear Lennart, A have a new fining here. fdisk -l -u /dev/tfa0: debdev1:~# fdisk -l -u /dev/tfa0 Disk /dev/tfa0: 14 MB, 14680064 bytes 2 heads, 32 sectors/track, 448 cylinders, total 28672 sectors Units = sectors of 1 * 512 = 512 bytes Device Boot Start End Blocks Id Sys

get_start_sect() NOTE HOW?...

2005-08-17 Thread Mukund JB`.
Dear all, Sorry for the MOST silly question in this list. I am mailing it here as this related to kernel. I am writing a block driver for MMC interface. In the HDIO_GETGEO ioctl, the hd_geometry structure is filled. I have doubt updating the 'start' field of the hd_geometry structure. I am doin

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-16 Thread Mukund JB.
Lennart Sorensen [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 11, 2005 9:04 PM >To: Mukund JB. >Cc: [EMAIL PROTECTED]; linux-kernel-Mailing-list >Subject: Re: The Linux FAT issue on SD Cards.. maintainer support please > >On Thu, Aug 11, 2005 at 10:57:14AM +0530, Mukund JB. wrot

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-16 Thread Mukund JB.
Dear Lenneart, Good Morning. Sorry for the delay. It is Independence Day celebration Week in INDIA. And it's time for my independence from this problem. Please see my advances in-lined below. Work time --- >> And is it due to lack of partition support in the driver that will >> affect the

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-12 Thread Mukund JB.
Dear Lennart, Thanks for the immediate reply. Please see inline comments. >If you don't at least read the partition table to find where the first >partition starts, then you won't know where to start looking for a FAT >filesystem. When I said mount, I guess FAT will read sector 0 to get the par

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-12 Thread Mukund JB.
Singer [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 11, 2005 11:26 AM >To: Mukund JB. >Cc: [EMAIL PROTECTED]; linux-kernel-Mailing-list >Subject: Re: The Linux FAT issue on SD Cards.. maintainer support please > >On Thu, Aug 11, 2005 at 10:57:14AM +0530, Mukund JB. wrote: >

RE: The Linux FAT issue on SD Cards.. maintainer support please

2005-08-12 Thread Mukund JB.
Dear Lennart, I have an update on this. Please see the message indented inline. >A few things I would try: > >Stick the SD card in a generic cheap USB media reader, and see what the >kernel thinks of the cards then. Do both work? I do NOT have one. I am getting it today. I will work on it this

The Linux FAT issue on SD Cards.. maintainer support please

2005-08-10 Thread Mukund JB.
Dear all, I am Linux driver programmer. I have a FAT12 issue on my SD cards. I have got these addresses from the fs-lists as the maintainer support mail IDs for FAT-FS. I am using the 2.6.10 kernel, X86 like systems. I am NOT able to mount the Camera formatted FAT12 filesystem on my linux BOX.

RE: Unable to mount the SD card formatted using the DIGITAL CAMREA on Linux box

2005-08-09 Thread Mukund JB.
Dear all, No, the TI PCI 7x21 provides IDE like interface. However, that is NOT the point here? I just want to know what could be the problem in mounting a SD card Formatted in the camera while it is mounting on windows (same HW). Regards, Mukund Jampala >> Execute linux `fdisk` on the device.

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: Unable to mount the SD card formatted using the DIGITAL CAMREA on Linux box

2005-08-08 Thread Mukund JB.
Dear Erik & all, Sorry for the delay in my latest updates. I was required to fix the partition problem first. I have an update in gathering some partition info about in SD cards formatted in windows and Camera. I tried printing data from the ox1BE offset of 0th sector on windows formatted SD c

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

RE: 2.6 partition support driver methods

2005-08-04 Thread Mukund JB.
t;-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 04, 2005 8:09 PM >To: Mukund JB. >Cc: linux-kernel@vger.kernel.org >Subject: Re: 2.6 partition support driver methods > >Mukund JB. <[EMAIL PROTECTED]> wrote: > >> BUT

RE: 2.6 partition support driver methods

2005-08-04 Thread Mukund JB.
ard is inserted in the socket 0, I am able to mount. BUT, when a card is inserted in the socket 3, I am NOT able to mount and it says. Mount: /dev/tfa12 is not a valid block device Can you convey me where exactly I am missing or why is it failing? Regards, Mukund Jampala >-----Original

2.6 partition support driver methods

2005-08-03 Thread Mukund JB.
Dear all, I have a driver implemented to support single partition in 2.6 kernels. I have a requirement of supporting multiple partitions in my block driver to support flash media devices. I have modified the alloc_disk(1) to alloc_dosk(16) to support a MAX of 16 partitions. This way I have conve

RE: Unable to mount the SD card formatted using the DIGITAL CAMREA on Linux box

2005-07-29 Thread Mukund JB.
Dear Lennart, Dick Johnson, Erik Mouw & All, Thanks for all ur precious support. The cannon camera (other devices too) formatted SD is indeed a partition FAT12. When I said sfdisk -l, it showed the fs ID as 1. 1 is indeed the FAT12 fs ID. Attached are the logs for win and camera device sfdisk

2.6 kernel timespec nano sec howto

2005-07-21 Thread Mukund JB.
Dear all, I have timing issue in my code powering up my socket device. I want use the current_kernel_time() and wait in terms of nano seconds. The tv_nsec (nano) of timespec structure will be overflowing every second. So, how do I handle it? Regards, Mukund Jampala - To unsubscribe from this list

RE: FC3 module sys_print how...

2005-07-18 Thread Mukund JB.
when the system hangs after the reboot. Waiting for ur suggestions. Regards, Mukund Jampala >-Original Message- >From: Richard B. Johnson [mailto:[EMAIL PROTECTED] >Sent: Friday, July 15, 2005 11:18 PM >To: Mukund JB. >Cc: Linux kernel >Subject: Re: FC3 module sys_print

RE: FC3 module sys_print how...

2005-07-16 Thread Mukund JB.
05 6:19 PM >To: Mukund JB. >Cc: Linux kernel >Subject: Re: FC3 module sys_print how... > > >It's no longer exported. You can either modify your kernel to >export it or you can use that attached work-around to extract >the symbol offset from /boot/System.map. > >

FC3 module sys_print how...

2005-07-15 Thread Mukund JB.
Dear Linux-lovers. I am trying to build a 2.6.10 linux kernel module to print messages to a file. I have done this 2.4 and I was successful but I am failing here. I am using the sys_open, sys_write calls to do so. I am getting a compilation warning and I find no .ko file created finally

RE: Fedora core 3 Version magic error..

2005-07-07 Thread Mukund JB.
ukund jampala >-Original Message- >From: Sam Ravnborg [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 07, 2005 2:47 PM >To: Mukund JB. >Cc: linux-kernel@vger.kernel.org >Subject: Re: Fedora core 3 Version magic error.. > >On Thu, Jul 07, 2005 at 12:12:12PM +0530,

Fedora core 3 Version magic error..

2005-07-06 Thread Mukund JB.
Dear all,   I have a problem loading the rpm build locally on Fedora core 3, linux kernel 2.6.10.   After building the rpm file from the available sources on the Linux kernel 2.6.10 which was D/W from kernel.org and build, I am unable to load it.   It results in the following errors:- tifm: versi

touch screen driver --working?

2005-04-15 Thread Mukund JB.
Dear all, I have a query here regarding how does a touch screen driver work? I have TS driver working but the calibration points seem to be not set properly. When I launch an qt application, the touch on edit dropdown button opens the file dropdown button. Any clink on any button of the appli

"remap_page_range" compile ERROR

2005-03-09 Thread Mukund JB.
Hi all, I am running Redhat 9 Linux. I have problem with compiling the i810fb driver downloaded from Sourceforge site. I have D/W the i810fb patch "linux-i810fb-0.0.35.tar.bz2". When I run the make modules I get the following ERROR i810_main.c: 643: warning: passing arg 1 of 'remap_page_range_R