summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* npcx/i2c.c: Verify that controller value is not negative before using itMartin Roth2016-08-231-2/+19
* cr50: remove internal pull up on DIOM0Mary Ruthven2016-08-232-0/+19
* btle: Accepts and maintains connectionsLevi Oliver2016-08-231-1/+19
* npcx/flash.c: Init return value for successMartin Roth2016-08-231-1/+1
* npcx: gpio: Enable wake GPIO interrupts prior to hibernateMulin Chao2016-08-231-1/+4
* npcx: shi: Properly disable interrupts throughout sending of HC responseShawn Nematbakhsh2016-08-231-9/+9
* npcx: Don't enable GPIO interrupts by defaultShawn Nematbakhsh2016-08-231-5/+6
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-221-6/+11
* g: implement firmware upgrade protocol version 3Vadim Bendebury2016-08-223-126/+216
* chip/g/sps: Initialize received_data pointer to NULLMartin Roth2016-08-221-1/+1
* it83xx: lpc: add support 'CONFIG_KEYBOARD_IRQ_GPIO' and fix lpc_init()Dino Li2016-08-221-0/+68
* g: Remove unused CONFIG_RBOX_DEBUG featureBill Richardson2016-08-222-92/+2
* npcx: Apply deep idle bypass for hibernateMulin Chao2016-08-221-1/+24
* g: Remove obsolete spstpm commandBill Richardson2016-08-221-30/+0
* it83xx: add reset cause of reset pinDino Li2016-08-221-1/+1
* it83xx: fix i2c moduleDino Li2016-08-221-12/+22
* npcx: set the BUSY bit while handling ACPI command write.Kevin K Wong2016-08-212-8/+15
* sweetberry: add i2c supportNick Sanders2016-08-211-0/+753
* usb_updater: host side support protocol version 3Vadim Bendebury2016-08-212-35/+42
* g: usb_updater: clean up update protocol handlingVadim Bendebury2016-08-213-70/+81
* Revert "shi: Enable SHI interrupt from CS interrupt"Shawn Nematbakhsh2016-08-211-43/+20
* shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-08-201-20/+43
* chip/npcx/lpc: Fix SCI and SMI generationFurquan Shaikh2016-08-192-6/+37
* g: report RW header version along with code revisionVadim Bendebury2016-08-191-5/+32
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-1718-208/+1953
* btle: Improved stability of ble_tx functionLevi Oliver2016-08-171-0/+21
* btle: Improved stability of ble_rx functionLevi Oliver2016-08-162-2/+32
* cr50: delay sleep for 3 minutes after resuming from sleep or after initMary Ruthven2016-08-141-0/+4
* Release EC_RST_L in RW after all initialization has completedtimothytim2016-08-132-3/+12
* npcx: Fixed pwm bug to improve deviation of PWM frequency.Mulin Chao2016-08-121-1/+1
* btle: Timeout of ble_rx now based on chip timeLevi Oliver2016-08-121-2/+7
* npcx/flash: Don't print uninitialized valuesMartin Roth2016-08-121-2/+3
* btle: Add framework for parsing data packetsLevi Oliver2016-08-113-23/+22
* npcx: Add espi driver of npcx5mng for x86-based platform.Mulin Chao2016-08-106-11/+919
* npcx/i2c: Remove static from arrays & functions used by inline functionMartin Roth2016-08-101-3/+3
* npcx: adc: Properly wait for conversion interruptMulin Chao2016-08-101-17/+7
* stm32: Clarified a few comments in registers.hChris Chen2016-08-091-5/+7
* cr50: try recovering from rolling rebootsstabilize-8688.BVadim Bendebury2016-08-081-0/+16
* cr50: fix nvmem calculationsVadim Bendebury2016-08-081-1/+1
* servo_v4: servo_micro: cr50: fix usb power declarationNick Sanders2016-08-082-4/+20
* g: fix rdd sleepMary Ruthven2016-08-081-1/+4
* npcx: Adjust relative IRQ priorities for high-priority UARTShawn Nematbakhsh2016-08-079-33/+29
* g: Decode more reasons for chip resetBill Richardson2016-08-051-8/+11
* g: fix rddMary Ruthven2016-08-051-7/+24
* Revert "shi: Enable SHI interrupt from CS interrupt"Shawn Nematbakhsh2016-08-051-27/+20
* Cr50: Sample slave configuration pins at PORScott2016-08-032-0/+17
* g: Always reboot on watchdog or lockupBill Richardson2016-08-032-4/+5
* nrf51: Add Bluetooth LE test code for the radioMyles Watson2016-08-033-0/+226
* nrf51: Add Bluetooth LE supportMyles Watson2016-08-034-4/+585
* shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-08-021-20/+27