mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support control UP board CPLD onboard LEDS
@ 2022-10-07  5:25 chengwei
  2022-10-07  5:25 ` [PATCH v2 1/2] mfd: Add support for UP board CPLD/FPGA chengwei
  2022-10-07  5:25 ` [PATCH v2 2/2] leds: Add support for UP board CPLD onboard LEDS chengwei
  0 siblings, 2 replies; 5+ messages in thread
From: chengwei @ 2022-10-07  5:25 UTC (permalink / raw)
  To: pavel, lee
  Cc: linux-kernel, linux-leds, GaryWang, musa.lin, jack.chang, chengwei

The UP board <http://www.upboard.com> is the computer board for 
Professional Makers and Industrial Applications. We want to upstream 
the UP board 40-pin GP-bus Kernel driver for giving the users better 
experience on the software release. (not just download from UP board 
github)

These patches are generated from the Linux kernel mainline tag v6.0.

chengwei (2):
  mfd: Add support for UP board CPLD/FPGA
  leds: Add support for UP board CPLD onboard LEDS

 drivers/leds/Kconfig             |  10 +
 drivers/leds/Makefile            |   1 +
 drivers/leds/leds-upboard.c      |  78 +++++
 drivers/mfd/Kconfig              |  11 +
 drivers/mfd/Makefile             |   1 +
 drivers/mfd/upboard-fpga.c       | 482 +++++++++++++++++++++++++++++++
 include/linux/mfd/upboard-fpga.h |  49 ++++
 7 files changed, 632 insertions(+)
 create mode 100644 drivers/leds/leds-upboard.c
 create mode 100644 drivers/mfd/upboard-fpga.c
 create mode 100644 include/linux/mfd/upboard-fpga.h


base-commit: 4fe89d07dcc2804c8b562f6c7896a45643d34b2f
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-08  2:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07  5:25 [PATCH v2 0/2] Add support control UP board CPLD onboard LEDS chengwei
2022-10-07  5:25 ` [PATCH v2 1/2] mfd: Add support for UP board CPLD/FPGA chengwei
2022-10-07 17:23   ` kernel test robot
2022-10-08  2:51   ` kernel test robot
2022-10-07  5:25 ` [PATCH v2 2/2] leds: Add support for UP board CPLD onboard LEDS chengwei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®