Re: Is there a reason not to use -@ to compile devicetrees ?

2021-01-04 Thread Vincent Pelletier
Ping ? On Mon, 21 Dec 2020 14:47:07 +, Vincent Pelletier wrote: > Distro: https://raspi.debian.net/ (sid) > Hardware: Raspberry Pi Zero W > Kernel version: 5.9.11 (linux-image-5.9.0-4-rpi) > > To access a device connected to my pi, I need the spi0 bus, and would > like to

Is there a reason not to use -@ to compile devicetrees ?

2020-12-21 Thread Vincent Pelletier
and use spi0 with no further change. So now I wonder why this option is not enabled while there are these sections which seem to not be usable without an overlay ? And further, why it does not seem to be possible to enable with a kernel config option ? I must be missing something obvious, but I'm still failing to see it. Regards, -- Vincent Pelletier

Re: linux-next: Tree for Dec 14 (usb/dwc3)

2017-12-15 Thread Vincent Pelletier
is you need it. > > please do. write/readl tracepoints haven't changed in ages :-) Could it be related to this patch ? https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git/commit/?h=next=204ec1af6257a52fb80f43317f949b345040f9d1 It does touch dwc3_writel & dwc3_readl. -- Vincent Pelletier

Re: linux-next: Tree for Dec 14 (usb/dwc3)

2017-12-15 Thread Vincent Pelletier
nts haven't changed in ages :-) Could it be related to this patch ? https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git/commit/?h=next=204ec1af6257a52fb80f43317f949b345040f9d1 It does touch dwc3_writel & dwc3_readl. -- Vincent Pelletier

Re: [PATCH] kernel/resource.c: fix muxed resource handling in __request_region()

2016-02-22 Thread Vincent Pelletier
.kernel.gpio/10204 My test procedure (second half of the mail), which I used to validate the patch against 4.1: http://permalink.gmane.org/gmane.linux.kernel.gpio/10216 Simon Guinot & Vincent Donnefort debugging results: http://permalink.gmane.org/gmane.linux.kernel.gpio/10521 Rega

Re: [PATCH] kernel/resource.c: fix muxed resource handling in __request_region()

2016-02-22 Thread Vincent Pelletier
y test procedure (second half of the mail), which I used to validate the patch against 4.1: http://permalink.gmane.org/gmane.linux.kernel.gpio/10216 Simon Guinot & Vincent Donnefort debugging results: http://permalink.gmane.org/gmane.linux.kernel.gpio/10521 Regards, -- Vincent Pelletier

Re: [PATCH] kernel/resource.c: fix muxed resource handling in __request_region()

2016-02-19 Thread Vincent Pelletier
do not find a trace of a mail confirming that I tested it and that it fixes the issue. So here goes: Tested-by: Vincent Pelletier <plr.vinc...@gmail.com> Testing details: bug reproduced on 4.1, patch applied over 4.1 and bug disappeared. After rebasing this patch (along with others) over 4.

Re: [PATCH] kernel/resource.c: fix muxed resource handling in __request_region()

2016-02-19 Thread Vincent Pelletier
do not find a trace of a mail confirming that I tested it and that it fixes the issue. So here goes: Tested-by: Vincent Pelletier Testing details: bug reproduced on 4.1, patch applied over 4.1 and bug disappeared. After rebasing this patch (along with others) over 4.4, bug does not reappear. I did

Re: [1/4] gpio: gpio-f7188x: Use mutex for access serialisation.

2015-09-12 Thread Vincent Pelletier
ch, and could not reproduce the error after a few minutes with my test-case, so I think this solves the issue. Tested-by: Vincent Pelletier I rebased my others gpio patches, unrelated to this issue: gpio: gpio-f7188x: Implement get_direction. gpio: gpio-f7188x: "get" should retrieve se

Re: [1/4] gpio: gpio-f7188x: Use mutex for access serialisation.

2015-09-12 Thread Vincent Pelletier
dding commit, applied given patch, and could not reproduce the error after a few minutes with my test-case, so I think this solves the issue. Tested-by: Vincent Pelletier <plr.vinc...@gmail.com> I rebased my others gpio patches, unrelated to this issue: gpio: gpio-f7188x: Implement get_dir