← Back to team overview

ac100 team mailing list archive

[PATCH] 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.

Ilya Petrov (1):
  staging: nvec: add LED support

Marc Dietrich (6):
  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

 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          |  618 ++++++++++++++++++++++------------
 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      |  100 ++++--
 10 files changed, 1015 insertions(+), 586 deletions(-)
 create mode 100644 drivers/staging/nvec/nvec_leds.c

-- 
1.7.4.1



Follow ups