Re: [PATCH v3 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file

2020-06-24 Thread Hemant Kumar
Hi Mani On 6/18/20 10:33 PM, Manivannan Sadhasivam wrote: On Thu, Jun 11, 2020 at 11:13:42AM -0700, Hemant Kumar wrote: 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

Re: [PATCH v3 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file

2020-06-18 Thread Manivannan Sadhasivam
On Thu, Jun 11, 2020 at 11:13:42AM -0700, Hemant Kumar wrote: > 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. > So we have 2 definitions for

[PATCH v3 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file

2020-06-11 Thread Hemant Kumar
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 --- include/linux/mhi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git