Commit Graph

2801 Commits

Author SHA1 Message Date
Lior David 8f954ffdd0 tethering: add new entry for DHCP ranges
Extend the default list of DHCP ranges for tethering
and include ranges for Wigig and Wigig P2P.

CRs-Fixed: 997384
Change-Id: I8b90c5f2c08fcff1d39ebc9042faf7755a529157
2016-05-05 14:50:06 -07:00
Dedy Lansky 1a788c89bf init.qcom.rc: add wigig supplicant/dhcp services
wigig_supplicant runs separate wpa_supplicant instance for controlling the
wigig device.

dhcp service used to run on wigig network device.

CRs-Fixed: 997373
Change-Id: I842bb5901668cd2f1172b3d3625be4729b62fe3c
2016-05-05 14:49:50 -07:00
Mayank Rana f6e95b9419 init.msm.usb.configfs.rc: Fix incorrect file name casing
Configfs based file names are created as idVendor, idProduct and UDC.
Whereas some of rules are using idvendor, idproduct and udc which
results into those USB composition enumeration failure. Fix this issue
by using the correct casing.

CRs-Fixed: 1010792
Change-Id: I99c2da417fdaf0aeb57b61301b8855bef0f08b3e
2016-05-02 18:09:09 -07:00
Linux Build Service Account fdaef05c3a Merge "Bluetooth: Enable A2DP Sink and AVRCP controller" 2016-05-02 01:10:01 -07:00
Tapas Kumar Kundu 8723b7b79e init.qcom.post_boot: Enable cpufreq governor settings for mincpubw
Enable cpufreq governor setting for mincpubw on msm8996 since memory
latency governor along with bw_hwmon governor is not sufficient for
voting for higher DDR frequencies for most memory bound workloads.

Change-Id: I4da268b268c64b43d92f40b872c7ba61e4f3d465
2016-04-29 08:27:31 -07:00
Venkateshwarlu Domakonda 54955751ce Bluetooth: Enable A2DP Sink and AVRCP controller
Enable A2DP Sink and AVRCP controller in overlays.

Change-Id: I4e2f9716255475097d4bffbc5a2a58a7dbe403d2
2016-04-29 02:34:56 -07:00
Linux Build Service Account 21adf32f64 Merge "Initial bring-up change." 2016-04-28 13:52:14 -07:00
Linux Build Service Account 595e0fa5e0 Merge "Enable device overlays compilation" 2016-04-27 20:02:10 -07:00
Wileen Chiu eea5539d2b Enable device overlays compilation
- In addition, remove configs not defined
in the base package

Change-Id: Id36618073145e7c6e62b22f70308f507799b7aff
2016-04-27 13:47:14 -07:00
Satish Kodishala 1ffdfbd6ff BT-HFP: HFP1.7 AG support for 8996.
Added HFP 1.7 version support to 8996.

Change-Id: Iede3a8688c14968447152d55ecf33c73784624ff
2016-04-27 18:23:01 +05:30
Panwar Vivek 0b7ef53620 Initial bring-up change.
Temporary change for initial bring-up

Change-Id: I41280a9cb3a50c5db604f7006458881b60180825
2016-04-27 18:01:20 +05:30
Linux Build Service Account 7e2559f7ee Merge "Common: Add Support audio support for msm-cobalt" 2016-04-26 22:10:16 -07:00
Linux Build Service Account 11ecf19b3c Merge "init.qcom.usb.rc: Add bcdUSB as 0x0200 and os_desc usage with USB" 2016-04-26 14:13:19 -07:00
Linux Build Service Account cc3fa13d8b Merge "init.qcom.usb.rc: Fix USB GSI related rules" 2016-04-26 14:13:19 -07:00
Linux Build Service Account e553781aaa Merge "init.qcom.usb.sh: Set sys.usb.config before setting other configfs property" 2016-04-26 14:13:19 -07:00
Linux Build Service Account 832a4024f1 Merge "Revert "Revert "USB: Add configfs related rules for USB compositions""" 2016-04-26 14:13:19 -07:00
Linux Build Service Account a319224e50 Merge "msm8996: Set sched_upmigrate/sched_downmigrate to 45" 2016-04-25 22:49:31 -07:00
Omprakash Dhyade 42e6f0199a msm8996: Set sched_upmigrate/sched_downmigrate to 45
Set sched_upmigrate and sched_downmigrate values
to 45.

CRs-fixed: 971295
Change-Id: Ie7ddfc2482f66843dd617d958df6a2ef0592c239
2016-04-25 16:09:47 -07:00
Mayank Rana 0840c224ea init.qcom.usb.rc: Add bcdUSB as 0x0200 and os_desc usage with USB
This change adds 0x0200 as bcdUSB with USB composite device which
shall be override by composite framework based on l1_supported or
USB super speed functionality. This change also sets usage of
os_desc as true using configfs provides sysfs entry. These changes
are required to communicate USB device side capabilities.

