linux-at91
linux-at91 copied to clipboard
Linux kernel for Microchip SoC (aka AT91)
Please add audio pin CLK_AUDIO output support. It resolves the issue I met here: https://www.microchip.com/forums/m1196141.aspx
Signed-off-by: Patrick Doyle
Add support for the TDA19988 HDMI transmitter and possibly other component based DRM drivers to the atmel-hlcdc driver. The idea is based on the tilcdc driver. Added device tree options...
Only the upper nibble of handshake interface identifire (id) should put into CFG bits 15 and 14 (ATC_DST_PER_MSB), because the lower four bits are always in bits 3 to 0...
Sometime was used "atdma_sg->len", other cases was used "desc->sg[i].len". Use same coding style for all settings of descriptor length.
atdma_sg->len and desc->sg[i].len are the same pointer to variable "len". Only need once.