qcacld-3.0: Add USB bus support (PLD)

Add PLD specific changes for USB bus support.

CRs-Fixed: 1023663
Change-Id: I030ee8a5e6dd13ed8bd970d80f435219677c4e4b
Esse commit está contido em:
Mohit Khanna
2016-05-12 21:35:50 -07:00
commit de qcabuildsw
commit 1d531c408f
4 arquivos alterados com 293 adições e 1 exclusões

Ver arquivo

@@ -50,7 +50,8 @@ enum pld_bus_type {
PLD_BUS_TYPE_NONE = -1,
PLD_BUS_TYPE_PCIE = 0,
PLD_BUS_TYPE_SNOC,
PLD_BUS_TYPE_SDIO
PLD_BUS_TYPE_SDIO,
PLD_BUS_TYPE_USB
};
#define PLD_MAX_FIRMWARE_SIZE (1 * 1024 * 1024)
@@ -316,6 +317,8 @@ struct pld_driver_ops {
pm_message_t state);
int (*resume)(struct device *dev,
enum pld_bus_type bus_type);
int (*reset_resume)(struct device *dev,
enum pld_bus_type bus_type);
void (*modem_status)(struct device *dev,
enum pld_bus_type bus_type,
int state);