summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-161-1/+3
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-08-231-3/+2
* npcx: make i2c slave address uint16_t to be standardDenis Brockus2019-08-231-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-08-2315-153/+153
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-2315-378/+491
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-08-021-5/+5
* npcx: disable the selection of JTAG0 signals due to strapCHLin2019-05-096-196/+259
* common: Add BIT macroGwendal Grignou2019-05-091-586/+606
* npcx: shi: enable sleep bit in suspend hook function.Mulin Chao2019-02-071-0/+6
* npcx: lpc: don't set SHCFG[7:5] in the driver's initializationCHLin2019-01-111-2/+0
* keyboard: restore KBD_KSO2 after keyboard factory scan testingDevin Lu2019-01-113-3/+12
* chip/npcx: Default output the i2c_recovery() error messageZhuohao Lee2018-11-171-2/+3
* npcx: add console command to better investigate power consumption of GPIOsCHLin2018-11-141-0/+97
* NPCX: Fix for alternate GPIOs on the NPCX7Diana Z2018-11-061-2/+4
* npcx: gpio: fix bugs of low voltage level selectionCHLin2018-10-302-14/+21
* npcx: gpio: support internal pull-down when enable low voltage modeCHLin2018-10-301-5/+9
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-301-0/+32
* npcx: gpio: refactor the composition of pinmux tableCHLin2018-10-252-365/+340
* npcx: Check WP_IF for internal flash before writing status registerFurquan Shaikh2018-10-011-1/+11
* npcx: Don't clear IBBR bit via a read-modify-write sequenceCHLin2018-09-252-3/+12
* npcx7: Report PSL_CTS on wake from hibernateFurquan Shaikh2018-09-181-0/+14
* Add CONFIG_GPIO_INIT_POWER_ON_DELAY_MSEdward Hill2018-09-183-3/+36
* npcx: WoV: enhance the WoV driver and fix bugsCHLin2018-09-185-157/+401
* npcx: Change sleep in flash_wait_ready to 10usecFurquan Shaikh2018-09-171-15/+14
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-101-4/+2
* npcx: Decide erase size based on ro/rw region sizeFurquan Shaikh2018-09-065-10/+41
* chip/npcx: Tidy up comments for init_hw_timer()Simon Glass2018-09-062-2/+9
* stm32: usb_hid_touchpad: add 'device certification status' reportWei-Han Chen2018-08-311-0/+55
* stm32: usb_hid_touchpad: add 'device capabilities' reportWei-Han Chen2018-08-311-0/+23
* stm32: usb_hid: refactor to support `Get_Report` requestWei-Han Chen2018-08-314-34/+104
* stm32: usb_hid_touchpad: add confidenceWei-Han Chen2018-08-311-31/+34
* cr50: Release EC Reset on power button release when SuzyQ detected.Nick Sanders2018-08-291-5/+4
* npcx7: Set booter RAM size to 2KBFurquan Shaikh2018-08-291-1/+1
* servo_micro: Allow setting the baud rate for usartNicolas Boichat2018-08-297-12/+40
* rdd: use rdd_interrupt for rdd_connect/disconnectMary Ruthven2018-08-292-46/+26
* npcx: don't clear DEVCNT_F_SPI_TRIS bit for chips that use intenal flashCHLin2018-08-261-1/+1
* chip/npcx: Make check_reset_cause() staticSimon Glass2018-08-241-3/+2
* cr50: only enable rbox wakeup during sleepMary Ruthven2018-08-233-2/+33
* CEC: Cleanup the API for the CEC buffer handlersStefan Adolfsson2018-08-221-51/+55
* CEC: Make buffer handling code unit testableStefan Adolfsson2018-08-221-158/+1
* cr50: minor code style touch-up on a bitbang code.Namyoon Woo2018-08-172-55/+42
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-4/+1
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-164-0/+31
* cr50: speed up bit bang EC programmingVadim Bendebury2018-08-164-264/+158
* it83xx: gpio: Set KSO/KSI pins to GPIO mode by gpio_set_flags_by_maskDino Li2018-08-161-6/+8
* cr50: bitbang does not need to support multiple UARTs.Vadim Bendebury2018-08-153-85/+50
* chip/npcx/cec: Expose cec_isr to help linkerPatrick Georgi2018-08-101-1/+1
* servo_micro: Add enable_ite_dfu and get_ite_chipid console commands.Matthew Blecker2018-08-091-0/+18
* it83xx: Restore reset flag from BRAM during startupNaresh G Solanki2018-08-071-11/+10
* cr50: delay EC boot when Rdd detects SuzyQ at boot time.Namyoon Woo2018-08-073-4/+22