Skip to content

Commit

Permalink
gpio: update Intel LJCA USB GPIO driver
Browse files Browse the repository at this point in the history
This driver communicate with LJCA GPIO module with specific
protocol through interfaces exported by LJCA USB driver.
Update the driver according to LJCA USB driver's changes.

Signed-off-by: Wentong Wu <[email protected]>
Reviewed-by: Sakari Ailus <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Acked-by: Bartosz Golaszewski <[email protected]>
Tested-by: Hans de Goede <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
wentongwu authored and gregkh committed Oct 11, 2023
1 parent caee8e3 commit 1034cc4
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 105 deletions.
4 changes: 2 additions & 2 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1312,9 +1312,9 @@ config GPIO_KEMPLD

config GPIO_LJCA
tristate "INTEL La Jolla Cove Adapter GPIO support"
depends on MFD_LJCA
depends on USB_LJCA
select GPIOLIB_IRQCHIP
default MFD_LJCA
default USB_LJCA
help
Select this option to enable GPIO driver for the INTEL
La Jolla Cove Adapter (LJCA) board.
Expand Down
Loading

0 comments on commit 1034cc4

Please sign in to comment.