Guest User

Untitled

a guest
May 24th, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. commit df197147c98ea3f0c49d33c366dad8fa83b5e7ef
  2. Merge: bf29451f973 2b85a265610
  3. Author: Linux Build Service Account <lnxbuild@localhost>
  4. Date: Wed Mar 21 09:28:42 2018 -0700
  5.  
  6. Merge "platform: msm: gpio-usbdetect: Report charger types in REAL_TYPE"
  7.  
  8. commit 2b85a2656108c59fadc948462601c82f90bff7c9
  9. Author: Fenglin Wu <fenglinw@codeaurora.org>
  10. Date: Tue Mar 20 08:20:33 2018 +0800
  11.  
  12. platform: msm: gpio-usbdetect: Report charger types in REAL_TYPE
  13.  
  14. Commit eca542a92350 ("power: qpnp-smbcharger: Report charger types in
  15. REAL_TYPE property") changes to use POWER_SUPPLY_PROP_REAL_TYPE
  16. property to report charger types between charger driver and USB
  17. driver, so change the same in this driver to make sure USB driver
  18. could get the correct charger type notification.
  19.  
  20. Change-Id: Ia70e9a376a494c6c9d8905ff4017996eecc8d503
  21. Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
  22.  
  23. commit 40b73e6b232a07f6dab62b91985527f6ecfec776
  24. Merge: 760b0cff3a8 d6c0d4afae7
  25. Author: Linux Build Service Account <lnxbuild@localhost>
  26. Date: Fri Mar 2 06:17:43 2018 -0800
  27.  
  28. Merge "power: smb1351-charger: Report charger types in REAL_TYPE"
  29.  
  30. commit d6c0d4afae7a46061782663756510727f62b7714
  31. Author: Fenglin Wu <fenglinw@codeaurora.org>
  32. Date: Thu Mar 1 15:00:48 2018 +0800
  33.  
  34. power: smb1351-charger: Report charger types in REAL_TYPE
  35.  
  36. Commit eca542a92350 ("power: qpnp-smbcharger: Report charger types in
  37. REAL_TYPE property") changes to use POWER_SUPPLY_PROP_REAL_TYPE
  38. property to report charger types between charger driver and USB
  39. driver, so change the same in this driver to make sure USB driver
  40. could get the correct charger type notification when it is used
  41. as the main charger.
  42.  
  43. Change-Id: Id83dd378cfc808d787d5b5de20a92ed507557803
  44. Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
  45.  
  46. commit 9dbf8291e20493ff380440ed96406ed3ff065ab1
  47. Author: Fenglin Wu <fenglinw@codeaurora.org>
  48. Date: Mon Jan 15 10:27:14 2018 +0800
  49.  
  50. power: qpnp-smbcharger: Report charger types in REAL_TYPE property
  51.  
  52. Use POWER_SUPPLY_PROP_REAL_TYPE property to report charger types between
  53. charger and USB drivers. Update usb_psy POWER_SUPPLY_PROP_TYPE property
  54. to POWER_SUPPLY_TYPE_USB_DCP if it is HVDCP/HVDCP3 type and ignore
  55. reporting POWER_SUPPLY_TYPE_UNKNOWN. This helps the battery HAL to
  56. recongize HVDCP/HVDCP3 as AC chargers.
  57.  
  58. Change-Id: Id0116608270dd8c608136d5dede5a09f3538e128
  59. Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
  60.  
  61. commit 07d424c142ae720347fcbaf02fa1432f6066142f
  62. Author: Fenglin Wu <fenglinw@codeaurora.org>
  63. Date: Thu Dec 28 10:04:53 2017 +0800
  64.  
  65. power_supply: Add REAL_TYPE power_supply_property
  66.  
  67. Add REAL_TYPE power_supply property to record the real time charger
  68. type.
  69.  
  70. Change-Id: I5fb2e3e3e782bcac0f8dd6071a830bcf370ebbd4
  71. Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
  72.  
  73. commit d421a9bb541913b513e99ee08838b83909b7b86f
  74. Merge: d6f2095d908 73e857e0d99
  75. Author: Linux Build Service Account <lnxbuild@localhost>
  76. Date: Thu Feb 22 09:05:58 2018 -0800
  77.  
  78. Merge "power: qpnp-smbcharger: Report charger types in REAL_TYPE property"
  79.  
  80. commit d6f2095d9080517ff501ef14bf69b6264333bda4
  81. Merge: 33f9492c949 afcfc272bc2
  82. Author: Linux Build Service Account <lnxbuild@localhost>
  83. Date: Wed Feb 21 21:22:12 2018 -0800
  84.  
  85. Merge "power_supply: Add REAL_TYPE power_supply_property"
  86.  
  87. commit 73e857e0d991e31d39113c3b099dc379ecbc8e56
  88. Author: Fenglin Wu <fenglinw@codeaurora.org>
  89. Date: Mon Jan 15 10:27:14 2018 +0800
  90.  
  91. power: qpnp-smbcharger: Report charger types in REAL_TYPE property
  92.  
  93. Use POWER_SUPPLY_PROP_REAL_TYPE property to report charger types between
  94. charger and USB drivers. Update usb_psy POWER_SUPPLY_PROP_TYPE property
  95. to POWER_SUPPLY_TYPE_USB_DCP if it is HVDCP/HVDCP3 type and ignore
  96. reporting POWER_SUPPLY_TYPE_UNKNOWN. This helps the battery HAL to
  97. recongize HVDCP/HVDCP3 as AC chargers.
  98.  
  99. Change-Id: Id0116608270dd8c608136d5dede5a09f3538e128
  100. Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
  101.  
  102. commit afcfc272bc2662367f45dcdf8f270b709576ea1a
  103. Author: Fenglin Wu <fenglinw@codeaurora.org>
  104. Date: Thu Dec 28 10:04:53 2017 +0800
  105.  
  106. power_supply: Add REAL_TYPE power_supply_property
  107.  
  108. Add REAL_TYPE power_supply property to record the real time charger
  109. type.
  110.  
  111. Change-Id: I5fb2e3e3e782bcac0f8dd6071a830bcf370ebbd4
  112. Signed-off-by: Fenglin Wu <fenglinw@codeaurora.org>
Add Comment
Please, Sign In to add comment