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

Atmel: SAM: Convert XDMAC & SSC-I2S to devicetree #24948

Merged
merged 3 commits into from
May 8, 2020

Commits on May 8, 2020

  1. drivers: dma: sam_xdmac: Convert to devicetree

    Convert sam_xdmac driver to utilize devicetree.  As part of the
    controller binding we specify that dmas should contain a channel and the
    perid for the DMA transaction.
    
    Signed-off-by: Kumar Gala <[email protected]>
    galak committed May 8, 2020
    Configuration menu
    Copy the full SHA
    5cb7d8c View commit details
    Browse the repository at this point in the history
  2. drivers: i2s: i2s_sam_ssc: Convert to devicetree

    Convert i2s_sam_ssc driver to utilize devicetree.  We replace Kconfig
    options for specifying the DMA configuration (channel, DMA device name)
    with getting that from devicetree.  We also get pincfg from devicetree,
    however we still have Kconfig sybmols to specify if the RF or RK pin is
    enabled.
    
    Signed-off-by: Kumar Gala <[email protected]>
    galak committed May 8, 2020
    Configuration menu
    Copy the full SHA
    2d0900c View commit details
    Browse the repository at this point in the history
  3. soc: arm: atmel_sam: Remove soc_pinmap.h

    All pin configuration for ATMEL SAM SoC come from devicetree so we can
    now remove the soc_pinmap.h header files.
    
    Signed-off-by: Kumar Gala <[email protected]>
    galak committed May 8, 2020
    Configuration menu
    Copy the full SHA
    8d816a4 View commit details
    Browse the repository at this point in the history