Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torvalds/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: techping/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: orangepi-zero
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 47 files changed
  • 1 contributor

Commits on May 17, 2017

  1. ARM: sunxi: ethernet: add sun8i-emac driver

    This patch add support for sun8i-emac ethernet MAC hardware.
    It could be found in Allwinner H3/A83T/A64 SoCs.
    
    It supports 10/100/1000 Mbit/s speed with half/full duplex.
    It can use an internal PHY (MII 10/100) or an external PHY
    via RGMII/RMII.
    
    Signed-off-by: Ziping Chen <[email protected]>
    techping committed May 17, 2017
    Configuration menu
    Copy the full SHA
    9466f51 View commit details
    Browse the repository at this point in the history
  2. ARM: dts: sun8i: enable ethernet for Orangepi Zero

    Orangepi Zero use sun8i-emac ethernet driver.
    
    Add support for it.
    
    Signed-off-by: Ziping Chen <[email protected]>
    techping committed May 17, 2017
    Configuration menu
    Copy the full SHA
    f2b660f View commit details
    Browse the repository at this point in the history
  3. ARM: sunxi: wireless: add xradio driver

    This patch add support for xradio wireless device.
    
    Maybe it has some problem.
    To see: https://github.com/fifteenhex/xradio
    
    This driver also need some device SDK.
    You can download from:
    https://github.com/armbian/build/tree/master/bin/firmware-overlay/xr819
    
    Signed-off-by: Ziping Chen <[email protected]>
    techping committed May 17, 2017
    Configuration menu
    Copy the full SHA
    ccb4ed3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. ARM: sunxi: wireless: delete empty folder

    Delete the empty folder, next commit will add new files.
    
    Signed-off-by: Ziping Chen <[email protected]>
    techping committed May 22, 2017
    Configuration menu
    Copy the full SHA
    493ff22 View commit details
    Browse the repository at this point in the history
  2. ARM: sunxi: wireless: add xradio driver files

    Recommit the xradio driver files.
    
    Signed-off-by: Ziping Chen <[email protected]>
    techping committed May 22, 2017
    Configuration menu
    Copy the full SHA
    673dca6 View commit details
    Browse the repository at this point in the history
  3. ARM: dts: sun8i: enable xr819 wifi for Orangepi Zero

    Orangepi Zero use xr819 sdio wifi.
    
    Add support for it.
    
    Signed-off-by: Ziping Chen <[email protected]>
    techping committed May 22, 2017
    Configuration menu
    Copy the full SHA
    d162bf4 View commit details
    Browse the repository at this point in the history
  4. ARM: dts: sun8i: add miss header

    Add miss header file <dt-bindings/pinctrl/sun4i-a10.h>
    
    Signed-off-by: Ziping Chen <[email protected]>
    techping committed May 22, 2017
    Configuration menu
    Copy the full SHA
    be3a3cd View commit details
    Browse the repository at this point in the history
Loading