[PATCH 0/5] staging: nvec: code cleanups

Marc Dietrich marvin24 at gmx.de
Thu May 24 19:49:41 UTC 2012


This series cleanups the nvec code a bit. The LED driver is renamed to
paz00 because it only makes sense on this device.

Some plan for the future:
    - add device tree init for the mfd childs and remove the hard coded
    (device dependent) init from the core driver
    - add a gpio and event driver
    - wait for tegra-slave support to arrive so the core driver can get
    rid of its own i2c init (which will kill most of the ToDo list).
    - fix the rest and try to push all the stuff one directory upwards

Marc Dietrich (5):
  staging: nvec: convert to devm_ functions
  staging: nvec: cleanup driver registration
  staging: nvec: add NVEC_CALL helper macro
  staging: nvec: cleanup the string mess
  staging: nvec: rename led driver to board specific paz00 driver

 drivers/staging/nvec/Kconfig                       |    9 +-
 drivers/staging/nvec/Makefile                      |    2 +-
 drivers/staging/nvec/nvec.c                        |  111 ++++++++------------
 drivers/staging/nvec/nvec.h                        |   87 ++++++++++++++-
 drivers/staging/nvec/nvec_kbd.c                    |   37 +++----
 drivers/staging/nvec/{nvec_leds.c => nvec_paz00.c} |   51 +++------
 drivers/staging/nvec/nvec_power.c                  |   20 ++--
 drivers/staging/nvec/nvec_ps2.c                    |   52 +++++----
 8 files changed, 204 insertions(+), 165 deletions(-)
 rename drivers/staging/nvec/{nvec_leds.c => nvec_paz00.c} (63%)

-- 
1.7.9.5




More information about the devel mailing list