Messages in this thread |  | | Date | Sun, 27 Sep 2020 12:17:34 +0200 | From | Greg KH <> | Subject | Re: [PATCH 5/5] bus: mhi: core: Move MHI_MAX_MTU to external header file |
| |
On Sun, Sep 27, 2020 at 09:06:52AM +0530, Manivannan Sadhasivam wrote: > From: Hemant Kumar <hemantk@codeaurora.org> > > Currently this macro is defined in internal MHI header as > a TRE length mask. Moving it to external header allows MHI > client drivers to set this upper bound for the transmit > buffer size. > > Signed-off-by: Hemant Kumar <hemantk@codeaurora.org> > Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > --- > drivers/bus/mhi/core/internal.h | 1 - > include/linux/mhi.h | 3 +++ > 2 files changed, 3 insertions(+), 1 deletion(-)
If no one is using this change, then please don't make it until someone needs it.
So submit it when you have a user please.
thanks,
greg k-h
|  |