]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: pxa: ssp: add DT bindings
authorDaniel Mack <zonque@gmail.com>
Mon, 12 Aug 2013 08:37:16 +0000 (10:37 +0200)
committerMark Brown <broonie@linaro.org>
Wed, 14 Aug 2013 18:54:23 +0000 (19:54 +0100)
commit2262296bf5fcedccbb06c137cbb9ec92f02c7380
tree89c6fd87f13ac178257e314320103e7c5f31b38c
parent17baa90913a1c743bd7baa7fe93655515bf9eaaf
ARM: pxa: ssp: add DT bindings

This patch contains an ugly hack for looking up the the DMA request
number. The problem here is that the implementation as it stands will
allocate the DMA channel from the user of the ssp port, and hence we
cannot allocate a real channel here.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt [new file with mode: 0644]
arch/arm/plat-pxa/ssp.c