ac100 team mailing list archive
-
ac100 team
-
Mailing list archive
-
Message #00094
[V2 PATCH 0/8] staging: nvec: updates to the nvec driver
This updates the nvec driver to the latest version. The rewrite
of the ISR patch is a bit larger than I wanted, but breaking it down
in smaller pieces is a very time consuming task.
Changes since V1:
- add const and print_hex_dump where appropriate
- add "\n" to dev_* messages
- add MAINTAINERS info (last patch)
Ilya Petrov (1):
staging: nvec: add LED support
Marc Dietrich (7):
staging: nvec: convert to use platform register and mfd cells
staging: nvec: coding style fixes / add copyright notice
staging: nvec: rework the nvec slave init
staging: nvec: fix unmute of speakers
staging: nvec: rewrite of the ISR and data handling
staging: nvec: update ToDo list
staging: nvec: add MAINTAINERS info
MAINTAINERS | 6 +
drivers/staging/nvec/Kconfig | 6 +
drivers/staging/nvec/Makefile | 1 +
drivers/staging/nvec/TODO | 15 +-
drivers/staging/nvec/nvec-keytable.h | 225 +++++++-----
drivers/staging/nvec/nvec.c | 631 +++++++++++++++++++++-------------
drivers/staging/nvec/nvec.h | 97 +++---
drivers/staging/nvec/nvec_kbd.c | 73 +++-
drivers/staging/nvec/nvec_leds.c | 116 +++++++
drivers/staging/nvec/nvec_power.c | 350 ++++++++++---------
drivers/staging/nvec/nvec_ps2.c | 99 ++++--
11 files changed, 1024 insertions(+), 595 deletions(-)
create mode 100644 drivers/staging/nvec/nvec_leds.c
--
1.7.4.1
Follow ups