Re: how to avoid CPU watchdog error during debug

2021-09-25 Thread jim . cromie
On Sun, Aug 29, 2021 at 7:46 PM wrote: > > > > > > since many things are time depending in the kernel it is difficult to stop > > parts of the kernel. The question is if it is really absolutely necessary > > to do this? Why you can not do it by logging with printk? > > > > Debugging is described

Re: Device doesnt show up on Ble Scanner - gatt-service example in tools folder as per Documentation(doc)

2021-09-25 Thread jim . cromie
On Tue, Aug 31, 2021 at 2:41 AM Raul Piper wrote: > > On Tue, Aug 31, 2021 at 12:08 PM Luiz Augusto von Dentz > wrote: > > > > Hi Raul, > > > Hello Luiz, > > On Mon, Aug 30, 2021 at 11:32 PM Raul Piper wrote: > > > > > > Any inputs on this? > > > > Did you remember to advertise? I mean those

Re: where can I find the explanations for pin-ctrl or #clock-cells in the dts file? (device tree)

2021-09-25 Thread jim . cromie
On Fri, Sep 17, 2021 at 5:53 AM wrote: > > Hi > > I’ve downloaded device tree spec from > https://www.devicetree.org/specifications/ but it doesn’t tell me anything > about #clock-cells or pin-ctrl properties. (the spec is the newst 2020 > version) > > Isnt there any full specification

Re: Accessing a pdev or its members

2021-09-25 Thread Greg KH
On Fri, Sep 24, 2021 at 09:30:55PM -0500, Drew Abbott wrote: > Hello all, > > A third party driver has a probe function foo_probe(struct > platform_device) that ends up allocating and initializing a list of > various device structs: > > struct device *dev = >dev; > struct ucsi_dev *udev; > udev