If there is IB2 address overlap with IB object list,
driver is dumping pending dwords size of active IB2
data into snapshot. Fix this by updating IB2 size
while active IB1 parsing instead later point.
Change-Id: Ibb12a876ebf73846424232ef28e00d3dc9f9be59
Signed-off-by: Hareesh Gundu <hareeshg@codeaurora.org>
Add support for nt35695b truly 1080p video mode and
command mode panel on sdm660.
Change-Id: I655c6820fd2b203e08a3aa7871d8780995a9bcdb
Signed-off-by: Vishnuvardhan Prodduturi <vproddut@codeaurora.org>
Update the unmap of registers in pdata before
devm_kfree of pdata.
CRs-Fixed: 1117277
Change-Id: I9819868fb2f24a4786a81ff8d818e129bac50f97
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
Remove 300 MHz entry from the cpufreq node which is used
for the OSM on SDM660 target.
Change-Id: I4e022a72ad04feff07fe04d115d3cc33bd88ad9f
Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
Add missing switch mixer controls to ensure all DAPM routes are fully
implemented and supported.
CR's-fixed: 1113456
Change-Id: I98df5983228f7353f7928b643c7b183481331d27
Signed-off-by: Siena Richard <sienar@codeaurora.org>
During a pagefault we print trace with the fault
information which gets delayed by unacceptable
time. It happens due to the the code that searches the
faulty address in the recently freed addresses for a matching
entry.
Moving it to new position wont have any impact on debugging
instead trace is dumped without any delay.
Change-Id: I11487798b60742096e06605cf3046b4cfc8cc057
Signed-off-by: Sunil Khatri <sunilkh@codeaurora.org>
Fixes the issue where the job could have been scheduled with request
that was about to be released thus causing crash with stale pointer.
Change-Id: I4ed1f08ed810303738c05d08f27a8ea21ba1e4f7
Signed-off-by: Andrey Markovytch <andreym@codeaurora.org>
As Al pointed, d_revalidate should return RCU lookup before using d_inode.
This was originally introduced by:
commit 34286d6662 ("fs: rcu-walk aware d_revalidate method").
Change-Id: I81999f7b4651d7dd64695c94d15561dfdcec851b
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: stable <stable@vger.kernel.org>
Git-commit: 03a8bb0e53d9562276045bdfcf2b5de2e4cff5a1
Git-repo: git://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git
[andreym@codeaurora.org: resolve merge conflicts,
fs/crypto/crypto.c does not exist in current branch,
had to omit it]
Signed-off-by: Andrey Markovytch <andreym@codeaurora.org>
WMI init cmd parameters num_wds_entries, num_perrs
and skid_limit have different values for WCN3990.
Refactor the wmi init cmd for WCN3990 with appropriate values.
CRs-Fixed: 1115155
Change-Id: I6fadc8bd8e655eed589de658a036b4062c6da310
Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>