From: Christoph Hellwig <hch@infradead.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Joerg Roedel <joro@8bytes.org>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Will Deacon <will.deacon@arm.com>,
Russell King <linux@armlinux.org.uk>,
linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org,
xen-devel@lists.xenproject.org,
Andrew Morton <akpm@linux-foundation.org>,
linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH 0/4] dma-mapping: Constify dma_attrs
Date: Tue, 24 May 2016 02:09:38 -0700 [thread overview]
Message-ID: <20160524090938.GA13166@infradead.org> (raw)
In-Reply-To: <1464071290-15948-1-git-send-email-k.kozlowski@samsung.com>
I think this is moving into the wrong direction. The right fix here
is to get of all the dma_attrs boilerplate code and just replace it
with a simple enum dma_flags. This would simplify both the callers
and most importantly the wrappers for the flag-less versions a lot.
WARNING: multiple messages have this Message-ID (diff)
From: hch@infradead.org (Christoph Hellwig)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] dma-mapping: Constify dma_attrs
Date: Tue, 24 May 2016 02:09:38 -0700 [thread overview]
Message-ID: <20160524090938.GA13166@infradead.org> (raw)
In-Reply-To: <1464071290-15948-1-git-send-email-k.kozlowski@samsung.com>
I think this is moving into the wrong direction. The right fix here
is to get of all the dma_attrs boilerplate code and just replace it
with a simple enum dma_flags. This would simplify both the callers
and most importantly the wrappers for the flag-less versions a lot.
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@infradead.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Russell King <linux@armlinux.org.uk>,
Stefano Stabellini <sstabellini@kernel.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>, Joerg Roedel <joro@8bytes.org>,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
Andrew Morton <akpm@linux-foundation.org>,
Marek Szyprowski <m.szyprowski@samsung.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org,
iommu@lists.linux-foundation.org,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH 0/4] dma-mapping: Constify dma_attrs
Date: Tue, 24 May 2016 02:09:38 -0700 [thread overview]
Message-ID: <20160524090938.GA13166@infradead.org> (raw)
In-Reply-To: <1464071290-15948-1-git-send-email-k.kozlowski@samsung.com>
I think this is moving into the wrong direction. The right fix here
is to get of all the dma_attrs boilerplate code and just replace it
with a simple enum dma_flags. This would simplify both the callers
and most importantly the wrappers for the flag-less versions a lot.
next prev parent reply other threads:[~2016-05-24 9:09 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-24 6:28 [PATCH 0/4] dma-mapping: Constify dma_attrs Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` [PATCH 1/4] dma-mapping: Constify attrs passed to dma_get_attr Krzysztof Kozlowski
[not found] ` <1464071290-15948-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` [PATCH 2/4] ARM: dma-mapping: Constify attrs passed to internal functions Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 8:35 ` Russell King - ARM Linux
2016-05-24 8:35 ` Russell King - ARM Linux
2016-05-24 8:35 ` Russell King - ARM Linux
2016-05-24 6:28 ` [RFC 4/4] dma-mapping: Constify dma_attrs Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` [PATCH 2/4] ARM: dma-mapping: Constify attrs passed to internal functions Krzysztof Kozlowski
2016-05-24 6:28 ` [PATCH 3/4] arm64: " Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` Krzysztof Kozlowski
2016-05-24 6:28 ` [RFC 4/4] dma-mapping: Constify dma_attrs Krzysztof Kozlowski
2016-05-24 9:09 ` [PATCH 0/4] " Christoph Hellwig
2016-05-24 9:09 ` Christoph Hellwig [this message]
2016-05-24 9:09 ` Christoph Hellwig
2016-05-24 9:09 ` Christoph Hellwig
2016-05-25 12:37 ` Krzysztof Kozlowski
[not found] ` <20160524090938.GA13166-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2016-05-25 12:37 ` Krzysztof Kozlowski
2016-05-25 12:37 ` Krzysztof Kozlowski
2016-05-25 12:37 ` Krzysztof Kozlowski
-- strict thread matches above, loose matches on Subject: below --
2016-05-24 6:28 Krzysztof Kozlowski
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=20160524090938.GA13166@infradead.org \
--to=hch@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=b.zolnierkie@samsung.com \
--cc=catalin.marinas@arm.com \
--cc=iommu@lists.linux-foundation.org \
--cc=joro@8bytes.org \
--cc=k.kozlowski@samsung.com \
--cc=konrad.wilk@oracle.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=m.szyprowski@samsung.com \
--cc=sstabellini@kernel.org \
--cc=will.deacon@arm.com \
--cc=xen-devel@lists.xenproject.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.