Re: More pchgpio(4)

2022-03-07 Thread Mark Kettenis
> From: James Hastings > Date: Sun, 27 Feb 2022 05:45:48 -0500 (EST) > > On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: > > > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) > > > From: Mark Kettenis > > > > > > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > > > > From: Mark Ketteni

Re: More pchgpio(4)

2022-02-27 Thread Dave Voutila
Mark Kettenis writes: >> for (bit = 0; bit <= (limit - base); bit++) { >> -pin = gpiobase + bit; >> -if (status & (1 << bit) && sc->sc_pin_ih[pin].ih_func) >> - >> sc->sc_pin_ih[pin].ih_func(sc->sc_pin_ih[pin].ih_a

Re: More pchgpio(4)

2022-02-27 Thread Mark Kettenis
> From: Dave Voutila > Date: Sun, 27 Feb 2022 17:57:17 -0500 > > Mark Kettenis writes: > > >> From: Dave Voutila > >> Date: Sun, 27 Feb 2022 07:41:47 -0500 > >> > >> James Hastings writes: > >> > >> > On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: > >> >> > Date: Sat, 9 Oct 20

Re: More pchgpio(4)

2022-02-27 Thread Dave Voutila
Mark Kettenis writes: >> From: Dave Voutila >> Date: Sun, 27 Feb 2022 07:41:47 -0500 >> >> James Hastings writes: >> >> > On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: >> >> > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) >> >> > From: Mark Kettenis >> >> > >> >> > > Date: Sat

Re: More pchgpio(4)

2022-02-27 Thread Mark Kettenis
> From: Dave Voutila > Date: Sun, 27 Feb 2022 07:41:47 -0500 > > James Hastings writes: > > > On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: > >> > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) > >> > From: Mark Kettenis > >> > > >> > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST)

Re: More pchgpio(4)

2022-02-27 Thread Dave Voutila
James Hastings writes: > On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: >> > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) >> > From: Mark Kettenis >> > >> > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) >> > > From: Mark Kettenis >> > > >> > > This time adding support for Sunri

Re: More pchgpio(4)

2022-02-27 Thread James Hastings
On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: > > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) > > From: Mark Kettenis > > > > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > > > From: Mark Kettenis > > > > > > This time adding support for Sunrisepoint-H and Sunrisepoint-LP. > > >

Re: More pchgpio(4)

2021-10-21 Thread Mike Larkin
On Tue, Oct 12, 2021 at 01:19:55PM -0700, Mike Larkin wrote: > On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: > > > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) > > > From: Mark Kettenis > > > > > > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > > > > From: Mark Kettenis > > > > >

Re: More pchgpio(4)

2021-10-12 Thread Mike Larkin
On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: > > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) > > From: Mark Kettenis > > > > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > > > From: Mark Kettenis > > > > > > This time adding support for Sunrisepoint-H and Sunrisepoint-LP. > > >

Re: More pchgpio(4)

2021-10-10 Thread Mark Kettenis
> Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) > From: Mark Kettenis > > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > > From: Mark Kettenis > > > > This time adding support for Sunrisepoint-H and Sunrisepoint-LP. > > Because of all the failed attempts by Intel to get their 10nm process > > un

Re: More pchgpio(4)

2021-10-09 Thread Mark Kettenis
> Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > From: Mark Kettenis > > This time adding support for Sunrisepoint-H and Sunrisepoint-LP. > Because of all the failed attempts by Intel to get their 10nm process > under control, this may cover Intel Mobile CPUs marketed as 6th, 7th, > 8th, 9th and 1

More pchgpio(4)

2021-10-09 Thread Mark Kettenis
This time adding support for Sunrisepoint-H and Sunrisepoint-LP. Because of all the failed attempts by Intel to get their 10nm process under control, this may cover Intel Mobile CPUs marketed as 6th, 7th, 8th, 9th and 10th generation. So if you have a Laptop that isn't at least 5 years old, give t