summaryrefslogtreecommitdiff
path: root/board/nocturne/board.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nocturne: Remove internal pulls on PD interrupts.Aseda Aboagye2018-06-271-0/+13
* nocturne: Turn off sensor interrupts in S5.Aseda Aboagye2018-06-261-4/+21
* nocturne: Fix BMI160 settingGwendal Grignou2018-06-151-5/+4
* nocturne: Add NVMe power enable controls.Aseda Aboagye2018-06-011-0/+8
* nocturne: Set V085A output voltage to 0.85V.Aseda Aboagye2018-05-311-0/+3
* console_channel.inc: Add more ifdef to reduce number of channelsNicolas Boichat2018-05-261-1/+1
* ppc: making driver non-constJett Rink2018-05-241-2/+2
* nocturne: Fix EC hibernate.Aseda Aboagye2018-05-221-0/+24
* nocturne: Add PMIC init.Aseda Aboagye2018-05-171-0/+12
* nocturne: Fix accel/gyro reference.Aseda Aboagye2018-05-161-2/+8
* board: Add initial nocturne support.Aseda Aboagye2018-05-011-0/+510