05 Feb, 2018

1 commit


16 Jan, 2018

5 commits


12 Sep, 2017

1 commit


16 Aug, 2017

1 commit


23 Jun, 2017

1 commit


01 Jun, 2017

1 commit

  • Add support for requesting GPIOs with a live device tree.

    This involves adjusting the function signature for the legacy function
    gpio_request_by_name_nodev(), so fix up all callers.

    Signed-off-by: Simon Glass
    Fixes to stm32f746-disco.c:
    Signed-off-by: Tom Rini

    Simon Glass
     

06 Apr, 2017

1 commit


08 Feb, 2017

1 commit

  • At present devices use a simple integer offset to record the device tree
    node associated with the device. In preparation for supporting a live
    device tree, which uses a node pointer instead, refactor existing code to
    access this field through an inline function.

    Signed-off-by: Simon Glass

    Simon Glass
     

02 Apr, 2016

1 commit

  • This commit add support for 96Boards Dragonboard410C.
    It is board based on APQ8016 Qualcomm SoC, complying with
    96boards specification.
    Features (present out of the box):
    - 4x Cortex A53 (ARMv8)
    - 2x USB Host port
    - 1x USB Device port
    - 4x LEDs
    - 1x HDMI connector
    - 1x uSD connector
    - 3x buttons (Power, Vol+, Vol-/Reset)
    - WIFI, Bluetooth with integrated antenna
    - 8GiB eMMC

    U-Boot boots chained with fastboot in 64-bit mode.
    For detailed build instructions see readme.txt in board directory.

    Signed-off-by: Mateusz Kulikowski
    Tested-by: Simon Glass

    Mateusz Kulikowski