22 Feb, 2019

1 commit


09 Jul, 2018

1 commit

  • Now that we want to add another flag to autoremove the device link
    on supplier unbind, it's fair to rename the existing flag from
    DL_FLAG_AUTOREMOVE to DL_FLAG_AUTOREMOVE_CONSUMER so that we can
    add similar flag for supplier later.
    And, while we are touching device.h, fix a doc build warning.

    Signed-off-by: Vivek Gautam
    Reviewed-by: Ulf Hansson
    Signed-off-by: Rafael J. Wysocki

    Vivek Gautam
     

16 Mar, 2018

1 commit

  • gcc-8 reports that we access an array with a negative index
    in an error case:

    drivers/gpu/ipu-v3/ipu-prg.c: In function 'ipu_prg_channel_disable':
    drivers/gpu/ipu-v3/ipu-prg.c:252:43: error: array subscript -22 is below array bounds of 'struct ipu_prg_channel[3]' [-Werror=array-bounds]

    This moves the range check in front of the first time that
    variable gets used.

    Signed-off-by: Arnd Bergmann
    Signed-off-by: Philipp Zabel

    Arnd Bergmann
     

19 Feb, 2018

1 commit


19 Dec, 2017

3 commits


11 Oct, 2017

1 commit


08 Jun, 2017

1 commit


16 Mar, 2017

1 commit