- 04 Mar, 2015 40 commits
-
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Paul Reioux authored
bump version to 3.6 Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
with newer hardware revisions coming from Qualcomm, single register lock control isn't sufficient to cover both playback and recording usage scenarios bump to version 3.5 Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
Bump driver version to 3.4 Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
bump driver version to 3.3 Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
bump to version 3.2 Signed-off-by:
Paul Reioux <reioux@gmail.com> Conflicts: sound/soc/codecs/wcd9320.c Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
(Use this only for devices with audio reset issues) Also bump version to 3.1 Signed-off-by:
Paul Reioux <reioux@gmail.com> wcd9xxx-core: add register write without mutex protection This is assuming the calling function will take care of the mutex. Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Paul Reioux authored
This is first official GPL release based on my private implementation. This release has been tested for xperia Z officially. It may work with other devices using the same WCD9320 Audio Codec as well, but not tested Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com> Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Paul Reioux authored
Signed-off-by:
Paul Reioux <reioux@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
myfluxi authored
It does not make sense to run kgsl on high and devfreq on regular priority. Signed-off-by:
flar2 <asegaert@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
rc420head authored
Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-
Dennis Rassmann authored
Signed-off-by:
Dennis Rassmann <showp1984@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com> Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com> Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com> Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com> Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
rc420head authored
Signed-off-by:
rc420head <dennislebhardt@yahoo.com> Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Bryan Smith authored
Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Dennis Rassmann authored
Signed-off-by:
Dennis Rassmann <showp1984@gmail.com>
-
Dennis Rassmann authored
Signed-off-by:
Dennis Rassmann <showp1984@gmail.com> Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Dennis Rassmann authored
Signed-off-by:
Dennis Rassmann <showp1984@gmail.com> Signed-off-by:
Bryan Smith <zarboz@gmail.com>
-
Dennis Rassmann authored
Signed-off-by:
Dennis Rassmann <showp1984@gmail.com> Signed-off-by:
Bryan Smith <zarboz@gmail.com> Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-
Dennis Rassmann authored
Signed-off-by:
Dennis Rassmann <showp1984@gmail.com> Conflicts: drivers/thermal/msm8960_tsens.c
-
flar2 authored
Signed-off-by:
flar2 <asegaert@gmail.com>
-
flar2 authored
Signed-off-by:
flar2 <asegaert@gmail.com>
-
flar2 authored
Signed-off-by:
flar2 <asegaert@gmail.com> Signed-off-by:
Bryan Smith <zarboz@gmail.com> Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-
Jan Kara authored
In case when system contains no dirty pages, wakeup_flusher_threads() will submit WB_SYNC_NONE writeback for 0 pages so wb_writeback() exits immediately without doing anything. Thus sync(1) will write all the dirty inodes from a WB_SYNC_ALL writeback pass which is slow. Fix the problem by using get_nr_dirty_pages() in wakeup_flusher_threads() instead of calculating number of dirty pages manually. That function also takes number of dirty inodes into account. CC: stable@vger.kernel.org Reported-by:
Paul Taysom <taysom@chromium.org> Signed-off-by:
Jan Kara <jack@suse.cz> Signed-off-by:
Cristoforo Cataldo <cristoforo.cataldo@gmail.com> Signed-off-by:
flar2 <asegaert@gmail.com>
-
Praveen Chidambaram authored
CPUFreq provides scaling sysfs nodes to set min and max frequencies, but there are times when the operating range has to be controlled irrespective of the scaling limits, to ensure the thermal stability of the device. The API allows kernel thermal safeguards to pitch in and limit the frequencies. Change-Id: I3dc7496747792e6223695131f1644dd87054b025 Signed-off-by:
Praveen Chidambaram <pchidamb@codeaurora.org> Signed-off-by:
Bryan Smith <zarboz@gmail.com> Signed-off-by:
rc420head <dennislebhardt@yahoo.com>
-