summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "tuna: add CM performance profiles"Ziyan2016-01-172-20/+0
* camera: add Pixel{X,Y}Dimension and Orientation EXIF tagsMichael Gernoth2016-01-172-3/+33
* camera: fix build for recent 6.0 releasesZiyan2016-01-171-3/+3
* camera: fix build for MMZiyan2016-01-172-0/+16
* android-api: add MMZiyan2016-01-171-0/+6
* libsensors: mlsdk: Remove lots of unused cruft.Kyle Repinski2016-01-1737-4046/+433
* libsensors: Ween MPLSensor off of mlsdk legacy array methods.Kyle Repinski2016-01-171-16/+10
* libsensors: Fix up Rotation Vector output, minor organizing.Kyle Repinski2016-01-171-17/+21
* libsensors: Big cleanup.Kyle Repinski2016-01-1713-203/+104
* sensors: Fill in MPL sensor structs by default.Kyle Repinski2016-01-171-53/+22
* sensors: Fix filling in LinearAcceleration res/power/range.Kyle Repinski2016-01-173-46/+33
* sensors: Merge invensense HAL into main tuna HAL.Kyle Repinski2016-01-1778-184/+105
* Fix building with Clang.Kyle Repinski2016-01-1711-48/+48
* Update some hw_device_t structs.Kyle Repinski2016-01-174-19/+20
* libsensors/invensense: Clean-up.Kyle Repinski2016-01-176-44/+14
* invensense: Remove MPU6050 ifdef stuff.Kyle Repinski2016-01-1717-803/+13
* libsensors: Cleanup and update sensor struct.Kyle Repinski2016-01-171-25/+14
* invensense: Ensure timestamps include time in suspend.Kyle Repinski2016-01-172-2/+2
* invensense: Cleanup and update sensor struct.Kyle Repinski2016-01-171-22/+23
* dumpstate: Build with -Wall -Werror.Kyle Repinski2016-01-172-2/+4
* invensense: Build with -Wall -Werror.Kyle Repinski2016-01-177-9/+13
* libsensors: Build with -Wall -Werror.Kyle Repinski2016-01-174-23/+29
* power: Build with -Wall -Werror.Kyle Repinski2016-01-171-0/+1
* nfc: Build with -Wall -Werror.Kyle Repinski2016-01-172-6/+8
* dumpdcc: Build with -Wall -Werror.Kyle Repinski2016-01-171-0/+1
* liblight: Build with -Wall -Werror.Kyle Repinski2016-01-172-4/+7
* Remove TARGET_NEEDS_BIONIC_MD5.Kyle Repinski2016-01-171-3/+0
* Remove deprecated storage_list.xmlZiyan2016-01-171-32/+0
* invensense: remove support for unused sensorsZiyan2016-01-174-260/+11
* Add invensense stuff in-tree.Kyle Repinski2016-01-1775-2/+25203
* libsensors: Build with Clang.Kyle Repinski2016-01-171-0/+1
* Revert "tuna: switch to dlmalloc"Ziyan2016-01-171-3/+0
* tuna: pass androidboot.hardware via kernel cmdlineZiyan2016-01-171-1/+1
* libsensors: fix build on MZiyan2016-01-171-0/+1
* Update external storage configurationZiyan2016-01-171-20/+2
* Drop BOARD_SEPOLICY_UNIONZiyan2016-01-171-10/+0
* [TEST] audio: Set short period size to 882.Kyle Repinski2016-01-151-1/+4
* audio: Fix buffer underrun doing short to long period transition.Kyle Repinski2016-01-151-2/+4
* audio: further tweaking to use_long_periods.Kyle Repinski2016-01-151-19/+29
* audio: Make buffer_frames dependent on OUT_RESAMPLER.Kyle Repinski2016-01-151-3/+3
* audio: Decide use_long_periods on start_output_stream.Kyle Repinski2016-01-151-2/+7
* audio: Initial work towards a variable sampling rate.Kyle Repinski2016-01-153-5/+82
* audio: Use separate sampling rate for MM-UL (input stream).Kyle Repinski2016-01-151-1/+6
* audio: Fix PLAYBACK_PERIOD_COUNT and OUT_RESAMPLER definition detection.Kyle Repinski2016-01-151-19/+19
* audio: Add ability to actually force the out stream sampling rate.Kyle Repinski2016-01-152-1/+17
* audio: Determine whether or not to use out stream resampler automatically.Kyle Repinski2016-01-152-3/+1
* audio: Disable output resampling by default.Kyle Repinski2016-01-151-1/+1
* audio: Add ability to disable built-in out stream resample.Kyle Repinski2016-01-152-0/+25
* tuna: Proper 48kHz audio support.Kyle Repinski2016-01-152-3/+3
* audio: Fix aliasing violation.MWisBest2016-01-151-2/+3