]> git.baikalelectronics.ru Git - kernel.git/commit
C6X: clocks
authorMark Salter <msalter@redhat.com>
Tue, 4 Oct 2011 15:10:50 +0000 (11:10 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 6 Oct 2011 23:48:07 +0000 (19:48 -0400)
commit17432f71f847f483716dffe0759c63b52897e468
treeba8a4c16120f0e9c2fd2fe5c9e5f7acc0a56e652
parentb75d16965c87dbf8d5eb518f010338178c7fb6a4
C6X: clocks

The C6X SoCs contain several PLL controllers each with up to 16 clock outputs
feeding into the cores or peripheral clock domains. The hardware is very similar
to arm/mach-davinci clocks. This is still a work in progress which needs to be
updated once device tree clock binding changes shake out.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/c6x/include/asm/clkdev.h [new file with mode: 0644]
arch/c6x/include/asm/clock.h [new file with mode: 0644]
arch/c6x/platforms/pll.c [new file with mode: 0644]
arch/c6x/platforms/plldata.c [new file with mode: 0644]