Re: make command help !!!

2007-09-03 Thread Thomas Petazzoni
Hi, Le Mon, 3 Sep 2007 07:05:20 +0100 (BST), hrishikesh <[EMAIL PROTECTED]> a écrit : > people can you help me understand the make command in detail..as in > what make all does n sorts http://www.gnu.org/software/make/manual/html_node/index.html Sincerly, Thomas -- Thomas Petazzoni - [EM

Re: browsing kernel source with emacs

2007-09-03 Thread Guennadi Liakhovetski
On Sat, 1 Sep 2007, Pawel K wrote: > Hello > How can I force emacs to show the list of tags to jump > to in case there are more than one symbol of a > specific name. What I do is generate once per kernel tree a TAGS file per make TAGS (don't foret your usual ARCH=... CROSS_COMPILE=... variables

creating a sysfs directory

2007-09-03 Thread Felipe Balbi
Hello all, How could I create a new directory under sysfs?? I want to create the following directory structure for usb devices: $PWD = /sys/class/usb_device/usbdevB.D/device ls $PWD/otg (some attributes will go here) ls $PWD/otg/whitelist (other attributes will go here) How could I create dir

Re: creating a sysfs directory

2007-09-03 Thread Felipe Balbi
Hi On 9/3/07, Greg KH <[EMAIL PROTECTED]> wrote: > On Mon, Sep 03, 2007 at 10:40:10AM -0400, Felipe Balbi wrote: > > Hello all, > > > > How could I create a new directory under sysfs?? > > > > I want to create the following directory structure for usb devices: > > > > $PWD = /sys/class/usb_device/

Re: creating a sysfs directory

2007-09-03 Thread Greg KH
On Mon, Sep 03, 2007 at 10:40:10AM -0400, Felipe Balbi wrote: > Hello all, > > How could I create a new directory under sysfs?? > > I want to create the following directory structure for usb devices: > > $PWD = /sys/class/usb_device/usbdevB.D/device > > ls $PWD/otg > (some attributes will go he

Re: creating a sysfs directory

2007-09-03 Thread Greg KH
On Mon, Sep 03, 2007 at 04:22:40PM -0400, Felipe Balbi wrote: > Hi > > On 9/3/07, Greg KH <[EMAIL PROTECTED]> wrote: > > On Mon, Sep 03, 2007 at 10:40:10AM -0400, Felipe Balbi wrote: > > > Hello all, > > > > > > How could I create a new directory under sysfs?? > > > > > > I want to create the foll

Re: whats wrong with my mmap code?

2007-09-03 Thread srinivas bakki
>qcard->memaccess = ioremap(qcard->memstart, qcard->memlen); unsigned long physical = (unsigned long) qcard->memaccess + off; if (remap_pfn_range(vma, vma->vm_start, phys_to_pfn(physical), vsize, vma->vm_page_prot)) return -EAGAIN; qcard->memaccess is not