Loading drivers/bus/mhi/core/mhi_main.c +1 −0 Original line number Diff line number Diff line Loading @@ -832,6 +832,7 @@ void mhi_create_devices(struct mhi_controller *mhi_cntrl) case DMA_NONE: case DMA_BIDIRECTIONAL: mhi_dev->ul_chan_id = mhi_chan->chan; mhi_dev->ul_event_id = mhi_chan->er_index; case DMA_FROM_DEVICE: /* we use dl_chan for offload channels */ mhi_dev->dl_chan = mhi_chan; Loading include/linux/mhi.h +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -181,6 +181,7 @@ struct mhi_controller { struct device_node *of_node; /* mmio base */ phys_addr_t base_addr; void __iomem *regs; void __iomem *bhi; void __iomem *bhie; Loading Loading
drivers/bus/mhi/core/mhi_main.c +1 −0 Original line number Diff line number Diff line Loading @@ -832,6 +832,7 @@ void mhi_create_devices(struct mhi_controller *mhi_cntrl) case DMA_NONE: case DMA_BIDIRECTIONAL: mhi_dev->ul_chan_id = mhi_chan->chan; mhi_dev->ul_event_id = mhi_chan->er_index; case DMA_FROM_DEVICE: /* we use dl_chan for offload channels */ mhi_dev->dl_chan = mhi_chan; Loading
include/linux/mhi.h +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -181,6 +181,7 @@ struct mhi_controller { struct device_node *of_node; /* mmio base */ phys_addr_t base_addr; void __iomem *regs; void __iomem *bhi; void __iomem *bhie; Loading