summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Collapse)Author
2016-01-14Audio To BT: added capture and playback alsa devicesmasterxnikdor
Mattis: Rebased to android-3.10-bringup. Change-Id: Id1660d1f1a45ee039609955efbc53b75364b5ca1
2015-12-16Increasing vaccel to 2.7 V to prevent the Accel from dropping below the min. ↵Evan Wilson
voltage Change-Id: I8f124ef6479b427f3c8ffd03e36c3ef205f9f23e
2015-04-16Merge "Change to USB plat data, that caused USB to not work" into ↵Evan Wilson
android-3.10-bringup
2015-11-30Change to USB plat data, that caused USB to not workEvan Wilson
Change-Id: I3e800297501f43e0a9624fdf9ddf2cc559f2d4f3
2015-11-20Power changes: Removed dummy regulators, added cpufreq table initialization ↵mattis fjallstrom
and makes sure that cpufreq gets initialized properly. Change-Id: I679d86c150e4acee098e4a5cfe1855d46fac872a
2015-11-20First steps at making cpufreq scale properly again.mattis fjallstrom
Change-Id: Ibe4a4f1440d1b7dd2de9a285d728834eb0b87e66
2015-12-02Turning all tps features on in device tree.mattis fjallstrom
Change-Id: Id35bc5743c7f5865a27e587e7b1ce3b7abba74dc
2015-09-30Adding boot logomattis fjallstrom
Change-Id: I9d09438cb6abc263fe5226ef634e135bf9187019
2015-09-25Adding support for ts81001, and modifying fuel gauge bq27 to check the ↵mattis fjallstrom
status of the ts81001 when deciding if it's charging or not. Change-Id: Iff0e890eecd86c82889f91075f83073ab2fd3036
2015-09-18Switched userspace CPUfreq governor. Should be used together with the power ↵mattis fjallstrom
library from hardware/libhardware/modules/power. Change-Id: I49134517802bb65f5f16b0e09a49b57b6cdf62f6
2015-09-04Turning USB chip off during sleep, saving 0.5mA.mattis fjallstrom
Change-Id: If41c47a31f2a031785a6230e832ef280579af4ef
2015-09-04New partition table. Now with all the partitions that Android expects (even ↵mattis fjallstrom
though we're not quite making use of them yet). Change-Id: Id718ce23407d4d1836878d26cf6aca1b10af98c4
2015-08-16Slowing down i2c-3 for the charger firmware programming.mattis fjallstrom
Change-Id: Ie1c7005a9d4c2ec916e6a7941a79c913928dd524
2015-08-11Disabled debugging outputmattis fjallstrom
Change-Id: I21e484b1d5c0b73dcbb3317743f1fca7a8d702c0
2015-08-11Merge branch 'android-3.10-bringup' of ↵mattis fjallstrom
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup Change-Id: Ic0a04e74a94fa6a7ee1769a9bee71117961238b4
2015-08-11Merge branch 'mindtribe_dev' into android-3.10-bringupmattis fjallstrom
Conflicts: arch/arm/boot/dts/omap3_h1.dts drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_trigger.c Both resolved. Change-Id: I42c070961bff246b07179dcaae1fc784dddb0328
2015-08-11Bluetooth working in sleep mode.mattis fjallstrom
Change-Id: I20e42e204dbf73c5f8468fc7733fa29c6ea1c2f2
2015-08-08The RTC will now set the system time on bootEvan Wilson
Change-Id: Ic06d2c906cbad7a658f088d62d19b090494f4f1f
2015-08-07From: Oleksandr Kozaruk <oleksandr.kozaruk@globallogic.com>Evan Wilson
Date: Fri, 31 Jul 2015 15:04:36 -0700 Subject: [PATCH 4/4] olio: DT: set gpio 128 pinmux to control PWM of LM3530 GPIO 128 connected to PWM pin of LM3530 which is used in simple enable/disable mode, and would shut down LM3530 in suspend. When PWM is '1' then a display backlight is enabled, if pulld low backlight is disabled. We set pinmux to be mode 4, output in active mode, and in supsend to be offenable, offoutput, offpulldown. See: http://processors.wiki.ti.com/index.php/Optimizing_OMAP35x_and_AM/DM37x_OFF_mode_PAD_configuration Change-Id: I4a9fa211abf174b129aff9c9c9421f575ce88e25
2015-08-07olio: board: Use simple backlight enable/disable mode.Oleksandr Kozaruk
In off mode we want to be able to control it with PWM pin We can set pinmux pin connected to PWM to be pulled down in off mode, thus it will put the lm3530 device in shutdown. Change-Id: I5bc903b3c3cdd16f36b103cf9e2cf1a8e60e3653 Signed-off-by: Evan Wilson <evan@oliodevices.com>
2015-08-04Merge remote-tracking branch 'olio/mindtribe_dev' into android-3.10-bringupEvan Wilson
Change-Id: Ib628ec8c5402bdaec5cc4924f674ba1c38206993
2015-08-03Set UART_PORT to 0, modified pin muxingmattis fjallstrom
Change-Id: Ie4d8b4aed4d2b50c9b95b3de89fdf68343580b07
2015-08-03Merge branch 'android-3.10-bringup' of ↵mattis fjallstrom
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup Change-Id: Ib528797d744241bfc7dced7ad755ded74d9701b4
2015-08-03Modified BT UART settings.mattis fjallstrom
Change-Id: I8f4c1c07ce86326803fbc3c960fbcf359be23f12
2015-07-31Temporary fixes to the display driver, so that the kernel will sleepEvan Wilson
WARNING: It takes several attempts before a successful suspend, so this commit is not power efficient Change-Id: I1825e1fcf12185181c060b635eef57ec63f4ef52
2015-07-31olio: config: Disable display ambient mode.Oleksandr Kozaruk
We don't use display ambient mode due to significant power consumption when display is always on. Change-Id: I285c9d5452fad49c4825c8174d6bf859db790c26 Signed-off-by: Evan Wilson <evan@oliodevices.com>
2015-07-25Merge branch 'android-3.10-bringup' of ↵Evan Wilson
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup
2015-07-25New touch sleep settings.Evan Wilson
After integrating the latest Atmel driver we will now use deep sleep instead of turning off the Touch/Disp reglator This should fix the touch wake-up issue (where the touch doesn't work when waking from sleep) It should also increase the wake time. Change-Id: Id12c8f95722260897191f9e9fefb08a0af0d65a9
2015-07-25Removing wake from uart3mattis fjallstrom
Change-Id: I6f96f6c2d67f7c935c7d6af1a504e69f1ca314bf
2015-07-24Changing interrupt pin from BT through device tree.mattis fjallstrom
Change-Id: Ia794bcffc6d98a248a058d5dcd326192da5179cc
2015-07-23Merged bluetooth and ST mods from mattis_bt_work.mattis fjallstrom
Change-Id: Ic904469eae89e5678a502e78309b30ab9715cd41
2015-07-23Bluetooth in sleep mode fixesmattis fjallstrom
Change-Id: I9d1a303ad09db22514a27184798c38b24c0b1b71
2015-07-17Refactor fixes for tps65910mattis fjallstrom
Change-Id: I8aee8f4304aa1ef8e9607f4674487d8e32ff5eaa
2015-07-17Power mods: Turning off VDD1 and VDD2, fixed timing issues with tps wake-up, ↵mattis fjallstrom
other robustness fixes. Change-Id: I68cb2fb32a9749558a2eeecd916d64b2c2fbf096
2015-07-10Adding back in lost cpufreq drivermattis fjallstrom
Change-Id: If1d4c436f1a270f1f89fa015f3ff0546b1b23f7e
2015-07-07Making sure that the sound driver is compiled in (and not a module).mattis fjallstrom
Change-Id: I2384a9b18b3519291ee0774572294035dc4ebff0
2015-07-07Adding microphone enable pin muxing - pull high when on, pull low in ↵mattis fjallstrom
off-mode, thereby keeping the microphone chip on / off. Change-Id: Icc912e83c3f54f0bf46839df1f18a84f6a128969
2015-07-06First stab at making the microphone / sound card sleep during suspend.mattis fjallstrom
Change-Id: I3a388bd912410b55ac5e860654e3e16965caccaa
2015-07-06Merge branch 'android-3.10-bringup' of ↵mattis fjallstrom
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup Change-Id: I600f39719a0637ef9b964f92cec395cd76f30f07
2015-07-06Fixing clkreq polarity, adding more PV specific pins to device tree file, ↵mattis fjallstrom
leaving bluetooth regulator always on. Change-Id: I343b8e89601d25f7593313b6d9c6adb47180c14a
2015-07-02Changing the USB CS pin for PVmattis fjallstrom
Change-Id: I7c1cfb8fdc7c42f68fb065af89c5263b9582f086
2015-07-02defconfig for PV board with ST chipmattis fjallstrom
Change-Id: Iad9a8a466360b33e00d8633801a3fa99ae34c8be
2015-07-02Moved from Invensense accelerometer to ST.mattis fjallstrom
Change-Id: If42c1a612784368bea2f77d2ef8722a31f9a4f34
2015-07-01Sleep and wake almost functional in Android (weird crash during startup if ↵mattis fjallstrom
accelerometer is included). Change-Id: I8f7285d1517dd5aa1d2a0b063357664399a03535
2015-07-01Fixing the device name for lsm in the board fileEvan Wilson
Change-Id: I7f6debd1fdf652a0edef0a35a14e052ad4e99c49
2015-07-01Various minor fixes after merge with globallogic_suspend.mattis fjallstrom
Change-Id: I0226f4a95567353040002bee807c31461d69d041
2015-07-01Cherry-picked from globallogic_suspend. Adds wake-up register settings to ↵Oleksandr Kozaruk
trace log and enables PMICs 32k clock even during suspend. Change-Id: I4f02cab5f67d09f8a4d0b8054d77f158a817f034
2015-06-30Added to board fileEvan Wilson
Change-Id: I14e3e46416faa634828e6f0c609da9972f7f19db
2015-06-23Sashas device tree and low power mods PLUS reintroducing to the board file ↵mattis fjallstrom
those things that aren't yet in the DT. Change-Id: I99853ac272380ae07a533d8f0c9dffff9478c684
2015-06-16Merge branch 'evan-bt-wake' of ↵evan-bt-wakeEvan Wilson
ssh://internal.oliodevices.com:29418/kernel/omap into evan-bt-wake