Change-Id: Ide2d928a6e63452e76e972185a1429600ecd306b
2016-04-25 11:20:50 -07:00
Mayank Rana fb44a3863e init.qcom.usb.rc: Fix USB GSI related rules
USB GSI driver requires <transport_name>.<function> (i.e. gsi.rmnet
or gsi.rndis) whereas rules are using rmnet.gsi and rndis.gsi which
results into no instance of USB GSI function created. Fix this issue
by using correct order.

Change-Id: I4b4007a32d7cc60a8c7f9d0b843db7e3d329fbc8
2016-04-25 11:20:50 -07:00
Mayank Rana b81d58bfc6 init.qcom.usb.sh: Set sys.usb.config before setting other configfs property
Default USB composition is selected as ADB only. Hence there is possibility
that ADB only USB composition change happens on executing
"setprop sys.usb.configfs 1". Later setting of "setprop sys.usb.config" with
required USB composition triggers one more USB composition. In this time frame
if USB cable is not connected, it may cause unclock register access with UDC
driver. Hence avoid USB composition in bootup by changing ordering in which
sys.usb.config, sys.usb.controller and sys.usb.configfs properties are set.

Change-Id: Id518a15ab5ed1f7f68bc0c4a2995c8f1e6f2c700
2016-04-25 11:20:50 -07:00
Mayank Rana 439ace14b1 Revert "Revert "USB: Add configfs related rules for USB compositions""
This reverts commit 5d54438673 which brings
back USB composition related rules using configfs.

Change-Id: I1c153fefac40bc4931145af2804c6d7cf276af12
2016-04-25 11:18:47 -07:00
Sungjun Park 5b5fef8ac2 init.qcom.bt.sh : Add msmcobalt for new BT chipset
Enable New BT chipset handle in msmcobalt target.

Change-Id: I8356e20c5b3629a12820896a6fb9ff8699f546aa
2016-04-25 11:10:19 -07:00
Garmond Leung 4e04428dac Common: Add Support audio support for msm-cobalt
Add support for msm-cobalt support for audio devices

Change-Id: I3a077b0aea33111718bddae6d273923bfccbcb9d
2016-04-22 10:29:12 -07:00
Linux Build Service Account 6079346913 Merge "Telephony: Add overlay for CarrierConfig." 2016-04-21 09:24:33 -07:00
Linux Build Service Account 3b3dfc8c0f Merge "Enable Mms project" 2016-04-20 11:36:59 -07:00
Yashdev Singh 4806fce5b8 Telephony: Add overlay for CarrierConfig.
- Use overlay for vendor.xml.

Change-Id: Id685a25733a8088a05570c3b3f2ffa1aca19ed07
2016-04-20 13:22:42 +05:30
Shiyu Dong e80e0c6f9a Copy MBN folder if modem does not have version info
Continue with MBN folder copying if modem does not have ver_info.txt

Change-Id: I8dba4687c03c9f7d045d6ab0a95b0f3c30cf9a0a
2016-04-19 14:17:05 -07:00
Naveen Kumar 5d54438673 Revert "USB: Add configfs related rules for USB compositions"
This reverts commit 9f96096a93.

Conflicts:
	rootdir/etc/init.qcom.usb.sh

Change-Id: I0193d3d5ce1ccbed810303e72fcd612c72da3b90
2016-04-15 14:29:23 +05:30
Linux Build Service Account 3029a2399a Merge "Merge 7a6fc164df on remote branch" 2016-04-13 03:40:00 -07:00
Ashish Jain bda749789f common: audio: remove audio specific config from common overlays
-Move audio specific configs to audio HAL from common
overlays.

Change-Id: Ie1bb28f58a828ed101bd55f61ec14bb870b23810
2016-04-07 11:37:27 +05:30
yanglv c654cb7eeb Enable Mms project
Enable Mms project to unblock basic functions testing.

Change-Id: Icf1f9491c2b0cb23bd133e8da2ae66eee232b990
2016-04-06 10:40:02 +08:00
Linux Build Service Account b52b72e6a6 Merge 7a6fc164df on remote branch
Change-Id: Ie0c1e7ad1c2a2f484b3bf5c0f3f3bdf9a0c5788d
2016-04-05 02:43:52 -06:00
Anshul Verma 0a32f71b7b Initial release bring-up
Changes to bring-up tree on new release. Some permanent
and some temporary until all modules are in place.

Change-Id: I72ac646012d03f9442313d08a7879a55e789d1d3
2016-04-03 00:44:43 +05:30
Linux Build Service Account 7a6fc164df Promotion of android-device.lnx.1.0-00054.
CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
976978   I429ab4a8657b6022557f805d6666dd28758346b7   Init: Changing persist misc mode
993858   Ic73f4b95904353a8e6f0b55a8b22c6405802f728   init.qcom.debug.sh: increase the default etr buffer size
978649   I4c09c091682d6a9370314d827736e5e6ae23df04   post_boot.sh: 8937/17:  Disable sched_boost
987377   I8743fd384171368b64a396c5919bef8ebb4d9602   MSIM: Do not display rat string for specific service pro
978649   I53efc35cff8c4d9024fa5328542ffe9271d15c5b   init.qcom.rc: "super-readahead" during boot

