[PATCH 00/29] staging: most: update driver

Christian Gromm christian.gromm at microchip.com
Mon Sep 28 15:18:29 UTC 2015


This patchset is needed to pull Microchip's latest driver changes into
the staging tree. The patches include bug fixes, feature updates and
coding style changes.

Christian Gromm (29):
  staging: most: change structure initialization
  staging: most: remove aim reset
  staging: most: fix race condition in AIM networking
  staging: most: remove shared IRQ request
  staging: most: fix USB babble on IN pipe
  staging: most: fix channel operation in multi-aim context
  staging: most: remove unnecessary field initialization
  staging: most: remove dead code
  staging: most: fix buffer syncronization request
  staging: most: remove macro cpu_to_le16
  staging: most: fix buffer size for DIM2
  staging: most: fix MAC address representation
  staging: most: simplify code
  staging: most: prevent DMA on stack
  staging: most: consolidate code
  staging: most: add fair buffer distribution
  staging: most: refactor channel structure
  staging: most: add multi channel support to sound AIM
  staging: most: include vendor in audio card's shortname
  staging: most: make hardware parameters channel exclusive
  staging: most: squash AIM sound
  staging: most: purge unnecessary variable
  staging: most: add missing channel initialization
  staging: most: rename function
  staging: most: move initialization code
  staging: most: fix style problems
  staging: most: remove audio resolution format check
  staging: most: add poll syscall to AIM cdev
  staging: most: fix pcm_write input/output error

 drivers/staging/most/aim-cdev/cdev.c          |   36 +++++-
 drivers/staging/most/aim-network/networking.c |   28 ++--
 drivers/staging/most/aim-sound/sound.c        |  110 ++++++++--------
 drivers/staging/most/aim-v4l2/video.c         |   18 +--
 drivers/staging/most/hdm-dim2/dim2_hal.c      |    4 +-
 drivers/staging/most/hdm-dim2/dim2_hdm.c      |    2 +-
 drivers/staging/most/hdm-i2c/hdm_i2c.c        |    2 +-
 drivers/staging/most/hdm-usb/hdm_usb.c        |  116 +++++++----------
 drivers/staging/most/mostcore/core.c          |  171 +++++++++++++++++--------
 drivers/staging/most/mostcore/mostcore.h      |   11 +-
 10 files changed, 297 insertions(+), 201 deletions(-)

-- 
1.7.9.5



More information about the devel mailing list