lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2024101314-rephrase-lark-c93a@gregkh>
Date: Sun, 13 Oct 2024 16:52:28 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Mary Strodl <mstrodl@....rit.edu>
Cc: linux-kernel@...r.kernel.org, linus.walleij@...aro.org, brgl@...ev.pl,
	linux-gpio@...r.kernel.org
Subject: Re: [PATCH v5] gpio: add support for FTDI's MPSSE as GPIO

On Wed, Oct 09, 2024 at 09:11:31AM -0400, Mary Strodl wrote:
> FTDI FT2232H is a USB to GPIO chip. Sealevel produces some devices
> with this chip. FT2232H presents itself as a composite device with two
> interfaces (each is an "MPSSE"). Each MPSSE has two banks (high and low)
> of 8 GPIO each. I believe some MPSSE's have only one bank, but I don't
> know how to identify them (I don't have any for testing) and as a result
> are unsupported for the time being.
> 
> Additionally, this driver provides software polling-based interrupts for
> edge detection. For the Sealevel device I have to test with, this works
> well because there is hardware debouncing. From talking to Sealevel's
> people, this is their preferred way to do edge detection.
> 
> Signed-off-by: Mary Strodl <mstrodl@....rit.edu>
> Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
> ---
> 
> (Resent because I forgot to cc gregkh last time)

USB stuff looks sane, no objection from me there.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