Change-Id: I0d5537890e0f6ff1fb207746d290e5e751c8c851
CRs-Fixed: 976978, 978649, 987377, 993858
2016-04-01 07:21:23 -07:00
Fang Yunong df724f20a5 Init: Changing persist misc mode
To allow file access by ExtCarrierPack

Change-Id: I429ab4a8657b6022557f805d6666dd28758346b7
CRs-Fixed: 976978
2016-03-31 01:42:07 -07:00
Linux Build Service Account a94b71ada2 Merge "MSIM: Do not display rat string for specific service providers" 2016-03-30 20:08:16 -07:00
Venkatraman Nerellapalli fd26e97bbf MSIM: Do not display rat string for specific service providers
Do not display rat string along with operator name in statusbar &
data usage screens for specific service providers.

CRs-Fixed: 987377
Change-Id: I8743fd384171368b64a396c5919bef8ebb4d9602
2016-03-30 06:15:39 -07:00
Linux Build Service Account 5572e8e5fe Merge "init.qcom.rc: "super-readahead" during boot" 2016-03-30 03:54:27 -07:00
Linux Build Service Account aa3be8f7f4 Merge "post_boot.sh: 8937/17: Disable sched_boost" 2016-03-30 03:54:25 -07:00
Charan Teja Reddy cd4600c083 init.qcom.debug.sh: increase the default etr buffer size
Increase the default buffer size of ETR to accomodate the space for more
events to get collected.

Change-Id: Ic73f4b95904353a8e6f0b55a8b22c6405802f728
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
2016-03-29 05:47:59 -07:00
Linux Build Service Account 7aad9895a3 Promotion of android-device.lnx.1.0-00053.
CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
995109   If51e5a23911e8f1a086c95dba2e316a974efb2ad   init.qcom.usb.sh: Add USB controller device name for msm

Change-Id: I06bc7e2ecd3bdcbe7bc3cf8539e0fbebb54a6c80
CRs-Fixed: 995109
2016-03-28 10:10:07 -07:00
Linux Build Service Account c3e1ef2903 Promotion of android-device.lnx.1.0-00052.
CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
993147   I8e9d6ef1f9b13f0976abcda4ec74c6a22b849f41   ueventd: change permission for secure touch sysfs files
993298   I3331904f2e2cdd30e66c854bc3930cded10ce579   device: common: Add synaptics_dsxv26.kl to PRODUCT_PACKA
972481   I8b884b31542d65a9e163fa05d0b24568239b54d8   init.qcom.post_boot: Enable suspend for 8996 Pro
991690   I91c45180e3c64800eebbbb4a0c26157003dbbee1   USB: Add configfs related rules for USB compositions
857183   Ia103ba92830f2531a422fafda7b10e38ef85f734   add wifi_ftmd service in init.qcom.rc
991998   Id690f91a0080c8862b9cf097a546b30470ae7715   init.qcom.post_boot.sh: Fixing rps setting for feero-lit
989171   I292d9131a98fb82166f4e4f5ce304b84f2c7a0d7   init: qcom: start irq balancer for msmcobalt
991650   Ic7806d3b1780e633df0335905680731598646f97   common: Add support for new build tree structure

Change-Id: Idbc80d021d2bd7961c53ee5389c983cca28619c1
CRs-Fixed: 991650, 989171, 991690, 972481, 993298, 991998, 857183, 993147
2016-03-25 17:57:41 -07:00
Mayank Rana e2d203aeb6 init.qcom.usb.sh: Add USB controller device name for msmcobalt
This change addes USB controller device name for msmcobalt as it
is required to bind USB gadget driver with controller driver.

CRs-Fixed: 995109
Change-Id: If51e5a23911e8f1a086c95dba2e316a974efb2ad
2016-03-25 13:25:32 -07:00
Linux Build Service Account 8d9f929abc Merge "init.qcom.post_boot: Enable suspend for 8996 Pro" 2016-03-24 17:19:23 -07:00
Linux Build Service Account 1ff85d6858 Merge "USB: Add configfs related rules for USB compositions" 2016-03-24 13:46:21 -07:00
Linux Build Service Account 3907da3937 Merge "init.qcom.post_boot.sh: Fixing rps setting for feero-lite" 2016-03-24 00:52:59 -07:00
Ameya Thakur 16e5fd8192 common: Add support for new build tree structure
The kernel now resides within a subir under build_root/kernel.Adding
support for this build tree structure.

Change-Id: Ic7806d3b1780e633df0335905680731598646f97
2016-03-23 18:37:35 -07:00
Linux Build Service Account b2c4b555fb Merge "device: common: Add synaptics_dsxv26.kl to PRODUCT_PACKAGES" 2016-03-23 09:15:56 -07:00
Linux Build Service Account 6117b5dfff Merge "ueventd: change permission for secure touch sysfs files" 2016-03-22 22:01:05 -07:00