Re: [RFC] ARM: bcm2835: register dmabounce on devices hooked to main interconnect
From: Christoph Hellwig
Date: Tue Jul 23 2019 - 12:34:37 EST
> +static int bcm2835_needs_bounce(struct device *dev, dma_addr_t dma_addr, size_t size)
Too long line..
> +void __init bcm2835_init_early(void)
> +{
> + if(of_machine_is_compatible("brcm,bcm2711"))
Odd formatting.
Otherwise this looks good to me.