Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1654591 > unrolled thread

[PATCH v2 0/5] ACPI et al: convert to use new UUID API

Started byAndy Shevchenko <andriy.shevchenko@linux.intel.com>
First post2017-05-31 21:50 +0200
Last post2017-05-31 22:10 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/5] ACPI et al: convert to use new UUID API Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-05-31 21:50 +0200
    Re: [PATCH v2 0/5] ACPI et al: convert to use new UUID API Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-05-31 22:10 +0200

#1654591 — [PATCH v2 0/5] ACPI et al: convert to use new UUID API

FromAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Date2017-05-31 21:50 +0200
Subject[PATCH v2 0/5] ACPI et al: convert to use new UUID API
Message-ID<tNhN0-CQ-17@gated-at.bofh.it>
This series converts ACPI and users of acpi_evaluate_dsm() to new UUID
API which includes new types and methods.

Patches are based on uuid tree [1] from Christoph Hellwig and supposed to
go through it.

(Christoph, I think it would be nice to attach them to your stuff)

[1]: git://git.infradead.org/users/hch/uuid.git

Changelog v2:
- append tags I have got so far
- split single patch to few (5)
- rebased on top of latest version of uuid-types branch [1]

Andy Shevchenko (5):
  acpi, nfit: Switch to use new generic UUID API
  ACPI / APEI: Switch to use new generic UUID API
  ACPI / bus: Switch to use new generic UUID API
  ACPI / extlog: Switch to use new generic UUID API
  ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()

 drivers/acpi/acpi_extlog.c                         | 20 ++++----
 drivers/acpi/apei/ghes.c                           |  8 ++--
 drivers/acpi/bus.c                                 | 29 ++----------
 drivers/acpi/nfit/core.c                           | 54 +++++++++++-----------
 drivers/acpi/nfit/nfit.h                           |  3 +-
 drivers/acpi/utils.c                               | 16 +++----
 drivers/char/tpm/tpm_crb.c                         |  9 ++--
 drivers/char/tpm/tpm_ppi.c                         | 20 ++++----
 drivers/gpu/drm/i915/intel_acpi.c                  | 14 ++----
 drivers/gpu/drm/nouveau/nouveau_acpi.c             | 20 ++++----
 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c     |  9 ++--
 drivers/hid/i2c-hid/i2c-hid.c                      |  9 ++--
 drivers/iommu/dmar.c                               | 11 ++---
 drivers/mmc/host/sdhci-pci-core.c                  |  9 ++--
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 15 +++---
 drivers/pci/pci-acpi.c                             | 13 +++---
 drivers/pci/pci-label.c                            |  4 +-
 drivers/usb/dwc3/dwc3-pci.c                        | 10 ++--
 drivers/usb/host/xhci-pci.c                        |  9 ++--
 drivers/usb/misc/ucsi.c                            |  6 +--
 drivers/usb/typec/typec_wcove.c                    |  8 ++--
 include/acpi/acpi_bus.h                            | 11 +++--
 include/linux/acpi.h                               |  4 +-
 include/linux/pci-acpi.h                           |  2 +-
 sound/soc/intel/skylake/skl-nhlt.c                 |  7 +--
 tools/testing/nvdimm/test/iomap.c                  |  6 +--
 tools/testing/nvdimm/test/nfit.c                   |  2 +-
 27 files changed, 144 insertions(+), 184 deletions(-)

-- 
2.11.0

[toc] | [next] | [standalone]


#1654598

FromAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Date2017-05-31 22:10 +0200
Message-ID<tNi6m-YB-7@gated-at.bofh.it>
In reply to#1654591
On Wed, 2017-05-31 at 22:41 +0300, Andy Shevchenko wrote:

> [1]: git://git.infradead.org/users/hch/uuid.git
> 
> Changelog v2:
> - append tags I have got so far
> - split single patch to few (5)

> - rebased on top of latest version of uuid-types branch [1]

Fengguang, looking to the above I just got an idea to come up with some
formal syntax in cover letter that will allow your tools to parse the
tree and branch on top of which it should be tested. Do you have
anything like that in place?

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web