Messages in this thread |  | | Date | Mon, 28 Sep 2020 09:18:52 +0530 | From | Manivannan Sadhasivam <> | Subject | Re: [PATCH 5/5] bus: mhi: core: Move MHI_MAX_MTU to external header file |
| |
On Sun, Sep 27, 2020 at 12:17:34PM +0200, Greg KH wrote: > 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. >
Okay, will drop it.
Thanks, Mani
> thanks, > > greg k-h
|  |