Commit graph

581750 commits

Author SHA1 Message Date
David Collins
ce39257f1e regulator: qpnp-oledb-regulator: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Update the REGULATOR_QPNP_OLEDB Kconfig option.

Change-Id: I75f4a5868f98f7090baa0dc77da8923c1d789d3a
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:18 -08:00
David Collins
62869dea24 regulator: qpnp-lcdb-regulator: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Update the REGULATOR_QPNP_LCDB Kconfig option.

Change-Id: I9b9324f205481dd91f0db39f2c4ac309105cb556
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:17 -08:00
David Collins
decdf60c66 regulator: qpnp-labibb-regulator: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Remove unnecessary out-of-memory error messages.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Use variable name in sizeof() for devm_kzalloc() call.

 - Update the REGULATOR_QPNP_LABIBB Kconfig option.

Change-Id: Id98fed6b3c460d6f4282eab88cebdc8b2bd9bf2e
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:16 -08:00
David Collins
8ef7a9ac26 leds: leds-qpnp-wled: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Use octal file permissions instead of symbolic.

 - Replace sscanf() for a single integer with kstrtoint().

 - Update the LEDS_QPNP_WLED Kconfig entry to use the name
   'Qualcomm Technologies, Inc.'

 - Expand the description of the LEDS_QPNP_WLED config
   option.

Change-Id: I848983cd7beeb1a41191aba94fc8b33ce45fb2bc
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:15 -08:00
David Collins
a0b77a2163 leds: leds-qpnp-flash-v2: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Use octal file permissions instead of symbolic.

 - Add a comment explaining the strncmp() usage.

 - Update the LEDS_QPNP_FLASH_V2 Kconfig entry to use the
   name 'Qualcomm Technologies, Inc.'

 - Expand the description of the LEDS_QPNP_FLASH_V2 config
   option.

Change-Id: I18f49e3c56bfc7ad6770f4f9dc508ad8331af0d4
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:14 -08:00
David Collins
ea2ccd6226 leds: leds-qpnp-flash: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Use octal file permissions instead of symbolic.

 - Remove unnecessary out-of-memory error messages.

 - Use variable name in sizeof() for kzalloc() calls.

 - Restructure conditionals to avoid else after return.

 - Remove 'return' from the end of void functions.

 - Correct the format of block comments.

 - Correct the spelling of 'cannot'.

 - Update the LEDS_QPNP_FLASH Kconfig entry to use the name
   'Qualcomm Technologies, Inc.'

 - Expand the description of the LEDS_QPNP_FLASH config
   option.

Change-Id: I342fe2d0e6a027c87cd17a3697529b422ec49ab6
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:13 -08:00
David Collins
e51b33d808 leds: leds-qpnp: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Remove unnecessary out-of-memory error messages.

 - Restructure conditionals to avoid else after return.

 - Replace kzalloc() with kcalloc() for arrays.

 - Replace strncmp() with strcmp().

 - Join strings that are wrapped across two lines.

 - Correct the format of block comments.

 - Remove 'return' from the end of void functions.

 - Remove unnecessary parentheses.

 - Remove unnecessary line continuations.

 - Call usleep_range() with max > min.

 - Update the LEDS_QPNP Kconfig entry and the device tree
   documentation to use the name: 'Qualcomm Technologies, Inc.'

 - Expand the description of the LEDS_QPNP config option.

 - Correct the spelling of 'controlled'.

Change-Id: Id29de0da18aa1ce75a0c7604b8c0ecd1633fcaf3
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:12 -08:00
David Collins
16655a9266 leds: remove duplicate QPNP Kconfig options and fix LEDS_POWERNV
Remove the duplicate Kconfig options for LEDS_QPNP,
LEDS_QPNP_FLASH, and LEDS_QPNP_WLED.  Also fix the help text
for LEDS_POWERNV which was associated with LEDS_QPNP_WLED.

