Re: Linux release & branch management

2017-11-16 Thread Carlo Caione
to Linus triggered this question for me. look at https://elixir.free-electrons.com/linux/latest/source/MAINTAINERS -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: How to find closest tag when using git-bisect?

2016-09-08 Thread Carlo Caione
ke`? or just need to build the thing I need? Question is not clear. You need to recompile at each step. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: list etiquette

2016-06-07 Thread Carlo Caione
e answer was correct and useful. This generates useless spam and traffic in a ml that already counts hundreds of mails per day. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: USB device debugging

2016-05-24 Thread Carlo Caione
On Tue, May 24, 2016 at 9:39 AM, Narasimha M <mnarasimha...@gmail.com> wrote: > Hi All, > Could you please help in checking receive packet flow from USB driver. https://wiki.wireshark.org/CaptureSetup/USB -- Carlo Caione ___ Kernelnew

Re: LINKS PLEASE

2016-05-17 Thread Carlo Caione
gt; > there is no way this is serious. I always wonder why people never ask something like "How do I turn a LED on and off with a GPIO?" ;-) -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Can I just remove code of other architectures and get a clean X86 source

2016-05-12 Thread Carlo Caione
ce. > (btw, I don't know whether this question is asked before. I google > it but find nothing related. If it's duplicated, please give me some > pointer to the mailing list where this topic located ) Navigate with cscope only on one architecture: make ARCH=arm cscope -- Carlo

Re: Question about cc:stable and git send-email

2016-04-25 Thread Carlo Caione
out when that commit was introduced using git > describe. > > I added the tags: > > Fixes: XXX () > CC: sta...@vger.kernel.org # 4.4.x- No need for # .. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnew

Re: Possible Bug

2016-03-31 Thread Carlo Caione
ror)) >> return ERR_PTR(error); >> and tell me if that fixes your issue. >> Nick > > > Seems to have worked, the error is is gone and I can mount the USB device. That's not a fix, you are leaking f. -- Carlo Caione

Re: unregister_input_polled_device() leads to null pointer deref

2016-03-28 Thread Carlo Caione
ong with my log statements: http://pastebin.com/badwSvyy. > input_free_polled_device(polled_input) is always called in your probe function. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: ARM Linux: Where the SDRAM address and size defined

2016-03-07 Thread Carlo Caione
0x2000>; > }; > For the record. The memory node in the DTS is most of the time useless / there for documentation since the node is overwritten by the bootloader who is in charge to initialized the DRAM. -- Carlo Caione __

Re: Finding when a chip was supported in the kernel

2016-02-15 Thread Carlo Caione
ailing me for finding the > specific kernel of inclusion. This comes up somewhat often here at work > (having to determine how far back our Linux support goes), so I’m trying to > find the best way to determine this. git log --reverse $driver git describe --c

Re: Got wrongly (I hope) banned from eudyptula challenge

2015-10-09 Thread Carlo Caione
ee that I have not violated the terms in > Little? This is not the right list to ask about this kind of stuff. It's getting annoying. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: refrence to communicate with hardware

2015-06-15 Thread Carlo Caione
On Mon, Jun 15, 2015 at 10:44 AM, john byron newmr.cyber...@yahoo.com wrote: Anyone know where i need to do/read to know all the flag (or something else in low level, or bit level) to communicate with hardware ? datasheet? -- Carlo Caione

Re: Query on device tree phandles

2015-05-26 Thread Carlo Caione
using one of the of_* functions? The driver binds to one of the syscon nodes above lets say node3. http://lxr.free-electrons.com/source/drivers/of/base.c#L1597 -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http

Re: Appropriate method of io remapping a single memory location?

2015-05-06 Thread Carlo Caione
that DT is always recommended. I would use something like of_find_compatible_node() + of_iomap() on the syscon device for that (after of_platform_populate()). Probably you could use also directly the physical location or a iotable but it is definitely uglier IMO. -- Carlo Caione

Re: Checkpatch Patches

2014-09-16 Thread Carlo Caione
and I understand Valdis. I am going to talk to Sudip about reading and checking my patches first. Rik, probably it's time to ban Nick also from this ml. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http

Re: Rep Improvement

2014-09-07 Thread Carlo Caione
resubscribing, and only start worrying about it if you can't resubscribe. He was banned. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Query on linker scripts

2012-03-24 Thread Carlo Caione
bcc FillZerobss ... -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: UART and servo controller

2011-03-15 Thread Carlo Caione
and not anything I would recommend as a simple kernel module, sorry. good luck, Thank you for the reply. I thought it was simpler. It is always hard to find out a kernel area simple enough to make experiments that are at the same time somehow useful. -- Carlo Caione

UART and servo controller

2011-03-14 Thread Carlo Caione
use uart_register_driver() to register the driver I need (need?) e pointer to the console structure and this is not I want. Thank you and sorry for the noob question. -- Carlo Caione ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http