28 Jan, 2017

3 commits


25 May, 2016

1 commit

  • Recently a set of CONFIG_CMD_FOO defines was moved from being defined
    in config_distro_defaults to Kconfig, and added to all sunxi defconfigs
    to compensate.

    Instead of explictly selecting these in all sunxi defconfigs,
    simply always select these for sunxi boards. This makes the defconfigs
    simpler and ensures a consistent set of available commands across all
    sunxi boards.

    Signed-off-by: Hans de Goede

    Hans de Goede
     

26 Apr, 2016

3 commits


12 Apr, 2016

1 commit

  • We have CONFIG_CMD_GPIO=y in almost all sunxi boards, but after
    its Kconfig conversion it has ended up missing on some recently
    added boards.

    Simply select it for ARCH_SUNXI, so that we get it on all
    sunxi boards for both a consistent user experience and simpler
    defconfig files.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede
     

24 Mar, 2016

1 commit

  • The colorfly e708 q1 is a 7" tablet which is clearly marked as colorfly
    e708 q1 on the back. It features a 9:16 800x1280 IPS LCD, A31s SoC,
    1GB RAM, 8G NAND, ilitek 2139qt004 touchscreen on i2c-1 addr 0x41,
    stk8313 accelerometer on i2c-2 addr 0x22 and a rtl8188etv wifi chip.

    The added dts is identical to the dts submitted to the upstream kernel,
    note this commit also syncs axp22x.dtsi and sun6i-a31.dtsi with the
    upstream kernel as the added dts depends on these.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede