11 Jun, 2019

1 commit

  • The kerneldoc comments in drivers/slimbus/stream.c were not properly
    formatted, leading to a distinctly unsatisfying "no structured comments
    found" warning in the docs build. Sprinkle some asterisks around so that
    the comments will be properly recognized.

    Signed-off-by: Jonathan Corbet
    Signed-off-by: Greg Kroah-Hartman

    Jonathan Corbet
     

07 Jul, 2018

1 commit

  • This patch adds support to SLIMbus stream apis for slimbus device.
    SLIMbus streaming involves adding support to Data Channel Management and
    channel Reconfiguration Messages to slim core plus few stream apis.
    >From slim device side the apis are very simple mostly inline with other
    stream apis.

    Currently it only supports Isochronous and Push/Pull transport protocols,
    which are sufficient for audio use cases.

    Signed-off-by: Srinivas Kandagatla
    Signed-off-by: Greg Kroah-Hartman

    Srinivas Kandagatla