Re: Compile external module against linux source and use functionality in linux source

2014-09-25 Thread Arjun Pandey
My bad. I just hit the default reply button :) On Thu, Sep 25, 2014 at 12:28 PM, Paul Bolle wrote: > On Thu, 2014-09-25 at 12:24 +0530, Arjun Pandey wrote: >> I tried moving the module to kernel tree as well. Ideally this will be >> out of tree module. That still didn't work. >> I have included a

Re: Compile external module against linux source and use functionality in linux source

2014-09-25 Thread Paul Bolle
On Thu, 2014-09-25 at 12:30 +0530, Arjun Pandey wrote: > On Thu, Sep 25, 2014 at 12:28 PM, Paul Bolle wrote: > > On Thu, 2014-09-25 at 12:24 +0530, Arjun Pandey wrote: > >> I tried moving the module to kernel tree as well. Ideally this will be > >> out of tree module. That still didn't work. > >>

Re: Compile external module against linux source and use functionality in linux source

2014-09-25 Thread Arjun Pandey
Thanks Paul. Let me try this out. Regards Arjun On Thu, Sep 25, 2014 at 12:59 PM, Paul Bolle wrote: > On Thu, 2014-09-25 at 12:30 +0530, Arjun Pandey wrote: >> On Thu, Sep 25, 2014 at 12:28 PM, Paul Bolle wrote: >> > On Thu, 2014-09-25 at 12:24 +0530, Arjun Pandey wrote: >> >> I tried moving th

Need to enable 2 MPP in dtsi file...

2014-09-25 Thread siva sangeetha
Hi, I am facing one issue, actually my requirement is i should enable 2 MPP, MPP4 & MPP6 in one node. how to achieve this? ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

hi Question about construct the sk_buff

2014-09-25 Thread lx
hi all: I have a mmap memory area, so I don't want to use alloc_skb(). I use this way: 1. use kmem_cache_alloc_node() for sk_buff struct. 2. the mmap memory area of "mmap_buf" for data area of packet. the codes is: alloc data memory area: ###

Re: Compile external module against linux source and use functionality in linux source

2014-09-25 Thread Valdis . Kletnieks
On Thu, 25 Sep 2014 10:49:33 +0530, Arjun Pandey said: > Step 1 goes through fine. The module gets compiled fine. > However now when i try to compile the kernel i get linker error of > undefined reference to the function exported from the kernel module. > > I can't find any documentation on this u

Query on pin multiplexing with device tree

2014-09-25 Thread Victor Ascroft
Hello, pinctrl_touchctrl_idle: touchctrl_idle { fsl,pins = < MF610_PAD_PTA18__GPIO_80x0041 MF610_PAD_PTA19__GPIO_90x0041 >; }; pinctrl_touchctrl_read: touchctrl_read { fsl,pins = <

Re: Query on pin multiplexing with device tree

2014-09-25 Thread Maxime Ripard
Hi Victor, On Thu, Sep 25, 2014 at 06:36:04PM +0530, Victor Ascroft wrote: > Hello, > > pinctrl_touchctrl_idle: touchctrl_idle { > fsl,pins = < > MF610_PAD_PTA18__GPIO_80x0041 > MF610_PAD_PTA19__GPIO_90x0041 > >;

Re: Query on pin multiplexing with device tree

2014-09-25 Thread Victor Ascroft
On Thursday 25 September 2014 07:39 PM, Maxime Ripard wrote: > Hi Victor, > > On Thu, Sep 25, 2014 at 06:36:04PM +0530, Victor Ascroft wrote: >> Hello, >> >> pinctrl_touchctrl_idle: touchctrl_idle { >> fsl,pins = < >> MF610_PAD_PTA18__GPIO_80x0041 >>

TODO: no enums in user space interface

2014-09-25 Thread Gustavo A. R. Silva
Hello everybody, There is a TODO file into drivers/staging that says the following: User space interface refinement: No enums should be used Can someone explain me what is the meaning of not using enums in user space interfaces? Thanks in advance Best regards -- Gustavo Silva

Git create patch series for multipe commits.

2014-09-25 Thread Anand Moon
Hi All, Could somebody provide me steps to create patch series. How to send version's of these patches. How to resend these patches. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/l

Re: Compile external module against linux source and use functionality in linux source

2014-09-25 Thread Arjun Pandey
Hi Valdis That makes sense :) Moving the module to the kernel makes it work. Thanks Arjun On Thu, Sep 25, 2014 at 5:57 PM, wrote: > On Thu, 25 Sep 2014 10:49:33 +0530, Arjun Pandey said: > >> Step 1 goes through fine. The module gets compiled fine. >> However now when i try to compile the kern