Skip to content

spi-bcm2835: merge upstream patches allowing DMA transfers for SPI under some circumstances #1036

Closed
@msperl

Description

@msperl

Please merge the following Patches to drivers/spi/spi-bcm2835.c into the foundation kernel:

Please also note that the device-tree needs to get added the dma tags to spi0:

        dmas = <&dma 6>, <&dma 7>;
        dma-names = "tx", "rx";

If you are unsure then add a device-tree-overlay to add it (or provide one to remove it as a fallback)

The biggest "winner" with this is the tftfb driver done by @notro...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions