Re: [Qemu-devel] [PATCH] bcm2835_armtimer: add bcm2835 ARM timer

2017-10-11 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1507712980-12135-1-git-send-email-thomas.venr...@gmail.com Subject: [Qemu-devel] [PATCH] bcm2835_armtimer: add bcm2835 ARM timer === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH] bcm2835_armtimer: add bcm2835 ARM timer

2017-10-11 Thread Thomas Venriès
The ARM Timer is based on a ARM AP804, but it has a number of differences with the standard SP804. There is only one timer which runs in continuous mode with an extra clock pre-divider register and a 32-bit free running counter. The extra stop-in-debug-mode control bit is not implemented. Signed-