| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r335159, r344505-r344507, r344523, r344525-r344526, r344529, r344556, | Ian Lepore | 2019-04-22 | 2 | -72/+230 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 3 | -6/+0 |
| * | MFC r331123, r331126, r331129, r331132, r331136, r331138-r331139, r331141 | Ian Lepore | 2018-03-25 | 1 | -134/+130 |
| * | MFC r310017, r310229, r312289, r327260, r329539, r329544-r329546, r329620, | Ian Lepore | 2018-03-24 | 2 | -2/+42 |
| * | MFC r325113: | Eitan Adler | 2018-03-19 | 1 | -0/+1 |
| * | MFC r303150: | Eitan Adler | 2018-03-18 | 1 | -0/+3 |
| * | MFC r317870: | Eitan Adler | 2018-03-17 | 1 | -0/+2 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 3 | -0/+6 |
| * | Add support for Atmel at25df641 flash | Baptiste Daroussin | 2016-06-08 | 1 | -0/+3 |
| * | [mx25l] add Winbond w25x64 support. | Adrian Chadd | 2016-05-26 | 1 | -0/+1 |
| * | Modify mx25l FDT compatible device handling | Stanislav Galabov | 2016-04-20 | 1 | -3/+17 |
| * | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | undo previous commit - WIP was committed by accident. | Adrian Chadd | 2016-04-17 | 1 | -3/+3 |
| * | Only compile the FDT bits when we are using FDT. | Adrian Chadd | 2016-04-17 | 2 | -3/+5 |
| * | Make mx25l compatible with jedec,spi-nor as well | Stanislav Galabov | 2016-04-15 | 1 | -1/+7 |
| * | Enable 4-byte address support for the mx25l family of SPI flash devices. | Stanislav Galabov | 2016-04-04 | 2 | -18/+93 |
| * | Add basic FDT support for the mx25l SPI flash. | Luiz Otavio O Souza | 2016-03-30 | 1 | -0/+16 |
| * | [flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_fla... | Adrian Chadd | 2016-01-22 | 1 | -0/+23 |
| * | Add support for s25fl256s. I /think/ it's a 32mb NOR flash part. | Adrian Chadd | 2015-11-05 | 1 | -0/+1 |
| * | Check the return value of config_intrhook_establish(). | Kevin Lo | 2015-03-03 | 1 | -1/+3 |
| * | Fix a few typos for s25fl types. | Luiz Otavio O Souza | 2013-08-28 | 1 | -2/+2 |
| * | Add support for two new winbond SPI flash parts. | Adrian Chadd | 2013-06-08 | 1 | -1/+5 |
| * | Remove duplicate const specifiers in many drivers (I hope I got all of | Dimitry Andric | 2012-11-05 | 1 | -1/+1 |
| * | Add more SPI flash IDs. | Aleksandr Rybalko | 2012-09-25 | 1 | -9/+16 |
| * | Add a new flash part - 4MB SPI flash from Winbond. | Adrian Chadd | 2012-08-28 | 1 | -0/+1 |
| * | Revert r236529, re-enabling verification of the flashed content as | Marius Strobl | 2012-06-18 | 1 | -2/+0 |
| * | Disable verification of the flashed content for now; for reasons unknown | Marius Strobl | 2012-06-03 | 1 | -0/+2 |
| * | - Loop up to 3 seconds when waiting for a device to get ready. [1] | Marius Strobl | 2012-06-03 | 1 | -96/+261 |
| * | Add a couple more SPI flash device IDs found in commercial | Adrian Chadd | 2012-01-04 | 1 | -0/+2 |
| * | Modify the spi flash driver to allow smaller read IO sizes, but enforce | Adrian Chadd | 2011-02-16 | 1 | -17/+18 |
| * | Add support for the m25p64; lifted straight from Linux. | Adrian Chadd | 2011-01-30 | 1 | -0/+1 |
| * | Add s25sl064a, an 8mb SPI flash part. | Adrian Chadd | 2010-08-17 | 1 | -0/+1 |
| * | Fix naming to be consistent. | Adrian Chadd | 2010-07-19 | 1 | -2/+2 |
| * | Extend the mx25l erase function to support different erase commands. | Adrian Chadd | 2010-07-19 | 1 | -3/+3 |
| * | Extend the mx25l flash device support to include a set of per-device | Adrian Chadd | 2010-07-19 | 1 | -4/+11 |
| * | Include 4k/32k erase commands. | Adrian Chadd | 2010-07-19 | 1 | -0/+4 |
| * | Fix KASSERT() messages to reflect reality. | Adrian Chadd | 2010-07-16 | 1 | -2/+2 |
| * | - Code reorg: extract mx25l_read and mx25l_write methods | Oleksandr Tymoshenko | 2009-11-18 | 1 | -81/+146 |
| * | - Add write support for mx25l flash chip | Oleksandr Tymoshenko | 2009-10-25 | 2 | -1/+104 |
| * | o Move the driveid.h file | Warner Losh | 2009-06-14 | 1 | -259/+0 |
| * | Part of the cf driver missed. | Warner Losh | 2009-06-14 | 1 | -0/+259 |
| * | Move dev/flash/ cf driver into octeon dir where it belongs. | Warner Losh | 2009-06-14 | 2 | -654/+0 |
| * | Merge in Cavium's CF driver. This too is in the wrong place and will | Warner Losh | 2009-06-14 | 2 | -0/+654 |
| * | Merge from HEAD | Oleksandr Tymoshenko | 2009-05-26 | 1 | -1/+0 |
| |\ |
|
| | * | - Remove nonexistent header file from includes list | Oleksandr Tymoshenko | 2009-05-13 | 1 | -1/+0 |
| * | | - Add support for MX25Lxxx SPI flash (readonly atm) | Oleksandr Tymoshenko | 2009-05-18 | 2 | -0/+369 |
| |/ |
|
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2006-11-29 | 1 | -0/+284 |