summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* chipset_enable: Add PCI IDs for discrete Kaby Lake PCHsNico Huber2018-06-041-0/+7
* Add support for the AT25SF081Evan Jensen2018-06-042-1/+40
* Enable writes with active MENico Huber2018-05-292-54/+39
* linux_mtd: Import driver from ChromiumOSDavid Hendricks2018-05-177-2/+475
* ch341a_spi: Avoid deprecated libusb functionsAlex James2018-05-111-1/+6
* buspirate_spi: Tristate IOs when using using pullup=onMaxime Vincent2018-05-111-0/+4
* flashchips: Add Winbond 25Q40EW and rename 25Q40.WNico Huber2018-05-062-3/+44
* flashchips: Add SST26VF016B(A), SST26VF032B(A), SST26VF064B(A)Wei Hu2018-05-064-0/+130
* udelay.c: Remove trailing whitespaceElyes HAOUAS2018-04-251-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-2492-368/+0
* Fix whitespace errorsElyes HAOUAS2018-04-2415-26/+26
* board_enable: add AOpen i965GMt-LALuc Verhaegen2018-03-291-0/+2
* dediprog: implement command spec for firmware >= 7.2.30David Hendricks2018-03-281-18/+83
* flashchips: W25Q80.W --> W25Q80BWDavid Hendricks2018-03-282-3/+3
* Add support for Atmel/Adesto AT25SF161 and Winbond W25Q80EWStanislav Sedov2018-03-282-0/+78
* platform: Add riscv to known platformsKhem Raj2018-03-231-1/+4
* Fix compilation with older MinGW versionsAntonio Ospite2018-03-231-0/+3
* linux_spi: Reduce maximum read chunksizeNico Huber2018-03-201-2/+3
* Add support for Atmel / Adesto AT25SF041 SPI flash chipjvm2018-03-142-0/+39
* dmi: Don't print dmidecode shell errorStefan Tauner2018-03-081-1/+6
* Whitelist Lenovo Thinkpad X220Arthur Heymans2018-03-071-0/+1
* flashchips: Add ZD25D20David Hendricks2018-02-222-0/+39
* git-hooks: Fix install script for various git versionsNico Huber2018-02-211-5/+15
* flashchips: Add Zettadevice ZD25D40nybash2018-02-212-1/+42
* board_enable: Whitelist several ThinkPad laptopsLeah Rowe2018-02-201-0/+4
* flashchips: Add Winbond W25P80/16/32 supportDavid Hendricks2018-02-202-0/+89
* Add support for reading the current flash contents from a filePaul Kocialkowski2018-02-114-28/+61
* edi: Print debug info like others while probing for ENE chipsMike Banon2018-02-111-2/+8
* edi: Add dummy read to ensure proper detection of ENE chipsPaul Kocialkowski2018-02-111-0/+12
* Add support for the ENE Embedded Debug Interface EDI and KB9012 ECPaul Kocialkowski2018-02-117-2/+611
* Add support for selecting the erased bit value with a flagPaul Kocialkowski2018-02-112-15/+26
* Add a SPI command class to `struct flashchip`Mike Banon2018-02-112-0/+14
* chipset_enable: Mark VX855 as testedLubomir Rintel2018-01-261-1/+1
* buspirate_spi: Add support for variable serial speedsShawn Anastasio2018-01-263-11/+134
* Fix the documentation and DOS portRudolf Marek2018-01-062-26/+53
* chipset_enable: Mark VX900 as testedLubomir Rintel2018-01-021-1/+1
* vt_vx: check whether the chipset's MMIO range is configuredLubomir Rintel2018-01-021-0/+8
* flashchips: Revise all 4BA chipsNico Huber2018-01-022-16/+50
* spi25: Revise decision when to enter/exit 4BA modeNico Huber2018-01-025-47/+35
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-029-5/+30
* spi: Move ICH BBAR quirk out of the wayNico Huber2017-12-285-85/+29
* spi25: Merge remainder of spi4ba inNico Huber2017-12-287-466/+119
* spi4ba: Drop now obsolete, redundant functionsNico Huber2017-12-281-651/+0
* spi25: Remove now obsolete `four_bytes_addr_funcs` pathNico Huber2017-12-284-76/+22
* spi25: Enable native 4BA read and write using feature bitsNico Huber2017-12-283-21/+28
* spi25: Integrate 4BA supportNico Huber2017-12-285-9/+57
* spi25: Use common code for nbyte read/write and block eraseNico Huber2017-12-283-429/+105
* spi25: Introduce spi_simple_write_cmd()Nico Huber2017-12-282-95/+39
* internal: Only build on x86 and mipselNico Huber2017-12-192-38/+12
* Move endianness definitions and provide it inside MakefileNico Huber2017-12-194-83/+89