From: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
To: jroedel-l3A5Bk7waGM@public.gmane.org
Cc: pmallapp-dY08KVG/lbpWk0Htik3J/w@public.gmane.org,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org,
van.freenix-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
elfring-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL] iommu/arm-smmu: Updates for 4.5
Date: Mon, 21 Dec 2015 18:23:50 +0000 [thread overview]
Message-ID: <20151221182350.GV23092@arm.com> (raw)
Hi Joerg,
Please pull the following arm-smmu updates for 4.5. Highlights include:
* Some fixes to get the driver working nicely on Broadcom hardware
* A change to the io-pgtable API to indicate the unit in which to
flush (all callers converted, with Ack from Laurent)
* Use of devm_* for allocating/freeing the SMMUv3 buffers
I'll be disappearing after tomorrow, but I'll be back on 4 January.
Cheers,
Will
--->8
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates
for you to fetch changes up to 12c2ab09571e8aae3a87da2a4a452632a5fac1e5:
iommu/io-pgtable-arm: Ensure we free the final level on teardown (2015-12-17 12:05:36 +0000)
----------------------------------------------------------------
Markus Elfring (1):
iommu/arm-smmu: Delete an unnecessary check before free_io_pgtable_ops()
Peng Fan (1):
iommu/arm-smmu: Correct group reference count
Prem Mallappa (2):
iommu/arm-smmu: Fix write to GERRORN register
iommu/arm-smmu: Use STE.S1STALLD only when supported
Robin Murphy (4):
iommu/io-pgtable-arm: Avoid dereferencing bogus PTEs
iommu/io-pgtable: Indicate granule for TLB maintenance
iommu/arm-smmu: Invalidate TLBs properly
iommu/io-pgtable: Make io_pgtable_ops_to_pgtable() macro common
Will Deacon (5):
iommu/arm-smmu: Remove #define for non-existent PRIQ_0_OF field
iommu/arm-smmu: Convert DMA buffer allocations to the managed API
iommu/arm-smmu: Use incoming shareability attributes in bypass mode
iommu/arm-smmu: Handle unknown CERROR values gracefully
iommu/io-pgtable-arm: Ensure we free the final level on teardown
drivers/iommu/arm-smmu-v3.c | 210 ++++++++++++++---------------------------
drivers/iommu/arm-smmu.c | 23 +++--
drivers/iommu/io-pgtable-arm.c | 49 +++++-----
drivers/iommu/io-pgtable.h | 6 +-
drivers/iommu/ipmmu-vmsa.c | 4 +-
5 files changed, 119 insertions(+), 173 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] iommu/arm-smmu: Updates for 4.5
Date: Mon, 21 Dec 2015 18:23:50 +0000 [thread overview]
Message-ID: <20151221182350.GV23092@arm.com> (raw)
Hi Joerg,
Please pull the following arm-smmu updates for 4.5. Highlights include:
* Some fixes to get the driver working nicely on Broadcom hardware
* A change to the io-pgtable API to indicate the unit in which to
flush (all callers converted, with Ack from Laurent)
* Use of devm_* for allocating/freeing the SMMUv3 buffers
I'll be disappearing after tomorrow, but I'll be back on 4 January.
Cheers,
Will
--->8
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-joerg/arm-smmu/updates
for you to fetch changes up to 12c2ab09571e8aae3a87da2a4a452632a5fac1e5:
iommu/io-pgtable-arm: Ensure we free the final level on teardown (2015-12-17 12:05:36 +0000)
----------------------------------------------------------------
Markus Elfring (1):
iommu/arm-smmu: Delete an unnecessary check before free_io_pgtable_ops()
Peng Fan (1):
iommu/arm-smmu: Correct group reference count
Prem Mallappa (2):
iommu/arm-smmu: Fix write to GERRORN register
iommu/arm-smmu: Use STE.S1STALLD only when supported
Robin Murphy (4):
iommu/io-pgtable-arm: Avoid dereferencing bogus PTEs
iommu/io-pgtable: Indicate granule for TLB maintenance
iommu/arm-smmu: Invalidate TLBs properly
iommu/io-pgtable: Make io_pgtable_ops_to_pgtable() macro common
Will Deacon (5):
iommu/arm-smmu: Remove #define for non-existent PRIQ_0_OF field
iommu/arm-smmu: Convert DMA buffer allocations to the managed API
iommu/arm-smmu: Use incoming shareability attributes in bypass mode
iommu/arm-smmu: Handle unknown CERROR values gracefully
iommu/io-pgtable-arm: Ensure we free the final level on teardown
drivers/iommu/arm-smmu-v3.c | 210 ++++++++++++++---------------------------
drivers/iommu/arm-smmu.c | 23 +++--
drivers/iommu/io-pgtable-arm.c | 49 +++++-----
drivers/iommu/io-pgtable.h | 6 +-
drivers/iommu/ipmmu-vmsa.c | 4 +-
5 files changed, 119 insertions(+), 173 deletions(-)
next reply other threads:[~2015-12-21 18:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-21 18:23 Will Deacon [this message]
2015-12-21 18:23 ` [GIT PULL] iommu/arm-smmu: Updates for 4.5 Will Deacon
[not found] ` <20151221182350.GV23092-5wv7dgnIgG8@public.gmane.org>
2015-12-22 10:28 ` Joerg Roedel
2015-12-22 10:28 ` Joerg Roedel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151221182350.GV23092@arm.com \
--to=will.deacon-5wv7dgnigg8@public.gmane.org \
--cc=elfring-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=jroedel-l3A5Bk7waGM@public.gmane.org \
--cc=laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=pmallapp-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=van.freenix-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.