Message ID | 1415471865-1893-7-git-send-email-oded.gabbay@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, 2014-11-08 at 20:37 +0200, Oded Gabbay wrote: [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -610,6 +610,16 @@ F: drivers/crypto/geode* > F: drivers/video/fbdev/geode/ > F: arch/x86/include/asm/geode.h > > +AMD KFD (radeon extension) > +M: Oded Gabbay <oded.gabbay@amd.com> > +L: dri-devel@lists.freedesktop.org > +T: git git://people.freedesktop.org/~gabbayo/linux.git > +S: Supported > +F: drivers/gpu/drm/radeon/amdkfd/* > +F: drivers/gpu/drm/radeon/radeon_kfd.c > +F: drivers/gpu/drm/radeon/radeon_kfd.h > +F: include/linux/uapi/linux/kfd_ioctl.h include/uapi/linux/kfd_ioctl.h > + > AMD IOMMU (AMD-VI) > M: Joerg Roedel <joro@8bytes.org> > L: iommu@lists.linux-foundation.org Please keep MAINTAINERS in alphabetical order too. Move this new AMD KFD section after AMD IOMMU.
On 11/08/2014 08:46 PM, Joe Perches wrote: > On Sat, 2014-11-08 at 20:37 +0200, Oded Gabbay wrote: > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -610,6 +610,16 @@ F: drivers/crypto/geode* >> F: drivers/video/fbdev/geode/ >> F: arch/x86/include/asm/geode.h >> >> +AMD KFD (radeon extension) >> +M: Oded Gabbay <oded.gabbay@amd.com> >> +L: dri-devel@lists.freedesktop.org >> +T: git git://people.freedesktop.org/~gabbayo/linux.git >> +S: Supported >> +F: drivers/gpu/drm/radeon/amdkfd/* >> +F: drivers/gpu/drm/radeon/radeon_kfd.c >> +F: drivers/gpu/drm/radeon/radeon_kfd.h >> +F: include/linux/uapi/linux/kfd_ioctl.h > > include/uapi/linux/kfd_ioctl.h > >> + >> AMD IOMMU (AMD-VI) >> M: Joerg Roedel <joro@8bytes.org> >> L: iommu@lists.linux-foundation.org > > Please keep MAINTAINERS in alphabetical order too. > Move this new AMD KFD section after AMD IOMMU. > Thanks for the comments. Will be fixed in next version. I also noticed I forgot to modify drivers/gpu/drm/radeon/amdkfd/* to drivers/gpu/drm/amd/amdkfd/* Oded
On Sat, Nov 08, 2014 at 08:37:27PM +0200, Oded Gabbay wrote: > CREDITS | 7 +++++++ > MAINTAINERS | 10 ++++++++++ > 2 files changed, 17 insertions(+) Given the wide variety of folks who patch CREDITS and MAINTAINERS, might I suggest adding CREDITS and MAINTAINERS themselves to the MAINTAINERS file (perhaps in the same entry as get_maintainer.pl), so that get_maintainer.pl does not fall back to git history for them? - Josh Triplett
On Sat, 2014-11-08 at 20:59 +0200, Oded Gabbay wrote: > I also noticed I forgot to modify drivers/gpu/drm/radeon/amdkfd/* to > drivers/gpu/drm/amd/amdkfd/* That should probably just be drivers/gpu/drm/adm/amdkfd/ The trailing star means if there are subdirectories, do not match them, just match the files at that directory level. A trailing slash matches all files and subdirectories.
diff --git a/CREDITS b/CREDITS index bb62788..c56d8aa 100644 --- a/CREDITS +++ b/CREDITS @@ -1197,6 +1197,13 @@ S: R. Tocantins, 89 - Cristo Rei S: 80050-430 - Curitiba - ParanĂ¡ S: Brazil +N: Oded Gabbay +E: oded.gabbay@gmail.com +D: AMD KFD maintainer +S: 12 Shraga Raphaeli +S: Petah-Tikva, 4906418 +S: Israel + N: Kumar Gala E: galak@kernel.crashing.org D: Embedded PowerPC 6xx/7xx/74xx/82xx/83xx/85xx support diff --git a/MAINTAINERS b/MAINTAINERS index dab92a7..d1d3fc4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -610,6 +610,16 @@ F: drivers/crypto/geode* F: drivers/video/fbdev/geode/ F: arch/x86/include/asm/geode.h +AMD KFD (radeon extension) +M: Oded Gabbay <oded.gabbay@amd.com> +L: dri-devel@lists.freedesktop.org +T: git git://people.freedesktop.org/~gabbayo/linux.git +S: Supported +F: drivers/gpu/drm/radeon/amdkfd/* +F: drivers/gpu/drm/radeon/radeon_kfd.c +F: drivers/gpu/drm/radeon/radeon_kfd.h +F: include/linux/uapi/linux/kfd_ioctl.h + AMD IOMMU (AMD-VI) M: Joerg Roedel <joro@8bytes.org> L: iommu@lists.linux-foundation.org
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com> --- CREDITS | 7 +++++++ MAINTAINERS | 10 ++++++++++ 2 files changed, 17 insertions(+)