summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* mec1322: killing the white whale (removing temp files left behind)Vadim Bendebury2015-11-041-13/+17
* stm32: i2c: Use correct timingr values based on clock sourceShawn Nematbakhsh2015-11-031-5/+5
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-034-4/+0
* mec1322: fix gpio_disable_interruptKyoung Kim2015-11-031-1/+1
* it8380dev: fix irq, jtag and systemDino Li2015-11-014-21/+88
* nuc: Add state machines to handle i2c master stall bus and call i2c_xfer again.Mulin Chao2015-11-011-21/+94
* stm32f0: i2c: Set timing register values by port clock sourceShawn Nematbakhsh2015-10-301-30/+46
* cr50: upgrade to the latest FPGA image 20151029_41713@78167Vadim Bendebury2015-10-301-577/+700
* it8380dev: gpio - remove comment about E4Dino Li2015-10-251-2/+0
* it8380dev: Increase DLM sizeDino Li2015-10-252-10/+10
* it8380dev: fix clock moduleDino Li2015-10-258-29/+346
* pd: remove unnecessary delay in phy initAlec Berg2015-10-231-1/+1
* oak: stm32f0: implement i2c_set_timeoutRong Chang2015-10-231-1/+16
* Cr50: Support USB on 15MHz FPGA imageBill Richardson2015-10-222-13/+152
* Cr50: Support FPGA image m3.dist_20151021_054409Bill Richardson2015-10-221-2399/+2559
* nuc: Remove unnecessary NPCX_EC_FLASH_SIZE definition in npcx.Mulin Chao2015-10-192-18/+11
* mec1322: Abort curr DMA xfer in dma_disable_all().Aseda Aboagye2015-10-191-0/+8
* mec1322: Change the Port 80 task to a timer IRQ.Aseda Aboagye2015-10-193-3/+87
* stm32f05x: Use correct erase block size of 1kBAlec Berg2015-10-191-1/+1
* stm32: add synchronous debug printfAlec Berg2015-10-193-0/+132
* Cr50: enable modificaton of flash bank 1Bill Richardson2015-10-171-0/+10
* nuc: Enable JTAG directly by NPCX_ENABLE_JTAG definitionMulin Chao2015-10-172-13/+13
* g: implement support for hardware based TRNGVadim Bendebury2015-10-172-0/+23
* mec1322: i2c: Simplify clk duty cycle calculationsShawn Nematbakhsh2015-10-151-11/+6
* stm32: i2c: Add timings for 8MHz i2cclkShawn Nematbakhsh2015-10-141-4/+18
* glados: kunimitsu: Change image size to 100K.stabilize-smaug-7547.BAseda Aboagye2015-10-132-7/+10
* cr50: upgrade to the latest FPGA image (20151012_041715@75660)Vadim Bendebury2015-10-121-350/+525
* mec1322: i2c: Disable i2c interrupts after failed waitShawn Nematbakhsh2015-10-081-0/+2
* cr50: upgrade to the latest FPGA image (20151007_064811)Vadim Bendebury2015-10-071-1147/+1268
* mec1322: Do not set mux mode to GPIO in gpio_set_flags_by_mask()Shamile Khan2015-10-072-3/+6
* nds32: fix panicDino Li2015-10-071-0/+6
* pd: Cleanup usb_pd low power idle sleep maskShawn Nematbakhsh2015-10-061-2/+6
* cr50: upgrade to the latest FPGA imageVadim Bendebury2015-10-052-1391/+1591
* it8380dev: fix i2c moduleDino Li2015-10-054-121/+226
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-052-0/+15
* it8380dev: fix hw timer and related function.Dino Li2015-10-018-194/+284
* stm32: i2c: Inhibit deep sleep when addressed in slave modeShawn Nematbakhsh2015-09-301-0/+6
* nuc: Simplify adc/pwm/fan drivers and related structures in boardsMulin Chao2015-09-298-471/+331
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-2911-42/+37
* cr50: update to the next fpga revisionVadim Bendebury2015-09-292-4758/+7331
* cleanup: Remove redundant CONFIG_RAM_* configsShawn Nematbakhsh2015-09-291-11/+4
* stm32: Remove support for stm32ts60Shawn Nematbakhsh2015-09-293-58/+0
* mec1322: More code space in RAMKyoung Kim2015-09-254-6/+6
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-243-16/+6
* nuc: Fixed flash layout issue for npcxMulin Chao2015-09-213-7/+9
* cleanup: Put chip-specific configs in config_chip.hBill Richardson2015-09-216-0/+47
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* stm32: Define a larger task size for HOST_CMDGwendal Grignou2015-09-201-2/+5
* nuc: use fix point math for timer calculationGwendal Grignou2015-09-181-5/+7
* chip: Set CONFIG_FPU on a board basis.Gwendal Grignou2015-09-182-2/+0