Re: Kernel module that shuts down the device

2021-11-08 Thread Greg KH
On Mon, Nov 08, 2021 at 02:53:37PM -0600, Drew Abbott wrote: > > There's a whole bunch of ways to schedule work in the kernel, it doesn't > have to be > > a heartbeat function. > > > > Plenty of drivers are split into IRQ and non-IRQ parts (sometimes called > the top and > > bottom parts of the

Re: Kernel module that shuts down the device

2021-11-08 Thread Drew Abbott
> There's a whole bunch of ways to schedule work in the kernel, it doesn't have to be > a heartbeat function. > > Plenty of drivers are split into IRQ and non-IRQ parts (sometimes called the top and > bottom parts of the driver). See how they get info from the IRQ part to the non-IRQ part. I saw

Re: MTD: How to get actual image size from MTD partition

2021-11-08 Thread Pintu Agarwal
Hi, On Fri, 29 Oct 2021 at 22:18, Ezequiel Garcia wrote: > > On Fri, 29 Oct 2021 at 13:13, Pintu Agarwal wrote: > > > > Hi All, > > > > On Mon, 30 Aug 2021 at 21:28, Pintu Agarwal wrote: > > > > > > On Sun, 22 Aug 2021 at 19:51, Ezequiel Garcia > > > wrote: > > > > > > > In other words, IMO