| Age | Commit message (Collapse) | Author |
|
Change-Id: If0d8aa2ca85781de5eb92a13308dea1260240c54
|
|
Change-Id: I30b35780710afd2d1579cc6b4b91d4d1b735a149
|
|
pin from pad_wkup in device tree. Also fixing i2c-1s pin address and some spelling and indentation issues." into android-3.10-bringup
|
|
pad_wkup in device tree. Also fixing i2c-1s pin address and some spelling and indentation issues.
Change-Id: Ie7adfb0c1ee9421cab85ad8be071825a43e99aca
|
|
tweaks and some clean-up.
Change-Id: I9b184b3fcdb32dac01c7bd75df55a74b39cc6e53
|
|
management notifications, fixing pinmux and reading status register twice (per tps69510 TRM).
Change-Id: Idaac043ebe18229333bb7c090865e9ca3804f189
|
|
Change-Id: I9322bfe520c05b3e45dcacb12b1a836be8126c2c
|
|
minor tweaks and some clean-up." into android-3.10-bringup
|
|
Change-Id: Ibbc6826288776586749c0645f8fce51bb5c7bed4
|
|
to something that can be used in a filename." into android-3.10-bringup
|
|
something that can be used in a filename.
Change-Id: If7f9d2c99e758dc9c907da9a2ba6001e78242db8
|
|
android-3.10-bringup
|
|
Change-Id: I1cbcb84374949d4ec74c65245b8761d8497ea365
|
|
This flag ensures the regulator is in full ACTIVE mode during sleep
Normally the tps65910 regulators go into an IDLE mode during sleep
Change-Id: I30c0025ee1904ac20fec3ced66041f006658b92c
|
|
turns off interrupts from the fuel gauge while charging." into android-3.10-bringup
|
|
interrupts from the fuel gauge while charging.
Change-Id: I6a004c9d6ae9f47eae69387f27534f63c77ebfcf
|
|
voltage
Change-Id: I8f124ef6479b427f3c8ffd03e36c3ef205f9f23e
|
|
android-3.10-bringup
|
|
Change-Id: I3e800297501f43e0a9624fdf9ddf2cc559f2d4f3
|
|
and makes sure that cpufreq gets initialized properly.
Change-Id: I679d86c150e4acee098e4a5cfe1855d46fac872a
|
|
Change-Id: Ibe4a4f1440d1b7dd2de9a285d728834eb0b87e66
|
|
Change-Id: Id35bc5743c7f5865a27e587e7b1ce3b7abba74dc
|
|
every resume" into android-3.10-bringup
|
|
Change-Id: Icd61eac39e1cfe42446c44622c92aed6df0b5b1d
|
|
Mattis: Rebased to android-3.10-bringup.
Change-Id: Id1660d1f1a45ee039609955efbc53b75364b5ca1
|
|
Change-Id: I9d09438cb6abc263fe5226ef634e135bf9187019
|
|
status of the ts81001 when deciding if it's charging or not.
Change-Id: Iff0e890eecd86c82889f91075f83073ab2fd3036
|
|
library from hardware/libhardware/modules/power.
Change-Id: I49134517802bb65f5f16b0e09a49b57b6cdf62f6
|
|
Change-Id: If41c47a31f2a031785a6230e832ef280579af4ef
|
|
though we're not quite making use of them yet).
Change-Id: Id718ce23407d4d1836878d26cf6aca1b10af98c4
|
|
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
|
|
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>
|
|
Change-Id: Ib628ec8c5402bdaec5cc4924f674ba1c38206993
|
|
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>
|
|
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
|
|
Change-Id: I6f96f6c2d67f7c935c7d6af1a504e69f1ca314bf
|
|
Change-Id: Ia794bcffc6d98a248a058d5dcd326192da5179cc
|
|
Change-Id: Ic904469eae89e5678a502e78309b30ab9715cd41
|
|
Change-Id: I9d1a303ad09db22514a27184798c38b24c0b1b71
|