summaryrefslogtreecommitdiff
path: root/board/nocturne/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-810/+0
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* Charger: Add dynamic charger chip countDiana Z2020-07-111-2/+0
* nocturne: Set ps8xxx as TCPC driver instead of generic tcpciPatryk Duda2020-05-051-2/+2
* CHERRY-PICK: Nocturne: Remove VR decay for V1.00A power railRoy Mingi Park2020-05-051-18/+0
* CHERRY-PICK: nocturne: Add internal pull-downs to unused NVME pinsRoy Mingi Park2020-05-051-8/+0
* CHERRY-PICK: nocturne: Enable CONFIG_THROTTLE_APPuthikorn Voravootivat2020-05-051-0/+16
* CHERRY-PICK: nocturne: Update LED settings (again).Aseda Aboagye2020-05-051-6/+6
* CHERRY-PICK: nocturne: Enable active discharge on 1.8U and 1.2UAseda Aboagye2020-05-051-0/+3
* 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-1/+3
* Temp sensor: Remove action_delay_sec fieldDiana Z2020-02-141-6/+6
* Charger: Convert boards to use new driver structureDiana Z2020-02-041-0/+11
* PS8805: Add the delay between releasing reset and the first I2C readWai-Hong Tam2020-01-231-0/+1
* board: Set Accelerometer range to 4gGwendal Grignou2019-12-171-1/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-4/+4
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* volteer: Add RTC resetKeith Short2019-09-291-8/+0
* power: Replace weak attr with __overridableYilun Lin2019-08-221-1/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-26/+26
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-26/+28
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-131-13/+0
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-9/+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-5/+5
* nocturne: Set up SBU FETs properly.Aseda Aboagye2019-03-261-0/+23
* mkbp_event,include/config.h: Clarify MKBP delivery method.Yilun Lin2019-03-071-20/+0
* nocturne: Discharge on AC when changing chg portsAseda Aboagye2019-02-191-0/+14
* USB PD: PPC: Add overcurrent handling.Aseda Aboagye2019-01-171-6/+7
* usb-c: use higher priority task for interruptsJett Rink2018-11-141-4/+14
* nocturne: enable GPIO-based MKBP event notificationEnrico Granata2018-10-121-0/+22
* ss-mux: remove unused port_addr initializationv2.0.0Jett Rink2018-09-171-3/+0
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-1/+1
* nocturne: Use USBC alert signal for TCPC alert statusScott Collyer2018-08-311-10/+14
* nocturne: Enable CONFIG_I2C_BUS_MAY_BE_UNPOWEREDAseda Aboagye2018-08-221-0/+9
* nocturne: Control UHALL_PWR_EN based on lid state.Aseda Aboagye2018-08-171-0/+13
* nocturne: Add board_set_tcpc_power_mode().Aseda Aboagye2018-08-171-0/+11
* nocturne: Flip board version reporting.Aseda Aboagye2018-08-151-5/+5
* nocturne: Update sensor active mask to include S3.Aseda Aboagye2018-08-101-3/+3
* nocturne: set default ALS calibrationPuthikorn Voravootivat2018-08-091-1/+2
* nocturne: Dynamically disable effect of SLP_S0# on all VRsPuthikorn Voravootivat2018-08-071-2/+87
* nocturne: Enable active discharge on V1.8A & V3.3AAseda Aboagye2018-08-031-0/+3
* nocturne: Enable sensor IRQs in S0.Aseda Aboagye2018-07-261-0/+4
* nocturne: Don't read gyro temp sensor in <= S5.Aseda Aboagye2018-07-191-1/+14
* nocturne: Adjust IMVP8 step decay quantization.Aseda Aboagye2018-07-181-0/+15
* nocturne: Add Gyro temperature sensor.Aseda Aboagye2018-07-181-0/+2
* nocturne: Reduce input current limit by 5%.Aseda Aboagye2018-07-171-3/+8
* nocturne: Set BMI160 speed to 400kHZGwendal Grignou2018-07-141-2/+1
* nocturne: Add on-board temperature sensorsSumeet Pawnikar2018-06-281-0/+17