Change-Id: I11cc6b30280c4e2e1f33720308353ba746c5612a
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:11 -08:00
David Collins
ce2f3b9612 platform: msm: qpnp-coincell: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Update the QPNP_COINCELL Kconfig entry and the device tree
   documentation to use the name: 'Qualcomm Technologies, Inc.'

Change-Id: Ieb737138dc5dacb01eb840a1861afe14cf14ddc6
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:09 -08:00
David Collins
2fbc77cbfa platform: msm: qpnp-revid: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Update the QPNP_REVID Kconfig entry to use the name
   'Qualcomm Technologies, Inc.'

Change-Id: I36f9f6b63aedbcfe744800887d8629ac1feac804
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:08 -08:00
David Collins
e6e40ef43a soc: qcom: qpnp-haptic: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Use octal file permissions instead of symbolic.

 - Restructure conditionals to avoid else after return.

 - Add a blank line after variable definitions.

 - Correct the format of block comments.

 - Replace sscanf() for a single integer with kstrtoint().

 - Update the QPNP_HAPTIC Kconfig entry to use the name
   'Qualcomm Technologies, Inc.'

 - Expand the description of the QPNP_HAPTIC config option.

Change-Id: Ifc9ccbb83e2ca59328d6dcb5915b80c578d38fa1
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:07 -08:00
David Collins
fab5e227b6 rtc: qpnp-rtc: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Add 'const' to the type of struct rtc_class_ops variables.

 - Join strings that are wrapped across two lines.

 - Move EXPORT_SYMBOL() directly after poweron_alarm
   definition.

 - Correct the spelling of 'writing'.

 - Correct the module license to use 'GPL v2'.

 - Update the RTC_DRV_QPNP Kconfig entry to use the name
   'Qualcomm Technologies, Inc.'

 - Remove duplicate RTC_DRV_QPNP Kconfig entry.

Change-Id: I45fa2db561a5990d8618fa0fcf904ae95a72e3eb
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:06 -08:00
David Collins
5b77c3d190 thermal: qpnp-temp-alarm: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to type of a struct of_device_id variable.

 - Update the THERMAL_QPNP Kconfig entry and the device tree
   documentation to use the name: 'Qualcomm Technologies, Inc.'

Change-Id: Ia25eb58820107d0c068ee3e2c31d46f0cb13e3d6
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:05 -08:00
David Collins
ec1ec741b7 pwm: qpnp: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Remove unnecessary out-of-memory error messages.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Correct minor whitespace inconsistencies.

 - Replace kzalloc() with kcalloc() for arrays.

 - Replace strncmp() with strcmp().

 - Replace EXPORT_SYMBOL_GPL() with EXPORT_SYMBOL().

 - Remove a macro which affects flow control.

 - Update the PWM_QPNP Kconfig entry and driver to use the name:
   'Qualcomm Technologies, Inc.'

 - Correct the spelling of 'label'.

Change-Id: I36cd39cec22a4e4ad5956e57643753841fedb4dc
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:04 -08:00
David Collins
04be47199a gpio: qpnp-pin: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Use octal file permissions instead of symbolic.

 - Add 'const' to type of struct of_device_id variables.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Restructure conditionals to avoid else after return.

 - Correct minor whitespace inconsistencies.

 - Replace strncmp() with strcmp().

 - Replace a static length 1 array with a scalar variable.

 - Update the GPIO_QPNP_PIN Kconfig entry to use the name
   'Qualcomm Technologies, Inc.'

 - Expand the description of the GPIO_QPNP_PIN_DEBUG config
   option.

 - Remove an unnecessary BUG_ON() call.

Change-Id: Ib1a49adf4668124020fed90108fed338d7ab2bd6
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:19:03 -08:00
David Collins
b2f04129ca regulator: qpnp-regulator: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Use octal file permissions instead of symbolic.

 - Add 'const' to type of struct of_device_id variables.

 - Remove unnecessary out-of-memory error messages.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Restructure conditionals to avoid else after return/break.

 - Remove 'return' from the end of void functions.

 - Join strings that are wrapped across two lines.

 - Remove ';' from the end of a macro definition.

 - Update the REGULATOR_QPNP Kconfig entry and the device tree
   documentation to use the name: 'Qualcomm Technologies, Inc.'

