10 May, 2017

4 commits


09 May, 2017

14 commits


08 Feb, 2017

1 commit

  • At present devices use a simple integer offset to record the device tree
    node associated with the device. In preparation for supporting a live
    device tree, which uses a node pointer instead, refactor existing code to
    access this field through an inline function.

    Signed-off-by: Simon Glass

    Simon Glass
     

01 Feb, 2017

1 commit


05 Dec, 2016

2 commits

  • With the support for the Armada 8k, a 2nd COMPHY controller now needs
    to get supported from the CP110 slave controller. This patch adds support
    for this 2nd contoller in the COMPHY driver.

    Signed-off-by: Stefan Roese
    Cc: Nadav Haklai
    Cc: Neta Zur Hershkovits
    Cc: Kostya Porotchkin
    Cc: Omri Itach
    Cc: Igal Liberman
    Cc: Haim Boot
    Cc: Hanna Hawa

    Stefan Roese
     
  • Obviously the mask for the rx and tx select field cannot be right,
    as it would overlap in one and exceed the 32-bit register in the other
    case. From looking at the neighbouring bits it looks like the mask
    should be really 4 bits wide instead of 8.

    Pointed out by a GCC 6.2 (default) warning.

    Signed-off-by: Andre Przywara
    Reviewed-by: Stefan Roese
    Reviewed-by: Stefan Roese

    Andre Przywara
     

14 Oct, 2016

1 commit


27 Sep, 2016

2 commits

  • This version is based on the Marvell U-Boot version with this patch
    applied as latest patch:

    Git ID 7f408573: "fix: comphy: cp110: add comphy initialization for usb
    device mode" from 2016-07-05.

    Signed-off-by: Stefan Roese
    Cc: Nadav Haklai
    Cc: Neta Zur Hershkovits
    Cc: Kostya Porotchkin
    Cc: Omri Itach
    Cc: Igal Liberman
    Cc: Haim Boot
    Cc: Hanna Hawa

    Stefan Roese
     
  • This version is based on the Marvell U-Boot version with this patch
    applied as latest patch:

    Git ID 7f408573: "fix: comphy: cp110: add comphy initialization for usb
    device mode" from 2016-07-05.

    Signed-off-by: Stefan Roese
    Cc: Nadav Haklai
    Cc: Kostya Porotchkin
    Cc: Wilson Ding
    Cc: Victor Gu
    Cc: Hua Jing
    Cc: Terry Zhou
    Cc: Hanna Hawa
    Cc: Haim Boot

    Stefan Roese