08 Feb, 2019

1 commit


19 Jan, 2019

1 commit

  • Onc of key blocker for using USB Generic host controller
    drivers in Allwinner are CLK and RESET drivers, now these
    available for USB usage.

    So switch sunxi USB use EHCI and OHCI Generic controllers.

    Enabling USB is wisely a board choise, So Enable USB_OHCI_HCD
    where it already have USB_EHCI_HCD

    Signed-off-by: Jagan Teki
    Acked-by: Maxime Ripard

    Jagan Teki
     

04 Sep, 2018

1 commit


17 Aug, 2018

1 commit

  • We have the following cases:
    - CONFIG_NR_DRAM_BANKS was defined, migrate normally
    - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
    CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
    - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
    2), set this to 8.

    Signed-off-by: Tom Rini

    Tom Rini
     

16 Jun, 2018

1 commit

  • Orange Pi R1 is an open-source single-board computer using the
    Allwinner H2+ SOC.

    H2+ Orange Pi R1 has
    - Quad-core Cortex-A7
    - 256MB DDR3
    - micrSD slot
    - 128MBit SPI Nor flash
    - Debug TTL UART
    - 100MBit/s Ethernet (H2+)
    - 100MBit/s Ethernet (RTL8152B)
    - Wifi (RTL8189ETV)
    - USB 2.0 OTG + power supply
    This board is very similar to the Orange Pi Zero.

    The device tree file is copied from the Linux kernel 4.17.

    Signed-off-by: Hauke Mehrtens
    Acked-by: Maxime Ripard
    Reviewed-by: Jagan Teki

    Hauke Mehrtens