24 Nov, 2014

1 commit


13 Nov, 2014

1 commit


05 Nov, 2014

1 commit


24 Oct, 2014

1 commit

  • Many people are still using old linux-sunxi-3.4 kernels on sunxi devices,
    adding the proper MACH_TYPE defines for this allows people to switch to
    upstream u-boot, so that we can stop maintaining the linux-sunxi u-boot fork.

    These machine-ids are all properly registered at:

    http://www.arm.linux.org.uk/developer/machines/

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

    Hans de Goede
     

31 Jul, 2014

3 commits

  • CNTFRQ needs to be properly configured on all CPUs. Otherwise,
    virtual machines hoping to find valuable information on secondary
    CPUs will be disapointed...

    Signed-off-by: Marc Zyngier
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Marc Zyngier
     
  • So far, only supporting the CPU_ON method.
    Other functions can be added later.

    Signed-off-by: Marc Zyngier
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Marc Zyngier
     
  • Specific USB EHCI settings to be set for sun7i if
    CONFIG_USB_EHCI is enabled.

    Signed-off-by: Roman Byshko
    Acked-by: Ian Campbell
    [hdegoede@redhat.com: Use SUNXI_GPH macro for SUNXI_USB_VBUS#_GPIO]
    [hdegoede@redhat.com: Add #ifndef SUNXI_USB_VBUS#_GPIO to allow override of
    the default pins from boards.cfg]
    Signed-off-by: Hans de Goede

    Roman Byshko
     

19 Jul, 2014

1 commit

  • Add support for the x-powers axp209 pmic which is found on most A10, A13 and
    A20 boards.

    And enable AXP209 support for the Cubietruck and Cubieboard boards.

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

    Henrik Nordstrom
     

25 May, 2014

1 commit

  • This patch adds generic board, start of day and basic build system support for
    the Allwinner A20 (sun7i) processor. This code will not been compiled until the
    build is hooked up in a later patch. It has been split out to keep the patches
    manageable.

    Signed-off-by: Adam Sampson
    Signed-off-by: Aleksei Mamlin
    Signed-off-by: Alexandru Gagniuc
    Signed-off-by: Chen-Yu Tsai
    Signed-off-by: Emilio López
    Signed-off-by: Hans de Goede
    Signed-off-by: Henrik Nordstrom
    Signed-off-by: Jens Kuske
    Signed-off-by: Luc Verhaegen
    Signed-off-by: Luke Leighton
    Signed-off-by: Oliver Schinagl
    Signed-off-by: Patrick Wood
    Signed-off-by: Stefan Roese
    Signed-off-by: Wills Wang
    Signed-off-by: Ian Campbell
    Reviewed-by: Marek Vasut
    Cc: Tom Cubie
    Reviewed-by: Tom Rini

    Ian Campbell