16 Jun, 2020

1 commit


06 May, 2020

15 commits


09 Mar, 2020

1 commit


07 Feb, 2020

1 commit

  • So far we have avoided adding a clock driver for Intel devices. But the
    Designware I2C driver needs a different clock (133MHz) on Intel devices
    than on others (166MHz). Add a simple driver that provides this
    information.

    This driver can be expanded later as needed.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

27 Jan, 2020

1 commit


25 Jan, 2020

1 commit

  • Sync the device tree files and device tree header files from upstream
    Linux kernel, as of 2020-01-08. The commit synced to in the sunxi repo

    98d25b0b266d Merge branch 'sunxi/dt-for-5.6' into sunxi/for-next

    which is also part of next-20200108.

    Changes brought in include:

    - cleanup of pinmux node names
    - addition of Security ID, MBUS, CSI, crypto engine, video codec,
    pmu, and thermal sensor device nodes for both SoCs
    - addition of deinterlacing engine device node on H3
    - cleanup of RTC device node and addition of its clocks
    - various board cleanups and improvements
    - removal of pinmux node for GPIO lines
    - cpufreq / DVFS
    - HDMI output
    - UART-based Bluetooth
    - audio codec
    - USB ports
    - new boards

    Most of the changes don't concern U-boot.

    Signed-off-by: Chen-Yu Tsai
    Reviewed-by: Jagan Teki

    Chen-Yu Tsai
     

23 Jan, 2020

1 commit


16 Jan, 2020

2 commits


15 Jan, 2020

3 commits


09 Jan, 2020

2 commits


08 Jan, 2020

1 commit


07 Jan, 2020

2 commits


09 Dec, 2019

1 commit

  • Based on commit 980066e6d964 ("dt-bindings: phy: dp83867: Add documentation
    for disabling clock output") of mainline linux kernel.

    The clock output is generally only used for testing and development and not
    used to daisy-chain PHYs. It's just a source of RF noise afterward.

    Add a mux value for "off". I've added it as another enumeration to the
    output property. In the actual PHY, the mux and the output enable are
    independently controllable. However, it doesn't seem useful to be able
    to describe the mux setting when the output is disabled.

    Document that PHY's default setting will be left as is if the property
    is omitted.

    Signed-off-by: Grygorii Strashko
    Acked-by: Joe Hershberger

    Grygorii Strashko
     

03 Dec, 2019

1 commit


26 Nov, 2019

2 commits


17 Nov, 2019

3 commits


05 Nov, 2019

2 commits