linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V8 0/7] dmaengine: qcom_hidma: add support for bugfixed HW
@ 2017-12-13  7:20 Sinan Kaya
  2017-12-13  7:20 ` [PATCH V8 1/7] Documentation: DT: qcom_hidma: Bump HW revision for the " Sinan Kaya
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sinan Kaya @ 2017-12-13  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

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

Changes from v7:
* rebase to 4.15-rc1

Sinan Kaya (7):
  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
  OF: properties: Implement get_match_data() callback
  ACPI: properties: Implement get_match_data() callback
  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                                 | 18 ++++++++++
 drivers/acpi/property.c                            |  8 +++++
 drivers/base/property.c                            |  7 ++++
 drivers/dma/qcom/hidma.c                           | 41 ++++++++++------------
 drivers/of/property.c                              |  8 +++++
 include/linux/acpi.h                               |  6 ++++
 include/linux/fwnode.h                             |  4 +++
 include/linux/property.h                           |  2 ++
 9 files changed, 74 insertions(+), 24 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-12-13  8:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13  7:20 [PATCH V8 0/7] dmaengine: qcom_hidma: add support for bugfixed HW Sinan Kaya
2017-12-13  7:20 ` [PATCH V8 1/7] Documentation: DT: qcom_hidma: Bump HW revision for the " Sinan Kaya
2017-12-13  7:20 ` [PATCH V8 2/7] ACPI / bus: Introduce acpi_get_match_data() function Sinan Kaya
2017-12-13  7:20 ` [PATCH V8 3/7] device property: Introduce a common API to fetch device match data Sinan Kaya
2017-12-13  7:20 ` [PATCH V8 4/7] OF: properties: Implement get_match_data() callback Sinan Kaya
2017-12-13  7:20 ` [PATCH V8 5/7] ACPI: " Sinan Kaya
2017-12-13  7:20 ` [PATCH V8 6/7] dmaengine: qcom_hidma: Add support for the new revision Sinan Kaya
2017-12-13  7:20 ` [PATCH V8 7/7] dmaengine: qcom_hidma: Add identity register support Sinan Kaya
2017-12-13  8:43 ` [PATCH V8 0/7] dmaengine: qcom_hidma: add support for bugfixed HW Vinod Koul

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