summaryrefslogtreecommitdiff
path: root/board/nyan
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-301-0/+1
* GPIO: Move definition of alternate functions to gpio.incAnton Staaf2014-07-172-8/+4
* Increase stack size of charger and chipset tasks.Louis Yung-Chieh Lo2014-07-081-2/+2
* gpio: Reformat gpio.inc files to use longer than 80-column linesAnton Staaf2014-07-011-5/+5
* gpio: Replace duplication in gpio declarations with X-macro fileAnton Staaf2014-06-263-116/+60
* Add cprints() and ccprints()Vic Yang2014-05-211-6/+6
* Rename battery_vendor_params() to battery_override_params()Dave Parker2014-04-291-3/+3
* battery: move cut-off commands to common/battery.cstabilize-5791.0.BLouis Yung-Chieh Lo2014-04-232-6/+5
* nyan: add info_precharge for drained batteryLouis Yung-Chieh Lo2014-04-221-4/+39
* tegra: move to charger v2.Louis Yung-Chieh Lo2014-04-181-1/+1
* Rename charge_state.[ch] to charge_state_v1.[ch]Bill Richardson2014-03-201-0/+1
* cleanup: remove the conflict I2C2/GPIO config in nyan/big.Louis Yung-Chieh Lo2014-03-132-4/+0
* cleanup: Combined i2c unwedge code into one common functionAlec Berg2014-03-061-1/+1
* cleanup: nyan: remove unnecessary dependence to pmu_tpschrome.hLouis Yung-Chieh Lo2014-02-141-1/+0
* Add configs for battery detect via gpio or custom functionChromeOS Developer2014-02-061-11/+0
* x86 & tegra: add CONFIG_POWER_COMMON.Yung-Chieh Lo2014-01-211-0/+1
* tegra: refactor the power state machine.Louis Yung-Chieh Lo2014-01-172-0/+15
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-092-2/+2
* x86: generalize power state machine for all platforms (2/2)Louis Yung-Chieh Lo2014-01-091-2/+5
* nyan: don't touch GPIO setting while init alternate functions.Louis Yung-Chieh Lo2014-01-031-3/+3
* nyan: enable AP hang detectionLouis Yung-Chieh Lo2014-01-031-0/+1
* nyan: change the PMIC_WARM_RESET_L pin to open-drainLouis Yung-Chieh Lo2013-12-191-1/+1
* nyan: propagate EC reset to the AP reset for old boards.Louis Yung-Chieh Lo2013-12-142-0/+2
* nyan: pull up AP_RESET_L for old boardsstabilize-5085.BLouis Yung-Chieh Lo2013-12-111-1/+1
* nyan: re-factor power button to use common/power_button.cLouis Yung-Chieh Lo2013-12-112-2/+5
* nyan: force shutdown uses PMIC THERM instead.Louis Yung-Chieh Lo2013-12-052-0/+2
* nyan: add support of different battery typesYen Lin2013-12-041-43/+166
* Move battery temp ranges to battery_info structRandall Spangler2013-12-031-16/+14
* Add battery_get_params()Randall Spangler2013-12-021-0/+1
* nyan: change EC_BL_OVERRIDE to GPIO_ODR_HIGHYen Lin2013-11-231-1/+1
* Take XPSHOLD back.Louis Yung-Chieh Lo2013-11-082-4/+4
* Refine GPIO list of Nyan.Louis Yung-Chieh Lo2013-11-042-8/+15
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-10/+0
* cleanup: Re-enable keyboard console channel for ARM boardsRandall Spangler2013-10-251-3/+0
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-252-17/+5
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-4/+4
* nyan: switch chip variant to STM32L100RBT6Vincent Palatin2013-10-191-2/+2
* ec: add nyan boardYen Lin2013-10-175-0/+402