summaryrefslogtreecommitdiff
path: root/board/reef/board.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-932/+0
* USB MUX: Update mux HPD update interface to use mux_state_tDiana Z2021-09-161-1/+2
* adc: Remove adc_chip.h where adc.h is usedCaveh Jalali2021-08-271-1/+0
* lid_angle: Create a common callback for lid angle changesWai-Hong Tam2021-08-051-3/+1
* tablet_mode: Fix the race condition of setting the tablet modeWai-Hong Tam2021-07-231-1/+2
* keyboard: Use __override for keyboard_scan_configDaisuke Nojiri2021-07-231-1/+1
* thermisor: move header to include dirDawid Niedzwiecki2021-04-221-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* Charger: Add dynamic charger chip countDiana Z2020-07-111-1/+0
* Swap system_jumped_to_this_image with system_jumped_latestabilize-quickfix-13310.91.B-masterstabilize-quickfix-13310.76.B-masterstabilize-quickfix-13310.73.B-masterstabilize-13310.99.B-masterstabilize-13310.94.B-masterstabilize-13310.83.B-masterstabilize-13310.74.B-masterstabilize-13310.72.B-masterrelease-R85-13310.B-masterDaisuke Nojiri2020-06-261-1/+1
* driver: Replace BMI160 to BMI in board configChing-Kang Yen2020-04-231-6/+6
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-281-9/+8
* Temp sensor: Remove action_delay_sec fieldDiana Z2020-02-141-7/+3
* Charger: Convert boards to use new driver structureDiana Z2020-02-041-0/+9
* Charger: change get_vbus_voltage to return EC errorDiana Z2020-01-281-1/+6
* 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-3/+3
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-15/+15
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-15/+15
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-131-19/+0
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-8/+10
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-04-171-2/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* usb-c: use higher priority task for interruptsJett Rink2018-11-141-9/+11
* ss-mux: remove unused port_addr initializationv2.0.0Jett Rink2018-09-171-2/+0
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-2/+2
* ss-mux: update semantics for TCPC/MUX only used as MUXJett Rink2018-09-051-2/+2
* thermistor: move thermistor tables into common codeJett Rink2018-06-151-84/+15
* APL/GLK boards: Use chipset_pre_init_callbackFurquan Shaikh2018-04-191-2/+1
* usbc: add default I2C addressesJett Rink2018-03-281-6/+5
* Remove the unnecessary words of "Disable touchpad" in the commentsKaiyen Chang2018-03-261-1/+2
* board: In motion sensor array, remove more assignment to 0Gwendal Grignou2018-03-221-16/+0
* board: In motion sensor array, remove assignment to 0Gwendal Grignou2018-03-141-89/+0
* cleanup: remove incorrect commentJett Rink2018-03-081-3/+3
* OPT3001: Support MOTIONSENSE_CMD_SENSOR_[OFFSET|RANGE] for calibration.Marco Chen2017-11-261-2/+4
* buttons: Make buttons[] common.Aseda Aboagye2017-11-171-7/+0
* bd9995x: Use fixed PD-port-to-VBUS/VCC mappingShawn Nematbakhsh2017-11-071-12/+3
* charge_manager: Enter safe mode at bootShawn Nematbakhsh2017-11-021-12/+0
* chg_ramp: Add charge_is_consuming_full_input_current().Aseda Aboagye2017-11-011-10/+0
* driver: BMM150: Set max frequency based on repetitions settingGwendal Grignou2017-10-301-1/+1
* charge_ramp: Move ramp allowed / ilim callbacks to common codeShawn Nematbakhsh2017-10-061-23/+0
* intel_x86: Enable/disable SLP_S0 signal based on S0ix entry/exitFurquan Shaikh2017-10-031-1/+3
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-9/+10
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-2/+1
* anx3429: force chip reset on PD_RESUMECaveh Jalali2017-08-291-17/+23
* ps8xxx: use custom tcpm_drvCaveh Jalali2017-08-161-1/+1
* S0ix: use both SLP_S0 interrupt and host command for s0ixJenny TC2017-07-241-0/+3
* driver: tcpm: ps8xxx: Add support for PS8805.Aseda Aboagye2017-07-111-4/+4
* ps8751: assert reset for at least 1ms.Caveh Jalali2017-06-201-2/+8
* cleanup: motion_sense: Remove driver data structure externsShawn Nematbakhsh2017-06-151-4/+4