summaryrefslogtreecommitdiff
path: root/board/ryu
Commit message (Expand)AuthorAgeFilesLines
* pd_log: Make PD logging more generic for general purpose loggingShawn Nematbakhsh2017-08-021-1/+0
* driver: Move PI3USB9281 to bc12 directory.Aseda Aboagye2017-07-312-3/+3
* cleanup: motion_sense: Remove driver data structure externsShawn Nematbakhsh2017-06-151-1/+22
* sensor: Add board specific function for double tap eventScott Collyer2017-06-011-0/+5
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+10
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+0
* driver: Move sensor private struture definition to boards.Gwendal Grignou2016-12-281-0/+2
* charge_state_v2: Limit i/p current to meet allowed MAX i/p system powerVijay Hiremath2016-12-051-2/+4
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* charge_manager: Pass uncapped / max current to current limit callbackShawn Nematbakhsh2016-09-132-4/+1
* ryu: remove old workaround on GPIO C15Vincent Palatin2016-09-021-3/+0
* charger: Send host event after charge info is updated.Sam Hurst2016-08-241-6/+0
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-242-4/+2
* Standard locations for board specific battery codeVictor Prupis2016-08-192-1/+227
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-0/+1
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-242-2/+4
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-4/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-0/+4
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-0/+3
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-131-0/+6
* pd: Cleanup PD port-to-task macrosShawn Nematbakhsh2015-11-112-2/+2
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-0/+2
* ryu: fix lid close detectionVincent Palatin2015-10-231-1/+1
* ryu: do not pull EN_PP3300Vincent Palatin2015-10-231-1/+1
* common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2015-10-231-4/+7
* board: ryu: Compass and Gyro stays up in S5Gwendal Grignou2015-10-231-2/+2
* common: Add lightbar dimming based on outside light.Gwendal Grignou2015-10-202-0/+37
* common: motion: Fix forced mode computationGwendal Grignou2015-10-151-1/+1
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-26/+0
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-132-1/+2
* smaug: fix mag orientation: Z is pointing downwardGwendal Grignou2015-10-131-3/+3
* ryu: export board versionVincent Palatin2015-10-051-0/+2
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-292-160/+178
* board: ryu: Match Samus double tap behavior.Gwendal Grignou2015-09-292-5/+7
* common: add command spixferGwendal Grignou2015-09-231-0/+1
* board: ryu: Use CONFIG_SPI_ACCEL_PORT instead of numericalGwendal Grignou2015-09-231-1/+2
* driver: bmi160: Allow double tap to be set by the host.Gwendal Grignou2015-09-211-3/+2
* ryu: Enable Significant motionGwendal Grignou2015-09-212-10/+17
* stm32: Define a larger task size for HOST_CMDGwendal Grignou2015-09-201-1/+1
* pd: set USB communications capable flag in PDOAlec Berg2015-09-181-1/+2
* driver: bmi160: add code for setting double tapGwendal Grignou2015-09-181-0/+6
* ryu: Enable FPUGwendal Grignou2015-09-181-0/+1
* pd: add option to save power in S5Vincent Palatin2015-09-141-0/+1
* ryu: enable charging from dual-role devicesAlec Berg2015-09-091-0/+1
* update case closed debugging partial mode policyVincent Palatin2015-09-082-1/+6
* driver: si114x: Convert unit to distanceGwendal Grignou2015-09-011-1/+1
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-26/+111