24 Oct, 2016

1 commit


17 Sep, 2016

2 commits


10 Sep, 2016

1 commit


26 Apr, 2016

1 commit


30 Oct, 2015

1 commit


02 Oct, 2015

1 commit

  • The driver assumed that I2C1 and I2C2 were always enabled,
    and if they were not, then an asynchronous abort was (silently)
    raised, to be caught much later on in the Linux kernel.

    Fix this by making I2C1 and I2C2 optional just like I2C3 and I2C4
    are.

    To make the change binary-invariant, declare I2C1 and I2C2 in
    every include/configs/ file which defines CONFIG_SYS_I2C_MXC.

    Also, while updating README about CONFIG_SYS_I2C_MXC_I2C1 and
    CONFIG_SYS_I2C_MXC_I2C2, add missing descriptions for I2C4 speed
    (CONFIG_SYS_MXC_I2C4_SPEED) and slave (CONFIG_SYS_MXC_I2C4_SLAVE)
    config options.

    Signed-off-by: Albert ARIBAUD (3ADEV)

    Albert ARIBAUD \\(3ADEV\\)
     

02 Aug, 2015

1 commit

  • Detect the SOC and board variant at runtime and change the dtb name,
    but not hardcoding the fdt_file env variable.

    Take the following patch as a reference.
    Íd58699b157df75f1aa0b363ea9c21add21a0c
    "mx6cuboxi: Load the correct 'fdtfile' variable"

    Signed-off-by: Peng Fan
    Reviewed-by: Fabio Estevam
    Acked-by: Stefano Babic

    Peng Fan
     

26 May, 2015

1 commit

  • The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h,
    config_cmd_default.h includes are used fairly universally across imx6 boards
    so include them in mx6_common.h by default.

    We define CONFIG_SYS_NO_FLASH before config_cmd_default.h so that we
    don't have to undef CONFIG_CMD_FLASH / CONFIG_CMD_IMLS everywhere.

    Signed-off-by: Peter Robinson

    Peter Robinson
     

23 Apr, 2015

1 commit


19 Dec, 2014

1 commit


13 Nov, 2014

1 commit


21 Oct, 2014

1 commit


28 May, 2014

1 commit


15 Apr, 2014

1 commit


01 Apr, 2014

1 commit


13 Jan, 2014

1 commit


20 Sep, 2013

1 commit


31 Jul, 2013

1 commit


27 Jul, 2013

1 commit


24 Jul, 2013

1 commit


26 Jun, 2013

1 commit