Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4.19 r1.4 pangu #5

Closed
wants to merge 54 commits into from

Commits on Jun 21, 2019

  1. dts: pangu: Add PanGu board from i2SOM

    The PanGu board use STM32MP157 SoC, and support more functions.
    Such as HDMI, ethernet, USB host, USB OTG, LCD, MIPI, Camera etc..
    Blackrose committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    5dd76a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. dts: pangu: PanGu board only one QSPI flash

    removed the unused flash section
    Blackrose committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    170d155 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. dts: pangu: move camera to i2c5

    Move camera(ov5640) into i2c5 section.
    Fix the clock pinmux of i2s2.
    Blackrose committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    ff1fafe View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. dts: panguboard: disable HDMI when LCD using

    1. disable HDMI when LCD is using
    2. fix the IRQ line of ft5316 chip conflict with same number, so switch the IRQ
    and reset line
    3. The DCMI using 8bit data line
    Blackrose committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    d2d1303 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    fa4d374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b267941 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    59ba0fc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. dts: panguboard: add support more LCD and touch panel

    support LCDs size are 4.3inch and 7inch.
    support touch IC is GT9147.
    Blackrose committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    b11249b View commit details
    Browse the repository at this point in the history
  2. pinctrl: stm32: remove the strict flag

    The stm32mp1 can not configre a pin with pinctrl and gpio framework
    at same time. We need disable it to configure the irq pin of gt9147
    use pull-down setting.
    Blackrose committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    82388b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. driver:usb support Quectel EC20 LTE module

    The host use QMI method to communicate with LTE module.
    Blackrose committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    5419316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4a734 View commit details
    Browse the repository at this point in the history
  3. arm:dts: support LCD modules

    i2M-LCD043P800C
    i2M-LCD070P1024C
    Blackrose committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    ef13b6f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Configuration menu
    Copy the full SHA
    440c9a8 View commit details
    Browse the repository at this point in the history
  2. arm:dts: add i2C-MP15X-B nand and emmc variant

    NAND variant stm32mp157a-i2cmp15xbn.dts
    eMMC variant stm32mp157a-i2cmp15xbe.dts
    Blackrose committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    cc9cf59 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    8d52028 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. arm:configs: enable more features

    enable gpio watchdog
    enalbe load HDMI EDID firmware
    enable USB HID devices
    Blackrose committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    0e77c2e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    c3652d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. arm:config enable more function driver

    usb serial driver
    usb rndis driver
    Blackrose committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c4a2289 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Configuration menu
    Copy the full SHA
    a677e3e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. sound:codecs: wm8904 add multi endpoint support

    Allow to share the codec port between two CPU DAIs.
    
    The stm32mp1 has two DAIs, sai2a and sai2b. But the codec has
    one port.
    Playback: CPU-A-DAI -> CODEC-DAI/port0
    Capture: CPU-A-DAI <- CODEC-DAI/port0
    
    However, the audio graph card parses the codec nods, it expects
    to find DAI interface indexes matching the endpoint indexes.
    
    STMicroelectronics@449dcf9
    Blackrose committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    ff5fd4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1775619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2dfcf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    82a3041 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. arm:dts add i2M-GiantAxe board with PanGu Board

    The i2M-GiantAxe board is a extension board for PanGu board.
    It's adds 4G LTE slot, WiFi & BT module, RS232, RS485, CAN, I2C,
    SPI and TIM1 signal.
    Blackrose committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9ffcccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b170efd View commit details
    Browse the repository at this point in the history
  3. arm:configs: enable some kernel driver

    The i2C-MP15X-B board has wm8904 and ksz9301 chip.
    Blackrose committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    cd86c75 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    ed7600b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    7ef93b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    67625ba View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    aa9b43e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    51439d2 View commit details
    Browse the repository at this point in the history
  2. arm:dts enable dual CAN config

    The uart5 and can2 has conflict with pinmux.
    Blackrose committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    9068121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    069c68f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd0574d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d98984b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    1b13db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010a13e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b1ef00 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    6653374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1432f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    b13ff13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02130f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. arm:dts:i2cmp15xbe use gpio-i2c instead i2c

    The i2c controller of stm32mp1 has some bus busy issue.
    Blackrose committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    68db766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a431758 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    1d734a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    c442479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f1a56 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    02cbc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    235e070 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    1a1f32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c0cc6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    7e183e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a308785 View commit details
    Browse the repository at this point in the history
  3. arm:dts change spi6 to spi1 for i2M-GiantAxe

    The spi6 is used for secure mode.
    Blackrose committed May 23, 2020
    Configuration menu
    Copy the full SHA
    1553f82 View commit details
    Browse the repository at this point in the history