Re: SOC: Zedboard: Driver question

2014-06-18 Thread sanjeev sharma
is this Finally Working or you are facing some issues ? Regards Sanjeev Sharma On Fri, Jun 13, 2014 at 6:43 PM, Josh Cartwright jo...@eso.teric.us wrote: On Thu, Jun 12, 2014 at 04:39:25PM +0300, amit mehta wrote: We are working on a school project in which we are trying to develop a

Re: Adding new board support

2014-06-18 Thread sanjeev sharma
Also It is depends on Kernel Version you are trying to add support for New Board.If your Kernel version doesn't support device tree blob then adding some Board files would be sufficient enough and you can also take reference from the other Board which is similar to your Board. Regards Sanjeev

Re: Unsuccessful transactions during usb enumeration

2014-06-18 Thread Greg KH
On Wed, Jun 18, 2014 at 06:26:23AM +, Ranjith T. C. wrote: Thanks for the reply. What exactly do you mean by this? What I meant is whether it could be could be an of the USB controller driver or the hardware? It could be both. Or a bad cable, or bad connection. Try putting some

Re: Unsuccessful transactions during usb enumeration

2014-06-18 Thread sanjeev sharma
Hi Greg, In one of my imx6 based Board when I connect USB Disk first time everything work's ok and I can read/write content from USB Flash Driver but when I do eject and connect again I could see below continuous messages from dmesg and disk never mounted. 218.431346] FAT-fs (sda): Directory

Re: Unsuccessful transactions during usb enumeration

2014-06-18 Thread Greg KH
On Wed, Jun 18, 2014 at 12:22:33PM +0530, sanjeev sharma wrote: Hi Greg, In one of my imx6 based Board when I connect USB Disk first time everything work's ok and I can read/write content from USB Flash Driver but when I do eject and connect again I could see below continuous messages from

Re: Unsuccessful transactions during usb enumeration

2014-06-18 Thread sanjeev sharma
OK ! So USB Driver is trying to read but physically disk is not enumerated but USB Subsystem did recognize the disk as per Logs. usb 2-1.1: new high speed USB device number 6 using fsl-ehci 6[ 216.990681] scsi1 : usb-storage 2-1.1:1.0 5[ 217.983182] scsi 1:0:0:0: Direct-Access USB2.0

Re: Eudyptula Challenge Task 01

2014-06-18 Thread sanjeev sharma
So Thunderbird client can work out of Box to submit Assignment We can also attach .c .h files too if required against the Assignment. Regards Sanjeev Sharma On Sun, Jun 15, 2014 at 2:57 PM, Abhishek Sharma asharma...@gmail.com wrote: On 13-06-2014 AM 04:10, Nada Saif wrote: Hi, Which

out-of-tree configuration

2014-06-18 Thread John Bougs
I am working with a kernel module that has a few kconfig options associated with it. The makefile for the module as it is does not support out-of-tree builds. I am trying to change the the makefile to do out-of-tree builds. Most of this is pretty straight forward, however I can't seem to find any

Re: out-of-tree configuration

2014-06-18 Thread Anders Darander
On 18 June 2014 15:03, John Bougs bogusemail98...@yahoo.com wrote: I am working with a kernel module that has a few kconfig options associated with it. The makefile for the module as it is does not support out-of-tree builds. I am trying to change the the makefile to do out-of-tree builds.

Re: out-of-tree configuration

2014-06-18 Thread john bougs
On Wednesday, June 18, 2014 6:47 AM, Anders Darander anders.daran...@gmail.com wrote: On 18 June 2014 15:03, John Bougs bogusemail98...@yahoo.com wrote: I am working with a kernel module that has a few kconfig options associated with it. The makefile for the module as it is does not

Re: out-of-tree configuration

2014-06-18 Thread Valdis . Kletnieks
On Wed, 18 Jun 2014 07:02:09 -0700, john bougs said: Without  trying to sound confrontational, why not build it out of tree? Why not have it build in-tree? That way you can throw it at Greg KH and get it in (at least) drivers/staging, at which point you no longer have to do ongoing maintenance

Re: out-of-tree configuration

2014-06-18 Thread Anders Darander
On 18 Jun 2014 16:02, john bougs bogusemail98...@yahoo.com wrote: On Wednesday, June 18, 2014 6:47 AM, Anders Darander anders.daran...@gmail.com wrote: On 18 June 2014 15:03, John Bougs bogusemail98...@yahoo.com wrote: I am working with a kernel module that has a few kconfig options

Re: out-of-tree configuration

2014-06-18 Thread john bougs
On Wednesday, June 18, 2014 7:31 AM, Anders Darander anders.daran...@gmail.com wrote:   Well, from your first email, I got the impression that you tried to move an in-tree module out of the kernel tree. What 3rd party module is it that you're building, that is delivered to you in a

Re: Eudyptula Challenge Task 01

2014-06-18 Thread Anand Moon
Hi Sanjeev, Please share the steps to configure Thunderbird so that it benefits all of us. -Anand Moon On Wednesday, June 18, 2014 4:37 PM, sanjeev sharma sanjeevsharmae...@gmail.com wrote: So Thunderbird client can work out of Box to submit Assignment   We can also attach .c .h files

Re: Eudyptula Challenge Task 01

2014-06-18 Thread Valdis . Kletnieks
On Wed, 18 Jun 2014 10:43:42 -0700, Anand Moon said: Hi Sanjeev, Please share the steps to configure Thunderbird so that it benefits all of us. % grep -i thunder /usr/src/linux-next/Documentation/email-clients.txt Thunderbird (GUI) Thunderbird is an Outlook clone that likes to mangle text,

Re: Why the page tables are needed for lowmem?

2014-06-18 Thread Pranay Srivastava
On Thu, Jun 19, 2014 at 8:51 AM, sandeep kumar coolsandyfor...@gmail.com wrote: Hi All i was going through mm initialization code, and saw paging_init() implementation. it has a function map_lowmem(). I was wondering why do we need page table entries for lowmem ?? I hope you understand how