TugaPower

KernelM30TugaPowerRefined

Jan 27th, 2016
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.69 KB | None | 0 0
  1. *Steve Kondik - Copy audio_effects.h to userspace
  2. *Steve Kondik - bacon: Update defconfig
  3. *Steve Kondik - synaptics_dsx_i2c: Improve resume latency
  4. *Steve Kondik - msm8974-oppo: Optimize wakeup delay for JDI panel
  5. *Prasad Sodagudi - soc: qcom: rq_stats: Pass correct cpu id to update_average_load function
  6. *Anji Jonnala - soc: qcom: rq_stats: remove the redundant iowait check
  7. *Junjie Wu - cpufreq: interactive: Do not reschedule timer if policy->max changes
  8. *Hanumath Prasad - cpufreq: interactive:call __cpufreq_driver_target() for cur frequency
  9. *Minsung Kim - cpufreq: interactive: don't skip waking up speedchange_task if target_freq > policy->cur
  10. *Ruchi Kandoi - cpufreq: interactive: prevents the frequency to directly raise above the hispeed_freq from a lower frequency.
  11. *Elektroschmock - cpufreq: interactive: Replace strict_strtoul with kstrtoul
  12. *Junjie Wu - cpufreq: interactive: Reschedule timer if min_freq is reduced
  13. *Derek Basehore - CHROMIUM: cpufreq: interactive: calculate load before freq change
  14. *Rohit Gupta - cpufreq: interactive: Rearm governor timer at max freq
  15. *Bryan Freed - CHROMIUM: Replace obsolete strict_strtoul calls.
  16. *Andrew Bresticker - CHROMIUM: cpufreq: interactive: validate above_hispeed_delay
  17. *Junjie Wu - cpufreq: interactive: Record hispeed_validated_time in timer function
  18. *myfluxi - cpufreq: interactive: Honor boosted state in several timer calculations
  19. *myfluxi - cpufreq: interactive: Consider changed min limit a frequency boost
  20. *myfluxi - cpufreq: interactive: Honor changed minimum frequency
  21. *Saravana Kannan - cpufreq: interactive: Exercise hispeed settings at a policy level
  22. *Junjie Wu - cpufreq: interactive: Make window alignment optional
  23. *Junjie Wu - cpufreq: interactive: Add max_freq_hysteresis feature
  24. *myfluxi - cpufreq: ondemand: Remove sync thread feature
  25. *myfluxi - cpufreq: ondemand: Remove input boost
  26. *Naveen Ramaraj - cpufreq: Always allow update of user policy
  27. *myfluxi - cpufreq: Fix broken uevents for cpufreq governor and cpu devices
  28. *Steve Kondik - drivers: cpufreq: Send a uevent when governor changes
  29. *Rohit Gupta - cpufreq: cpu-boost: Use one work to remove input boost for all CPUs
  30. *Junjie Wu - cpufreq: cpu-boost: Support separate input_boost_freq for different CPUs
  31. *Patrick Cain - cpufreq: Sync on thread migration optimizations
  32. *Patrick Cain - cpufreq: cpu-boost: Re-issue boosts above minimum frequency
  33. *Srivatsa Vaddagiri - cpufreq: cpu-boost: Resolve deadlock when waking up sync thread
  34. *Junjie Wu - cpufreq: interactive: Use del_timer/add_timer_on to rearm timers
  35. *Junjie Wu - cpufreq: interactive: Round up timer_rate to match jiffy
  36. *Junjie Wu - cpufreq: interactive: Reset last evaluated jiffy in idle callback
  37. *Junjie Wu - cpufreq: interactive: Align timer windows for all CPUs
  38. *Steve Kondik - cpufreq: interactive: Squashed cleanup patches
  39. *Viresh Kumar - cpufreq: Move get_cpu_idle_time() to cpufreq.c
  40. *Viresh Kumar - cpufreq: interactive: Move definition of cpufreq_gov_interactive downwards
  41. *Viresh Kumar - cpufreq: interactive: Remove unnecessary cpu_online() check
  42. *Steve Kondik - rq_stats: Fix usage of cpufreq APIs
  43. *Stephen Boyd - soc: qcom: rq_stats: Always show idle time left
  44. *Junjie Wu - cpufreq: Check current frequency in device driver
  45. *myfluxi - msm: sps: Register SPS IRQ with IRQF_NO_SUSPEND flag
  46. *Russell King - mmc: sdhci: convert ADMA descriptors to a coherent allocation
  47. *Steve Kondik - mmc: block: Backport HS400 changes from 3.10
  48. *Steve Kondik - input: synaptics_dsx: Send KEY_POWER for double-tap event
  49. *Suman Tatiraju - msm: kgsl: set the correct max_state
  50. *Steve Kondik - devfreq: Use policy create/remove events instead of governor
  51. *Patrick Daly - PM / Wakeup: Use rcu callbacks for better performance
  52. *Vladimir Razgulin - msm: kgsl: Wake gpu up on the max freq when using the performance governor
  53. *Lucille Sylvester - msm: kgsl: Replace jiffy sampling with usec
  54. *Suman Tatiraju - msm: kgsl: set the profile max_state correctly
  55. *Lucille Sylvester - msm: kgsl: Delay the first devfreq status read
  56. *Steve Kondik - asoc: msm: Kill logspam
  57. *Dmitry Shmidt - Power: Add wakeup reasons counters from boot in suspend_since_boot
  58. *Dmitry Shmidt - PM: Replace WARN_ON on timeout with one line print
  59. *Steve Kondik - Revert "genirq: Introduce irq_do_set_affinity() to reduce duplicated code"
  60. *Joonsoo Kim - mm/slub: don't wait for high-order page allocation
  61. *Sebastien Buisson - fs/buffer.c: increase the buffer-head per-CPU LRU size
  62. *Chao Yu - f2fs: Squash commits from f2fs-stable
  63. *Shaohua Li - block: recursive merge requests
  64. *Jan Kara - block: Reserve only one queue tag for sync IO if only 3 tags are available
  65. *Patrick Daly - net: ipc_router: Use optimized wakeup_source APIs
  66. *Simon Baatz - ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page
  67. *Will Deacon - ARM: 7495/1: mutex: use generic atomic_dec-based implementation for ARMv6+
  68. *Steve Kondik - msm8974-oppo: Remove cruft from DT
  69. *Steve Kondik - msm8974-oppo: Modify micbias and jack configuration for Bacon
  70. *Russell King - ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()
  71. *Waiman Long - mutex: Scalable mutex backport
  72. *Venkat Devarasetty - arm: dts: msm: update SPM sequences for krait v2.x
  73. *Steve Kondik - msm8974-oppo: Enable ULPS for all command mode panels
  74. *Jeevan Shriram - ARM: dts: msm: reduce control and panel power on delays
  75. *Sandeep Panda - msm: mdss: Add support to read DSI clamp offset from DT
  76. *Aravind Venkateswaran - ARM: dts: msm: add mdss gdsc supply to dsi controller device
  77. *Aravind Venkateswaran - msm: mdss: Organize regulator supplies used by DSI controller
  78. *Manu Gautam - USB: ANDROID: Implement dynamic pm_qos voting based on USB activity
  79. *Mona Hossain - clock: msm: Add clk support for second qcrypto device
  80. *Patrick Tjin - msm: ipc_socket: fix leak of kernel memory to userspace
  81. *Ruchi Kandoi - clk: qcom: Use rt mutexes for the rpm and voter clock locks
  82. *Mahesh Sivasubramanian - soc: qcom: rpm-smd: Read ACKs for sleep set on wakeup
  83. *Anji Jonnala - msm: rpm-smd: Add a check to validate the rpm message length
  84. *Achyuth Sai Vadrav - qcom: rpm-smd: Remove rpm workqueue initialization
  85. *Anji Jonnala - rpm-smd: Optimize smd data read
  86. *Murali Nalajala - qcom: rpm-smd: Use arch_init and implement deferred probe mechanism
  87. *Praveen Chidambaram - msm: spm: Update msm_spm_turn_on_cpu_rail() to use new SAW2 base address
  88. *Venkat Devarasetty - msm: spm: set pc mode bit for SAW2_3.0
  89. *Murali Nalajala - msm: spm-v2: Use proper register offsets for SAW2_v3.0
  90. *Archana Sathyakumar - msm: spm-v2: Flush the PMIC_DATA registers
  91. *Mahesh Sivasubramanian - msm: spm-v2: Store voltage levels into PMIC_DATA3
  92. *Dhananjay Kumar - ASoC: msm: fix indefinite wait in compress drain
  93. *Ben Romberger - ASoC: msm: Interrupt events in compress free
  94. *Ben Romberger - ASoC: msm: qdsp6v2: Prevent ASM callback when client freed
  95. *Steve Kondik - asoc: msm8974: Update offload device configuration
  96. *Steve Kondik - Revert "ASoC: wcd9xxx: Do not recalibrate DCE_Z in the middle of mic voltage measurements"
  97. *Alexy Joseph - ASoC: msm: qdsp6v2: Handle additional codec specific metadata
  98. *Michel Lespinasse - mm: remove free_area_cache
  99. *Shubhraprakash Das - msm: kgsl: Optimize the function to search for free address range
  100. *Lucille Sylvester - msm: kgsl: Bump the GPU frequency for long blocks of processing
  101. *Thierry Strudel - msm: kgsl: do not vmap/memset to zero-out pages
  102. *Michel Lespinasse - mm: use vm_unmapped_area() on arm architecture
  103. *Michel Lespinasse - mm: vm_unmapped_area() lookup function
  104. *Rik van Riel - mm: rearrange vm_area_struct for fewer cache misses
  105. *Michel Lespinasse - mm: augment vma rbtree with rb_subtree_gap
  106. *Michel Lespinasse - rbtree: Backport from 3.10
  107. *Andreas Herrmann - ARM: dma-mapping: Always pass proper prot flags to iommu_map()
  108. *Will Deacon - ARM: dma-mapping: convert DMA direction into IOMMU protection attributes
  109. *Laura Abbott - dma-mapping: Add dma_remap functions
  110. *Ming Lei - sysfs: check if one entry has been removed before freeing
  111. *Osvaldo Banuelos - cpu: fix section mismatch warnings with __hotcpu_register
  112. *Srivatsa S. Bhat - drivers/base/topology.c: Fix CPU hotplug callback registration
  113. *Srivatsa S. Bhat - arm, hw-breakpoint: Fix CPU hotplug callback registration
  114. *Srivatsa S. Bhat - CPU hotplug, perf: Fix CPU hotplug callback registration
  115. *Srivatsa S. Bhat - net/core/flow.c: Fix CPU hotplug callback registration
  116. *Srivatsa S. Bhat - mm, vmstat: Fix CPU hotplug callback registration
  117. *Srivatsa S. Bhat - perf, cpu hotplug: Use cached value of smp_processor_id()
  118. *Srivatsa S. Bhat - perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabled
  119. *Srivatsa S. Bhat - Doc/cpu-hotplug: Specify race-free way to register CPU hotplug callbacks
  120. *Srivatsa S. Bhat - profile: Fix CPU hotplug callback registration
  121. *Srivatsa S. Bhat - trace, ring-buffer: Fix CPU hotplug callback registration
  122. *Srivatsa S. Bhat - CPU hotplug: Provide lockless versions of callback registration functions
  123. *Lai Jiangshan - smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()
  124. *Roman Gushchin - sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock
  125. *Ben Segall - sched: Avoid throttle_cfs_rq() racing with period_timer stopping
  126. *Steve Kondik - sched: Fix race in idle_balance()
  127. *Oleg Nesterov - sched: fix the theoretical signal_wake_up() vs schedule() race
  128. *Paul E. McKenney - rcu: Direct algorithmic SRCU implementation
  129. *Saravana Kannan - PM / devfreq: governor_cpufreq: Fix incorrect refcounting of OF node
  130. *Junjie Wu - PM / devfreq: governor_cpufreq: Rewrite locking to avoid deadlocks
  131. *Junjie Wu - PM / devfreq: Fix error handling in governor_cpufreq
  132. *Saravana Kannan - PM / devfreq: Add timeout feature for cpufreq governor
  133. *Junjie Wu - PM / devfreq: governor_cpufreq: Output device name in debug print
  134. *Junjie Wu - PM / devfreq: cache_hwmon: Also print low mrps for debugging
  135. *Junjie Wu - PM / devfreq: cache_hwmon: Use array for reporting monitor stats
  136. *Junjie Wu - PM / devfreq: cache_hwmon: Move IRQ handling to device drivers
  137. *Junjie Wu - PM / devfreq: Refactor Cache HWmon governor to be more generic
  138. *Vikram Mulukutla - PM / devfreq: Workaround cpufreq REMOVE_POLICY versus hotplug lock race
  139. *Saravana Kannan - PM / devfreq: governor_bw_hwmon: Add suspend/resume support
  140. *Saravana Kannan - devfreq: Backport MSM devfreq features from 3.10
  141. *Adrian Salido-Moreno - msm: mdss: fix concurrency between add vsync handler and stop
  142. *Adrian Salido-Moreno - msm: mdss: remove extra lock for ctl calls
  143. *Ujwal Patel - msm: mdss: fix under-runs during suspend resume
  144. *soyoung.min - msm: mdss: use usleep to have precise timing
  145. *Dhaval Patel - msm: mdss: print error code when file node allocation fails
  146. *Adrian Salido-Moreno - msm: mdss_fb: update max brightness set for led backlight
  147. *Ingrid Gallardo - msm: mdss: fix deadlock between commit thread and shutdown
  148. *Benet Clark - msm: mdss: Change notify_update ioctl copy size to match ioctl definition
  149. *Steve Kondik - video: mdss: Improve the LiveDisplay driver
  150. *Jeevan Shriram - mdss: dsi: pass controller device to DMA APIs
  151. *Jayant Shekhar - msm: mdss: Synchronize control stop and ESD check
  152. *Kuogee Hsieh - mdss: display: move mdss_mdp_irq_enable out of clk_lock scope
  153. *Dhaval Patel - msm: mdss: handle race condition between ov_off and ov_commit
  154. *Saurabh Shah - mdss: mdp: reuse pipes from cleanup pool
  155. *Steve Kondik - video: mdss: Fix various issues with pipe allocation
  156. *Ken Zhang - msm: display: set up vsync_retire_handler in commit thread
  157. *Ramkumar Radhakrishnan - msm: mdss: use one dma pipe during block mode transaction
  158. *Adrian Salido-Moreno - msm: mdss: add proper pipe unmap calls for pipe references
  159. *Steve Kondik - Revert "dt: introduce of_get_child_by_name to get child node by name"
  160. *Steve Kondik - video: mdss: Fix compilation warnings
  161. *Adrian Salido-Moreno - msm: mdss: refactor pipe retrieval and ref count logic (fix)
  162. *Steve Kondik - misc: Cleanup duplicate code after merge
  163. *Jie Cheng - msm: mdss: Add check for enabled regulators to avoid delays
  164. *Ujwal Patel - msm: mdss: wake up threads relying on shutdown notice
  165. *Adrian Salido-Moreno - mdss: fb: wait for idle only on last fb release
  166. *Adrian Salido-Moreno - msm: mdss: add proper locking for buffer lists
  167. *Gopikrishnaiah Anandan - msm: mdss: Return ESHUTDOWN error when driver is shutting down
  168. *Ujwal Patel - msm: mdss: prevent excessive logging after shutdown requested
  169. *Adrian Salido-Moreno - msm: mdss: clean any dirty pipes after a successful prepare
  170. *Ajay Singh Parmar - msm: mdss: do not issue RESET event from display thread
  171. *Jeevan Shriram - msm: mdss: update max fence wait timeout for all acquire fence
  172. *Ken Zhang - msm: display: release kickoff before fence waiting
  173. *Ingrid Gallardo - msm: mdss: avoid overlay queue for a dirty pipe
  174. *Jayant Shekhar - msm: mdss: Display prepare unblock for writeback path
  175. *Ken Zhang - msm: display: kickoff lock release centralization
  176. *Ken Zhang - msm: display: display prepare unblock for command mode
  177. *Adrian Salido-Moreno - msm: mdss: wait for idle when wait for kickoff not available
  178. *Jayant Shekhar - msm: mdss: Don't schedule pp done work during on going commit
  179. *Adrian Salido-Moreno - msm: mdss: prevent deadlock during thread shutdown
  180. *Jayant Shekhar - msm: mdss: Schedule pp_done_work only for last frame update
  181. *Adrian Salido-Moreno - msm: mdss: check for ctl path before handling commit
  182. *Dhaval Patel - mdss: mdp: release file node before process node when open fail
  183. *Adrian Salido-Moreno - msm: mdss: refactor pipe buffer handling
  184. *Adrian Salido-Moreno - msm: mdss: avoid race conditions during fb release
  185. *Dhaval Patel - msm: mdss: release pipes associated with respective process
  186. *Dhaval Patel - mdss: mdp: use file descriptor node info to track clients
  187. *Naseer Ahmed - msm: mdss: Adjust fence timeouts
  188. *Ingrid Gallardo - msm: mdss: avoid skip pipe reconfiguration if pipe was freed
  189. *Ingrid Gallardo - msm: mdss: fix deadlock between commit thread and shutdown
  190. *Jeevan Shriram - msm: mdss: do register programming only when parameters have changed
  191. *Adrian Salido-Moreno - msm: mdss: delay iommu mapping of buffers until commit
  192. *Padmanabhan Komanduru - msm: mdss: Configure TE GPIO using gpiomux framework
  193. *Adrian Salido-Moreno - msm: mdss: free ion memory after panel is blanked
  194. *Jeevan Shriram - msm: mdss: Align the shared memory length to PAGE_SIZE
  195. *Adrian Salido-Moreno - msm: mdss: increase mdp core clock to match panel pixel clock
  196. *Siva Yarravarapu - msm: mdss: Exempt PP related ioctls from FB ioctl wait idle
  197. *Jeevan Shriram - msm: mdss: share fb memory ion fd to userspace
  198. *Michael Bestas - ARM: dts: msm8974: Cleanup mdss configuration
  199. *Steve Kondik - arm: gic: Add missing include
  200. *Ruchi Kandoi - wakeup_reason: use vsnprintf instead of snprintf for vargs.
  201. *Dmitry Shmidt - Revert "Revert "gpio-msm: remove logging of wakeup reason""
  202. *Iliyan Malchev - PM: wakeup_reasons: disable wakeup-reason deduction by default
  203. *Ruchi Kandoi - wakeup: Add last wake up source logging for suspend abort reason.
  204. *Ruchi Kandoi - power: log the last suspend abort reason.
  205. *Iliyan Malchev - PM: wakeup_reasons: fix race condition
  206. *Dmitry Shmidt - Power: Report total suspend times from boot in suspend_since_boot
  207. *Iliyan Malchev - PM: wakeup_reason: correctly deduce wakeup interrupts
  208. *Nikhilesh Reddy - fuse: Add support for shortcircuited read/write for files
  209. *Maxim Patlasov - mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()
  210. *Maxim Patlasov - mm/page-writeback.c: add strictlimit feature
  211. *Vinayak Menon - mm: vmscan: fix the page state calculation in too_many_isolated
  212. *Jordan Crouse - fs/seq_file: Use vmalloc by default for allocations > PAGE_SIZE
  213. *Heiko Carstens - fs/seq_file: fallback to vmalloc allocation
  214. *Steve Kondik - defconfig: Disable hung task detection in kerneldebug config
  215. *Matt Wagantall - defconfig: debug: disable KERNEL_TEXT_MPU_PROT, enable XPU and decode errors
  216. *Matt Wagantall - Revert "msm: Disable crash-to-download-mode"
  217. *Matt Wagantall - defconfig: bacon: update debug config usage
  218. *Matt Wagantall - defconfig: bacon: move select debug features to kerneldebug_config
  219. *Matt Wagantall - defconfig: introduce cyanogenmod_kerneldebug_config
  220. *Matt Wagantall - defconfig: bacon: minimize cyanogenmod_bacon_defconfig
  221. *Sreesudhan Ramakrish Ramkumar - msm: camera: isp: Process stats buffer followed by AXI buffer
  222. *Harsh Shah - msm:camera:isp: Make AB and IB equal for performance reasons
  223. *Viswanadha Raju Thotakura - msm: camera: Fix to release cci clocks
  224. *Viswanadha Raju Thotakura - msm: camera: Fix state machine for camera sensor subdevs
  225. *Evgeniy Borisov - msm: camera: Adding interface for power operations in actuator driver
  226. *Steve Kondik - camera_oppo_v2: Factory fix for CCI race condition
  227. *Azam Sadiq Pasha Kapatrala Syed - msm: camera: Handle race condition on stream buffer ops
  228. *Sunid Wilson - msm: jpeg: Make _msm_jpeg_open and _msm_jpeg_release atomic
  229. *Shuai Yuan - msm: cpp: Remove redundant kref get in cpp
  230. *Pavankumar Kondeti - USB: android: Fix a NULL pointer dereference
  231. *Iliya Varadzhakov - msm: cpp: Initialize timer before use it
  232. *Hong Zhiguo - lockdep: Remove unnecessary 'hlock_next' variable
  233. *Dave Jones - lockdep: Consolidate bug messages into a single print_lockdep_off() function
  234. *Dave Jones - lockdep: Print out additional debugging advice when we hit lockdep BUGs
  235. *Ben Greear - lockdep: Print more info when MAX_LOCK_DEPTH is exceeded
  236. *Srivatsa S. Bhat - lockdep: Rename print_unlock_inbalance_bug() to print_unlock_imbalance_bug()
  237. *Maarten Lankhorst - lockdep: Check if nested lock is actually held
  238. *Steve Kondik - selinux: Fix labeling for debugfs files
  239. *Paul E. McKenney - rcu: Make call_rcu() leak callbacks for debug-object errors
  240. *Paul E. McKenney - debugobjects: Make debug_object_activate() return status
  241. *Paul E. McKenney - rcu: Simplify debug-objects fixups
  242. *Steve Kondik - gpu: msm: Clean up devfreq usage
  243. *Oleg Nesterov - vm_is_stack: use for_each_thread() rather then buggy while_each_thread()
  244. *Steve Kondik - prima: Update to LA.BF.1.1.3_rb1.8
  245. *Steve Kondik - power: Relocate Oppo/OnePlus power supply drivers
  246. *Aravind Venkateswaran - ARM: dts: msm: specify low power current load for DSI regs for msm8x26
  247. *Aravind Venkateswaran - msm: mdss: dsi: add support to configure regulator low power mode
  248. *Aravind Venkateswaran - msm: mdss: io_util: add new API to configure regulator opt mode
  249. *Aravind Venkateswaran - msm: mdss: fix transitions from low power mode to off
  250. *Aravind Venkateswaran - msm: mdss: fix issues with transition from LP3 to LP2
  251. *Aravind Venkateswaran - msm: mdss: add debugfs node to let cx rail go to vddmin during idle pc
  252. *Adrian Salido-Moreno - msm: mdss: restore secure config after toggling gdsc
  253. *David Collins - regulator: add notifier event for regulator enable
  254. *Aarushi Girdhar - msm: mdss: fix crash happennig in doze suspend mode
  255. *Aravind Venkateswaran - msm: mdss: swap flags for LP1 and LP2 modes
  256. *Aravind Venkateswaran - msm: mdss: add support for LP2 low power state
  257. *Kuogee Hsieh - msm: mdss: reduce waiting time before turn off mdp clock
  258. *Aravind Venkateswaran - msm: mdss: fix fb device pm suspend and resume handlers
  259. *Aravind Venkateswaran - msm: mdss: do not turn off interface clocks for doze mode
  260. *Aravind Venkateswaran - msm: mdss: fix transitions from off to doze mode
  261. *Aravind Venkateswaran - msm: mdss: unblank panel when entering doze mode for video mode panels
  262. *Ingrid Gallardo - msm: mdss: fix race condition between commit thread and power off
  263. *Aravind Venkateswaran - msm: mdss: fix issues related to transitions in and out of doze mode
  264. *Aravind Venkateswaran - msm: mdss: support transition from suspend to doze mode
  265. *Aravind Venkateswaran - msm: mdss: enable runtime autosuspend for mdp device
  266. *Anurag Singh - msm: mdss: restore mdss register when clocks are turned on
  267. *Aravind Venkateswaran - msm: mdss: do not init phy and controller with cont splash enabled
  268. *Aravind Venkateswaran - msm: mdss: do not call dsi soft reset for idle power collapse
  269. *Siddhartha Agrawal - msm: mdss: Correctly calculate DSI clocks if fbc is enabled
  270. *Aarushi Girdhar - msm: mdss: ensure correct dsi phy init sequence is called
  271. *Mao Flynn - msm: mdss: support LDO mode for DSI PHY regulator
  272. *Aravind Venkateswaran - msm: mdss: use helper functions to check for panel power state
  273. *Aravind Venkateswaran - msm: mdss: add support for display always on mode
  274. *Aravind Venkateswaran - msm: mdss: add support for different panel power states
  275. *Padmanabhan Komanduru - msm: mdss: fix the sequence for pinctrl_set_state and panel reset
  276. *Aravind Venkateswaran - msm: mdss: refactor MDSS idle power collapse logic
  277. *Ujwal Patel - msm: mdss: reset ping-pong registers when display is turned off
  278. *Ujwal Patel - msm: mdss: update mdss_mdp_clk ctrl for obsolete input parameter
  279. *Aravind Venkateswaran - msm: mdss: reset runtime status upon device resume
  280. *Aravind Venkateswaran - msm: mdss: reset cont splash screen flag after notifying panel intf
  281. *Aravind Venkateswaran - msm: mdss: update DSI ULPS exit sequence
  282. *Aravind Venkateswaran - msm: mdss: dsi: enable idle power collapse without DSI ULPS
  283. *Sandeep Panda - msm: mdss: Add support to read DSI clamp offset from DT
  284. *Aravind Venkateswaran - msm: mdss: modify MDSS idle power collapse exit sequence
  285. *Aravind Venkateswaran - msm: mdss: move ULPS configuration to DSI clock control
  286. *Aravind Venkateswaran - msm: mdss: fix handling of runtime pm ref counts for fb device
  287. *Aravind Venkateswaran - mdss: mdp: do not send panel events for idle power collapse
  288. *Aravind Venkateswaran - msm: mdss: add support to enable idle power collapse
  289. *Aravind Venkateswaran - msm: mdss: dsi: Add ULPS mode support for dual dsi configuration
  290. *Aravind Venkateswaran - ARM: dts: msm: add mdss gdsc supply to dsi controller device
  291. *Aravind Venkateswaran - msm: mdss: Organize regulator supplies used by DSI controller
  292. *Pat Erley - bacon: Enable FiiO HID Quirk
  293. *Pat Erley - hid: Add driver for FiiO USB DAC
  294. *Jaegeuk Kim - fs: introduce a generic shutdown ioctl
  295. *Michael Bestas - Partially revert "clock-8974: Update from oppo 4.4 source"
  296. *Michael Bestas - Revert "misc: shineled: Update driver for Find7S"
  297. *Chintan Pandya - dma-contiguous: Re-order the error handling sequence
  298. *Dmitry Shmidt - PM: wakeup_reason: add check_wakeup_reason() to verify wakeup source irq
  299. *Ruchi Kandoi - PM: wakeup_reason: add functionality to log the last suspend-abort reason.
  300. *Iliyan Malchev - PM: wakeup_reason: add functions to query and clear wakeup reasons
  301. *Iliyan Malchev - Revert "gpio-msm: remove logging of wakeup reason"
  302. *Iliyan Malchev - gpio-msm: remove logging of wakeup reason
  303. *Patrick Tjin - gpio: msm-common: Add wakeup reason logging
  304. *Iliyan Malchev - irq_flow_handler_t now returns bool
  305. *Iliyan Malchev - ARM: gic: ignore non-wakeup interrupts when reporting wakeup sources
  306. *jinqian - Power: Report suspend times from last_suspend_time
  307. *Vinayak Menon - lowmemorykiller: use for_each_thread instead of buggy while_each_thread
  308. *Pat Erley - ARM: dts: A0001 Truly panel: Fix Mura
  309. *Dan Carpenter - staging: alarm-dev: information leak in alarm_ioctl()
  310. *Ricardo Cerqueira - Revert "alarmtimer: set power off alarm to be triggered on time"
  311. *Mao Jinlong - alarm : Fix the race conditions in alarm-dev.c
  312. *Kumar Gala - rtc: alarm: init power_on_alarm_lock mutex in alarmtimer_rtc_timer_init
  313. *Matthew Qin - qpnp-rtc: clear alarm register when rtc irq is disabled
  314. *Matthew Qin - rtc: alarm: Add power-on alarm feature
  315. *John Stultz - staging: alarm-dev: Refactor alarm-dev ioctl code in prep for compat_ioctl
  316. *John Stultz - staging: alarm-dev: Drop pre Android 1.0 _OLD ioctls
  317. *Jann Horn - fs: take i_mutex during prepare_binprm for set[ug]id executables
  318. *Lijuan Gao - alarmtimer: set power off alarm to be triggered on time
  319. *John Stultz - staging: android-alarm: Switch from wakelocks to wakeup sources
  320. *Kumar Gala - msm: reorder init calls in board's init_machine handler
  321. *Matt Wagantall - irqchip: gic: Mask PPIs during disable_percpu_irq()
  322. *Azhar Shaikh - PM: Fix a bug in dpm_suspend_late()
  323. *Liam Mark - lowmemorykiller: Don't count swap cache pages twice
  324. *Venkat Gopalakrishnan - msm: Remove auxdata mapping for msm sdcc devices
  325. *Chanwoo Choi - PM / devfreq: Fix devfreq_remove_device() to improve the sequence of resource free
  326. *Karthik Parsha - msm: rpm-smd: Increase the max outstanding sleep set messages to 24
  327. *Karthik Parsha - qcom: rpm-smd: Force smd channel update in interrupt lock context
  328. *Archana Sathyakumar - msm: rpm-smd: Read RPM acks before entering system sleep
  329. *Yan He - msm: sps: update the checking of free slots
  330. *Azhar Shaikh - msm: bam: Use memset_io instead of memset
  331. *Rama Krishna Phani A - msm: sps: Support low memory condition in SPS driver
  332. *Rafael J. Wysocki - PM: Move disabling/enabling runtime PM to late suspend/early resume
  333. *Sravan Kumar Ambapuram - drivercore: Avoid adding devices without pm_ops to dpm list
  334. *Michael Bestas - clock-8974: Update from oppo 4.4 source
  335. *Michael Bestas - msm8974-oppo: Update gpiomux config from oppo 4.4 source
  336. *Ethan Chen - ARM: dts: A0001: Update Truly panel commands
  337. *Dipen Parmar - msm: sps: Squashed commit of upstream changes
  338. *Kyungsik Lee - decompressor: add LZ4 decompressor module
  339. *John Stultz - staging: Remove the Android logger driver
  340. *Dan Pasanen - HID: wiimote: fix warnings
  341. *David Herrmann - HID: wiimote: add pro-controller analog stick calibration
  342. *David Herrmann - HID: wiimote: fix inverted pro-controller axes
  343. *Jiri Kosina - HID: wiimote: fix coccinelle warnings
  344. *David Herrmann - HID: wiimote: add "bboard_calib" attribute
  345. *David Herrmann - HID: wiimote: fix FF deadlock
  346. *David Herrmann - HID: wiimote: remove old static extension support
  347. *David Herrmann - HID: wiimote: add Motion Plus extension module
  348. *David Herrmann - HID: wiimote: work around broken DRM_KAI on GEN10
  349. *David Herrmann - HID: wiimote: support Nintendo Wii U Pro Controller
  350. *David Herrmann - HID: wiimote: discard invalid EXT data reports
  351. *David Herrmann - HID: wiimote: init EXT/MP during device detection
  352. *David Herrmann - HID: wiimote: add MP quirks
  353. *David Herrmann - HID: wiimote: add sysfs extension/device-type attrs
  354. *David Herrmann - HID: wiimote: lock DRM mode during debugfs overwrite
  355. *David Herrmann - HID: wiimote: add Classic Controller extension
  356. *David Herrmann - HID: wiimote: add Nunchuk support
  357. *David Herrmann - HID: wiimote: add Balance Board support
  358. *David Herrmann - HID: wiimote: add extension hotplug support
  359. *David Herrmann - HID: wiimote: convert IR to module
  360. *David Herrmann - HID: wiimote: convert ACCEL to module
  361. *David Herrmann - HID: wiimote: convert LEDS to modules
  362. *David Herrmann - HID: wiimote: convert BATTERY to module
  363. *David Herrmann - HID: wiimote: convert KEYS and RUMBLE to modules
  364. *David Herrmann - HID: wiimote: add sub-device module infrastructure
  365. *David Herrmann - HID: wiimote: wake up if output queue failed
  366. *David Herrmann - HID: wiimote: use cached battery values on I/O failure
  367. *David Herrmann - HID: wiimote: add device detection
  368. *David Herrmann - HID: wiimote: keep HID device open
  369. *David Herrmann - HID: wiimote: move queue handling into separate struct
  370. *David Herrmann - HID: wiimote: extend driver description
  371. *David Herrmann - HID: wiimote: parse reduced status reports
  372. *David Herrmann - HID: wiimote: add 2nd generation Wii Remote IDs
  373. *David Herrmann - HID: wiimote: use unique battery names
  374. *D.S. Ljungmark - ipv6: Don't reduce hop limit for an interface
  375. *Alexander Martinz - (SQUASHED) Revert recent kernel-common changes
  376. *Steve Kondik - cm: Update defconfigs
  377. *Mitchel Humpherys - ion: msm: fix cache maintenance on unmapped buffers
  378. *Kirill A. Shutemov - mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
  379. *Scott Mertz - input: touchscreen: enable tap to wake by default
  380. *Florian Westphal - netfilter: conntrack: disable generic tracking for known protocols
  381. *Hannes Frederic Sowa - ipv4: try to cache dst_entries which would cause a redirect
  382. *Ricardo Cerqueira - defconfig: Enable CONFIG_OPPO_CAMERA for now
  383. *Shuai Yuan - msm: camera: Add sensor stats type
  384. *Evgeniy Borisov - msm: camera: Add support for camera multimodule in eeprom
  385. *Akhila Musunuri - msm: ADSPRPC: Fix offset for input and output buffers
  386. *Shubhraprakash Das - msm: kgsl: Read fault register on ringbuffer h/w fault
  387. *Steve Kondik - rtc: Remove old alarm driver and switch to new implementation
  388. *Aravind Kumar - ASoC: wcd9xxx: modify sequence post SSR
  389. *Laxminath Kasam - wcd9xxx: core: Fix crash while headset insert and remove
  390. *Laura Abbott - ion: Drop cache operation after zeroing
  391. *Simon Baatz - ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page
  392. *Ricardo Cerqueira - input: touchscreen: synaptics_dsx: Generate the hardware ts on interrupt
  393. *Tianyi Gou - msm: clock-krait-8974: Add support to read SVS PVS bin
  394. *Amit Shekhar - ASoC: msm: qdsp6v2: Fix bit alignment in snd_codec params
  395. *Steve Kondik - asoc: msm: Fix compress capture
  396. *Steve Kondik - msm8974: Add TE gpio to gpiomux framework for Oppo boards
  397. *Mahesh Sivasubramanian - qcom: rpm-smd: Mask the interrupt before sending the sleep set.
  398. *Yue Ma - ARM: dts: msm: use a corner regulator for wcnss VDD_CX on all boards
  399. *Venkat Gopalakrishnan - mmc: core: Optimize entering HS400 mode
  400. *Sana Venkat Raju - qup_i2c: Initialize I2C resource before registering.
  401. *Steve Kondik - arm/dt: Don't mess with vdd during idle screen PC
  402. *Bhalchandra Gajare - ASoC: wcd9xxx-mbhc: Avoid flipping current source setting
  403. *Girish Mahadevan - msm: msm_bus: Fix inadvertent stomp on BKE_EN register
  404. *Tetsuo Handa - seq_file: remove "%n" usage from seq_file users
  405. *Lucille Sylvester - msm: kgsl: Respect power constraints for a full interval
  406. *Suman Tatiraju - msm: kgsl: Don't update devfreq if the device is in slumber
  407. *FrozenCow - usb: gadget: mass_storage: added sysfs entry for cdrom to LUNs
  408. *Maheshwar Ajja - msm: vidc: Check the return type of ION API properly
  409. *Maheshwar Ajja - msm: vidc: Set QDSS memory based on debug flag
  410. *Srinivas Kandagatla - dt: introduce of_get_child_by_name to get child node by name
  411. *Paresh Nakhe - binder: NULL pointer reference
  412. *Asish Bhattacharya - ARM: dts: msm: enable SD1 BE for AFE port
  413. *Ethan Chen - ASoC: msm8974: cleanup Oppo merge
  414. *Steve Kondik - msm8974: Increase size of audio region for ION
  415. *Scott Mertz - msm: vibrator: Add min/max voltage sysfs entries
  416. *Deva Ramasubramanian - msm: vidc: Suppress false error messages
  417. *Deva Ramasubramanian - msm: vidc: Clean up creation of debugfs entries
  418. *Ethan Chen - find7: Enable PFT
  419. *Ethan Chen - misc: shineled: Update driver for Find7S
  420. *Amir Samuelov - defconfig: msm8974: Enable Per-File-Tagger driver
  421. *Deva Ramasubramanian - msm: vidc: Free memory allocated to keep track of buffer ownership
  422. *Ethan Chen - USB: dwc3: otg: Always draw GADGET_VBUS_DRAW from SDP charger
  423. *Sameer Nanda - PM / Sleep: add knob for printing device resume times
  424. *Jordan Crouse - msm: kgsl: Reset the bus_mod value when power is re-enabled
  425. *Junjie Wu - qcom-cpufreq: Fix frequency table registration
  426. *Will Deacon - ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops
  427. *Nicolas Pitre - ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clock
  428. *Richard Zhao - ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp
  429. *myfluxi - msm: rq_stats: Calculate load based on current freq limit
  430. *Steve Kondik - input: Report timestamps from Synaptics driver
  431. *Anji Jonnala - msm: rq_stats: update related_cpus in the cpu_load runtime
  432. *Venkat Gopalakrishnan - mmc: sdhci: Poll for register status much tightly
  433. *Steve Kondik - prima: Update for change in cfg80211
  434. *Jeevan Shriram - ARM: dts: msm: Remove fb memory allocation
  435. *Steve Kondik - ARM: dts: msm8974pro: Make 307MHz the BIMC vote floor (fix)
  436. *Tom Marshall - find7: ext4: Implement vfat compatibility flags uid/gid/fmask/dmask
  437. *Chintan Pandya - dma-contiguous: Retrun 'zero' pfn in case of error
  438. *Ethan Chen - USB: dwc3-msm: Re-add Oppo charger type code
  439. *Vidyakumar Athota - ASoC: msm: qdsp6v2: Fix voip call start dealy in APQ
  440. *Jiang Liu - genirq: Introduce irq_do_set_affinity() to reduce duplicated code
  441. *Steve Kondik - Enable TDLS
  442. *Steve Kondik - prima: Fix ifdefs for building without TDLS
  443. *Liam Mark - lowmemorykiller: Account for highmem during kswapd reclaim
  444. *Steve Kondik - prima: Get MAC address from WCNSS platform device
  445. *Ravi Joshi - WLAN subsystem: Sysctl support for key TCP/IP parameters
  446. *Saravana Kannan - PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugs
  447. *Suman Tatiraju - PM / devfreq: Check for GPU busy time before sending the sample
  448. *Steve Kondik - bacon: Enable IOMMU VBIF check
  449. *Ethan Chen - power: qpnp-charger: Reduce log verbosity
  450. *Ethan Chen - prima: Always randomize MAC address if invalid NV
  451. *Al Viro - new helper: iterate_fd()
  452. *Yeleswarapu, Nagaradhesh - Asoc: wcd9xxx: Avoid unnecessary dispatch of mechanical interrupts
  453. *Banajit Goswami - ASoC: wcd93xx: Remove deadlock for ANC use-cases
  454. *Santosh Mardi - ASoC: wcd9xxx: Cancel headset detect work while in IRQ handler
  455. *Neeti Desai - msm: ocmem: Add support for driver probe deferral
  456. *Tirtha Kanti Ghosh - gpiomux-8974: Modify direction of suspended GPIO (x9007)
  457. *Ethan Chen - msm: x9007: Enable KSM
  458. *Iliyan Malchev - Revert "freezer: comment out might_sleep()"
  459. *Matt Wagantall - ARM: dts: msm: Disable Venus GDSC collapse for 8974v2.2 and 8974Pro
  460. *Ethan Chen - Revert "msm: camera: Apply Oppo changes to OV5648 sensor driver"
  461. *Ethan Chen - Revert camera changes from "misc: Update from Oppo"
  462. *Tom Marshall - power: qpnp: Reduce logspam
  463. *Steve Kondik - prima: Update to LNX.LA.3.5.1.1
  464. *Ethan Chen - prima: Import Prima WLAN driver
  465. *oppo-source - msm: camera: Apply Oppo changes to OV5648 sensor driver
  466. *oppo-source - power: power_supply_core: Add Oppo fix for race condition
  467. *oppo-source - hwmon: qpnp-adc: Add Oppo calibration table
  468. *oppo-source - power: bq27541: Import HMAC SHA1 support for BQ27541 battery
  469. *Anirudh Ghayal - drivers: qpnp-bms: Use disable_irq_nosync() in IRQ context
  470. *Wang YanQing - smp: Fix SMP function call empty cpu mask race
  471. *Al Viro - nick kvfree() from apparmor
  472. *Sebastian Andrzej Siewior - locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG
  473. *Shaohua Li - smp: make smp_call_function_many() use logic similar to smp_call_function_single()
  474. *Paul E. McKenney - rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread
  475. *Thomas Gleixner - rcu: Yield simpler
  476. *Subbaraman Narayanamurthy - kthread: Fix the race condition when kthread is parked
  477. *Gopikrishnaiah Anandan - ASoC: msm: qdsp6v2: Userspace interaction cleanup
  478. *Kuirong Wang - ASoC: msm: Check the pointers before memcpy
  479. *Heinz Teutsch - stereo call recording support
  480. *Laxminath Kasam - ASoC: msm: qdsp6v2: clear old memhandle list when SSR happens
  481. *Mark Brown - ASoC: pcm: If pmdown_time is zero then shut down DAPM immediately
  482. *Misael Lopez Cruz - ASoC: Prevent pop_wait overwrite
  483. *Liam Girdwood - ASoC: dpcm: Allow FE to be opened without valid BE routes.
  484. *Anish Kumar - ASoC: pcm: Add support for fixup callback
  485. *Banajit Goswami - ASoC: msm: qdsp6v2: return 0 when wait_for_timeout succeed
  486. *Fred Oh - ASoC: msm: qdsp6v2: make frame info to static array
  487. *Patrick Lai - ASoC: msm: qdsp6v2: move frame info to be per session based
  488. *Ben Romberger - ASoC: msm: qdsp6v2: Initialize ASM no wait spinlock
  489. *Ben Romberger - ASoC: msm: qdsp6v2: Track no wait commands
  490. *Fred Oh - ASoC: msm: qdsp6v2: reduce debug logs
  491. *Ravi Kumar Alamanda - ASoC: msm: qdsp6v2: Restrict capture path to LL mode
  492. *Patrick Lai - ASoC: msm: qdsp6v2: enlarge PCM platform driver capture period size
  493. *Steve Kondik - asoc: msm: Clean up async ops
  494. *Hemant Kumar - usb: dwc3: Do not call WARN_ON_ONCE from interrupt context
  495. *Aisheng Dong - mmc: sdhci: fix lockdep error in tuning routine
  496. *Calvin Owens - ksoftirqd: Enable IRQs and call cond_resched() before poking RCU
  497. *Steve Kondik - netfilter: idletimer: Fix trivial lockdep warning
  498. *Yue Ma - cnss: Add pre-allocation feature for CNSS platform driver
  499. *Patrick Daly - netfilter: xt_HARDIDLETIMER: Fix use after free condition
  500. *Patrick Daly - nf: IDLETIMER: Fix possible use before initialization in idletimer_resume
  501. *Kay Sievers - printk: Complete the backport
  502. *Anshul Garg - Input: optimize events_per_packet count calculation
  503. *Atish Kumar Patra - net: ipc_router: Fix socket reference in IPC Router
  504. *Aaahh Ahh - merge_config.sh: Avoid creating unnessary source softlinks
  505. *Aaahh Ahh - merge_config.sh: Add option to specify output dir
  506. *Steve Kondik - msm8974-oppo: Remove cruft from DT
  507. *Ricardo Cerqueira - arm: boot: dts: Enable multimodule camera options
  508. *Venkat Gopalakrishnan - ARM: dts: msm: Remove device tree bindings that use msm_sdcc driver
  509. *Arve Hjønnevåg - usb: gadget: FunctionFS and SuperSpeed updates
  510. *Yunlei He - f2fs: Fix a system panic caused by f2fs_follow_link
  511. *Jaegeuk Kim - f2fs: catch up to v4.4-rc1
  512. *Shrenuj Bansal - msm: kgsl: Add struct kgsl_device to kgsl_allocate_contiguous API
  513. *Ricardo Cerqueira - msm: Camera: Split off Oppo stack to a new CONFIG_OPPO_CAMERA option
  514. *Uwe Kleine-König - ARM: 8160/1: drop warning about return_address not using unwind tables
  515. *Behan Webster - ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h
  516. *Keun-O Park - ARM: 7676/1: fix a wrong value returned from CALLER_ADDRn
  517. *Steve Kondik - bacon: Update defconfig
  518. *Steve Kondik - bacon: Disable a broken storage driver
  519. *Steve Kondik - video: mdss: Use dma_addr_t
  520. *Steve Kondik - misc: Clean up warnings
  521. *Steve Kondik - cm: Update defconfigs
  522. *Mauro Andreolini - block, bfq: add Early Queue Merge (EQM) to BFQ-v7r8 for 3.4.0
  523. *Paolo Valente - block: introduce the BFQ-v7r8 I/O sched for 3.4
  524. *Arianna Avanzini - block: cgroups, kconfig, build bits for BFQ-v7r8-3.4
  525. *Eric Laurent - ALSA: compress: add num_sample_rates in snd_codec_desc
  526. *Eric Laurent - ALSA: compress: update struct snd_codec_desc for sample rate
  527. *Eric Laurent - ALSA: compress: update comment for sample rate in snd_codec
  528. *Vinod Koul - ALSA: compress: remove the sample rate check
  529. *Will Deacon - ARM: 7983/1: atomics: implement a better __atomic_add_unless for v6+
  530. *Chen Gang - ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"
  531. *Will Deacon - ARM: 7687/1: atomics: don't use exclusives for atomic64 read/set with LPAE
  532. *Russell King - ARM: fix warnings about atomic64_read
  533. *Eric Laurent - ALSA: compress: change the way sample rates are sent to kernel
  534. *maxwen - synaptics: Fix find7s HW version checks
  535. *Phani Kumar Uppalapati - ASoC: msm: qdsp6v2: Correct buffer size alignment while memory map
  536. *Michael Bestas - synaptics: Remove earlysuspend
  537. *Michael Bestas - synaptics: Remove dead code
  538. *Steve Kondik - find7: Update defconfig
  539. *Michael Bestas - Revert "misc: shineled: Update driver for Find7S"
  540. *Michael Bestas - ARM: dts: oppo: Move shineled to x9007/a0001
  541. *Michael Bestas - msm: oppo: Fix GPIO configuration when not selecting KS8851
  542. *Michael Bestas - bacon/find7: Disable KS8851 ethernet
  543. *Sultanxda - ARM: dts: oppo: Clean up LEDs configuration
  544. *Michael Bestas - ARM: dts: oppo: Remove unused devices & cleanup
  545. *Sultanxda - ARM: dts: oppo: Disable spi0
  546. *Steve Kondik - video: mdss: Fix issues when setting a channel to zero
  547. *Steve Kondik - video: mdss: Simplify PCC combiner even more
  548. *Steve Kondik - video: mdss: Simplify PCC combiner
  549. *Christopher R. Palmer - ASoC: msm: qdsp6v2: Fix invalid num_codecs
  550. *Steve Kondik - video: mdss: Implement PCC combining for LiveDisplay
  551. *Chaithanya Krishna Bacharaju - SoC: msm: qdsp6v2: Enable gapless for pcm offload
  552. *Dhananjay Kumar - ASoC: msm: qdsp6v2: fix incomplete playback issue for non-gapless formats
  553. *Preetam Singh Ranawat - ASoC: msm: qdsp6v2: add error handling on write done during partial drain
  554. *Fred Oh - ASoC: msm: qdsp6v2: remove flush wait queue
  555. *Lorenzo Pieralisi - ARM: 7919/1: mm: refactor v7 cache cleaning ops to use way/index sequence
  556. *Will Deacon - ARM: mm: use inner-shareable barriers for TLB and user cache operations
  557. *Tom Marshall - msm: mdss: Move LCD 5V EN gpio enable out of loop
  558. *Steve Kondik - bacon: Update defconfig
  559. *Michael Bestas - synaptics: Update find7 touchscreen firmware
  560. *Steve Kondik - video: mdss: Fix dual-DSI issue in LiveDisplay
  561. *Susheel Khiani - cma: Increase number of retries for allocation
  562. *Susheel Khiani - cma: Add 100ms delay before retrying for CMA allocation
  563. *Chintan Pandya - dma-contiguous: Re-order the error handling sequence
  564. *Minchan Kim - mm: prevent to write out dirty page in CMA by may_writepage
  565. *Steve Kondik - video: mdss: Cache LiveDisplay RGB settings when display off
  566. *Steve Kondik - msm8974: Update DT for new LiveDisplay features
  567. *Steve Kondik - video: mdss: Add new features and improve LiveDisplay
  568. *Steve Kondik - video: mdss: Fix locking issues with new LiveDisplay driver
  569. *Steve Kondik - cm: Update bacon/find7 defconfigs
  570. *Pranav Vashi - msm: use of swp{b} is deprecated for ARMv6+
  571. *Devin Kim - cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()
  572. *Steve Kondik - find7: Enable TASK_DELAY_ACCT
  573. *Steve Kondik - msm8974: Update DT for new LiveDisplay driver
  574. *Steve Kondik - video: mdss: LiveDisplay driver
  575. *Michael Bestas - bacon/find7: Enable CONFIG_USB_NET_DM9601
  576. *Steve Kondik - bacon: Enable TASK_DELAY_ACCT
  577. *Jan Kara - writeback: Fix occasional slow sync(1)
  578. *Dave Chinner - sync: don't block the flusher thread waiting on IO
  579. *Junxiao Bi - writeback: fix race that cause writeback hung
  580. *Pat Erley - ARM: dts: A0001 Truly panel: Fix Mura
  581. *Michael Bestas - synaptics: Fix find7 compilation
  582. *Ethan Chen - synaptics: Use per-panel firmware loading
  583. *Michael Bestas - nfc: Remove p61 nfc driver
  584. *Michael Bestas - msm8974-oppo: Update gpiomux config from oppo 4.4 source
  585. *Ethan Chen - ARM: dts: A0001: Update Truly panel commands
  586. *Steve Kondik - cm: Disable CONFIG_SUSPEND_TIME
  587. *Ethan Chen - ARM: dts: A0001: Update Truly panel init sequence
  588. *Ethan Chen - mmc: sdhci-msm: Add Samsung 64G search after tune quirk
  589. *Sasha Levin - net: llc: use correct size for sysctl timeout entries
  590. *Michael Bestas - nfc: pn544: Update from oppo 4.4 source
  591. *Michael Bestas - input: touchscreen: Cleanup & fix find7 ifdefs
  592. *Steve Kondik - msm8974: Adjust qcrypto device name
  593. *Michael Bestas - ARM: dts: X9076: Cleanup rsp 1440p panel
  594. *Hong-Mei Li - msm: memutils: 8084: memcpy, memmove optimization
  595. *Dan Pasanen - shineled: fix build when not selecting shineled
  596. *Dan Pasanen - oppo: msm8974: fix build when not selecting KS8851
  597. *Hong-Mei Li - msm: memutils: memcpy, memmove optimization
  598. *Haynes Mathew George - ASoC: msm: qdsp6v2: Fix timestamp query during gapless transition
  599. *Fred Oh - ASoC: msm: qdp6v2: handle proxy read failure
  600. *Steve Kondik - cm: Update defconfigs
  601. *Steve Kondik - msm8974: Clean up display configuations
  602. *Scott Mertz - ARM: dts: bacon: set minimum vibrator voltage
  603. *Steve Kondik - cm: Additional config snippet to enable DIAG support
  604. *Hong-Mei Li - arm: lib: Fix makefile bug
  605. *Jason Hrycay - msm: memutils: memcpy, memmove, copy_page optimization
  606. *Bhalchandra Gajare - ASoC: msm-lsm-client: Use freezable wait for EVENT_STATUS ioctl
  607. *Steve Kondik - msm8974-oppo: Adjust persistent RAM address
  608. *Steve Kondik - ASoC: msm: qdsp6v2: Fix asm bitwidth for next track in gapless mode (fix)
  609. *Steve Kondik - ASoC: wcd9320: Wait a little longer for HPH PA to settle
  610. *Banajit Goswami - ASoC: msm: qdsp6v2: add support for any number of ASM buffers
  611. *Steve Kondik - drivers: lm3630: Dejank the backlight
  612. *Fred Oh - ASoC: msm: qdsp6v2: fix callback handling of removing silence cmds
  613. *Michael Bestas - X9076: jdi-1440p: Set v-back-porch to 10
  614. *Ricardo Cerqueira - defconfig: Enable CONFIG_OPPO_CAMERA for now
  615. *Ethan Chen - lm3630: Always set PWM mode
  616. *Haynes Mathew George - ASoC: msm: Support multi channel volume in compressed driver
  617. *Ethan Chen - ARM: dts: bacon: Don't issue redundant CABC mode on panel on
  618. *Ethan Chen - ARM: dts: bacon: Don't send display on twice
  619. *Steve Kondik - cm: Update defconfigs
  620. *Ethan Chen - ARM: dts: bacon: Reduce Sharp panel on delay
  621. *Steve Kondik - find7: Disable DIAG
  622. *Steve Kondik - find7: Update defconfig
  623. *Steve Kondik - bacon: Disable DIAG
  624. *Steve Kondik - synaptics_dsx: Unsuspend in doze mode
  625. *Ricardo Cerqueira - input: touchscreen: Update TP firmware to 14001222
  626. *Ethan Chen - msm: camera: Import Oppo camera driver
  627. *Steve Kondik - ASoC: msm: Add async ops for codec TX path
  628. *Steve Kondik - input: Update Synaptics firmware (svn10110)
  629. *Steve Kondik - asoc: msm: Always send correct bitwidth to backend
  630. *Banajit Goswami - ASoC: msm: qdsp6v2: set stream volume before starting it
  631. *Phani Kumar Uppalapati - ASoC: wcd9xxx: Continue polling for Unsupported plug types
  632. *Phani Kumar Uppalapati - ASoC: wcd9xxx: Disable current source in error scenarios
  633. *Steve Kondik - HACK: Workaround for broken camera driver
  634. *Steve Kondik - find7: Update defconfig
  635. *Steve Kondik - find7: Enable dynamic debug feature
  636. *Steve Kondik - bacon: Update defconfig
  637. *Steve Kondik - nfc: Cleanup and copy pn544 header to userspace
  638. *Ricardo Cerqueira - input: touchscreen: Update TP firmware to 14001221
  639. *Ricardo Cerqueira - synaptics_dsx: Fix manual fw updates
  640. *Phani Kumar Uppalapati - ASoC: wcd9xxx: Notify mbhc when TX1/IN1 path is enabled
  641. *Ricardo Cerqueira - input: touchscreen: Update TP firmware to 14001220
  642. *Steve Kondik - msm8974: Stop breaking the whole system
  643. *Chao Chen - Headset: Ability to hang-up a call from a wired audio headset
  644. *Haynes Mathew George - ASoC: msm: qdsp6v2: Fix for cmd status overwrite
  645. *Steve Kondik - bacon: Update defconfig
  646. *Steve Kondik - power: bq27541: Convert wakelocks to wakeup sources
  647. *Steve Kondik - bacon: Enable dynamic debug feature
  648. *Steve Kondik - msm: qdsp6v2: Allow 320K AAC encoding
  649. *Srikanth Uyyala - ASoC: msm: metaInfo support in acdb kernel driver
  650. *Takashi Iwai - ALSA: control: Fix missing VOLATILE flag at creating controls
  651. *Michael Bestas - bacon/find7: Enable optimized AES and SHA1 routines
  652. *Steve Kondik - msm8974: Add ultra-low-latency audio instance
  653. *Steve Kondik - msm8974: Update defconfigs for Bacon/Find7
  654. *Steve Kondik - find7: Update defconfig
  655. *Steve Kondik - find7: Disable JTAG support
  656. *Anji Jonnala - arch: arm: TLB invalidate if power collapse gets aborted
  657. *Haynes Mathew George - ASoC: msm: compr: Ensure drain sequence is executed
  658. *Haynes Mathew George - msm: compr: Use irq{save/restore} version of spinlock
  659. *Steve Kondik - bacon: Update defconfig
  660. *Steve Kondik - bacon: Update defconfig
  661. *Maria Yu - ARM: fix user unalignment prefetch abort
  662. *Syed Rameez Mustafa - cpuidle: check for need_resched() after the idle entry trace event
  663. *Zlatko Calusic - mm: do not sleep in balance_pgdat if there's no i/o congestion
  664. *Will Deacon - ARM: bitops: prefetch the destination word for write prior to strex
  665. *Ricardo Cerqueira - input: touchscreen: synaptics_dsx: Generate the hardware ts on interrupt
  666. *Steve Kondik - lm3630: Clean up the lm3630 driver
  667. *Kaushal Kumar - sched: Remove get_online_cpus() usage
  668. *Jordan Crouse - msm: kgsl: Keep the GPU from going into a slumber after a touch event
  669. *Steve Kondik - arm/dts: Scope pic16F setup for Oppo board properly
  670. *Fred Oh - ASoC: msm: qdsp6v2: update int to size_t
  671. *Damir Didjusto - ASoC: msm: qdsp6v2: Change client names for ion alloc
  672. *Banajit Goswami - ASoC: msm: q6dspv2: add pause/resume support for audio record
  673. *Banajit Goswami - ASoC: qdsp6v2: update perf mode flag for LL capture cases
  674. *Steve Kondik - bacon: Disable JTAG support
  675. *Steve Kondik - msm8974: Add UIO region for NV recovery system
  676. *Ethan Chen - power: qpnp-charger: Increase charge timeout values
  677. *Ricardo Cerqueira - input: touchscreen: Update TP firmware to 14001219
  678. *Chao Chen - find7: Add configs needed for l2tp vpn.
  679. *Ricardo Cerqueira - input: touchscreen: Updated TP firmware
  680. *Chao Chen - Add configs needed for l2tp vpn.
  681. *Steve Kondik - video: mdss: Set initial backlight after first frame done
  682. *Phani Kumar Uppalapati - ASoC: wcd9xxx: Avoid micbias glitches during audio playback
  683. *Steve Kondik - cpu: Fix generic idle thread allocation
  684. *Thomas Gleixner - arm: Use generic idle thread allocation
  685. *Thomas Gleixner - smp: Add task_struct argument to __cpu_up()
  686. *Will Deacon - ARM: 7449/1: use generic strnlen_user and strncpy_from_user functions
  687. *Michael Bestas - bacon/find7: Regenerate defconfigs
  688. *Michael Bestas - bacon/find7: Enable CONFIG_HID_SONY
  689. *oppo-source - misc: Update kernel from SVN8864
  690. *Steve Kondik - msm8974-oppo: Display driver update/cleanup
  691. *Steve Kondik - bacon: Use old naming for LG panel
  692. *Steve Kondik - misc: Update from Oppo release svn9954
  693. *Steve Kondik - video: mdss: Improve sysfs controls and Truly panel support
  694. *Ethan Chen - a0001: Update truly panel DTSI for MDSS changes
  695. *Ethan Chen - a0001: Correct truly panel on commands, add gamma commands
  696. *oppo-source - drivers: video: Updated support for the truly panels
  697. *Steve Kondik - msm8974: Update config for JDI dual-DSI panel
  698. *oppo-source - misc: Update kernel with SVN8875 (140630)
  699. *Ricardo Cerqueira - input: touchscreen: Updated TP firmware
  700. *Chao Chen - Add touch pressure support in synaptics touch driver.
  701. *Bhalchandra Gajare - mfd: wcd9xxx: Add support for REPEAT_CHANGE_VALUE
  702. *Haynes Mathew George - ASoC: msm: Rampup volume on each start
  703. *Steve Kondik - misc: Kill logspam
  704. *Steve Kondik - asoc: msm: Update compress device name
  705. *Ethan Chen - msm: mdss: Add LCD 5V EN disable code
  706. *Steve Kondik - asoc: msm: Disable async mode for AFE proxy
  707. *Steve Kondik - asoc: msm8974: Fix compress capture device name
  708. *Anish Kumar - ASoC: msm: qdsp6v2: Add mutex to ensure atomicity
  709. *Venkat Sudhir - ASoC: msm: qdsp6v2: Fix read error using mmap
  710. *Anish Kumar - ASoC: msm: qdsp6v2: Add support to improve debug logging
  711. *anish kumar - ASoC: msm: Complete the wait_event request when SSR is triggered
  712. *Apurupa Pattapu - ASoC: msm: qdsp6v2: Add FLAC in compress offload path
  713. *Gopikrishnaiah Anandan - ASoC: msm: qdsp6v2: Update supported sample rates
  714. *Aviral Gupta - ASoC: compress: fix the target not going to TCXO shutdown
  715. *Dhananjay Kumar - msm: qdsp: fix aac encoder configuration validation
  716. *Krishnankutty Kolathappilly - ASoC: msm: qdsp6v2: Update pcm media format block to use correct stream id
  717. *Dhananjay Kumar - ASoC: qdsp6: Add MP2 decoder format support
  718. *Aravind Kumar - ASoC: msm: Fix wma pro block alignment parameter
  719. *Manish Dewangan - ASoC: msm: Add support for WMA DSP decode
  720. *Dhananjay Kumar - ASoC: msm: Add MP2 decode support in compress driver
  721. *Anish Kumar - ASoC: msm8974: Machine driver async ops change
  722. *Anish Kumar - ASoC: Cold start latency reduction
  723. *Anish Kumar - ASoC: msm: qdsp6v2: move hw_params into prepare
  724. *Dan Williams - [SCSI] async: introduce 'async_domain' type
  725. *Kumar Gala - ARM: dts: msm: Update device tree node for audio
  726. *Damir Didjusto - ASoC: msm: qdsp6v2: Cleanup of compress offload drivers
  727. *Gopikrishnaiah Anandan - ASoC: msm: qdsp6v2: Cleanup of audio drivers
  728. *Damir Didjusto - ASoC: msm: qdsp6v2: Add the matrix mixer call during ASM loopback
  729. *Dhananjay Kumar - ASoC: msm: audio-effects: improve logging
  730. *Banajit Goswami - ASoC: msm: qdsp6v2: requeue read buffers in mmap device switch
  731. *Steve Kondik - asoc: wcd9xxx: Detect more types of headsets
  732. *Phani Kumar Uppalapati - ASoC: wcd9xxx: Change PA on and VDDIO switch sequence
  733. *Steve Kondik - asoc: msm: MBHC fixes, round 2
  734. *Satya Krishna Pindiproli - ASoC: wcd9320: Set Audio MAD IIR coefficients from ACDB
  735. *Bhalchandra Gajare - ASoC: wcd9320: Fix micbias setting for MAD
  736. *Anish Kumar - ASoC: wcd9320: Handle the port disconnect correctly
  737. *Sudheer Papothi - ASoC: wcd9320: Optimize delay after micbias enable
  738. *Phani Kumar Uppalapati - ASoC: wcd9320: Adjust HPH bias current to 3.5uA
  739. *Sudheer Papothi - ASoC: wcd9xxx: Set chopper settings for UHQA mode
  740. *Sudheer Papothi - ASoC: wcd9xxx: Changes for High performance mode
  741. *Steve Kondik - misc: Post-merge cleanups
  742. *Steve Kondik - wcnss: Fix compilation issue w/ debug disabled
  743. *Steve Kondik - asoc: msm8974: Properly configure MBHC
  744. *Kai-Chieh Ku - find7: Enable NET_KEY & NETFILTER_XT_TARGET_TCPMSS
  745. *Kai-Chieh Ku - bacon: Enable NET_KEY & NETFILTER_XT_TARGET_TCPMSS
  746. *Steve Kondik - asoc: wcd9320: Use class AB headphone path for high-res formats
  747. *Steve Kondik - asoc: msm: Adjust MBHC thresholds
  748. *Steve Kondik - asoc: msm: Untangle the external micbias control for wcd9320
  749. *Steve Kondik - msm8974: Clean up Oppo audio configurations
  750. *Gopikrishnaiah Anandan - ARM: dts: msm: Update the vifeed back routing
  751. *Jay Wang - ASoC: wcd9320: Add ANC loopback path and cache HPF bypass control
  752. *Bhalchandra Gajare - ASoC: wcd9xxx-mbhc: Avoid flipping current source setting
  753. *Bhalchandra Gajare - ASoC: wcd9xxx-mbhc: Disable micbias for impedance detection
  754. *Phani Kumar Uppalapati - ASoC: wcd9320: Check denominator for zero before division
  755. *Phani Kumar Uppalapati - ASoC: wcd9320: Add HD2 tuning coefficients for HPH path
  756. *Sudheer Papothi - ASoC: wcd9320: Add NULL check to avoid crash
  757. *Ethan Chen - Revert "ASoC: wcd9xxx: Use Oppo headset detection code"
  758. *Steve Kondik - misc: Fix compilation warnings
  759. *Shiraz Hashim - drivers: dma: map pages only if required
  760. *Will Deacon - ARM: 7408/1: cacheflush: return error to userspace when flushing syscall fails
  761. *viresh kumar - ARM: 7569/1: mm: uninitialized warning corrections
  762. *Joonsoo Kim - ARM: 7644/1: vmregion: remove vmregion code entirely
  763. *Will Deacon - ARM: 7784/1: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2
  764. *Will Deacon - ARM: 7691/1: mm: kill unused TLB_CAN_READ_FROM_L1_CACHE and use ALT_SMP instead
  765. *Will Deacon - ARM: 7660/1: tlb: add branch predictor maintenance operations
  766. *Stepan Moskovchenko - ARM: 7678/1: Work around faulty ISAR0 register in some Krait CPUs
  767. *Laura Abbott - arm: mm: Account for lowmem in the static vm
  768. *Joonsoo Kim - ARM: 7646/1: mm: use static_vm for managing static mapped areas
  769. *Seung-Woo Kim - ARM: dma-mapping: Add maximum alignment order for dma iommu buffers
  770. *Jon Medhurst - ARM: 7752/1: errata: LoUIS bit field in CLIDR register is incorrect
  771. *Will Deacon - ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUs
  772. *Lorenzo Pieralisi - ARM: mm: rename jump labels in v7_flush_dcache_all function
  773. *Will Deacon - ARM: 7747/1: pcpu: ensure __my_cpu_offset cannot be re-ordered across barrier()
  774. *Rob Herring - ARM: 7587/1: implement optimized percpu variable access
  775. *Stephen Boyd - ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 register
  776. *David Decotigny - lib: cpu_rmap: avoid flushing all workqueues
  777. *Nicolas Pitre - ARM: gic: use a private mapping for CPU target interfaces
  778. *Nicolas Pitre - ARM: 7573/1: idmap: use flush_cache_louis() and flush TLBs only when necessary
  779. *Lorenzo Pieralisi - ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceon
  780. *Santosh Shilimkar - ARM: mm: update __v7_setup() to the new LoUIS cache maintenance API
  781. *Lorenzo Pieralisi - ARM: kernel: update __cpu_disable to use cache LoUIS maintenance API
  782. *Russell King - ARM: cpu hotplug: remove majority of cache flushing from platforms
  783. *Russell King - ARM: smp: flush L1 cache in cpu_die()
  784. *Joonsoo Kim - ARM: 7645/1: ioremap: introduce an infrastructure for static mapped area
  785. *kejar31 - x9076: Optimize display resume performance part duo
  786. *Tom Marshall - arm: dts: find7: Fix notification LED on find7s
  787. *Steve Kondik - x9076: Optimize display resume performance
  788. *Ethan Chen - find7: Enable PFT
  789. *Ethan Chen - platform: msm: Fix compile when CONFIG_PFT is not set
  790. *Steve Kondik - bacon: Optimize display resume performance
  791. *Steve Kondik - video: mdss: Fix dual-DSI GPIO issue
  792. *Scott Mertz - msm: Oppo: Fix gyro init failure
  793. *Ethan Chen - msm: Oppo: Add support for Find7S display enable GPIO
  794. *Ethan Chen - x9076: Add support for Find7S variant
  795. *Ethan Chen - misc: shineled: Update driver for Find7S
  796. *Ethan Chen - input: touchscreen: synaptics_dsx: Add Find7S firmware support
  797. *Ethan Chen - x9076: Add Find7S panel support
  798. *Ethan Chen - mdss: dsi: Don't make lack of reset GPIO a fatal failure yet
  799. *Aviral Gupta - ASoC: msm: propagate the error code from the compr driver
  800. *Vicky Sehrawat - ASoC: msm: Fix for USB device switch
  801. *Sudheer Papothi - ASoC: wcd9xxx: Enable headset in high performance
  802. *Sudheer Papothi - ASoC: wcd9xxx: Enable headset in high performance
  803. *Bhalchandra Gajare - ASoC: wcd9320: Fix null pointer access for event callback
  804. *Ethan Chen - ARM: dts: msm: Re-organize Oppo device tree
  805. *Ethan Chen - x9007: Remove unused panel entries
  806. *Ethan Chen - x9007: Remove support for msm8974pro-ac X9007
  807. *Ethan Chen - a0001: Remove support for msm8974pro-ab A0001
  808. *Ethan Chen - msm: mdss: Set panel width and height for Oppo 5.5" devices
  809. *Ethan Chen - power: qpnp-charger: Properly report offline state for DC
  810. *Ethan Chen - power: qpnp-charger: Use simpler ifdefs
  811. *oppo-source - misc: Update kernel from SVN8262 140618
  812. *Ethan Chen - input: touchscreen: synaptics_dsx: No global write permission to nodes
  813. *Ethan Chen - msm: Oppo: Fix oppo.rf_version sysinfo node
  814. *Tom Marshall - find7: Update defconfig
  815. *Taniya Das - arm: dma-removed: Add option to skip buffer zeroing
  816. *Shiraz Hashim - drivers: dma: warn if ioremap fails
  817. *Ethan Chen - bacon: Split off a0001 specific sound entries
  818. *oppo-source - misc: Update kernel from SVN8016 140603
  819. *Steve Kondik - bacon: Update defconfig
  820. *Steve Kondik - msm: Improve qpnp-vibrator scheduling
  821. *Phani Kumar Uppalapati - ASoC: wcd9xxx: Clear unsupported jack from hph status
  822. *oppo-source - misc: Update kernel from SVN7703 140521
  823. *Ricardo Cerqueira - ASoC: wcd9xxx: WCD9XXX_V_CS_NO_MIC's value is valid for headphones
  824. *Ethan Chen - ASoC: wcd9xxx: Remove Oppo headphone switch
  825. *Steve Kondik - msm8974: Set actual panel FPS
  826. *Ethan Chen - x9007: set micbias2 NO_EXT_BYP_CAP
  827. *Ethan Chen - bacon: Set up speaker output routes to enable VDD_SPKDRV
  828. *Ethan Chen - ASoC: msm: Remove yda145_boost GPIO for bacon
  829. *Ricardo Cerqueira - ASoC: wcd9xxx: Add missing BCL mutexes during plug reporting
  830. *Ethan Chen - ASoC: wcd9xxx: Use Oppo headset detection code
  831. *Ethan Chen - ASoC: wcd9xxx: Use Qualcomm GND_MIC gpio toggle code
  832. *Ethan Chen - ASoC: wcd9xxx: adjust CS_MEAS invalid range
  833. *Sudheer Papothi - ASoC: wcd9xxx: [HACK] Prevent headphone&speaker from clipping
  834. *Danesh M - OPPO-MSM8974 : Use explicit KEY_DOUBLE_TAP to handle in userspace
  835. *SpaceKiller - drivers: platform: msm: qpnp-vibrator: Add sysfs interface for intensity
  836. *Steve Kondik - input: Report timestamps from Synaptics driver
  837. *Steve Kondik - cm: Disable devmem/devkmem
  838. *Laura Abbott - msm: Remove memory hole scanning
  839. *Laura Abbott - mm: Increase number of GFP masks
  840. *Laura Abbott - cma: Call dma_contiguous_early_fixup after allocation
  841. *Laura Abbott - cma: Delay non-placed memblocks until after all allocations
  842. *Laura Abbott - cma: Return 0 on error path
  843. *Ethan Chen - x9007: Set 4-pole jack to disable ANC detection
  844. *Steve Kondik - usb: dwc3: Fix infinite loop in FLOATED charger detection
  845. *Ethan Chen - ASoC: wcd9xxx: Keep micbias source enabled for headset
  846. *Ethan Chen - ASoC: wcd9xxx: clean up upstream code
  847. *Ethan Chen - input: touchscreen: synaptics_dsx: detect double swipe only
  848. *Ethan Chen - ASoC: wcd9xxx: Change to generic Oppo ifdef
  849. *Ethan Chen - ASoC: wcd9xxx: lower CS_MEAS invalid range
  850. *Ethan Chen - x9007: Disable battery thermal monitoring
  851. *Ethan Chen - power: qpnp-charger: Don't report fatal error for optional attrs
  852. *Tom Marshall - bacon: Tune the LED colors
  853. *Ethan Chen - USB: dwc3-msm: Re-add Oppo charger type code
  854. *Ethan Chen - input: touchscreen: synaptics_dsx: Don't report upwards V
  855. *Ethan Chen - misc: Update kernel from SVN6140 140417
  856. *SIMOND François - x9007: Update panel calibration
  857. *Steve Kondik - x9007: Update charger config
  858. *Steve Kondik - bacon: Disable serial console
  859. *Andrew Ruder - fs/super.c: sync ro remount after blocking writers
  860. *Ethan Chen - ASoC: wcd9320: Add headphone regulator DAPM supply
  861. *Steve Kondik - bacon: Update defconfig
  862. *Steve Kondik - asoc: msm: Fix OPPO speaker GPIO configuration
  863. *Ricardo Cerqueira - ARM: dts: a0001: Adjust cam voltages
  864. *Ricardo Cerqueira - ARM: dts: msm: Lower flash LED current
  865. *Ethan Chen - misc: Update kernel from SVN5616 140407
  866. *Ethan Chen - msm: Oppo: Update PCB version info
  867. *oppo-source - misc: Update kernel from SVN5469 140407
  868. *Steve Kondik - x9007: Update panel DTSI for recent MDSS changes
  869. *Ethan Chen - input: touchscreen: synaptics_dsx: Fix inverted gesture logic
  870. *Ethan Chen - input: touchscreen: synaptics_dsx: Fix possible suspend issue
  871. *Ethan Chen - input: touchscreen: synaptics_dsx: initialize flags
  872. *oppo-source - misc: Update kernel from SVN5140 140324
  873. *Tom Marshall - power: qpnp: Add call to power_supply_changed in heartbeat.
  874. *Ethan Chen - power: bq27541: Update charger code for X9007 variants
  875. *oppo-source - power: bq24196: Import Oppo bq24196 charger driver
  876. *Steve Kondik - video: mdss: Enable CABC controls for display panel
  877. *Ethan Chen - misc: shineled: Add find7op driver variant
  878. *Steve Kondik - bacon: Enable IOMMU VBIF check
  879. *Aravind Kumar - ASoC: msm: Add check for NULL pointer and buffer overflow
  880. *Phani Kumar Uppalapati - ASoC: msm: Do not set volume to zero during session open
  881. *Banajit Goswami - ASoC: lsm: use wrapper for ION memory handling
  882. *Gopikrishnaiah Anandan - ASoC: msm: qdsp6v2: Userspace interaction cleanup
  883. *Steve Kondik - msm8974: Use NOOP I/O scheduler by default
  884. *Karthikeyan Ramasubramanian - msm: ipc: Migrate to wakeup sources from wake locks
  885. *Ethan Chen - ASoC: wcd9xxx: HACK: Skip port timeout close check for MAD port
  886. *Ethan Chen - ARM: dts: msm: Add entries for 8974 Pro AC A0001, X9007 variants
  887. *Steve Kondik - x9007: Really match bootloader backlight
  888. *Ricardo Cerqueira - leds: qpnp: Lower permissions on flash_blink
  889. *Steve Kondik - bacon: Enable support for HW disk encryption
  890. *Steve Kondik - msm8974: Fix typo in DT
  891. *Steve Kondik - cm: Update defconfigs
  892. *Mitchel Humpherys - iommu: msm: always use 32-bit physical addresses
  893. *Laura Abbott - msm: iommu: Set reserved bits for IOMMU hardware
  894. *Laura Abbott - iommu: msm: Use dma memory for secure pagetable
  895. *Laura Abbott - ARM: dts: msm: Migrate 8x74 memory regions to CMA
  896. *Laura Abbott - cma: Increase the default number of regions
  897. *Mel Gorman - mm: compaction: do not accidentally skip pageblocks in the migrate scanner
  898. *Laura Abbott - cma: use be32_to_cpup for devicetree conversion
  899. *Laura Abbott - cma: Drop alignment requirements for regions not in system
  900. *Ethan Chen - input: touchscreen: synaptics_dsx: Don't disable for recovery
  901. *Ethan Chen - ASoC: wcd9xxx: Add ANC headphone to Oppo jack switch
  902. *Ethan Chen - arm: DTS: msm: x9007: Hardware does not have a 5-pole jack
  903. *Ethan Chen - ASoC: msm8974: Properly set up headphone mic enable code
  904. *Ethan Chen - ASoC: msm8974: Properly set up speaker enable code
  905. *Steve Kondik - x9007: Add audio jack type to DTS
  906. *Ethan Chen - ASoC: wcd9320: Enable impedance detect
  907. *Ethan Chen - ASoC: wcd9320: Remove dangling variable
  908. *Steve Kondik - wcd9xxx: Cleanup remnants of old MBHC detection code
  909. *Steve Kondik - wcd9xxx: More cleanup, use new upstream implementation
  910. *Vidyakumar Athota - ASoC: wcd9xxx: Re-order codec DAIs definition
  911. *Bhalchandra Gajare - ASoC: wcd9320: Change compander parameter for 192Khz playback
  912. *Steve Kondik - wcd9xxx: Cleanup MBHC code
  913. *Yeleswarapu, Nagaradhesh - Asoc: wcd9xxx: Avoid unnecessary dispatch of mechanical interrupts
  914. *Kenneth Westfield - ASoC: msm: EOS timeout now based on audio data
  915. *Steve Kondik - x9007: Remove esd325 entries from DT
  916. *Banajit Goswami - ASoC: msm8974: Update PCM MUX for 8974Pro variant
  917. *Steve Kondik - x9007: Tune the initial backlight settings
  918. *Ethan Chen - ASoC: wcd9320: Remove ES325 support
  919. *Aravind Kumar - ASoC: wcd9xxx: Add check for pointer before dereferencing
  920. *Bhalchandra Gajare - ASoC: wcd9320: Change compander parameter for 192Khz playback
  921. *Santosh Mardi - ASoC: wcd9xxx: Cancel headset detect work while in IRQ handler
  922. *Deepa Madiregama - ALSA: usb-audio: Fix the mixer control range limiting issue
  923. *Banajit Goswami - ASoC: wcd9320: release codec mutex before calling dapm function
  924. *Gopikrishnaiah Anandan - ASoC: wcd9320: Fix for audio recording
  925. *Mitchel Humpherys - ion: remove ion_cp_heap
  926. *Laura Abbott - drivers: Add dma-removed dma_ops
  927. *Laura Abbott - cma: Add support for removed regions
  928. *Laura Abbott - cma: Change to reserve-contiguous-region
  929. *Neeti Desai - ARM: dts: msm: Update size of modem pil heap
  930. *Laura Abbott - ARM: dts: msm: Add reservation for framebuffer memory
  931. *Laura Abbott - ARM: dts: msm: Move audio heaps over to use reserved CMA regions
  932. *Ujwal Patel - msm: mdss: Allocate fb memory under 4GB physical address space
  933. *Laura Abbott - cma: Add support for status in DT nodes
  934. *Laura Abbott - cma: Make the default CMA region not reserved by default
  935. *Laura Abbott - cma: print physical addresses correctly
  936. *Laura Abbott - cma: Add support for memory limits
  937. *Laura Abbott - cma: Add support for different size_cells and address_cells
  938. *Alessandro Rubini - ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>
  939. *Laura Abbott - drivers: Add option to reserve default CMA region
  940. *Laurent Pinchart - drivers: cma: Fix wrong CMA selected region size default value
  941. *Laura Abbott - cma: Increase the default number of regions
  942. *Ethan Chen - input: touchscreen: synaptics_dsx: rewrite gesture handling
  943. *Ethan Chen - input: touchscreen: synaptics_dsx: check user input
  944. *Ethan Chen - input: touchscreen: synaptics_dsx: function naming
  945. *Ethan Chen - input: touchscreen: synaptics_dsx: formatting and style
  946. *Ethan Chen - input: touchscreen: synaptics_dsx: Remove useless flag
  947. *Ethan Chen - bacon: Re-enable LED driver
  948. *Steve Kondik - bacon: Update defconfig
  949. *Steve Kondik - misc: Clean up warnings about uninitialized variables
  950. *Venkatesh Yadav Abbarapu - msm: dma: Refactored driver to avoid queuing of cmds in workq.
  951. *Thomas Gleixner - softirq: Use hotplug thread infrastructure
  952. *Tirtha Kanti Ghosh - gpiomux-8974: Modify direction of suspended GPIO (x9007)
  953. *Ethan Chen - ARM: dts: msm: Add A0001 variant
  954. *Ethan Chen - input: touchscreen: synaptics_dsx: enable glove mode proc node
  955. *oppo-source - misc: Update kernel from SVN4323 140306
  956. *Ricardo Cerqueira - input: touchscreen: synaptics_dsx: Allow disabling virtual keys
  957. *Ethan Chen - input: touchscreen: synaptics_dsx_i2c: Update for X9007 variants
  958. *Danesh M - input: touchscreen: synaptics_s3508: Add custom scancodes for gestures
  959. *Ethan Chen - ARM: dts: msm: Move X9007 cont-splash parameter
  960. *Steve Kondik - x9007: Fix errors in DT
  961. *Steve Kondik - x9007: Enable continuous splash screen
  962. *Ethan Chen - msm: Oppo: Disable ES325 support
  963. *Ethan Chen - ARM: dts: msm: Update X9007 LED config
  964. *Ethan Chen - ARM: dts: msm: Update X9007 variant sound config
  965. *Ethan Chen - ARM: dts: msm: Update X9007 panel
  966. *Ethan Chen - msm: Oppo: Add find7 variant Kconfig options
  967. *Steve Kondik - find7: Disable performance-killing debug options
  968. *Thomas Gleixner - [backport] Hotplug thread infrastructure
  969. *oppo-source - misc: Update from Oppo
  970. *Steve Kondik - x9007 boardfile
  971. *oppo-source - power: qpnp-charger: Add Oppo charger extensions
  972. *oppo-source - power: bq27541: Add Oppo extensions to the bq27541 battery driver
  973. *oppo-source - power: pic1503: Import Oppo PIC1503 fast charger driver
  974. *oppo-source - NFC: PN544: Import Oppo variant of NXP PN544 NFC chip
  975. *oppo-source - backlight: lm3630: Import Oppo LM3630 backlight driver
  976. *oppo-source - misc: shineled: Import Oppo shineled driver
  977. *oppo-source - input: synaptics_s3508: Import Oppo S3508 I2C touchscreen
  978. *Ethan Chen - ARM: dts: X9007: change GPIO arrangement for HW_12 sound
  979. *Ethan Chen - ARM: dts: X9007: Set GPIOs for SD card detection
  980. *Ethan Chen - msm: Oppo: x9007: Register ram console platform device
  981. *Steve Kondik - find7: Enable PRONTO WLAN feature
  982. *Steve Kondik - msm: Disable crash-to-download-mode
  983. *Steve Kondik - msm8974: Add ramconsole to DT
  984. *Ethan Chen - x9007: Enable prima WLAN
  985. *Ethan Chen - x9007: Disable module loading
  986. *Ethan Chen - msm: restart: Fix reboot into charge mode
  987. *Ethan Chen - msm: Oppo: x9007: configure display GPIO
  988. *Ethan Chen - msm: mdss: set lm3630 backlight level
  989. *Ethan Chen - ARM: dts: msm: Set X9007 display dimensions
  990. *Ethan Chen - msm: Oppo: x9007: Disable continuous splash
  991. *Ethan Chen - msm: Oppo: x9007: Add persistent RAM mappings
  992. *Ethan Chen - gitignore: ignore generated symbol file
  993. *Ethan Chen - msm: find7: Import initial defconfig
  994. *Ethan Chen - ARM: dts: msm: Add Oppo X9007 device tree
  995. *oppo-source - msm: camera: Add support for Oppo CCI LED flash
  996. *oppo-source - ASoC: msm8974: Apply Oppo changes to msm8974 sound driver
  997. *oppo-source - ASoC: wcd9xxx: Add Oppo changes to WCD9320 codec
  998. *oppo-source - USB: dwc3: Add support for Oppo charger detection
  999. *oppo-source - msm: socinfo: Add Oppo socinfo extensions
  1000. *oppo-source - msm: restart: Add Oppo restart reason code
  1001. *oppo-source - msm: Oppo: add Oppo extensions
Add Comment
Please, Sign In to add comment