summaryrefslogtreecommitdiff
path: root/board/wheatley/board.c
Commit message (Expand)AuthorAgeFilesLines
* wheatley: remove wheatley board driver since running out of code space.Mulin Chao2018-06-271-522/+0
* espi: rename remaining eSPI optionsJett Rink2018-05-231-1/+1
* board: In motion sensor array, remove assignment to 0Gwendal Grignou2018-03-141-51/+0
* buttons: Make buttons[] common.Aseda Aboagye2017-11-171-7/+0
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-8/+8
* 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
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-0/+6
* Allow lid-less configurationDaisuke Nojiri2017-05-091-0/+2
* 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
* include: Add default state for ESPI and VW_SIGNALSDuncan Laurie2016-10-251-1/+1
* cleanup: Rename charge_temp_sensor_get_val() to charge_get_battery_temp()Vijay Hiremath2016-10-141-1/+1
* boards: Fix sensors order for devices with BM160 and LPC mode.Gwendal Grignou2016-10-081-62/+60
* 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
* wheatley: Modified board level drivers for eSPI POC on wheatley.Mulin Chao2016-08-121-0/+6
* Use CONFIG_DPTF flag instead of THROTTLE_AP.Ravi Chandra Sadineni2016-07-301-14/+0
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-241-1/+3
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-4/+4
* 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
* GPIO: Rename and move board_set_gpio_hibernate_stateAnton Staaf2016-03-211-1/+1
* NPCX: Convert keyboard pins to use ALTERNATE macroAnton Staaf2016-03-021-0/+11
* GPIO: Move definitions of GPIO_KB_INPUT and OUTPUTAnton Staaf2016-02-221-3/+0
* wheatley / nuc: Modified the internal ref voltage of ADC to 2.816VMulin Chao2016-02-171-2/+2
* NPCX: Move control of PD GPIO hibernation state to boardAnton Staaf2016-02-031-1/+9
* GPIO: Prefer gpio_set_flagsAnton Staaf2016-01-261-3/+1
* mec1322: hibernate: Don't reconfigure all GPIOsShawn Nematbakhsh2016-01-251-1/+1
* GPIO: Use gpio_set_flags instead of ..._by_maskAnton Staaf2016-01-191-2/+1
* nuc: Support hibernate_wake_pins on wheatley, npcx_evb and npcx_evb_arm.Mulin Chao2016-01-141-12/+15
* Skylake: prevent EC from continuing execution after turning 3.3V_DSW off.Kyoung Kim2016-01-131-0/+2
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-2/+2
* nuc: Fixed wheatley bugs of SERIRQ and AC detection.Mulin Chao2015-11-111-8/+149
* mec1322: adjust mec adc channels for analog reference of 3.0VAlec Berg2015-11-091-1/+1
* tcpm: Add configuration struct for tcpc i2c paramsShawn Nematbakhsh2015-11-081-0/+5
* ALS: Disable the ALS task if all the ALS inits failVijay Hiremath2015-10-021-1/+1
* nuc: Add initial wheatley board driverMulin Chao2015-09-251-0/+412