Re: [PATCH v4 21/28] net: wan: Add framer framework support

2023-08-20 Thread Christophe JAILLET
Le 18/08/2023 à 18:39, Christophe Leroy a écrit : From: Herve Codina A framer is a component in charge of an E1/T1 line interface. Connected usually to a TDM bus, it converts TDM frames to/from E1/T1 frames. It also provides information related to the E1/T1 line. The framer framework provides

Re: [PATCH v4 21/28] net: wan: Add framer framework support

2023-08-20 Thread Christophe Leroy
Hi Linus, Le 20/08/2023 à 23:06, Linus Walleij a écrit : > On Fri, Aug 18, 2023 at 6:41 PM Christophe Leroy > wrote: > >> From: Herve Codina >> >> A framer is a component in charge of an E1/T1 line interface. >> Connected usually to a TDM bus, it converts TDM frames to/from E1/T1 >> frames. It

Re: [PATCH] powerpc: Enable generic cpu idle-loop

2023-08-20 Thread Vaibhav Jain
Thanks for looking at this patch Mpe. Michael Ellerman writes: > Vaibhav Jain writes: >> This minor patch enables config option GENERIC_IDLE_POLL_SETUP for arch >> powerpc. This should add support for kernel param 'nohlt'. > > Which is named after an 8086 instruction :), but oh well. > Thanks.

[PATCH v2] powerpc: Enable generic cpu idle-loop

2023-08-20 Thread Vaibhav Jain
This minor patch enables config option GENERIC_IDLE_POLL_SETUP for arch powerpc. This should add support for kernel param 'nohlt'. Powerpc kernel also supports another kernel boot-time param called 'powersave' which can also be used to disable all cpu idle-states and forces CPU to an idle-loop sim

Re: [PATCH v4 21/28] net: wan: Add framer framework support

2023-08-20 Thread Linus Walleij
On Fri, Aug 18, 2023 at 6:41 PM Christophe Leroy wrote: > From: Herve Codina > > A framer is a component in charge of an E1/T1 line interface. > Connected usually to a TDM bus, it converts TDM frames to/from E1/T1 > frames. It also provides information related to the E1/T1 line. > > The framer f

Re: [PATCH v4 21/28] net: wan: Add framer framework support

2023-08-20 Thread Simon Horman
On Fri, Aug 18, 2023 at 06:39:15PM +0200, Christophe Leroy wrote: > From: Herve Codina > > A framer is a component in charge of an E1/T1 line interface. > Connected usually to a TDM bus, it converts TDM frames to/from E1/T1 > frames. It also provides information related to the E1/T1 line. > > Th