| Age | Commit message (Collapse) | Author |
|
Change-Id: I2566186b6493ac11e64047cc42ed795b30927729
|
|
Change-Id: Idd79c715744046d50736e08b07e0c937d4ff7318
|
|
tries to set a wakelock is allowed to do so. We remove the permission checks since they return incorrect values." into android-3.10-bringup
|
|
set a wakelock is allowed to do so. We remove the permission checks since they return incorrect values.
Change-Id: Ia8f1929bd0dbbfd8ac56c63a09f689c32aefd0ef
|
|
possibility earlier).
Change-Id: I068df2530a032b3c2734e777c31dd72aa0a285f3
|
|
|
|
android-3.10-bringup
|
|
Change-Id: I3e800297501f43e0a9624fdf9ddf2cc559f2d4f3
|
|
It may be the cause of some crashes/dead devices
Change-Id: Ia1f15e7a783beb984cd901112a9ec53eee39acf5
|
|
* Reducing the 6D threshold, so it doesn't fire as often
* Reducing the wake lock timeout, to conserve power
* Temporarily commenting out the 6D event, because it's not used by the wakedetector service yet
Change-Id: I95345b4cd8b6b9c39b26f6378eab888101b3c296
|
|
the software stack.
Change-Id: I00a3ebe3bbcf4cfeb8ff89e75c990d90d8e1acc9
|
|
and makes sure that cpufreq gets initialized properly.
Change-Id: I679d86c150e4acee098e4a5cfe1855d46fac872a
|
|
Change-Id: Ibe4a4f1440d1b7dd2de9a285d728834eb0b87e66
|
|
android-3.10-bringup
|
|
This reverts commit 335f9262ab0802ac66e79d80fddbc1f635b05d61.
Change-Id: I21a02fa3db4928296a013c7349344a24eb4833a8
|
|
Change-Id: If263a43c95f44fbc7e263c202ac521e84032c0a6
|
|
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup
Change-Id: I7ba752884099c9dafe2f336cf787945eeea3a8f1
|
|
status of the ts81001 when deciding if it's charging or not.
Change-Id: Iff0e890eecd86c82889f91075f83073ab2fd3036
|
|
library from hardware/libhardware/modules/power.
Change-Id: I49134517802bb65f5f16b0e09a49b57b6cdf62f6
|
|
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup
Change-Id: Id991d5735800e0fa16e76c8be372fc473453e785
|
|
Change-Id: I1a1742ca75ce9eac22b70360e11566ff5df11745
|
|
Brings the new flash layout into the main stream. Also
adds sleep mode power savings (USB CS off).
Change-Id: I2b3f73f58c923ca9fa89965685dfcd5a6b087bf6
|
|
Change-Id: If41c47a31f2a031785a6230e832ef280579af4ef
|
|
though we're not quite making use of them yet).
Change-Id: Id718ce23407d4d1836878d26cf6aca1b10af98c4
|
|
at least not in it's current form. So, I'm hiding that code for now.
Change-Id: I28e08a86350e88107b82e47a2e9bf7c873600ae9
|
|
Change-Id: Ie1c7005a9d4c2ec916e6a7941a79c913928dd524
|
|
Change-Id: I21e484b1d5c0b73dcbb3317743f1fca7a8d702c0
|
|
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup
Change-Id: Ic0a04e74a94fa6a7ee1769a9bee71117961238b4
|
|
Conflicts:
arch/arm/boot/dts/omap3_h1.dts
drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_trigger.c
Both resolved.
Change-Id: I42c070961bff246b07179dcaae1fc784dddb0328
|
|
Change-Id: I20e42e204dbf73c5f8468fc7733fa29c6ea1c2f2
|
|
Change-Id: Ic06d2c906cbad7a658f088d62d19b090494f4f1f
|
|
Change-Id: I592b17c44294d46e3a16758c5679e3fdeb7c3333
|
|
need to re-init the registers.
This was also causing the brightness to "flash" on resume
Change-Id: I847163f314b109e47fc1f91822283bc6cecb850c
|
|
Signed-off-by: mattis fjallstrom <mattis@acm.org>
Change-Id: I01ed81a3463ffda1cf0bb9dace028aa8c28fb8dc
|
|
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
|
|
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>
|
|
New mode is similar to 'manual' but it allows to enable/disable
backlight using PWM pin.
Change-Id: I205cd716bfa56573e5efe9b78918f8742bd7c0f3
Signed-off-by: Evan Wilson <evan@oliodevices.com>
|
|
Let the PM framework to manage the i2c bus.
Change-Id: Iaf99a703236a8f5da2f570248e44cdaacb4025a9
Signed-off-by: Evan Wilson <evan@oliodevices.com>
|
|
Signed-off-by: Evan Wilson <evan@oliodevices.com>
Change-Id: Iebe64b4c5de646f408fff0431d17d79ea9692e1f
|
|
This reverts commit b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc.
Change-Id: Iadff64e858dbb8b5b4dd0dfbe773ec3b96138087
|
|
Change-Id: Ib628ec8c5402bdaec5cc4924f674ba1c38206993
|
|
Change-Id: Ia7d76c3c5f7807a37a0e26d5892c0826de8faa84
|
|
Change-Id: Ie4d8b4aed4d2b50c9b95b3de89fdf68343580b07
|
|
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup
Change-Id: Ib528797d744241bfc7dced7ad755ded74d9701b4
|
|
Change-Id: I8f4c1c07ce86326803fbc3c960fbcf359be23f12
|
|
WARNING: It takes several attempts before a successful suspend, so this commit is not power efficient
Change-Id: I1825e1fcf12185181c060b635eef57ec63f4ef52
|
|
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>
|
|
We put display to sleep mode when display disable function is called,
and sleep out in display enable function.
Also, now we don't need to cal display init function, thus it should
take less time to turn display on after resume.
Change-Id: I02c21f5824c8735850353671e679bcab7b0383c4
Signed-off-by: Evan Wilson <evan@oliodevices.com>
|
|
ssh://internal.oliodevices.com:29418/kernel/omap into android-3.10-bringup
|
|
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
|