linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/5] dmaengine: qcom_hidma: add support for bugfixed HW
@ 2017-12-01  2:52 Sinan Kaya
  2017-12-01  2:52 ` [PATCH V4 1/5] Documentation: DT: qcom_hidma: Bump HW revision for the " Sinan Kaya
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Sinan Kaya @ 2017-12-01  2:52 UTC (permalink / raw)
  To: linux-pci, timur; +Cc: Sinan Kaya, linux-arm-msm, linux-arm-kernel

Introduce new ACPI and OF device ids for thw HW along with the helper
functions.

Changes from v3:
* introduce device_get_match_data() to read driver data
* remove ACPI/OF specific calls from qcom_hidma and replace it with the
new API.

Sinan Kaya (5):
  Documentation: DT: qcom_hidma: Bump HW revision for the bugfixed HW
  ACPI / bus: Introduce acpi_get_match_data() function
  device property: Introduce a common API to fetch device match data
  dmaengine: qcom_hidma: Add support for the new revision
  dmaengine: qcom_hidma: Add identity register support

 .../devicetree/bindings/dma/qcom_hidma_mgmt.txt    |  4 +--
 drivers/acpi/bus.c                                 | 12 +++++++
 drivers/base/property.c                            | 14 ++++++++
 drivers/dma/qcom/hidma.c                           | 41 ++++++++++------------
 include/linux/acpi.h                               |  6 ++++
 include/linux/property.h                           |  2 ++
 6 files changed, 55 insertions(+), 24 deletions(-)

-- 
1.9.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2017-12-01 15:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01  2:52 [PATCH V4 0/5] dmaengine: qcom_hidma: add support for bugfixed HW Sinan Kaya
2017-12-01  2:52 ` [PATCH V4 1/5] Documentation: DT: qcom_hidma: Bump HW revision for the " Sinan Kaya
2017-12-01  2:52 ` [PATCH V4 2/5] ACPI / bus: Introduce acpi_get_match_data() function Sinan Kaya
2017-12-01 13:52   ` Rafael J. Wysocki
2017-12-01  2:52 ` [PATCH V4 3/5] device property: Introduce a common API to fetch device match data Sinan Kaya
2017-12-01  9:13   ` Sakari Ailus
2017-12-01 15:51     ` Sinan Kaya
2017-12-01  2:52 ` [PATCH V4 4/5] dmaengine: qcom_hidma: Add support for the new revision Sinan Kaya
2017-12-01  2:52 ` [PATCH V4 5/5] dmaengine: qcom_hidma: Add identity register support Sinan Kaya

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).