30 Dec, 2014

4 commits


20 Nov, 2014

2 commits


13 Nov, 2014

1 commit

  • This commit adds "select CPU_V7" for some new boards that were not
    covered by commit 2e07c249a67e
    (kconfig: arm: introduce symbol for ARM CPUs).

    Redundant "SYS_CPU" defines and "string" directives should be removed.

    Signed-off-by: Masahiro Yamada
    Acked-by: Stefan Roese
    Acked-by: Georges Savoundararadj

    Masahiro Yamada
     

03 Nov, 2014

1 commit


30 Oct, 2014

2 commits

  • This patch fixes conflict between PHY pins becoming outputs after reset and
    imx6 still driving the pins. It also fixes the reset timing as recommended by
    the PHY datasheet.

    Signed-off-by: Nikolay Dimitrov
    Cc: Stefano Babic
    Cc: Sean Cross
    Cc: Marek Vasut
    Reviewed-by: Fabio Estevam

    Nikolay Dimitrov
     
  • Add support for the Kosagi Novena board. Currently supported are:
    - I2C busses
    - FEC Ethernet
    - MMC0, MMC1, Booting from MMC
    - SATA
    - USB ports
    - USB Ethernet

    Signed-off-by: Marek Vasut
    Cc: Stefano Babic
    Cc: Sean Cross
    Cc: Nikolay Dimitrov
    Reviewed-by: Nikolay Dimitrov

    Marek Vasut