]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: davinci: serial: provide API to initialze UART clocks
authorSekhar Nori <nsekhar@ti.com>
Wed, 29 Aug 2012 17:18:52 +0000 (22:48 +0530)
committerSekhar Nori <nsekhar@ti.com>
Sat, 27 Oct 2012 10:58:31 +0000 (16:28 +0530)
commit76d57ce6ef6060f611c14675249b7300a3c96368
treeee5aff6789cc9b5d79caca405cc622cb29669aae
parentb6f1ffed9d8a830ab94fd3fc6182e2fc8c77cba0
ARM: davinci: serial: provide API to initialze UART clocks

Provide an API to initialize a UART clock. Refactor existing
davinci_serial_init() to separate out the part which enables
the clock.

This will later be used to help DA850 DT boot support.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/include/mach/serial.h
arch/arm/mach-davinci/serial.c