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

Commit b3a8a1d0 authored by Rama Krishna Phani A's avatar Rama Krishna Phani A
Browse files

msm: mhi_dev: Reorganize the mhi header file



Reorganize the mhi header file. Expose MHI api's that are
required for clients.

Change-Id: I707dedfe621770da69e46c9bdbd09d657af76184
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent eb620482
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