Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea7861da authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mhi_dev: Reorganize the mhi header file"

parents abb022f7 b3a8a1d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <linux/vmalloc.h>
#include <linux/wakelock.h>

#include <linux/msm_mhi_dev.h>
#include "mhi.h"
#include "mhi_hwio.h"
#include "mhi_sm.h"

+1082 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include <linux/errno.h>
#include <linux/ktime.h>

#include <linux/msm_mhi_dev.h>
#include "mhi.h"

#define MHI_NET_DRIVER_NAME  "mhi_dev_net_drv"
#define MHI_NET_DEV_NAME     "mhi_dev_net%d"
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#include <linux/completion.h>
#include <linux/platform_device.h>

#include <linux/msm_mhi_dev.h>
#include "mhi.h"
#include "mhi_hwio.h"

int mhi_dev_mmio_read(struct mhi_dev *dev, uint32_t offset,
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include <linux/completion.h>
#include <linux/platform_device.h>

#include <linux/msm_mhi_dev.h>
#include "mhi.h"

static uint32_t mhi_dev_ring_addr2ofst(struct mhi_dev_ring *ring, uint64_t p)
{
Loading