Message ID | 20190130090431.3490-1-ulf.hansson@linaro.org |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Add a maintainer for eMMC CQHCI driver | expand |
On 30/01/19 11:04 AM, Ulf Hansson wrote: > The eMMC CQHCI is the host controller interface, introduced in the eMMC > spec v5.1. The code was originally developed as collaboration among several > people, however none really stepped in to maintain it. > > Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code > and the spec. > > Cc: Ritesh Harjani <riteshh@codeaurora.org> > Cc: Subhash Jadavani <subhashj@codeaurora.org> > Cc: Asutosh Das <asutoshd@codeaurora.org> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Adrian Hunter <adrian.hunter@intel.com> If others wants to add their name as co-maintainers or reviewers, please feel free. > --- > > Note, this is just a friendly suggestion that needs an ack from Adrian, of > course. Also, I think if any of the Codeaurora people would step in to help > maintaining CQHCI, that would be great. > > Kind regards > Ulf Hansson > > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bbe90d4a0ea4..9c9530d7fb20 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13590,6 +13590,12 @@ S: Maintained > F: drivers/mmc/host/sdhci* > F: include/linux/mmc/sdhci* > > +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER > +M: Adrian Hunter <adrian.hunter@intel.com> > +L: linux-mmc@vger.kernel.org > +S: Maintained > +F: drivers/mmc/host/cqhci* > + > SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER > M: Prabu Thangamuthu <prabu.t@synopsys.com> > M: Manjunath M B <manjumb@synopsys.com> >
On Wed, 30 Jan 2019 at 10:20, Adrian Hunter <adrian.hunter@intel.com> wrote: > > On 30/01/19 11:04 AM, Ulf Hansson wrote: > > The eMMC CQHCI is the host controller interface, introduced in the eMMC > > spec v5.1. The code was originally developed as collaboration among several > > people, however none really stepped in to maintain it. > > > > Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code > > and the spec. > > > > Cc: Ritesh Harjani <riteshh@codeaurora.org> > > Cc: Subhash Jadavani <subhashj@codeaurora.org> > > Cc: Asutosh Das <asutoshd@codeaurora.org> > > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > > Acked-by: Adrian Hunter <adrian.hunter@intel.com> Thanks! > > If others wants to add their name as co-maintainers or reviewers, please > feel free. Yeah, let's hope someone steps in. Until then, I am applying this as is. Kind regards Uffe > > > --- > > > > Note, this is just a friendly suggestion that needs an ack from Adrian, of > > course. Also, I think if any of the Codeaurora people would step in to help > > maintaining CQHCI, that would be great. > > > > Kind regards > > Ulf Hansson > > > > --- > > MAINTAINERS | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index bbe90d4a0ea4..9c9530d7fb20 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -13590,6 +13590,12 @@ S: Maintained > > F: drivers/mmc/host/sdhci* > > F: include/linux/mmc/sdhci* > > > > +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER > > +M: Adrian Hunter <adrian.hunter@intel.com> > > +L: linux-mmc@vger.kernel.org > > +S: Maintained > > +F: drivers/mmc/host/cqhci* > > + > > SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER > > M: Prabu Thangamuthu <prabu.t@synopsys.com> > > M: Manjunath M B <manjumb@synopsys.com> > > >
On 1/30/2019 2:34 PM, Ulf Hansson wrote: > The eMMC CQHCI is the host controller interface, introduced in the eMMC > spec v5.1. The code was originally developed as collaboration among several > people, however none really stepped in to maintain it. > > Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code > and the spec. > > Cc: Ritesh Harjani <riteshh@codeaurora.org> > Cc: Subhash Jadavani <subhashj@codeaurora.org> > Cc: Asutosh Das <asutoshd@codeaurora.org> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > --- > > Note, this is just a friendly suggestion that needs an ack from Adrian, of > course. Also, I think if any of the Codeaurora people would step in to help > maintaining CQHCI, that would be great. I will be happy to help with reviewing. You can kindly add me in reviewer. Ritesh Harjani <riteshh@codeaurora.org> Regards Ritesh > > Kind regards > Ulf Hansson > > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bbe90d4a0ea4..9c9530d7fb20 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13590,6 +13590,12 @@ S: Maintained > F: drivers/mmc/host/sdhci* > F: include/linux/mmc/sdhci* > > +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER > +M: Adrian Hunter <adrian.hunter@intel.com> > +L: linux-mmc@vger.kernel.org > +S: Maintained > +F: drivers/mmc/host/cqhci* > + > SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER > M: Prabu Thangamuthu <prabu.t@synopsys.com> > M: Manjunath M B <manjumb@synopsys.com>
On Wed, 30 Jan 2019 at 13:36, Ritesh Harjani <riteshh@codeaurora.org> wrote: > > > On 1/30/2019 2:34 PM, Ulf Hansson wrote: > > The eMMC CQHCI is the host controller interface, introduced in the eMMC > > spec v5.1. The code was originally developed as collaboration among several > > people, however none really stepped in to maintain it. > > > > Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code > > and the spec. > > > > Cc: Ritesh Harjani <riteshh@codeaurora.org> > > Cc: Subhash Jadavani <subhashj@codeaurora.org> > > Cc: Asutosh Das <asutoshd@codeaurora.org> > > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > > --- > > > > Note, this is just a friendly suggestion that needs an ack from Adrian, of > > course. Also, I think if any of the Codeaurora people would step in to help > > maintaining CQHCI, that would be great. > I will be happy to help with reviewing. You can kindly add me in reviewer. > > Ritesh Harjani <riteshh@codeaurora.org> Great, thank you! I am going to amend the patch and add you to the MAINTAINERS, and I will add your ack to the patch as well. Kind regards Uffe > > Regards > Ritesh > > > > Kind regards > > Ulf Hansson > > > > --- > > MAINTAINERS | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index bbe90d4a0ea4..9c9530d7fb20 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -13590,6 +13590,12 @@ S: Maintained > > F: drivers/mmc/host/sdhci* > > F: include/linux/mmc/sdhci* > > > > +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER > > +M: Adrian Hunter <adrian.hunter@intel.com> > > +L: linux-mmc@vger.kernel.org > > +S: Maintained > > +F: drivers/mmc/host/cqhci* > > + > > SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER > > M: Prabu Thangamuthu <prabu.t@synopsys.com> > > M: Manjunath M B <manjumb@synopsys.com>
On 1/30/2019 2:53 PM, Ulf Hansson wrote: > On Wed, 30 Jan 2019 at 10:20, Adrian Hunter <adrian.hunter@intel.com> wrote: >> >> On 30/01/19 11:04 AM, Ulf Hansson wrote: >>> The eMMC CQHCI is the host controller interface, introduced in the eMMC >>> spec v5.1. The code was originally developed as collaboration among several >>> people, however none really stepped in to maintain it. >>> >>> Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code >>> and the spec. >>> >>> Cc: Ritesh Harjani <riteshh@codeaurora.org> >>> Cc: Subhash Jadavani <subhashj@codeaurora.org> >>> Cc: Asutosh Das <asutoshd@codeaurora.org> >>> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> >> >> Acked-by: Adrian Hunter <adrian.hunter@intel.com> > > Thanks! > >> >> If others wants to add their name as co-maintainers or reviewers, please >> feel free. > > Yeah, let's hope someone steps in. Until then, I am applying this as is. > > Kind regards > Uffe > >> >>> --- >>> >>> Note, this is just a friendly suggestion that needs an ack from Adrian, of >>> course. Also, I think if any of the Codeaurora people would step in to help >>> maintaining CQHCI, that would be great. >>> >>> Kind regards >>> Ulf Hansson >>> >>> --- >>> MAINTAINERS | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index bbe90d4a0ea4..9c9530d7fb20 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -13590,6 +13590,12 @@ S: Maintained >>> F: drivers/mmc/host/sdhci* >>> F: include/linux/mmc/sdhci* >>> >>> +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER >>> +M: Adrian Hunter <adrian.hunter@intel.com> >>> +L: linux-mmc@vger.kernel.org >>> +S: Maintained >>> +F: drivers/mmc/host/cqhci* >>> + >>> SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER >>> M: Prabu Thangamuthu <prabu.t@synopsys.com> >>> M: Manjunath M B <manjumb@synopsys.com> >>> >> I can help as a reviewer - please count me in. -asd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
On 1/30/2019 8:50 PM, Ulf Hansson wrote: > On Wed, 30 Jan 2019 at 13:36, Ritesh Harjani <riteshh@codeaurora.org> wrote: >> >> On 1/30/2019 2:34 PM, Ulf Hansson wrote: >>> The eMMC CQHCI is the host controller interface, introduced in the eMMC >>> spec v5.1. The code was originally developed as collaboration among several >>> people, however none really stepped in to maintain it. >>> >>> Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code >>> and the spec. >>> >>> Cc: Ritesh Harjani <riteshh@codeaurora.org> >>> Cc: Subhash Jadavani <subhashj@codeaurora.org> >>> Cc: Asutosh Das <asutoshd@codeaurora.org> >>> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> >>> --- >>> >>> Note, this is just a friendly suggestion that needs an ack from Adrian, of >>> course. Also, I think if any of the Codeaurora people would step in to help >>> maintaining CQHCI, that would be great. >> I will be happy to help with reviewing. You can kindly add me in reviewer. >> >> Ritesh Harjani <riteshh@codeaurora.org> > Great, thank you! > > I am going to amend the patch and add you to the MAINTAINERS, and I > will add your ack to the patch as well. Sure, thanks. > > Kind regards > Uffe > >> Regards >> Ritesh >>> Kind regards >>> Ulf Hansson >>> >>> --- >>> MAINTAINERS | 6 ++++++ >>> 1 file changed, 6 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index bbe90d4a0ea4..9c9530d7fb20 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -13590,6 +13590,12 @@ S: Maintained >>> F: drivers/mmc/host/sdhci* >>> F: include/linux/mmc/sdhci* >>> >>> +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER >>> +M: Adrian Hunter <adrian.hunter@intel.com> >>> +L: linux-mmc@vger.kernel.org >>> +S: Maintained >>> +F: drivers/mmc/host/cqhci* >>> + >>> SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER >>> M: Prabu Thangamuthu <prabu.t@synopsys.com> >>> M: Manjunath M B <manjumb@synopsys.com>
On Thu, 31 Jan 2019 at 05:05, Asutosh Das (asd) <asutoshd@codeaurora.org> wrote: > > On 1/30/2019 2:53 PM, Ulf Hansson wrote: > > On Wed, 30 Jan 2019 at 10:20, Adrian Hunter <adrian.hunter@intel.com> wrote: > >> > >> On 30/01/19 11:04 AM, Ulf Hansson wrote: > >>> The eMMC CQHCI is the host controller interface, introduced in the eMMC > >>> spec v5.1. The code was originally developed as collaboration among several > >>> people, however none really stepped in to maintain it. > >>> > >>> Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code > >>> and the spec. > >>> > >>> Cc: Ritesh Harjani <riteshh@codeaurora.org> > >>> Cc: Subhash Jadavani <subhashj@codeaurora.org> > >>> Cc: Asutosh Das <asutoshd@codeaurora.org> > >>> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > >> > >> Acked-by: Adrian Hunter <adrian.hunter@intel.com> > > > > Thanks! > > > >> > >> If others wants to add their name as co-maintainers or reviewers, please > >> feel free. > > > > Yeah, let's hope someone steps in. Until then, I am applying this as is. > > > > Kind regards > > Uffe > > > >> > >>> --- > >>> > >>> Note, this is just a friendly suggestion that needs an ack from Adrian, of > >>> course. Also, I think if any of the Codeaurora people would step in to help > >>> maintaining CQHCI, that would be great. > >>> > >>> Kind regards > >>> Ulf Hansson > >>> > >>> --- > >>> MAINTAINERS | 6 ++++++ > >>> 1 file changed, 6 insertions(+) > >>> > >>> diff --git a/MAINTAINERS b/MAINTAINERS > >>> index bbe90d4a0ea4..9c9530d7fb20 100644 > >>> --- a/MAINTAINERS > >>> +++ b/MAINTAINERS > >>> @@ -13590,6 +13590,12 @@ S: Maintained > >>> F: drivers/mmc/host/sdhci* > >>> F: include/linux/mmc/sdhci* > >>> > >>> +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER > >>> +M: Adrian Hunter <adrian.hunter@intel.com> > >>> +L: linux-mmc@vger.kernel.org > >>> +S: Maintained > >>> +F: drivers/mmc/host/cqhci* > >>> + > >>> SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER > >>> M: Prabu Thangamuthu <prabu.t@synopsys.com> > >>> M: Manjunath M B <manjumb@synopsys.com> > >>> > >> > > I can help as a reviewer - please count me in. Great, I have added you and your ack to the patch. Thanks! Kind regards Uffe
diff --git a/MAINTAINERS b/MAINTAINERS index bbe90d4a0ea4..9c9530d7fb20 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13590,6 +13590,12 @@ S: Maintained F: drivers/mmc/host/sdhci* F: include/linux/mmc/sdhci* +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER +M: Adrian Hunter <adrian.hunter@intel.com> +L: linux-mmc@vger.kernel.org +S: Maintained +F: drivers/mmc/host/cqhci* + SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER M: Prabu Thangamuthu <prabu.t@synopsys.com> M: Manjunath M B <manjumb@synopsys.com>
The eMMC CQHCI is the host controller interface, introduced in the eMMC spec v5.1. The code was originally developed as collaboration among several people, however none really stepped in to maintain it. Let's add Adrian Hunter (Intel) as the maintainer, who knows both the code and the spec. Cc: Ritesh Harjani <riteshh@codeaurora.org> Cc: Subhash Jadavani <subhashj@codeaurora.org> Cc: Asutosh Das <asutoshd@codeaurora.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> --- Note, this is just a friendly suggestion that needs an ack from Adrian, of course. Also, I think if any of the Codeaurora people would step in to help maintaining CQHCI, that would be great. Kind regards Ulf Hansson --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.17.1