linux-at91 icon indicating copy to clipboard operation
linux-at91 copied to clipboard

Linux kernel for Microchip SoC (aka AT91)

Results 9 linux-at91 issues
Sort by recently updated
recently updated
newest added

Please add audio pin CLK_AUDIO output support. It resolves the issue I met here: https://www.microchip.com/forums/m1196141.aspx

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.

On the SAMA7D65 Curiosity development board, the SD CARD (SDMMC1) circuit uses SDMMC1_1V8SEL_PB30 to switch the SD card voltage. If you configure vqmmc-supply = ;, it will force the voltage...

According to the SAMA7D65 SPEC, page 46, the starting address of FLEXCOM9 is 0xE2820000. Incorrect configuration can cause the device to malfunction or even result in unpredictable behavior.

updated max_dgram_qlen, the default of 10 caused problems in BusyBox init system. This may be better to be in a Kconfig somewhere, but unsure where as this default is currently...