gpio: Add support for Intel LJCA USB GPIO driver
authorYe Xiang <xiang.ye@intel.com>
Sat, 25 Feb 2023 14:01:15 +0000 (22:01 +0800)
committerLee Jones <lee@kernel.org>
Wed, 26 Apr 2023 10:40:29 +0000 (11:40 +0100)
commitc5a4b6fd31e8cbc749f7ac9ff6c3a6118f3e5011
tree5af63b5807ff513241e912b26ab31dce23a24b54
parentb8fd17d9505e18001d10ceaa350c118a82b467bb
gpio: Add support for Intel LJCA USB GPIO driver

This patch implements the GPIO function of Intel USB-I2C/GPIO/SPI adapter
device named "La Jolla Cove Adapter" (LJCA). It communicate with LJCA
GPIO module with specific protocol through interfaces exported by LJCA USB
driver.

Signed-off-by: Ye Xiang <xiang.ye@intel.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230225140118.2037220-3-xiang.ye@intel.com
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-ljca.c [new file with mode: 0644]