M7350v3_en_gpl
This commit is contained in:
10
kernel/include/linux/usb/msm_hsusb.h
Executable file → Normal file
10
kernel/include/linux/usb/msm_hsusb.h
Executable file → Normal file
@ -2,7 +2,7 @@
|
||||
*
|
||||
* Copyright (C) 2008 Google, Inc.
|
||||
* Author: Brian Swetland <swetland@google.com>
|
||||
* Copyright (c) 2009-2014, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2009-2013, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This software is licensed under the terms of the GNU General Public
|
||||
* License version 2, as published by the Free Software Foundation, and
|
||||
@ -87,11 +87,11 @@ enum msm_usb_phy_type {
|
||||
SNPS_28NM_INTEGRATED_PHY,
|
||||
};
|
||||
|
||||
#define IDEV_CHG_MAX 1000
|
||||
#define IDEV_CHG_MAX 1500
|
||||
#define IDEV_CHG_MIN 500
|
||||
#define IUNIT 100
|
||||
|
||||
#define IDEV_ACA_CHG_MAX 1000
|
||||
#define IDEV_ACA_CHG_MAX 1500
|
||||
#define IDEV_ACA_CHG_LIMIT 500
|
||||
|
||||
/**
|
||||
@ -531,8 +531,6 @@ void msm_bam_set_hsic_host_dev(struct device *dev);
|
||||
void msm_bam_wait_for_hsic_prod_granted(void);
|
||||
bool msm_bam_hsic_lpm_ok(void);
|
||||
void msm_bam_hsic_notify_on_resume(void);
|
||||
bool msm_bam_hsic_host_pipe_empty(void);
|
||||
void msm_bam_hsic_reset(void);
|
||||
#else
|
||||
static inline bool msm_bam_lpm_ok(void) { return true; }
|
||||
static inline void msm_bam_notify_lpm_resume(void) {}
|
||||
@ -540,8 +538,6 @@ static inline void msm_bam_set_hsic_host_dev(struct device *dev) {}
|
||||
static inline void msm_bam_wait_for_hsic_prod_granted(void) {}
|
||||
static inline bool msm_bam_hsic_lpm_ok(void) { return true; }
|
||||
static inline void msm_bam_hsic_notify_on_resume(void) {}
|
||||
static inline bool msm_bam_hsic_host_pipe_empty(void) { return true; }
|
||||
static inline void msm_bam_hsic_reset(void) {}
|
||||
#endif
|
||||
#ifdef CONFIG_USB_CI13XXX_MSM
|
||||
void msm_hw_bam_disable(bool bam_disable);
|
||||
|
Reference in New Issue
Block a user