26 Jul, 2015

3 commits

  • It seems that many comments were copied from the I2C uclass, so adjust
    the comments for the thermal class.

    Reported-by: Simon Glass
    Signed-off-by: Fabio Estevam
    Acked-by: Otavio Salvador
    Acked-by: Simon Glass

    Fabio Estevam
     
  • * Extend imximage DCD version 2 to support DCD commands
    CMD_WRITE_CLR_BIT 4 [address] [mask bit] means:
    while ((*address & ~mask) != 0);
    CMD_CHECK_BITS_SET 4 [address] [mask bit] means:
    while ((*address & mask) != mask);
    CMD_CHECK_BITS_CLR 4 [address] [mask bit] means:
    *address = *address & ~mask;
    * Add set_dcd_param_v2 helper function to set DCD
    command parameters

    Signed-off-by: Adrian Alonso
    Signed-off-by: Peng Fan

    Adrian Alonso
     
  • This patch adds support for the "OHB System AG" baseboard
    with is equipped with the TQMa6S SoM.

    Signed-off-by: Stefan Roese
    Cc: Markus Niebel
    Cc: Stefano Babic

    Stefan Roese
     

17 Jul, 2015

1 commit


15 Jul, 2015

36 commits