| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for MX25R6435F | Nathan Rennie-Waldock | 2018-08-17 | 2 | -0/+41 |
* | flashchips: Add Macronix MX25U51245G | Daniel Thompson | 2018-08-17 | 2 | -0/+50 |
* | programmer: Add Developerbox/CP2104 bit bang driver | Daniel Thompson | 2018-08-17 | 4 | -2/+278 |
* | bitbang_spi: Add half-duplex optimizations | Daniel Thompson | 2018-08-17 | 1 | -5/+19 |
* | bitbang_spi: Add functions to optimize xfers | Daniel Thompson | 2018-08-17 | 2 | -16/+27 |
* | board_enable.c: Fix dmi_match string for ThinkPad X201 | Arthur Heymans | 2018-07-31 | 1 | -1/+1 |
* | digilent_spi: Avoid deprecated libusb functions | Arthur Heymans | 2018-07-31 | 1 | -0/+4 |
* | digilent_spi: add a driver for the iCEblink40 development board | Lubomir Rintel | 2018-06-26 | 5 | -2/+508 |
* | Remove unneeded white spaces | Elyes HAOUAS | 2018-06-24 | 14 | -24/+24 |
* | linux_mtd: Bail out early if sysfs node doesn't exist | David Hendricks | 2018-06-24 | 1 | -0/+18 |
* | Fix mingw detection on Windows 7 (NT-6.1) | Miklós Márton | 2018-06-23 | 2 | -8/+12 |
* | Add support for AT25DF021A | Steffen Mauch | 2018-06-06 | 2 | -0/+40 |
* | chipset_enable: Add PCI IDs for discrete Kaby Lake PCHs | Nico Huber | 2018-06-04 | 1 | -0/+7 |
* | Add support for the AT25SF081 | Evan Jensen | 2018-06-04 | 2 | -1/+40 |
* | Enable writes with active ME | Nico Huber | 2018-05-29 | 2 | -54/+39 |
* | linux_mtd: Import driver from ChromiumOS | David Hendricks | 2018-05-17 | 7 | -2/+475 |
* | ch341a_spi: Avoid deprecated libusb functions | Alex James | 2018-05-11 | 1 | -1/+6 |
* | buspirate_spi: Tristate IOs when using using pullup=on | Maxime Vincent | 2018-05-11 | 1 | -0/+4 |
* | flashchips: Add Winbond 25Q40EW and rename 25Q40.W | Nico Huber | 2018-05-06 | 2 | -3/+44 |
* | flashchips: Add SST26VF016B(A), SST26VF032B(A), SST26VF064B(A) | Wei Hu | 2018-05-06 | 4 | -0/+130 |
* | udelay.c: Remove trailing whitespace | Elyes HAOUAS | 2018-04-25 | 1 | -1/+1 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 92 | -368/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 15 | -26/+26 |
* | board_enable: add AOpen i965GMt-LA | Luc Verhaegen | 2018-03-29 | 1 | -0/+2 |
* | dediprog: implement command spec for firmware >= 7.2.30 | David Hendricks | 2018-03-28 | 1 | -18/+83 |
* | flashchips: W25Q80.W --> W25Q80BW | David Hendricks | 2018-03-28 | 2 | -3/+3 |
* | Add support for Atmel/Adesto AT25SF161 and Winbond W25Q80EW | Stanislav Sedov | 2018-03-28 | 2 | -0/+78 |
* | platform: Add riscv to known platforms | Khem Raj | 2018-03-23 | 1 | -1/+4 |
* | Fix compilation with older MinGW versions | Antonio Ospite | 2018-03-23 | 1 | -0/+3 |
* | linux_spi: Reduce maximum read chunksize | Nico Huber | 2018-03-20 | 1 | -2/+3 |
* | Add support for Atmel / Adesto AT25SF041 SPI flash chip | jvm | 2018-03-14 | 2 | -0/+39 |
* | dmi: Don't print dmidecode shell error | Stefan Tauner | 2018-03-08 | 1 | -1/+6 |
* | Whitelist Lenovo Thinkpad X220 | Arthur Heymans | 2018-03-07 | 1 | -0/+1 |
* | flashchips: Add ZD25D20 | David Hendricks | 2018-02-22 | 2 | -0/+39 |
* | git-hooks: Fix install script for various git versions | Nico Huber | 2018-02-21 | 1 | -5/+15 |
* | flashchips: Add Zettadevice ZD25D40 | nybash | 2018-02-21 | 2 | -1/+42 |
* | board_enable: Whitelist several ThinkPad laptops | Leah Rowe | 2018-02-20 | 1 | -0/+4 |
* | flashchips: Add Winbond W25P80/16/32 support | David Hendricks | 2018-02-20 | 2 | -0/+89 |
* | Add support for reading the current flash contents from a file | Paul Kocialkowski | 2018-02-11 | 4 | -28/+61 |
* | edi: Print debug info like others while probing for ENE chips | Mike Banon | 2018-02-11 | 1 | -2/+8 |
* | edi: Add dummy read to ensure proper detection of ENE chips | Paul Kocialkowski | 2018-02-11 | 1 | -0/+12 |
* | Add support for the ENE Embedded Debug Interface EDI and KB9012 EC | Paul Kocialkowski | 2018-02-11 | 7 | -2/+611 |
* | Add support for selecting the erased bit value with a flag | Paul Kocialkowski | 2018-02-11 | 2 | -15/+26 |
* | Add a SPI command class to `struct flashchip` | Mike Banon | 2018-02-11 | 2 | -0/+14 |
* | chipset_enable: Mark VX855 as tested | Lubomir Rintel | 2018-01-26 | 1 | -1/+1 |
* | buspirate_spi: Add support for variable serial speeds | Shawn Anastasio | 2018-01-26 | 3 | -11/+134 |
* | Fix the documentation and DOS port | Rudolf Marek | 2018-01-06 | 2 | -26/+53 |
* | chipset_enable: Mark VX900 as tested | Lubomir Rintel | 2018-01-02 | 1 | -1/+1 |
* | vt_vx: check whether the chipset's MMIO range is configured | Lubomir Rintel | 2018-01-02 | 1 | -0/+8 |
* | flashchips: Revise all 4BA chips | Nico Huber | 2018-01-02 | 2 | -16/+50 |