summaryrefslogtreecommitdiff
path: root/board/oak/board.c
Commit message (Expand)AuthorAgeFilesLines
* oak: enable link time optimizationKeith Short2020-01-301-2/+2
* pi3usb3x532: Pack i2c port in port_addrAseda Aboagye2020-01-241-2/+5
* driver/usb_mux: Make pi3usb30532 more genericAseda Aboagye2020-01-081-2/+2
* board: Set Accelerometer range to 4gGwendal Grignou2019-12-171-2/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-6/+6
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-5/+5
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-8/+8
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-2/+16
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-051-55/+58
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-1/+1
* board: Clean up DMA channel mappingNicolas Boichat2018-07-231-2/+2
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1
* board: In motion sensor array, remove assignment to 0Gwendal Grignou2018-03-141-51/+0
* board: Set BM160 Accel and Gyro to identical matrix.Gwendal Grignou2017-12-011-1/+1
* charge_ramp: Move ramp allowed / ilim callbacks to common codeShawn Nematbakhsh2017-10-061-33/+0
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-2/+2
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-2/+1
* usb_mux: Merge PS8743 & PS8740 as PS874XVijay Hiremath2017-08-111-1/+1
* driver: Move PI3USB9281 to bc12 directory.Aseda Aboagye2017-07-311-1/+1
* cleanup: motion_sense: Remove driver data structure externsShawn Nematbakhsh2017-06-151-2/+2
* pd: ensure tighter timings for IRQ_HPD pulseKevin K Wong2017-05-291-9/+15
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+6
* als: Define CONFIG_ALS when HAS_TASK_ALS is present.Gwendal Grignou2016-12-281-9/+1
* driver: Move sensor private struture definition to boards.Gwendal Grignou2016-12-281-1/+1
* charge_state_v2: Limit i/p current to meet allowed MAX i/p system powerVijay Hiremath2016-12-051-2/+4
* cleanup: Rename charge_temp_sensor_get_val() to charge_get_battery_temp()Vijay Hiremath2016-10-141-1/+1
* charge_manager: Pass uncapped / max current to current limit callbackShawn Nematbakhsh2016-09-131-1/+1
* driver: kionix: Remove variant field.Gwendal Grignou2016-09-011-3/+1
* Use CONFIG_DPTF flag instead of THROTTLE_AP.Ravi Chandra Sadineni2016-07-301-11/+0
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-241-1/+3
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-5/+5
* tcpm: update code to support multiple tcpm driverKevin K Wong2016-04-171-2/+3
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-0/+3
* oak: set up base accelerometer rotation matrixRicky Liang2016-03-041-1/+8
* oak: fix issues on building oak rev1-4 ECRong Chang2016-03-031-0/+18
* oak: enable lid angle updateRong Chang2016-03-021-0/+6
* oak: updates for rev5Ben Lok2016-03-011-7/+38
* oak: Add base accel & gyro via SPI bus for rev5Ben Lok2016-03-011-0/+115
* oak: Add kx022 lid accelerometer for rev5.Ben Lok2016-03-011-0/+53
* oak: Enable TI OPT3001 ambient light sensor for rev5Ben Lok2016-02-261-0/+8
* GPIO: Move definitions of GPIO_KB_INPUT and OUTPUTAnton Staaf2016-02-221-3/+0
* oak: pd: move power change notification to function board_set_charge_limit.Ben Lok2016-01-081-0/+1
* pd: Add common EC_HOST_EVENT_PD_MCU implementationShawn Nematbakhsh2016-01-071-35/+1
* oak: enable HW charge rampingBen Lok2015-12-011-0/+34
* tcpm: Add configuration struct for tcpc i2c paramsShawn Nematbakhsh2015-11-081-0/+5
* oak: handle the warm reset key from servo boardBen Lok2015-11-031-0/+2
* oak: stm32f0: implement i2c_set_timeoutRong Chang2015-10-231-7/+0
* oak / oak_pd: Enable low-power PD featuresShawn Nematbakhsh2015-10-121-0/+8
* oak: remove dual-port charge enable workaroundRong Chang2015-09-141-9/+3