29 May, 2017

2 commits

  • Currently while setting the vsel value for dcdc1 and dcdc2
    the driver is wrongly masking the entire 8 bits in the process
    clearing PFM (bit7) field as well. Hence describe an appropriate
    mask for vsel field and modify only those bits in the vsel
    mask.

    Source: http://www.ti.com/lit/ds/symlink/tps65218.pdf

    Signed-off-by: Keerthy
    Fixes: 86db550b38 ("power: Add support for the TPS65218 PMIC")
    Reviewed-by: Jaehoon Chung

    Keerthy
     
  • In some places we check if part_config is set to MMCPART_NOAVAILABLE
    (0xff). With part_config being a char this is always false. We should
    be using a u8 to store this value instead, after a quick consultation
    with the Linux Kernel. Reported by clang-3.8.

    Cc: Jaehoon Chung
    Signed-off-by: Tom Rini

    Tom Rini
     

26 May, 2017

2 commits


24 May, 2017

13 commits


23 May, 2017

21 commits


22 May, 2017

2 commits