Re: unable to find function definition

2016-04-27 Thread Anupam Kapoor
> [2016-04-28T01:56:26+0530]: "Jakub Sitnicki" (jakub-sitnicki): ,[ jakub-sitnicki ] | An alternative would be to use cscope: | | $ # build the index (will take a moment) | $ make cscope ` this ! cscope generally just works for way better than other 'manual' mechanisms. since it builds

Fw: new message

2016-04-27 Thread bear.yogi
Hello! You have a new message, please read bear.y...@gmx.de ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Mapping of Filename to allocated blocks

2016-04-27 Thread arshad hussain
On Thu, Apr 28, 2016 at 7:28 AM, Manoj Rao wrote: > Hi All, > > I'm looking for a way to get a filename associated with a given physical > block (ideally what I'd like is a mapping of filename <=> all the allocated > blocks for this file). If you have not done already, this could be a good starti

Mapping of Filename to allocated blocks

2016-04-27 Thread Manoj Rao
Hi All, I'm looking for a way to get a filename associated with a given physical block (ideally what I'd like is a mapping of filename <=> all the allocated blocks for this file). Is there a recommended way to do this already in kernel? if not, then where should I start looking to add changes? H

Re: unable to find function definition

2016-04-27 Thread Jakub Sitnicki
On Tue, Apr 26, 2016 at 12:45 PM CEST, Silvan Jegen wrote: > Am 2016-04-26 10:50, schrieb Gadre Nayan: >> Ctags can help. Ctags -R on the entire source. > > In the Kernel Makefile there is actually a target for this. It's called > either 'tags' or 'tag' so > > make tags [or tag] > > should create

Re: strange dtc errors after adding sram node

2016-04-27 Thread Stefan Wahren
Hi Arnd, Am 25.04.2016 um 15:06 schrieb Arnd Bergmann: > On Monday 25 April 2016 08:04:53 Stefan Wahren wrote: >> >> i've found reason for these errors. I missed to adjust the affected dts >> files which refer to the ahb node. > > Makes sense. Maybe you can just remove the address and 'reg' proper

Re: i2c driver develpment with diolan DLN-2 / ACPI?

2016-04-27 Thread Daniel Baluta
On Wed, Apr 27, 2016 at 2:36 PM, Martin Kepplinger wrote: > Hi roberta or anyone who uses a diolan i2c/spi bridge device, > > I try to do get the kernel driver for the connected chip loaded, but I'm > having some trouble getting it right. > > Cables are connected to the device (i2c), and the (main

i2c driver develpment with diolan DLN-2 / ACPI?

2016-04-27 Thread Martin Kepplinger
Hi roberta or anyone who uses a diolan i2c/spi bridge device, I try to do get the kernel driver for the connected chip loaded, but I'm having some trouble getting it right. Cables are connected to the device (i2c), and the (mainline) kernel driver for the diolan DLN-2 device is compiled and loade