Change-Id: I9f2cde58929ae57667366bb886e65154d36dfd3d
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 12:18:57 -08:00
David Collins
7d2b2afa0f regulator: msm_gfx_ldo: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Use octal file permissions instead of symbolic.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Correct a minor whitespace inconsistency.

Change-Id: I282801edaa3a713fd34035e7270d4fb1d0b86fca
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 11:59:18 -08:00
David Collins
f676facccc regulator: mem-acc-regulator: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Add 'const' to the type of a struct of_device_id variable.

 - Remove unnecessary out-of-memory error messages.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Restructure conditionals to avoid else after return.

 - Correct the spelling of the word 'initialize'.

 - Update the REGULATOR_MEM_ACC Kconfig entry and the device
   tree documentation to use the name: 'Qualcomm Technologies,
   Inc.'

Change-Id: Idfccd4289eadbbeaf2c682ca4fbe73eda691499a
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 11:57:47 -08:00
David Collins
5fc047dd54 regulator: kryo-regulator: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Use octal file permissions instead of symbolic.

 - Add 'const' to the type of a struct of_device_id variable.

 - Remove unnecessary out-of-memory error messages.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Update the REGULATOR_KRYO Kconfig entry.

Change-Id: Iad0fcbcc8f276f4f8344b6fc8591cfbe604659fa
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 11:50:14 -08:00
David Collins
110c32f055 regulator: cpr3-regulator: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Use octal file permissions instead of symbolic.

 - Add 'const' to type of struct of_device_id variables.

 - Remove unnecessary out-of-memory error messages.

 - Change variables of type 'unsigned' to 'unsigned int'.

 - Restructure conditionals to avoid else after return/break.

 - Remove 'return' from the end of void functions.

 - Correct minor whitespace inconsistencies.

Change-Id: Ibf7812cd722c74e48d51e765f00efcbcf548c552
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 11:48:09 -08:00
David Collins
1abc78fdb5 power: qcom: apm: correct various coding style issues
Correct warnings flagged by checkpatch.  In particular, modify
the following:

 - Use octal file permissions instead of symbolic.

 - Add 'const' to type of struct of_device_id variable.

 - Remove unnecessary out-of-memory error message.

 - Update the the MSM_APM Kconfig entry.

Change-Id: I57c6d499c90db62ca2733f302bd045b4d439905f
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-02-03 11:46:59 -08:00
David Collins
49bb1ec1f8 power: qcom: apm: replace msmtitanium code name with MSM8953
Remove all reference to the internal code name "msmtitanium" and
replace them with "MSM8953" which is the official name for the
SoC.

Change-Id: I1637b0270ddbe8283dd9b4ba07e8e263b0a5a944
Signed-off-by: David Collins <collinsd@codeaurora.org>
2017-01-31 11:46:14 -08:00
Linux Build Service Account
42e1251b38 Merge "smb-lib: disable APSD run on CC while APSD is disabled" 2017-01-30 20:16:01 -08:00
Linux Build Service Account
15632ada36 Merge "msm: isp: Recover VFE when epoch mismatch happens" 2017-01-30 20:16:00 -08:00
Linux Build Service Account
9787f5c3c1 Merge "ARM: dts: msm: update cpufreq node for SDM660 target" 2017-01-30 20:15:59 -08:00
Nicholas Troast
88b334d041 smb-lib: disable APSD run on CC while APSD is disabled
CC can debounce several times while VBUS is present and if APSD is
disabled the APSD result will be unknown. Disable APSD run on CC
debounce when APSD is disabled so the APSD result will not be reset in
this case.

