linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: pxa: ssp: prepare for devicetree usage
@ 2013-08-12  8:37 Daniel Mack
  2013-08-12  8:37 ` [PATCH 1/5] ARM: pxa: ssp: remove unnecessary warning on kzalloc() failure Daniel Mack
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Daniel Mack @ 2013-08-12  8:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Haojian,

this is an excerpt of my pxa-dma patches that can be merged
independantly.

In contrast to what I already posted, this one contains a patch to make
ssp ports lookups from device nodes possible. As described in the
Documentation, users of ssp ports just reference the upstream by phandle.

The rest of the dma conversion will take more time anyway, so let's
better merge it step by step.


Thanks,
Daniel


Daniel Mack (5):
  ARM: pxa: ssp: remove unnecessary warning on kzalloc() failure
  ARM: pxa: ssp: add shortcut for &pdev->dev
  ARM: pxa: ssp: add DT bindings
  ARM: pxa: ssp: use devm_ functions
  ARM: pxa: ssp: add pxa_ssp_request_of()

 .../devicetree/bindings/serial/mrvl,pxa-ssp.txt    |  65 ++++++++
 arch/arm/plat-pxa/ssp.c                            | 174 ++++++++++++++-------
 include/linux/pxa2xx_ssp.h                         |  11 ++
 3 files changed, 193 insertions(+), 57 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-08-14 19:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12  8:37 [PATCH 0/5] ARM: pxa: ssp: prepare for devicetree usage Daniel Mack
2013-08-12  8:37 ` [PATCH 1/5] ARM: pxa: ssp: remove unnecessary warning on kzalloc() failure Daniel Mack
2013-08-12 10:38   ` Mark Brown
2013-08-12  8:37 ` [PATCH 2/5] ARM: pxa: ssp: add shortcut for &pdev->dev Daniel Mack
2013-08-12 10:38   ` Mark Brown
2013-08-12 10:41     ` Daniel Mack
2013-08-12 10:46       ` Mark Brown
2013-08-12 10:50         ` Daniel Mack
2013-08-13  9:02           ` Daniel Mack
2013-08-14 15:30             ` Haojian Zhuang
2013-08-14 18:54               ` Mark Brown
2013-08-14 19:47                 ` Daniel Mack
2013-08-12  8:37 ` [PATCH 3/5] ARM: pxa: ssp: add DT bindings Daniel Mack
2013-08-12  8:37 ` [PATCH 4/5] ARM: pxa: ssp: use devm_ functions Daniel Mack
2013-08-12  8:37 ` [PATCH 5/5] ARM: pxa: ssp: add pxa_ssp_request_of() Daniel Mack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).