Change-Id: Ia0b18605ea7d51aab0426bc7ad7c873152f42dc7
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
2017-01-30 14:52:33 -08:00
Linux Build Service Account
ea4719da1f Merge "ath10k: Add htt tx/rx layer changes for WCN3990 target." 2017-01-30 07:05:36 -08:00
Linux Build Service Account
f9500f4705 Merge "msm: kgsl: Fix incomplete IB2 dump in the snapshot" 2017-01-30 07:05:35 -08:00
Linux Build Service Account
9b80f2b723 Merge "ARM: dts: msm: add truly 1080p panel support for sdm660" 2017-01-30 07:05:34 -08:00
Linux Build Service Account
e3e2337e47 Merge "ARM: dts: msm: Add qrng device node for SDM630" 2017-01-30 07:05:32 -08:00
Linux Build Service Account
ba93fbf5f0 Merge "ufs: add additional sync between ice work queue and pending request" 2017-01-30 07:05:31 -08:00
Linux Build Service Account
d9f73b621e Merge "msm: kgsl: Check GPMU presence before accessing power counters" 2017-01-30 07:05:30 -08:00
Linux Build Service Account
7b317a25ea Merge "wil6210: fix QCA_WLAN_VENDOR_ATTR_FREQ attribute ID" 2017-01-30 07:05:29 -08:00
Linux Build Service Account
e1d0109fdc Merge "adreno_tz: Correct tz_buf pointer type to correct pointer arithmetic" 2017-01-30 07:05:28 -08:00
Linux Build Service Account
520c2d8947 Merge "ARM: dts: msm: change ref threhold to 184K in sdm660" 2017-01-30 07:05:27 -08:00
Linux Build Service Account
f3b8923a2c Merge "ARM: dts: msm: Disable WSA for internal codec SDM660" 2017-01-30 07:05:26 -08:00
Linux Build Service Account
e1e1ad0592 Merge "ath10k: Add host/target CE config and services for WCN3990" 2017-01-30 07:05:24 -08:00
Linux Build Service Account
79e80bf58b Merge "ASoC: msm: Update WCD934X RX and TX Slim channels" 2017-01-30 07:05:24 -08:00
Linux Build Service Account
3ed889b39e Merge "sched: set LBF_IGNORE_PREFERRED_CLUSTER_TASKS correctly" 2017-01-30 07:05:23 -08:00
Linux Build Service Account
564fc4f080 Merge "scsi: ufs: validate input args to queuecommand" 2017-01-30 07:05:22 -08:00
Linux Build Service Account
31a533f0a9 Merge "ARM: dts: msm: Add BCL mitigation configuration for sdm630" 2017-01-30 07:05:21 -08:00
Linux Build Service Account
e0c4785094 Merge "scsi: ufs: check for err state when polling for doorbell" 2017-01-30 07:05:19 -08:00
Linux Build Service Account
165381533f Merge "qpnp-smb2: fix incorrect type detection" 2017-01-30 07:05:18 -08:00
Linux Build Service Account
e90fdbd26f Merge "ARM: dts: msm: Remove SPSS notification for msm8998" 2017-01-30 07:05:13 -08:00
Linux Build Service Account
a3ab00251b Merge "smb-lib: fix unknown APSD result after CC2 workaround" 2017-01-30 07:05:12 -08:00
Linux Build Service Account
f1c56b5374 Merge "msm: mdss: Disable traffic shaper for pipe in command mode" 2017-01-30 07:05:11 -08:00
Linux Build Service Account
51026923d0 Merge "msm: mdss: Fix handling of Doze mode" 2017-01-30 07:05:10 -08:00
Linux Build Service Account
675a5c8af0 Merge "msm: mdss: Add partial update support for dest-scaler" 2017-01-30 07:05:09 -08:00
Linux Build Service Account
b503a4f71e Merge "ARM: dts: msm: Enable APSS-RPM communication for sdm630" 2017-01-30 07:05:08 -08:00
Linux Build Service Account
0f01552919 Merge "memshare: Fix parameters to collect ramdump" 2017-01-30 07:05:07 -08:00